@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('http://fonts.googleapis.com/css?family=PT+Sans');

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.tour-no-image {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 400px) {
.fieldrow #address {
	max-width: none!important;
	margin-right: 0!important;
	width: 100% !important;
}
.fieldrow button {
	width: 100% !important;
}
.mainsearch {
	width:215px !important;
}
}
@media only screen and (max-width: 480px) {


/*#totop {
	display:none;
}*/
#map_canvas {
	height: 300px !important;
}

}
@media only screen and (max-width: 638px) {
.colcell {
	padding-right: 0!important;
}
.lastupdated {
	display: none !important;
}
.mediathumb {
	width: 280px !important;
	height: 220px !important;
}
h1 {
  font-size: 18pt !important;
}
.daydetailsimg-container {
	width: 240px;
	height: 180px;
}
}

.daydetailsimg-container {
	display: inline-block;
}

.daydetailsimg {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	margin-right: 5px;
}

@media only screen and (min-width: 639px) {
	.fieldrow #address {
		max-width: 200px!important;
	}

	/* one item */
	.daydetailsimg-container:first-child:nth-last-child(1) {
		width: 530px;
		height: 398px;
	}

	/* two items */
	.daydetailsimg-container:first-child:nth-last-child(2),
	.daydetailsimg-container:first-child:nth-last-child(2) ~ .daydetailsimg-container {
		width: 260px;
		height: 195px;
	}

	/* more than three items */
	.daydetailsimg-container {
		width: 170px;
		height: 128px;
	}
}
@media only screen and (min-width: 481px) {
}
@media only screen and (max-width: 541px) {
#toolbar input[type="search"] {
	margin: 5px 0;
}
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, #hamburgermenu ul, #hamburgermenu ol, #hamburgermenu li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  background: #fff /* DRQ #353839*/;
  margin:0;
  color: #616161;
}

a {
	color: #6357a8;
}
a:hover {
	color: #55048b;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/*ol, ul { list-style: none; }*/

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="datetime"], input[type="file"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 7px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  background: #efefef;
  margin: 0 0 2px 0;
  color: #444;
  font-size: 12pt;
  width: 100%;
}
input[type="checkbox"], input[type="radio"], label {
	margin-right: 5px;
	font-size: 11pt;
}
button {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 5px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  background: #f6a342;
  margin: 0 0 2px 0;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 12pt;
}
.btngray {
	background: #BBB;
}
.btngray:hover {
	background: #999;
}
button:hover {
	background: #f58605;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }

h1 {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 24pt;
  font-weight: 700;
  color: #484848;
  margin-bottom: 15px;
}
h2 {
  font-family:'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 18pt;
  font-weight: 700;
  color: #484848;
  margin-bottom: 15px;
}
h3 {
  font-family:'PT Sans', Helvetica, Arial, sans-serif;
  font-size: 15pt;
  font-weight: 700;
  color: #484848;
  margin: 30px 0 10px 0;
}

p {
  margin-bottom: 15px;
}


/** page structure **/
#content {
  /* DRQ max-width: 1000px; */
  background: #fff;
  padding: 18px 19px 20px 19px; /* DRQ 25px 65px*/;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width:100%;
  height:100%;
}
.offsettop {
	margin-top:52px;
}

header {
  display: block;
  width: 100%;
  height: 52px;
  background: #605ca8 /* DRQ #5186a8 */;
  /*padding: 15px 10px;*/
  margin-bottom: 25px;
  position: fixed;
  top: 0;
  left: 0;
  z-index:99
}

#navbar {
  /* DRQ max-width: 1000px; */
  margin: 0 auto;
  height: 52px;
}

/* needs positioning for z-index http://stackoverflow.com/a/10600930/477958 */
/*.menubtn {
  position: relative;
  z-index: 101;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  top: -3px;
  padding: 30px;
  background-image: url('../img/menu.png');
  background-position: 50% 50%;
  background-size: 52px;
  background-repeat: no-repeat;
  margin: 0 0 0 -15px;
}*/
.menubtn:hover, .openmenu .menubtn {
  background-image: url('../img/menu-active.png');
}
.menubtn {
	position: relative;
	z-index: 101;
	top:0px;
	width:52px;
	height:52px;
	background-image: url('../img/menu.png');
	background-position: 50% 50%;
	background-size: 52px;
	background-repeat: no-repeat;
	display: block;
}


/** toggle menu **/
body.openmenu {
  /* DRQ position: fixed;
  overflow: hidden;*/
}

#pgcontainer {
  padding: 0 /* DRQ 45px 0 */;
  margin: 0;
  width:100%;
  height:100%;
}

.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  right: 0;
  left: 0;
}

.openmenu .overlay {
  /* DRQ top: 0; */
}


#hamburgermenu {
  height: 100%;
  width: 0;
  background: #605ca8 /* DRQ #373737 */;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: auto;
  /* DRQ -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55); */
}
#hamburgermenu ul {
  margin-top: 10px /*DRQ 45px*/;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#hamburgermenu ul li {
  display: block;
  width: 200px;
}
#hamburgermenu ul li a {
  display: block;
  min-width: 130px;
  padding: 10px 20px /* DRQ 18px 8px*/;
  color: #fff;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
#hamburgermenu li a:hover {
  color: #fff;
  background: #f6a342 /* DRQ #2c2c2c */;
}

/* DRQ Add */
.logo {
	float: right;
	/*margin-top: -15px;*/
	width: 52px;
	height: 52px;
}
#appname {
	/*width: 140px;*/
	margin: -40px auto 0 auto;
	color: #fff;
	text-align: center;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 16pt;
	word-break:keep-all;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 50px;
}
#footer {
	width: auto;
	color: #AAA;
	margin: 20px 0 10px 0;
	font-size: 8pt;
}
li hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
li .fa {
	width: 20px;
}
#totop {
	position: fixed;
	bottom: 10px;
	right: 1px;
	opacity: 0.3;
	z-index: 99;
}
#toolbar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	opacity: 0.95;
	z-index: 80;
	width: 100%;
	padding: 8px 20px 5px 20px;
	background: #ddd;
	color: #888;
}
#toolbar .lastupdated {
	display: inline-block;
	font-size: 9pt;
	margin: 10px 0 0 5px;
}
#toolbar input[type="search"] {
	max-width: 250px;
}
.marg5 {
	margin-bottom: 10px;
}
.mainadd {
	float: right;
	display: block;
}
.clear {
	clear: both;
}
.trace {
	color: #605ca8;
}
.pagination {
    list-style: none;
    padding: 0;

    margin: 10px 0;
    color: #888;
    opacity: 0.8;
    font-size: 10pt;
    float: left;

}

.pagination > li {
    display: inline-block;
    padding: 1px 4px;
}

.pagination > li > a {
    text-decoration: none;
    text-align: center;
    color: #6357A8 !important;
}

.pagination > li > a:hover {
    background: #eee;
}

.pagination > li.active {
    background: #605ca8 !important;
    color: #fff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
section {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}
/* DRQ Sign In */
.signinbg {
	background: #605ca8;
}
.signinpanel {
	background: #fff;
	width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	padding:20px;
	top: 20%;
	left: 50%;
	position: absolute;
	margin-left: -150px;
	margin-top: -50px;
}
.txtcenter {
	text-align: center;
}
.txtright {
	text-align: right;
}
.fltrt {
	float: right;
}

.signinlogo {
	margin: -20px 0 20px 0;
	width: 100px;
	height: 100px;
}
.signinpanel input[type="text"],.signinpanel input[type="email"],.signinpanel input[type="password"],.signinpanel button, .signinpanel #footer {
	width: 100%;
	text-align: center;
}
.signinpanel button {
	margin-top: 4px;
	max-width: none;
}
#errormsg {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #F06;
	margin: 10px 0 0 0;
	font-size: 10pt;
}
#forgot, #forgot a {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	margin: 15px 0 0 0;
	text-decoration: none;
	font-size: 10pt;
}
.signinpanel .fgtcancel{
	width: 80px;
	text-align: center;
	margin-right: 4px;
}
.signinpanel .fgtsubmit {
	width: 176px;
	text-align: center;
}

#signintitle {
	color: #484848;
	text-align: center;
	font-size: 16pt;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
}
#forgottext {
  margin-bottom: 20px;
  color: #616161;
  text-align: center;
}
.forgotemail {
	margin-top: 5px;
	font-weight: bold;
}

/* DRQ Tables */
.tbl {
	display: table;
	min-width: 100%;
}
.tblrow {
	display: table-row;
}
.tblrow:nth-child(1), .tblrow:nth-child(1) a { /* Table Header */
	background: #b5b0d9 !important;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-weight: bold;
	color:#fff !important;
    text-transform: uppercase;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.tblrow:nth-last-child(odd) {
	background: #efefef;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.tblcell {
	display: table-cell;
	padding: 10px 15px;
	margin: 0;
	/*word-wrap: break-word;
	word-break: break-all;*/
	font-size: 11pt;
}



.plcrow {
	display: block;
}
.plcrowheader, .plcrow {
	padding: 10px;
}
.plcrowheader {
	background: #b5b0d9;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-weight: bold;
    text-transform: uppercase;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
.plcrow:nth-last-child(odd) {
	background: #efefef;
}
.plcrow:nth-last-child(1) {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.plcchk, .plcname, .plcphoto, .srchmediagrp {
	display: inline-block;
}
.plcchk {
	width: 30px;
}
.plcname {
	width: 190px;
}
.srchmediagrp {
	width: 220px;
}
.plcphoto {
	width: 36px;
	text-align: right;
	padding-right:5px;
}
.mainsearch {
	width:237px !important;
	display: inline-block !important;
}

.plcsearch {
	width:237px !important;
	display: inline-block !important;
}
.plcsearchbutton {
	width: 40px !important;
	display: inline-block !important;
	font-weight: normal;
	background: #b5b0d9;
}
.plcsearchbutton:hover {
	background: #8379be;
	color: #fff;
}




/* Column */
.colgroup {
	display:block;
	margin: 0;
}
.colcell {
	display: block;
	padding: 0; /*15px 0 0;*/
	margin: 0 5px;
	vertical-align: top;
	height: 100%;
	color: #616161;
}
/*.colcell:nth-last-child(1) {
	padding-right: 0;
}*/
/* Form */
.bannerthumb {
	width: 100%;
	margin-bottom:5px;
}
.fieldrow {
	vertical-align: top;
	margin: 0 0 10px 0;
}
.fieldname {
	width: 260px;
	font-size: 10pt;
	margin: 10px;
}
.fieldrow #address {
	max-width: 215px;
	margin-right: 5px;
}
.fieldrow button {
	width: 40px;
}
.formwidth {
	max-width: 280px;
	width: 100%;
}
.addgroup, .addphoto {
	display: inline-block;
	margin: 0 !important;
	padding: 30px 0;
	border: 1px dashed #b5b0d9;
	color: #8379be !important;
	background: #fff !important;
	/* background: #8379be !important;*/
}
.addgroup:hover, .addphoto:hover {
	background: #f3f2fd !important;
}
.hlbox {
	margin-bottom:10px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hlboxadd {
	padding:15px;
	background:#efefef;
	text-align:center;
}

.addplace {
	margin: 0 0 10px 10px;
	background: #b5b0d9;
	font-weight: normal;
}
.addplace:hover {
	background: #8379be;
	color: #fff;
}
.hlplaceadd {
	margin:0 0 15px 10px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.itiplaceadd {
	margin:15px 0 15px 5px;
}
.hlbox a, .itiplaceadd a {
	text-decoration: none;
}
.hlbox a:hover, .hltrash:hover, .itiplaceadd a:hover {
	color: #605CA8;
}
.hltrash {
	float: right;
	color: #999;
}
.olnoindent {
	margin-left:-12px;
}
.itiicons {
	padding: 0 10px 10px 10px;
	text-align:center;
}
.itititle {
	margin-left:10px;
	font-weight: bold;
}
.icon-walk {
	vertical-align: text-top;
	height: 16px;
}
.dayrow {
	margin-bottom:10px;
	border: 1px solid #efefef;
}
.itiicons input[type="checkbox"] {
    display: none;
    }
.itiicons input[type=checkbox] + label {
  color: #ccc;
  font-size: 120%;
  margin: 0 5px;
  cursor: pointer;
}
.itiicons input[type=checkbox]:checked + label {
  color: #605CA8;
}
.mediathumb {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	width: 270px;
	height: 210px;
	overflow: hidden;
	position: relative;
	background: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.mediathumbsm {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	width: 140px;
	height: 100px;
	overflow: hidden;
	position: relative;
	background: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.mediathumb img, .mediathumbsm img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%,-50%)
}
.mediathumb input[type="checkbox"], .mediathumbsm input[type="radio"] {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 5px;
	right: 0px;
}
.photobox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	background-color:rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 9px 10px 0 10px;
	vertical-align: middle;
	font-size: 10pt;
}
.photoname {
	position: absolute;
	left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 230px;
}
.photonamesm {
	position: absolute;
	left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90px;
}
.imagedetails {
	max-width: 100%;
	height: auto;
}
.photoremove {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 10px;
	top: 10px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}
.selectimages {
	max-width: 580px;
}

#map_canvas {
	height: 400px;
}
/* Sizes */
.w60 {
	min-width: 60px;
}
.fw60 {
	width: 60px;
}
.w80 {
	min-width: 80px;
}
.fw80 {
	width: 80px;
}
.w100 {
	min-width: 100px;
}
.fw100 {
	width: 100px;
}
.w120 {
	min-width: 120px;
}
.fw120 {
	width: 120px;
}
.w140 {
	min-width: 140px;
}
.w150 {
	min-width: 150px;
}
.w160 {
	min-width: 160px;
}
.w260 {
	min-width: 260px;
}
.w25p {
	width: 23%;
}
.w33p {
	width: 30%;
}
.w50p {
	width: 47%;
}
.w67p {
	width: 64%;
}¸
.w75p {
	width: 72%;
}

/* Override Jquery UI for Tabs */
.ui-widget-header {
	background-image: none !important;
	border: 0px !important;
	background-color: #fff !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	/*border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	/*border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;*/
}
#tabs.ui-state-default, #tabs.ui-widget-content .ui-state-default, #tabs.ui-widget-header .ui-state-default {
	background-image: none !important;
	border: 0px !important;
	background: #d0cde5 !important;
	text-transform: uppercase !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #616161 !important;
	font-size: 12pt !important;
}
.ui-widget-content {
	border: 0px !important;
}
.ui-tabs .ui-tabs-panel {
	border: 1px solid #ccc !important;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
#tabs.ui-state-active,  #tabs.ui-widget-content .ui-state-active,  #tabs.ui-widget-header .ui-state-active {
	border: 1px solid #ccc !important;
	border-bottom: 0px !important;
	background: #fff !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -2px !important;
    padding-bottom: 0 !important;
}
.ui-tabs-anchor {
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.ui-widget {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #616161 !important;
  font-size: 11pt !important;
}
.ui-widget-content {
  color: #616161 !important;
}
#tabs {
	margin-bottom:20px;
}
/* Override JQuery UI for Dialog */
.ui-dialog-buttonset button {

  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline: none !important;
  padding: 5px 10px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 0 !important;
  background: #f6a342 !important;
  margin: 0 0 2px 4px !important;
  color: #fff !important;
  cursor: pointer !important;
  font-weight: bold !important;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif !important;
  font-size: 12pt !important;
  background-image: none !important;
}
.ui-dialog-buttonset button:hover {
	background: #f58605 !important;
}
.ui-button-text {
	padding: 0 !important;
}

/* WEB STYLE */

.bannermast {
	width: 100%;
}
.lang {
	float: right;
	margin: 3px 0 0 0;
	font-size: 0.8em
}
.lang a {
	text-decoration: none;
}
.tourinfobox {
	margin: 0 0 30px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #736fba;
	color:#fff;
}
.tourinfobox .fieldname {
	opacity: 0.6;
	margin-left: 0;
}
.tourinfobox .fieldrow {
	font-size: 0.9em;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.tourinfobox .fieldrow:nth-last-child(1) {
	border-bottom: 0px;
	margin-bottom: 20px;
}

.serrated {
    position: relative;
}

/*.serrated:before {
    background: linear-gradient(-135deg, #ffffff 10px, transparent 0), linear-gradient(135deg, #ffffff 10px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 20px 20px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
}*/
.serrated:after {
    background: linear-gradient(45deg, #ffffff 10px, transparent 0), linear-gradient(-45deg, #ffffff 10px, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 20px 20px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
}
.hlbox ul {
	margin-left: -12px;
}
.hlbox li {
	margin-bottom: 10px;
	list-style-type: circle;
	font-size: 0.9em;
}
.hlbox a {
	color: #616161;
}
.grouptitle {
	font-size: 1em;
	font-weight: bold;
	margin: 10px;
	color:#605CA8;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
.phototitle {
	font-size: 1.1em;
}
.masonry .item {
  width:  280px;
  float: left;
  border: 0;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 0 10px;
  text-align: left;
}
.clickme {
	cursor: pointer;
}

<!-- ITINERARY -->
.fllt {
	float: left;
}

day {
	font-size: 1em;
	font-weight: bold;
	color:#605CA8;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	 user-select: none;
	 display: block;
	 padding: 0;
	 font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
.daycal {
	background-image: url(../img/calendar.gif);
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: visible;
	padding: 7px 0 0 0;
	display: inline-block;
	text-align: center;
}
.fllt {
	float: left;
}
.daytitle {
	margin: 5px 10px 0 10px;
	display: inline-block;
}
.daydetails {
	text-align: left;
	display: block;
	margin: 10px 10px 10px 40px;
	font-size: 0.9em;
	line-height: 1.2em;
}
gallery {
	display: block;
}
.textleft {
	text-align: left;
}
hr {
	margin: 10px 0 10px 0;
	border: 0px;
	height: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.daydetailsimg {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.share {
	color: #6357a8;
	cursor: pointer;
	font-size: 15px;
	vertical-align: top;
	margin-top:5px;
}
#share {
	cursor: pointer;
}
.share:hover, #share:hover {
	color: #55048b;
}
.signintitle {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0;
	cursor: pointer;
	vertical-align: top;
}
.signintitle i {
	pADDING-top: -10px;
}
