/*@charset "utf-8";*/
/* CSS Document */

/*@media screen and (max-width:800px) and (min-width:540px)
	{*/
	  /* this is the breakpoint where we transition from the first layout, of 
          four side-by-side columns, to the square layout with 2X2 grid */
	
	 /* #red, #blue, #green, #yellow {
	    width:50%;
	    display: inline-block;
	  }
	}*/
	
	/*@media screen and (min-width:800px)
	{
	  /*custom styling info for smartphones small screens;
	    All columns are just displayed one below the other */
	
	  /*#red, #yellow, #green, #blue {
	    width: 25%;
	    display: inline-block;
	    white-space: nowrap;
	  }
	
	}*/

body {
	margin:0px;
	/*background: #C8C8C8*/
	/*background: #503E34;*/
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#CC5A53;
	text-decoration:none;
}

a:visited {
	color:#CC5A53;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style-position: inside;
}

input:focus, button:focus 
{
    outline:0;
    /*box-shadow: 1px 1px 2px #ccc; */
}

.AccountTable {
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	border-right-color:#CCC;
	border-top-color:#CCC;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	background-color:#FFF;
	border-collapse:collapse;
	font-size:14px;
}

.AccountEditTable {
	border:none;
	border-bottom:solid;
	border-left:solid;
	border-right:solid;
	border-top:solid;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	border-right-color:#CCC;
	border-top-color:#CCC;
	border-bottom-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-top-width:thin;
	background-color:#FFF;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

.AccountEditTable td
{
	padding:5px;
}

.AccountPagingLinks{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#606060;
}

.AccountPagingLinks a {
	color:#606060;
}

.AccountPagingLinks a:visited{
	color:#606060;
}

.additemnotification {
	width:338px;
	background-color:#CCC;
	padding:5px;
	border-style:dashed;
	border-width:1px;
	border-color:#000;
}

.DesktopNavBGTransparent {
	background:rgba(255,255,255,0.6); 
}

.DesktopNavBGSolid {
	background:rgba(255,255,255,1.0); 
}

#backgroundimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

#bodydiv, .bodydiv {
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size:14px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width: 1200px;
}

.bodydivdrop {
	/*background-image:url(/~visitber/images/Content-drop-shadow_03.png);*/
	/*background-image:url(/~visitber/images/Content-drop-shadow_03-1000.png);*/
	background-image:url(/images/Content-drop-shadow_03-1000.png);
	/*background-image:url(/~visitber/images/Content-drop-shadow_03-1000-yellow-bar.png);*/
	background-repeat:repeat-y;
	width:1110px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
}

.BreadCrumb
{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#f3a213;
	cursor:pointer;
}

.BreadCrumb:visited
{
	color:#e38126;
}

.BreadCrumbOrange
{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#e38126;
}

.BreadCrumbChevron
{
	font-size:12px;
	color:#999;
}

.bluebutton {
	font-family: 'Open Sans', sans-serif;
	background-color:#FD9512;
	/*background-image:linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-o-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-moz-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-webkit-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-ms-linear-gradient(bottom, #3398d5 48%, #2f8cc4 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #3398d5), color-stop(0.52, #2f8cc4));*/
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bluebutton:hover {
	background-color:#FD9512;
	/*background-image:linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-o-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-moz-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-webkit-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-ms-linear-gradient(bottom, #22525a 48%, #1f4c53 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #22525a), color-stop(0.52, #1f4c53))*/
}

.bluebuttondark {
	background-color:#214f77;
	background-image:linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image:-o-linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image:-moz-linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image:-webkit-linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image:-ms-linear-gradient(bottom, #214f77 48%, #1d466a 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #214f77), color-stop(0.52, #1d466a));
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bluebuttonpatterned {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	background: url("/images/btn_pattern.gif") repeat-x;
	box-shadow: none;
	color: #275d89;
	font-size: 14px;
	font-weight: 900;
	text-shadow: none;
	padding: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bluebuttonred {
	background-color:#990000;
	background-image:linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image:-o-linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image:-moz-linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image:-webkit-linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image:-ms-linear-gradient(bottom, #990000 48%, #930000 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #990000), color-stop(0.52, #930000));
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.bluebuttonorange {
	background-color:#e9751f;
	background-image:linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image:-o-linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image:-moz-linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image:-webkit-linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image:-ms-linear-gradient(bottom, #e9751f 48%, #c86d2a 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #e9751f), color-stop(0.52, #c86d2a));
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

.bluebuttondropdownarrow {
	background: url('/images/icons.png') no-repeat -14px 1px;
	height: 18px;
	width: 18px; position:absolute; right:5px; top:10px;
}

.bluebuttondropdownarrowactive {
	background-position: -29px 1px;
}

.bluebuttondropdownoption {
	color: #AAAAAA;
	cursor: pointer;
	text-shadow: 1px 1px 2px #333333;
	font-size:13px;
	font-weight: 100;
	padding-bottom:7px;
}

.bluebuttondropdownoption:hover {
	color: #FFF;
}

.bluebuttondropdowncontainer {
	background-color:#666667;
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
}

.bluebuttondropdownselection {
	background-image:linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image:-o-linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image:-moz-linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image:-webkit-linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image:-ms-linear-gradient(bottom, #666667 48%, #5e5e5e 52%);
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.48, #666667), color-stop(0.52, #5e5e5e));
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	padding-right:15px;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

#ContentDiv {
	width:1000px;
	margin:0;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

.ContentLink {
	color:#e38126;
	text-decoration:underline;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
}

.DashedDivider {
	height:3px; 
	border-bottom: dashed 2px #000; 
	margin-top:5px; 
	margin-bottom:5px;
}

.dragtodaydiv {
	margin:0px;
	padding:0px;
}

.dragitinitem {
	width:342px;
	padding:3px;
	/*background-image:url(/~visitber/images/itin-block-grey.jpg);*/
	background-image:url(/images/itin-block-grey.jpg);
	background-repeat:repeat-x;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:#999;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	cursor:move;
	font-family: 'Open Sans', sans-serif;
}

.dragitinitemgrey {
	width:342px;
	padding:3px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-color:#999;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	background-color:#EEE;
	color:#999;
	font-family: 'Open Sans', sans-serif;
}

.eventImageDiv {
	text-align: center;
}

.FeaturedLinkContainer {
	position:relative; 
	float: left; 
	width: 49%; 
	margin: 3px; 
	overflow: hidden;
}

.FeaturedLinkTitle {
	position: absolute; 
	top:50%; 
	left:50%; 
	font-size:70px; 
	width: 90%; 
	text-align:center; 
	top:50%; 
	transform: translate(-50%, -50%); 
	color:#fff; 
	text-shadow: 1px 1px 1px #000;
    font-family: 'Alegreya', sans-serif;
    font-weight: bold;
}

.filterDropdownCellLeft {
	width:25px; 
}

.filterDropdownCellRight {
	text-align:left;
}

.FooterLinkDiv {
	margin-top:3px;
}

.FooterLinkWhite a {
	color:#FFF;
	text-decoration:none;
}

.FooterLinkWhite a:visited {
	color:#FFF;
}

.FooterLinkOrange {
	color:#ecb14b;
	text-decoration:none;
}

.FooterLinkOrange:visited {
	color:#ecb14b;
}

.FooterText
{
	font-size:12px;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
}

.footer-area {
	margin: 0 auto;
	width: 960px;
}

.footer-section {
	float: left;
	margin-bottom: 30px;
	margin-right: 15px;
	overflow: hidden;
}

.footer-section.simple {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	/*border-bottom: solid 1px #5a686b;*/
	height: 300px;
	width: 240px;
}

.footer-section.side {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	/*border-bottom: solid 1px #5a686b;*/
	height: 200px;
	width: 240px;
}

.footer-section.last {
	margin: 0px;
}

.footer-section-title {
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	/*border-bottom: solid 1px #5a686b;*/
	/*padding: 11px 20px;*/
}

.footer-section-title a {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 600;
}

/*.footer-section-title a:hover {
	color: #FFF !important;
}*/

.footer-section-content {
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.footer-special-title {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.footer-special-description {
	margin-bottom: 10px;
	line-height: 16px;
	font-size: 11px;
	color: #333;
}

.footer-section.tabbed-panel {
	float: left;
	height: 305px;
	width: 450px;
	margin-bottom: 30px;
	margin-right: 15px;
	overflow: hidden;
}

.footer-social-tabs {
	overflow: hidden;
	padding:8px;
	padding-bottom: 7px;
	border-bottom:solid 1px #000;
	border-right: solid 1px #000;
	float: left;
	background-color: #fff;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
}

.footer-social-selected {
	padding-bottom: 8px;
	border-bottom: none;
}

.footer-social-content {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	clear: both;
	height: 243px;
	margin-top: -3px;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
}

.formbutton {
	background: #e6b803;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: none;
}

.formbuttonorange {
	background: #e2a856;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 100px;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.social-section { }

.flickr-thumb {
	-webkit-transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	-o-transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	transition: border 250ms cubic-bezier(0, 0, 0.58, 1);
	border: solid 1px #424d50;
	margin-left: 6px;
	margin-top: 10px;
	width: 68px;
}


.FrameworkLeftColumn {
	width:710px; 
	padding:10px;
	float:left;
	/*background: url('/~visitber/images/Content-Divider-Slice.png') repeat-y right center; */
}

.GoogleMap {
	 border-width:1px; 
	 border-style:solid;
	 border-color:#CCC;
}

.GMapMarkerHeader {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

.GMapMarkerContent {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:12px; 
}

.headerblockwhite {
	float:left;
	width:200px;
	height:13px;
	/*margin-right:2px;*/
	background: rgba(256, 256, 256, .7);
}

.HeaderCaptionBox {
	padding:10px; 
	background:#fff; 
	position:absolute; 
	bottom:10px; 
	left:10px;
	/*left:50%; */
	/*margin-left:-150px; */
	z-index:100; 
	background-color:rgba(255,255,255,0.7); 
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000;
}

.HeaderLink
{ 
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	color:#606060;
	font-size:26px;
	text-decoration:none;
	font-weight: bold;
}

/*.HeaderLink:hover
{*/ 
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
/*	color:#e38126;
}
*/
.headertoplink {
	font-size:12px;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	color:#000;
}

.headertoplink:visited {
	color:#000;
}


.ImageBorder {
	border-width:1px;
	border-color:#27265f;
	border-style:solid;
}

.imagepaddiv img {
	padding:10px;
}

.imagepaddiv p {
	margin-top:0px;
}

.InfoTable{
	border:1px;
	border-style:solid;
	border-color:#CCC;
	text-align:left;
	font-size:14px;
}

.InfoTable td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCC;
}

.InputField
{
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#90ccda;
}

.inputfieldresp {
	width:90%;
    padding: 5px;
    margin-bottom:5px; 
    border:none; 
    font-size:13px; 
    color:#000; 
    padding:10px; 
    background:#ebebeb;
	font-family: 'Open Sans', sans-serif;
}

.itindaydropdiv {
	float:left; 
	margin-left:20px; 
	width:350px;
}

.ItinDayHeaderDiv {
	width:345px; 
	margin-bottom:0px; 
	margin-top:5px;
	/*background-image:url(/images/itin-block-blue.jpg);
	background-repeat:repeat-x;*/
	/*height:20px;*/
	/*border-style:solid;
	border-color:#999;
	border-width:1px;*/
	padding-left:5px;
	padding-top:5px;
	background-color:#97005e; 
	color:#FFF; 
	font-family: 'Alegreya', sans-serif;
	font-size: 18px;
}

.ItinMapItLink {
	cursor:pointer;
	text-decoration:underline;
	margin-left:240px;
	color:#FFF;
}

.itinselectiondiv {
	width:350px;
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
}

.ListingButtonColumn {
	max-width:150px; 
}

.navbarLinkLvl0 {
	height:44px; 
	padding-top:6px; 
	padding-left:15px; 
	padding-right:15px;
	color:#503E34;
	font-family: 'Anton', sans-serif;
	font-size: 25px;
	text-align:center;
	/*border-right: 1px solid #fff;*/
}

.navbarLinkLvl0:hover {
	color:#7d685c
}

.navlinkcontainer {
	float:left;
	position:relative;
	display: inline-block;
}

.navdropdowncontainer {
	display: none;
	position: absolute;
	background: #EDC115;
}

.navlinkcontainer:hover .navdropdowncontainer {
	display: block;
}

.navlinkcontainer a{
	text-decoration: none;
}

/*.navlinkcontainer:hover + .superdiv {
	display:block;
}
*/
.navlinkarrow {
	display:none;
	position:absolute;
	bottom:0px;
	width:100%;
}

.navlinkdivider {
	height: 10px; 
	margin-top: 21px; 
	padding-left: 0px; 
	padding-right: 0px;
}

/*.navlinkcontainer:hover .navlinkarrow {
	display:block;
}

.superdiv {
    width: 1100px;
    background: #fff;
    top: 74px;
    left:-290px;
    z-index: 2000; 	
    display:none;
    position:absolute;
}

.superdiv:hover {
	display:block;
}*/

.MobileNavMenuLvl0 {
	width:100%;
	color:#503E34 !important; 
    /*border-bottom:1px solid #aaa;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

.MobileNavMenuLvl0:hover  {
	text-decoration: none;
	color: #595A5C !important;
}


.MobileNavMenuLvl1 {
	width:100%; 
	color:#503E34; 
	border-bottom:1px solid #aaa;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.MobileNavMenuLvl1:hover  {
	text-decoration: none;
	color: #595A5C !important;
}

.navbarLinkLvl1 {
	padding: 5px;
	color:#503E34;
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	text-align:left;
	border-top: 1px solid #503E34;
	white-space:nowrap;
}

.navbarLinkLvl1:hover {
	color:#7d685c
}

.navbarLinkLvl2 {
	color:#e86813;
	text-decoration:none;
	font-family: Arial, Verdana, Helvetica, Sans-serif;	
	/*font-weight:bold;*/	
	letter-spacing:1px;
}

.navbarLinkLvl2:visited {
	color:#e86813;
	text-decoration:none;
}

.navbarLinkLvl2:hover {
	color:#8e1e59;
	text-decoration:none;
}

.navDiv1
{
	width:160px; 
	margin-top:3px;
	background-color:#404040;
	float:right; 
    padding-top:5px; 
	padding-bottom:5px;
	font-size:12px;
	cursor:pointer;
	padding-right:5px;
	font-weight:bold;
}

.navDivLink {
	cursor:pointer;	
	color:#FFF;
}

.navDivLink:visited {
	color:#FFF;
}

.navDivLink:hover {
	color:#3CF;
}

.navDivUpper {
	font-size: 14px;
	font-family: 'Anton', sans-serif;
	color: #3C3D3E;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	margin-top: 8px;
	font-weight: bold;
}


.newsletterfield {
	width:185px; 
	border-style:solid;
	border-color:#aaa;
	border-width:1px;
	padding:3px;
	padding-left:5px;
}

.newsletterfield:focus {
	outline:none;
}

.newsletterfieldnoborder {
	width:185px; 
	padding:3px;
	padding-left:5px;
	border:none;
}

.newsletterfieldnoborder:focus {
	border:none;
	outline:none;
}


.OrangeDottedContentSeparator {
	border-top: 4px solid #cfcfcf;
	border-bottom: 4px solid #cfcfcf;
	margin-top:5px; 
	margin-bottom:5px;	
}

#pagebackground{
	width:100%;
	height:100%;
	/*top:0; 
	left:0;*/
	bottom:0;
	right:0;
	position:fixed;
	z-index:-1;
}

.plainbodydiv {
	width:1000px;
	margin:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

.PageHeader {
	margin-top:0px;
	margin-bottom:0px;
	color:#503E34;
	font-family: 'Anton', sans-serif;
	font-size:36px; 
	text-align:left;
	font-weight: 400;
}

.PageHeaderAdmin {
	font-size: 21px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: century gothic, verdana;
	/*font-weight:bold;*/
	color: #000;
}

.PageContent {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Bitter', serif;*/
	color: #000;
}

.snaptodaydiv {
	margin:0px;
	padding:0px;
	cursor:move;
}

.StyledSelectBox {
	font-size:13px;	
}

.TableHeader {
	background-color:#bed731;
	color:#27265f;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCC;
}

.readMoreButton {
	display:none;
}

.readMoreText {
	display:inline;
}


.RequiredField {
	color:#F00;
	font-size:12px;
}

.sidebarseparator {
	width:214px; 
	margin-left:8px;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#eccd9f;
	text-align:left; 
    font-size:14px;
}

.solidseparator {
	border-bottom-style:solid; 
	border-bottom-width:2px; 
	border-bottom-color:#eccd9f;
}

.SubHeader
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.triptabutton {
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);
	vertical-align:middle;
	width:140px;
	background-color: #FD9512;

}

.datepicker {
	position: relative; 
	z-index: 100000;
}

#ui-datepicker-div {
	moz-box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
	background:#FFF;
	border:1px solid #686868;
	display:none;
	padding:20px 20px 10px 20px;
	width:250px;
	z-index: 3010 !important;
}
#ui-datepicker-div .ui-datepicker-header {
	height:35px
}
#ui-datepicker-div .ui-datepicker-next {
	/*background:url("/~visitber/images/arrow.gif") no-repeat 0 4px;*/
	background:url("/images/arrow.gif") no-repeat 0 4px;
	cursor:pointer;
	float:right;
	height:18px;
	margin-right:10px;
	text-indent:-10000px;
	width:8px
}
#ui-datepicker-div .ui-datepicker-prev {
	-moz-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
	-ms-filter:"FlipH";
	/*background:url("/~visitber/images/arrow.gif") no-repeat 0 4px;*/
	background:url("/images/arrow.gif") no-repeat 0 4px;
	cursor:pointer;
	float:left;
	height:18px;
	margin-left:10px;
	text-indent:-10000px;
	width:8px
}
#ui-datepicker-div .ui-datepicker-title {
	color:#e2a856;
	font-size:16px;
	text-align:center
}
#ui-datepicker-div table {
	height:100%;
	width:100%
}
#ui-datepicker-div tbody td {
	height:30px;
	vertical-align:middle
}
#ui-datepicker-div tbody td a {
	color:#636466;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	width:27px
}
#ui-datepicker-div tbody td a:hover {
	background-color:#3398D5;
	color:#FFF
}
#ui-datepicker-div thead th {
	color:#C1C1C1;
	font-size:11px;
	height:30px;
	line-height:20px;
	text-align:center;
	width:27px
}

.ui-icon-circle-triangle-w {
	background-image: none !important;
}

.ui-icon-circle-triangle-e {
	background-image: none !important;
}

.videowrapper {
	position: relative;
	padding-bottom: 53.75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mobilelogotext {
    position: absolute;
    width: 70%;
    top: 50%;
    transform: translate(0%,-50%);
    right: 0;
    text-align: center;
}

.weeklypostdiv {
	display: inline-block;
}

.weeklyposttext {
	font-size: 24px;
}

.weeklypostexcerpt {
	font-size: 14px;
}

.articlelistingtext {
	max-width: 730px;
	float:left; 
	margin-left: 20px;
}

.articlelistingcontainer {
	max-width: 1020px; 
}

.articlelistingimage {
	float:left;
}

.footercolumn {
	float:left; 
}

.footercolumnleft {
	max-width: 620px;
}

.footercolumn2 {
	float: left;
}

.weeklypostdivmobile {
	display: none;
}

.ArticleContent img {
	/*Allows the images to be responsive even if height and width set manually */
	height: auto !important;
    max-width: 100% !important;
}

.orderdivcontainer {
	/*border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;*/
	border-top:2px dashed #ccc;
	width: 100%;
	max-width: 800px;
}

.orderdiv {
	border-bottom: 2px dashed #ccc;
	/*border-bottom:1px solid #ccc;*/
	/*border-top:1px solid #ccc;*/
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.orderdiv:hover {
	background: #f9f9f9;
}

.orderdivMoving {
	background: #efefef;
	-webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  transition: all 0.5s ease;
}

.orderarrowcontainer {
	position: absolute;
	top:50%;
	right:2%;
	transform: translate(0%,-50%);
}

/*.UpButton {
	cursor: pointer;
	max-width: 50px;
}

.DownButton {
	cursor: pointer;
	max-width: 50px;
}*/

.DownButton {
	width: 30px;
	height: 15px;
	background-image: url(/images/section-arrow-down-light.png);
	background-repeat: no-repeat;
    background-size: 30px 15px;
    cursor: pointer;
}

.DownButton:hover {
	background-image: url(/images/section-arrow-down-dark.png);
}

.UpButton {
	width: 30px;
	height: 15px;
	background-image: url(/images/section-arrow-up-light.png);
	background-repeat: no-repeat;
    background-size: 30px 15px;
    cursor: pointer;
}

.UpButton:hover {
	background-image: url(/images/section-arrow-up-dark.png);
}

.TopButton {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #9a9a9a;
}

.TopButton:hover {
	color: #5d5d5d;
}

.BottomButton {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #9a9a9a;
}

.BottomButton:hover {
	color: #5d5d5d;
}


.PageThreeRectangleContainer {
	width: 33.333%;
}

.PageFourSquareContainer {
	width: 25%;
}

.PageGreenBarColumnRight {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
}

.PageGreenBarColumnLeft {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}

.footerheader1 {
	font-family: 'Anton', sans-serif;
	color: #fff;
	font-size: 24px;
}

.footerheader2 {
	font-family: 'Anton', sans-serif;
	color: #edc115;
	font-size: 48px;
}

.footertext {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
}

.footerlink {
	color: #edc115;
	text-decoration: none;
}

.DownloadPhotoItem {
    cursor: pointer;
}

.DownloadPhotoItem:hover .DownloadPhotoItemText {
    display: block;
}

.DownloadPhotoItemText {
    width: 200px; 
    height: 135px; 
    position: absolute; 
    top:0px; 
    left: 0px; 
    background-color: rgba(0,0,0,.7); 
    color: #fff; 
    font-weight: bold;
    display: none;
}

.DownloadPhotoItemCheckbox {
    display: none;
    position: absolute;
    top:5px;
    right: 5px;
}

.DownloadPhotoItemCheckboxSelected {
    display: block;
}

.DownloadPhotoItem:hover .DownloadPhotoItemCheckbox {
    display: block;
    position: absolute;
    top:5px;
    right: 5px;
}

.fr-view img {
    height: auto !important;
}

.PhotoGalleryTextDiv {
    position: absolute; 
    bottom:0px; 
}

.PhotoTextContainerMobile {
    display: none;
}

#scrolldiv::-webkit-scrollbar-track, .scrolldiv::-webkit-scrollbar-track
{
	background-color: #ccc;
}

#scrolldiv::-webkit-scrollbar, .scrolldiv::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#scrolldiv::-webkit-scrollbar-thumb, .scrolldiv::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #503E34; width:2px;
}

.HeaderImageTitleContainer {
	max-width: 90%;
}

.HeaderImageTitle {
	font-family: Tahoma, san-serif;
	font-size: 150px;
	text-align: center;
	letter-spacing: 15px;
	text-shadow: 0px 3px 6px #00000029;
	color: #fff;
}

.HeaderImageText {
	text-align: center;
	font: normal normal normal 40px/90px Tahoma;
	letter-spacing: 0.4px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
}

.HeaderDividerDiv {
	box-shadow: 0px 3px 6px #00000029;
	border: 3px solid #FFFFFF;
	width: 100%;
	max-width: 950px;
}

.FooterColumnNew {
	display: table-cell;
	vertical-align: middle;
}

.PageTwoColumnEditorPickDivTall {
	width: 45%;
	float: left;
}

.PageTwoColumnEditorPickDivWide {
	width: 54%;
	float: left;
}

.PageTwoColumnEditorPickTitle {
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-family: 'Anton', sans-serif;
	font-size: 28px;
	color: #fff;
	background: rgba(0,0,0,0.5);
}

.PageTwoColumnEditorPickButton {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 28px;
	color: #707070;
	background: rgba(255,255,255,0.8);
}

.mobilelogodiv {
	display: none;
}

.PageTwoColumnImageContent {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.PageTwoColumnImageContentTitle {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	color: #707070;
	margin-bottom: 10px;
}

.PageTwoColumnImageContentText {
	font-size: 24px;
	color: #707070;
	margin-bottom: 20px;
}

.PageTwoColumnImageContentButton {
	background: #D7DDCD;
	color: #426E4A;
	font-family: 'Anton', sans-serif;
	font-size: 22px;
	float: left;
}

.PageTwoColumnFeatureDiv {
	width: 50%;
}

.PageTwoColumnFeatureTitle {
	font-family: 'Anton', sans-serif;
	font-size: 22px;
	color: #5D3624;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.PageTwoColumnFeatureText {
	font-size: 18px;
	color: #707070;
}

.EmergencyMessageDiv {
	position: fixed;
}

@media screen and (max-width: 1100px) {

	.desktopnavmenu {
		display: none;
	}

	.mobilelogodiv {
		display: block;
	}

	.HeaderImageTitle {
		/*font-size: 80px;
		line-height: 90px;*/
		font-size: 50px;
		/*line-height: 60px;*/
	}

	.HeaderImageText {
		font-size: 30px;
	}

	.EmergencyMessageDiv {
		position: relative;
	}

}


@media screen and (max-width: 1050px) {

	.articlelistingtext {
		max-width: 530px;
	}

	.articlelistingcontainer {
		max-width: 820px; 
	}
}

.imagedropshadow {
	box-shadow: 1px 1px 2px #444; 
}

@media screen and (max-width: 900px) {

	.footercolumn {
		float:none; 
		margin-left: auto;
		margin-right: auto;
	}

	.weeklypostdivmobile {
		display: block;
	}

	.HeaderImageTitleContainer {
		width: 600px;
	}

	.FooterColumnNew {
		display: block;
		margin-bottom: 20px;
		text-align: center;
		width:100% !important;
	}

	.PageTwoColumnEditorPickDivTall {
		width: 100%;
		float: none;
	}

	.PageTwoColumnEditorPickDivWide {
		width: 100%;
		float: none;
	}

	.PageTwoColumnEditorPickTitle {
		font-size: 20px;
	}

	.PageTwoColumnEditorPickButton {
		font-size: 20px;
	}

	.PageTwoColumnImageContent {
		width: 100%;
		max-width: 600px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.PageTwoColumnFeatureDiv {
		width: 100%;
		max-width: 600px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 820px) {

	.articlelistingtext {
		float:none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		text-align: center;
	}

	.articlelistingcontainer {
		max-width: 820px; 
	}

	.articlelistingimage {
		float:none;
		margin-left: auto;
		margin-right: auto;
	}

	.PageThreeRectangleContainer {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;
	}

	.PageGreenBarColumnRight {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right:auto;
	}

	.PageGreenBarColumnLeft {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right:auto;
		padding-bottom: 20px;
	}

    .PhotoGalleryContainerDiv {
        /*margin-bottom: 200px;*/
    }

    .PhotoSelectionContainer {
        display: none;
    }

    .PhotoGalleryTextDiv {
        display: none;
    }

    .PhotoTextContainerMobile {
        display: block;
    }
}

@media screen and (max-width: 650px) {

	.mobilelogotext {
	    width: 60%;
	    font-size: 30px;
	}

	.footercolumnleft {
		max-width: 300px;
	}

	.footercolumn2 {
		float:none;
		margin-left: auto;
		margin-right: auto;
	}

	.PageFourSquareContainer {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:10px;
	}

	/*.HeaderImageTitleContainer {
		width: 350px;
	}*/

	.HeaderImageTitle {
		font-size: 30px;
		line-height: 80px;
	}

	.HeaderImageText {
		font-size: 20px;
	}

	.HeaderImageTitle {
		display: none;
	}

	.HeaderImageText {
		display: none;
	}

	.HeaderDividerDiv {
		display: none;
	}
}

@media screen and (max-width: 500px) {

	.mobilelogotext {
	    width: 35%;
	    font-size: 24px;
	    right: 10px;
	}

}
