/*@charset "utf-8";*/
/* CSS Document */

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden; */
}

body {
	margin:0px;
}

img{
	border-style:none;
	border-collapse:collapse;
	margin:0;
}

a {
	color:#EC8723;
	text-decoration:none;
}

a:visited {
	color:#EC8723;
}

a:hover {
	text-decoration:underline;
}

input:focus, button:focus 
{
    outline:0;
    /*box-shadow: 1px 1px 2px #ccc; */
}

select {
	-webkit-appearance: auto !important;
    appearance: auto !important;
    background-image: none !important;
}

.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:Tahoma,Verdana, Geneva, sans-serif;
}

.AccountEditTable td
{
	padding:5px;
}

.AccountPagingLinks{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma,Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#EC8723;
}

.AccountPagingLinks a:visited{
	color:#EC8723;
}

.additemnotification {
	width:338px;
	background-color:#CCC;
	padding:5px;
	border-style:dashed;
	border-width:1px;
	border-color:#000;
}

#backgroundimage {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}

#bodydiv, .bodydiv {
	width:1400px;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
}


.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:Tahoma,Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#f3a213;
	cursor:pointer;
}

.BreadCrumb:visited
{
	color:#EC8723;
}

.BreadCrumbOrange
{
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma,Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#EC8723;
}

.BreadCrumbChevron
{
	font-size:12px;
	color:#999;
}

.bluebutton {
	font-family:Tahoma,Verdana, Geneva, sans-serif;
	background-color:#6a0d69;
	border:none;
	color:#FFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:600;
	height:30px;
	line-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;
}

.contentblock {
	background-color: #fff;
	padding:10px;
}

#ContentDiv {
	width:1000px;
	margin:0;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma,Verdana, Geneva, sans-serif;
}

.ContentLink {
	color:#EC8723;
	text-decoration:underline;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma,Verdana, Geneva, sans-serif;
	cursor:pointer;
}

.DashedDivider {
	height:3px; 
	border-bottom: dashed 2px #000; 
	margin-top:5px; 
	margin-bottom:5px;
}

.detail-images {
	position: absolute;
	left: 0px;
	top: 0px;
}

.detail-thumbs {
	max-width: 98%;
	border: 1px solid #555;
	cursor: pointer;
}

.detail-thumbs:hover {
	border-color: #C86D2A;
}

.detail-thumbs-hover {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 95px;
	height: 55px;
	border: 5px solid #C86D2A;
	opacity: 0%;
}

.detail-thumbs-hover:hover {
	opacity: 100%;
}


.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;
}

.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;
}

.filterDropdownCellLeft {
	width:25px; 
}

.filterDropdownCellRight {
	text-align:left;
}

.footer a {
	color:#000;
}

.footer a:visited {
	color:#000;
}

.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:Tahoma,Verdana, Geneva, 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:Tahoma, Geneva, 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;
}

.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:Tahoma,Verdana, Geneva, sans-serif;
	font-size:16px;
}

.GMapMarkerContent {
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma,Verdana, Geneva, sans-serif;
	font-size:12px; 
}

.HeaderCaptionContainer {
	width:80%;
	position:absolute; 
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%); 
	z-index:1000; 
	text-align: center;
}

.HeaderCaption { 
	font-family: VeneerTwo,Tahoma, Geneva, sans-serif;
	font-size: 72px;
	line-height: 65px;
	color:#fff;
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.3);
}

.HeaderContainerDesktop {
	/*Do Nothing*/
}

.HeaderContainerMobile {
	display: none;
}

.PageHeaderCyclerDotsDiv {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0%);
	display: table;
	z-index: 3000;
	padding-top: 20px;
}

.PageHeaderCyclerDotItem {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	padding-left: 7px; 
	padding-right: 7px; 
	cursor: pointer;
}

.PageHeaderCyclerActiveDot {
	opacity: 1.0;
}


.HeaderLink
{ 
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma,Verdana, Geneva, sans-serif;
	color:#EC8723;
	font-size:15px;
	text-decoration:none;
}

.HeaderLink:hover
{ 
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	color:#EC8723;
}

.headertoplink {
	font-size:12px;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma,Verdana, Geneva, 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:100%;
	background-color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
    /* to negate bad code from bookdirect....of course */
    background-image: none !important;
}

.inputfieldresprequired {
    border:1px solid red;
}

.inputdropdownresp {
	background-color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.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:#02385e; 
	color:#FFF; 
}

.ItinMapItLink {
	cursor:pointer;
	text-decoration:underline;
	margin-left:240px;
	color:#FFF;
}

.itinselectiondiv {
	width:350px;
}

.JavaLinkA
{
	cursor:pointer;
	text-decoration:underline;
}

.MobileNavMenuLvl0 {
	width:100%; 
	color:#11B3B0 !important; 
	font-family: VeneerTwo,Tahoma, Geneva, sans-serif;
	font-weight: 400;
    font-size: 34px;
    margin-top: 5px;
}

.MobileNavMenuLvl1 {
	width:100%; 
	color:#11B3B0 !important; 
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin-top: 5px;
}

.MobileNavMenuLvl2 {
	width:100%; 
	color:#11B3B0 !important; 
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.navitemcontainer {
	display: table-cell;
	vertical-align: middle;
	height: 134px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align:center;
	/*position: relative;*/
}

.navitemcontainer .navitemTopLink {
	color:#11B3B0;
}

.navitemcontainer:hover .navitemTopLink {
	color: #6a0c69;
}

.navbarItemPadding {
	padding-left: 30px;
	padding-right: 30px;
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.navitemcontainerHoverBorder {
	display: none;
	position: absolute;
	bottom: -7px;
	left: 0px;
	width: 100%;
	height: 9px;
	background-color: #11B3B0;
	-moz-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16); 
	-webkit-box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16); 
	box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}

.navitemcontainer:hover .navitemcontainerHoverBorder {
	display: block;
}

.navbarDropdown {
	display: none;
	position: absolute; 
	width: 100%; 
	top: 100%; 
	left: 0px; 
	background-color: #fff;
	z-index: 5000;
	-webkit-box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.16); 
	-moz-box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.16); 
	box-shadow: inset 0 3px 6px -3px rgba(0,0,0,0.16);
}

.navitemcontainer:hover .navbarDropdown {
	display: block;
}

.navbarDropdown a {
	color:#11B3B0;
}

.navbarDropdown a:hover {
	color:#6a0c69;
}

.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;
}

.CyclerMarginDiv {
	margin-top: -3px; 
	margin-bottom: 50px; 
}

.SierrasHeaderOverlayDiv {
	position: absolute; 
	left: 0px; 
	bottom: -50px; 
	width: 100%; 
	height: 116px; 
	background-image: url('/images/sierras-overlay-cut.png'); 
	background-repeat: repeat-x; 
	z-index: 25;
}

.HeaderPhotoCreditDiv {
	bottom:70px;
}

.OrangeDottedContentSeparator {
	border-top-width:1px; 
	border-top-color:#d5840e; 
	border-top-style:dotted;
    border-bottom-width:1px; 
	border-bottom-color:#d5840e; 
	border-bottom-style:dotted;
    text-align:left; 
	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:#f3a213; */
	/*color:#FD9512;*/ 
	color:#6a0d69;
	font-family: VeneerTwo,Tahoma, Geneva, sans-serif;
	font-size:35px; 
	text-align:left;
	font-weight:300;
}

.PageHeaderAdmin {
	font-size: 21px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: century gothic, verdana;
	/*font-weight:bold;*/
	color: #000;
}

.PageHeaderWithGreenBorder {
	width:100%; 
	border-top:2px solid #97C93D; 
	border-bottom:2px solid #97C93D; 
	text-align:center; 
	margin-bottom:10px;
}

.PageContent {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-color:#707070;
}

.PageContentWidget p:first-child { 
    margin-top:0px;
}

.PageContentBlue {
	font-size: 13px;
	/*font-family:'Muli',Tahoma, Geneva, sans-serif;*/
	font-family:Tahoma,Verdana, Geneva, sans-serif;
	color: #27265f;
}

.snaptodaydiv {
	margin:0px;
	padding:0px;
	cursor:move;
}

.snowtrackerlink {
	color:#FFF;
	text-decoration:none;
}

.snowtrackerlink:hover {
	text-decoration:underline;
}

.snowtrackerlink:visited {
	color:#FFF;
}

.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;
}

.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 {
	z-index: 3010 !important;
}

/*#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: 500;
}
#ui-datepicker-div .ui-datepicker-header {
	height:35px
}
#ui-datepicker-div .ui-datepicker-next {
	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:#c86d2c;
	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-widget-header {
    border: none;
    background: #60615f;
    color: #fff;
    font-size: 16px;
    font-family: arial;
}


.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.FooterColumnTable {
	width: 67%; 
	display: table; 
}

.footercolumn {
	display: table-cell;
	vertical-align: middle;
}

.FooterButtonColumn {
	background: #9FBC2E; 
	margin-top: -20px; 
	position: absolute; 
	width: 50%; 
	height: calc(100% + 103px);
}

.FooterButtonColumnButtonContainer {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%,-50%); 
	width: calc(100% - 80px);
}

.footerlinktable {
	font-size: 24px;
}

.ArticleListingTitle {
	font-size: 20px;
	color: #EC8723;
	font-weight: bold;
}

.ArticleListingText {
	color: #707070;
}

.ArticleListingContainer {
	margin-bottom: 20px;
}

.ArticleListingImageDiv {
	float: left; 
	max-width: 20%;
	margin-right: 2.3%; 
}

.ArticleListingTextContainer {
	float: left; 
	max-width: 75%;
}

.RelatedArticleDiv {
	float: left; 
	width: 33%;
}

.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;
}


.PageFeatureBlock {
	float: left; 
	width: 32.1%; 
	max-width: 100%;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin-bottom: 10px;
}

.PageFeatureBlockQuarter {
	float: left; 
	width: 23.63%; 
	max-width: 100%;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin-bottom: 10px;
}

.PageFeatureBlockTitle {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom:3px;
    color: #FFF;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.RelatedArticleItem {
	margin-bottom: 20px;
	display: table;
}

.RelatedArticleItemLeft {
	display: table-cell;
	width: 200px;
	vertical-align: top;
}

.RelatedArticleItemRight {
	display: table-cell;
	vertical-align: top;
}

.RelatedArticleTitle {
	color: #EC8723;
	font-size: 20px;
	font-weight: bold;
}

.AccountItem {
	float: left;
	width: 33.3%;
}

.EventItem {
	float: left;
	width: 33.3%;
}

.FooterButtonContainer {
	width: 33.3333333%;
	float: left;
}

.FooterButton {
	background: #fff; 
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #9FBC2E;
}

.FooterLinks {
	color: #fff;
}

.FooterLinks a {
	color: #fff;
}

.PageWidgetDesktopOnly {
	/* Do Nothing */
}

.PageWidgetMobileOnly {
	display: none;
}

.ItinTile {
	float: left;
	width: 33.3333333%;
}

.ItinTileTitle {
	font-size: 20px;
	color:#777;
	text-align: center;
	font-weight: bold;
}

.ItinTileAddToFavs {
	background-color: #777;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.ItinRow {
	display: table;
	border-bottom:1px solid #777;
	margin-bottom: 10px;
	width: 100%;
}

.ItinRowCell {
	display: table-cell;
	vertical-align: top;
}

.ItinRowCellImage {
	width: 250px;
}

.ItinRowCellButtons {
	width: 150px;
}

#scrolldiv::-webkit-scrollbar-track
{
	background-color: #2d3a4b;
}

#scrolldiv::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#scrolldiv::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #fff; width:2px;
}

.MapExplorerButton {
	width:120px; 
	margin-right:10px; 
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 30px;
    background-color: #EC8723;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
}

.scrolldiv::-webkit-scrollbar-track
{
	background-color: #2d3a4b;
}

.scrolldiv::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.scrolldiv::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #afb6c0; width:2px;
}	

.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;
}

.AccountListItem {
	width: 33%;
	float: left;
}

.AccountListItem2022 {
	width: 33.3333333333%;
}	

.EventViewButton {
	background:#6a0d69;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
	border:none;
	cursor: pointer;
	margin-bottom: 5px;
	max-width: 40%;
	border-radius: 5px;
}

.EventViewButtonNonHide {
	background:#6a0d69;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
	border:none;
	cursor: pointer;
	margin-bottom: 20px;
}

.SocialSharingLinks {
	position: absolute; 
	right: 10px; 
	top: 20px;
}

.FavoritesButtonContainer {
	position: absolute; 
	top:15px; 
	right: 10px;
}

.fr-view img {
    height: auto !important;
}

.SpecialsItemImage {
	width:250px; 
	display: table-cell; 
	vertical-align: top;
}

.SpecialsItemText {
	display: table-cell; 
	vertical-align: top;
}

.PageTwoColumnItem {
	width: 50%;
}

.PageTwoColumnItemTitle {
	font-family: VeneerTwo,Tahoma, Geneva, sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	color:#6a0d69;
}

.PartnerPortalBox {
	border: 1px solid #aaa; 
	width: 100%; 
	margin-bottom: 10px;
}

.formbutton {
    font-size: 20px;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;    
    background-color: #611765;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding-top:10px; 
    padding-bottom: 10px;
    padding-left:20px;
    padding-right: 20px;
    border-radius: 5px;
    border: 1px solid #611765;
}

.formbutton:hover {
	color: #6a0c69;
	background: #fff;
}

.PhotoGalleryTextDiv {
    position: absolute; 
    bottom:0px; 
}

.PhotoTextContainerMobile {
    display: none;
}

.JackRabbitHeaderContainer {
	min-height: 70px;
}

.SitemapContainer {
	column-count: 3;
}

.ListingFilterColumn {
	display: table-cell; 
	vertical-align: top; 
}

@media screen and (max-width: 1200px) {

	.navbarItemPadding {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media screen and (max-width: 1200px) {

	.FooterColumnTable {
		width: 100%; 
		display: block;
	}

	.footercolumn {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.footerlinktable {
		font-size: 16px;
		text-align: left;
	}

	.footermountain {
		text-align: center;
	}

	.FooterButtonColumn { 
		margin-top: 20px; 
		position: relative; 
		width: 100%; 
		margin-left: auto;
		margin-right: auto;
		height: inherit;
	}

	.FooterButtonColumnButtonContainer {
		position: relative; 
		top: inherit; 
		left: inherit; 
		transform: translate(0%,0%); 
		width: 100%;
	}

	.FooterButton {
		width: 100%;
	}

}

@media screen and (min-width: 1100px) {

	.mobileMenuBar {
		display: none;
	}

	.mobileNavMenu {
		display:none;
	}

	.mobilelogodiv {
		display:none;
	}

	.desktopnavmenu {
		display: inline-block;
	}

	.footerleftdiv {
		float:left;
		text-align:left;
		padding-top:0px;
	}

	.footerrightdiv {
		float:right;
	}

	.RelatedBlogItem {
		float:left; 
		margin-right:20px;
	}

	.sidebardiv {
		margin-left:10px;  
	}
}

@media screen and (max-width: 1099px) {

	.mobileMenuBar {
		display: inline-block;
	}

	/*.mobilelogodiv {
		display:inline;
	}*/

	.desktopnavmenu {
		display: none;
	}

	.footerleftdiv {
		text-align:center;
		padding-top:10px;
	}

	.HeaderCaption {
		width: 90%;
		font-size: 38px;
		line-height: 35px;
	}

	.RelatedBlogItem {
		margin-right:auto;
		margin-left: auto;
	}

	.sidebardiv {
		margin-left: 0px;
		width:100%;
	}
}

@media screen and (max-width: 1000px) {

	.SocialSharingLinks {
		position: unset; 
		margin-top: 10px;
	}

	.CyclerMarginDiv {
		margin-bottom: 30px; 
	}

	.SierrasHeaderOverlayDiv {
		bottom: -15px; 
		height: 40px; 
        background-size: 311px 40px;
	}

	.HeaderPhotoCreditDiv {
		bottom:30px !important;
	}
}

@media screen and (max-width: 800px) {

	.PageWidgetDesktopOnly {
		display: none;
	}

	.PageWidgetMobileOnly {
		display: inherit;
	}	

	.AccountItem {
		float: none;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.EventItem {
		float: none;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.VacationPlannerImage {
		display: none;
	}

	.RelatedArticleDiv {
		float: none; 
		width: 100%;
	}

	.PageFeatureBlock {
		float: none; 
		width: 600px; 
		max-width: 100%;
		padding:0%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 10px;
	}

	.PageFeatureBlockQuarter {
		float: none; 
		width: 600px; 
		max-width: 100%;
		padding:0%;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 10px;
	}

	.RelatedArticleItem {
		margin-bottom: 20px;
		display: inherit;
	}

	.RelatedArticleItemLeft {
		display: inherit;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.RelatedArticleItemRight {
		display: inherit;
		width: 100%;
	}

	.ItinTile {
		float: none;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.ItinRowCell {
		display: block;
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.FavoritesButtonContainer {
		position: unset; 
		margin-top: 15px;
	}

	.SpecialsItemImage {
		width:100%; 
		max-width: 600px;
		display: block; 
		margin-left: auto; 
		margin-right: auto;
	}

	.SpecialsItemText {
		width:100%; 
		max-width: 600px;
		display: block; 
		margin-left: auto; 
		margin-right: auto;
	}

	.PageTwoColumnItem {
		width: 100%;
	}

    .PhotoGalleryContainerDiv {
        /*margin-bottom: 200px;*/
    }

    .PhotoSelectionContainer {
        display: none;
    }

    .PhotoGalleryTextDiv {
        display: none;
    }

    .PhotoTextContainerMobile {
        display: block;
    }

	.ListingFilterColumn {
		display: block; 
		width: 100% !important;
	}  

	.AccountListItem2022 {
		width: 100%;
		max-width: 600px; 
		margin-left: auto;
		margin-right: auto;
	}	  
}

@media screen and (max-width: 600px) {

	.AccountListItem {
		float: none;
		margin-left: auto; 
		margin-right:auto;
		width: 100%;
	}

	.FooterButtonContainer {
		width: 100%;
		float: none;
	}

	.SitemapContainer {
		column-count: 1;
	}

	.HeaderContainerDesktop {
		display: none;
	}

	.HeaderContainerMobile {
		display: block;
	}

}

@media screen and (max-width: 400px) {

	.JackRabbitHeaderContainer {
		min-height: 340px;
	}

}

