body {}
body .row {max-width: 1080px;}

body .tripbuilder input[type="text"] {
	text-transform: none;
}

.mobile-fixed {
	position: fixed;
	bottom: 0px; left: 0px;
	width: 100%;
	z-index: 200001;
}

/**** forms ***/
body select,
body input[type="text"] {
	-moz-appearance: none;
	background-color: #FFF;
	border-color:#686868;
	height: 52px;
	box-shadow: none;
	font-size: 16px;
	color: #212121;
	text-transform: uppercase;
	padding-left: 14px;
	padding-right: 14px;
	margin: 0 0 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
body textarea {border-color: #686868; color: #212121; font-family: 'Roboto', sans-serif; font-size: 16px; margin: 0 0 20px;}
body label {
	font-size: 14px;
	line-height: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #969696;
	margin-bottom: 10px;
}
body select {
	background-image: url(/includes/public/assets/images/icon-drop-arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
body input.date {background: #FFF url(/includes/public/assets/images/iconCal.png) no-repeat right 10px center; -moz-appearance: none;}

body .simpleForm input[type="text"] {text-transform: none;}

.ui-datepicker {
	z-index: 10001 !important;
}

/** fonts **/
body p {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 30px;
	font-weight:300;
	color:#212121;
	margin-bottom: 20px;
}

/*body.theater p {*/
/*	font-family: 'Proxima N W01 Reg';*/
/*}*/

body .widget-style p {font-family: 'Roboto';}
body .widget-style h3 {margin: 68px 0 15px; text-transform: uppercase; color: #6d9f11;}

body h1, body h2, body h3 {padding: 0; margin: 0;}

body h1 {
	font-family: 'Sanchez';
	font-size: 60px;
	line-height: 70px;
	color:#045d9b;
	font-weight:400;
	margin-top: 10px;
	margin-bottom: 30px;
}
body h2 {
	font-family: 'Roboto';
	font-size: 24px;
	line-height: 30px;
	color:#212121;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
body h3 {
	font-family: 'Sanchez';
	font-size: 44px;
	line-height: 54px;
	color:#045d9b;
	font-weight:400;
	margin-bottom: 15px;
}
body h4 {
	font-family: 'Roboto';
	font-size: 20px;
	line-height: 24px;
	color:#212121;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
body h5 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 22px;
	color:#212121;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
body h6 {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 20px;
	color:#212121;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: 4px;
}

body p a, body p a:visited, body p a:hover {color: #045d9b; text-decoration: none;}

body ul, body ol {
	font-family: 'Roboto', san-serif;
	margin-left: 1.5rem;
}

.reveal-modal {z-index: 99999999;}
.reveal-modal-bg {position: fixed;}

/** header **/
.headerWrapper {position: relative; z-index: 9999; border-bottom: 1px solid #bcbcbc;}
.headerWrapper .header-top {min-height: 40px; background: #050707; color: #FFF;}
.headerWrapper.micro .header-top {min-height: 0; background: transparent;}
.headerWrapper .header-bottom {position: relative; min-height: 160px;}
.headerWrapper .header-logo {width: 100%; text-align: center; padding: 40px 0 30px;}
.headerWrapper .header-logo a {display: inline-block; width: 473px; height: 45px;}

.headerWrapper .header-logo-mobile {display: none; width: 45%; max-width: 328px; text-align: right;}
.headerWrapper .header-logo-mobile a {
	display:inline-block;
	width: 100%;
	max-width: 295px;
	height:54px; position: relative;
	background-image: url(/includes/public/assets/images/logo.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100%;
	z-index: 99;
}

/** header widgets **/
.header-top .header-widgets {position: relative; z-index: 100;}
.headerWrapper .header-buttons .item a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 14px;
	padding: 0 10px;
	background: #424242;
	margin-right: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.headerWrapper .book {
	position: relative;
	float: left;
	margin-right: 16px;
	text-align: center;
}
.headerWrapper .book a {
	background: #0485df;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	width: 104px;
	height: 40px;
	padding-top: 6px;
}
.headerWrapper .book span {display: block; font-size: 18px; line-height: 14px;}
.headerWrapper .book a, .headerWrapper .book a:visited, .headerWrapper .book a:hover {color: #fff; text-decoration: none; font-size: 14px; line-height: 19px; }
.headerWrapper .book a.open {background-color: #6d9f11;}
.headerWrapper .booking-dropdown {
	background: url(/includes/public/assets/patterns/cubes.png) left top;
	border: 0px none;
	display: none;
	position: absolute; left: 0; top: 40px;
	padding: 20px 15px;
	width: 317px;
	z-index: 9999;
}
.headerWrapper .booking-dropdown.open {display: block;}
.headerWrapper .booking-dropdown h3 {color: #212121; font: 700 24px/24px 'Roboto', sans-serif; text-transform: uppercase;}
.headerWrapper .booking-dropdown .field-cont {border-top: 1px solid #d9d9d9; padding-top: 20px;}
.headerWrapper .booking-dropdown label {text-align: left;}
.headerWrapper .booking-dropdown input.date {background: #FFF url(/includes/public/assets/images/iconCal-gray.png) no-repeat right 10px center;}
.headerWrapper .booking-dropdown button.btnmore {background: #909090; width: 100%;}
.headerWrapper .booking-dropdown button.btnmore::before {box-shadow: none;}
.headerWrapper .booking-dropdown button.btnmore:hover {background-color: #909090;}


.headerWrapper .trip {float: left; line-height: 40px;}
.headerWrapper .trip a {font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 13px; line-height: 16px;}
.headerWrapper .trip a, .headerWrapper .trip a:visited, .headerWrapper .trip a:hover {color: #fff;}
.headerWrapper .weather {
	float: left;
	margin-right: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	padding-top: 8px;
	position: relative;
}
.headerWrapper .weather a {color: #fff; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 18px; line-height: 18px; text-decoration: none;}
.headerWrapper .weather span {width: 20px; height: 18px; display: inline-block;}
.headerWrapper .search-trigger {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	background-color: #424242;
	background-image: url(/includes/public/assets/images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
body.toggle-search .headerWrapper .search-trigger.search-lg,
	body.toggle-search-sm .headerWrapper .search-trigger.search-sm,
	body.toggle-search .headerWrapper .search-trigger-mobile {background-image: url(/includes/public/assets/images/icon-search-close.png);}

/* search box */
.headerWrapper .searchbox {background: #424242; height: 0; overflow: hidden;
	transition: height ease .5s;
	-webkit-transition: height ease .5s;
}
body.toggle-search .headerWrapper .searchbox-lg {height: 63px;}
body.toggle-search-sm.fixedshow .headerWrapper .searchbox-lg {
	height: 63px;
	width: 100%;
	position: fixed; top: 0; left: 0;
}
.headerWrapper .searchbox .searchbox-int {width: 100%; max-width: 530px; padding-top: 10px; float: right;}
.headerWrapper .searchbox .search-input {width: 100%; max-width: 530px; padding-right: 77px; margin-right: -77px; float: left;}
.headerWrapper .searchbox input[type="search"] {
	float: left;
	width: 100%;
	height: 40px;
	border: none;
	box-shadow: none;
	background: #FFF;
	color: #212121;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.headerWrapper .searchbox input[type="submit"] {
	float: right;
	width: 72px;
	height: 40px;
	border: none;
	box-shadow: none;
	background-color: #6d9f11;
	background-image: url(/includes/public/assets/images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	text-indent: -9999999px;
	cursor: pointer;
}

/* slideshow wrapper */
.slideshowWrapper {
	position: relative;
	overflow: hidden;
}

/** footer **/
.footerWrapper {position: relative; margin-top: 125px;}

/* footer wrappers */
.footerWrapper .footer-bottom-wrapper {width: 100%; background: #f3f3f3; padding:40px 0 20px;}
.footerWrapper .footer-bottom-wrapper .top-info-wrapper {padding-bottom: 30px; border-bottom: 1px solid #d5d5d5;}
.footerWrapper .footer-bottom-wrapper .middle-info-wrapper {padding: 30px 0 38px; border-bottom: 1px solid #d5d5d5;}
.footerWrapper .footer-bottom-wrapper .bottom-info-wrapper {padding-top: 22px;}

/* top footer  */
.footerWrapper .footer-ask {max-width: 440px; overflow: hidden;}
.footerWrapper .footer-ask .veronica {float: left;}
.footerWrapper .footer-ask .info {position: relative; left: -14px; padding-top: 28px;}
.footerWrapper .footer-ask .info .title {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 19px;
	line-height: 20px;
	padding-bottom: 16px;
}
.footerWrapper .vguide .guide {float: left;}
.footerWrapper .vguide .info {
	padding-top: 8px;
	padding-left: 122px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
.footerWrapper .vguide .title {color: #045d9b; font-size: 20px; line-height: 20px; padding-bottom: 10px;}
.footerWrapper .vguide .desc {padding-bottom: 10px;}
.footerWrapper .vguide .info a {color: #045d9b; font-size: 14px; line-height: 20px; font-weight: 700; text-transform: uppercase;}

/* bottom footer */
.footerWrapper .top-info-wrapper .footer-logo {width: 171px; height: 25px; margin-bottom: 25px;}
.footerWrapper .top-info-wrapper .footer-info,
.footerWrapper .top-info-wrapper .footer-info p {font: 400 14px/16px "Roboto",sans-serif; color: #333;}
.footerWrapper .top-info-wrapper .top-info {padding-bottom: 8px;}
.footerWrapper .top-info-wrapper .address-info { padding: 0px 8px; }
.footerWrapper .top-info-wrapper .footer-right-top {
	width: 100%;
	max-width: 760px;
	float: left;
	margin-left: 50px;
	padding-bottom: 30px;
}
.footerWrapper .top-info-wrapper .footer-right-bottom {max-width: 760px; margin-left: 50px; float: left;}
.footerWrapper .top-info-wrapper .divider {position: relative; height: 80px; width: 1px; background: #d5d5d5; margin:-16px 28px 0;}
.footerWrapper .navSocial {margin-bottom: 22px;}
.footerWrapper .navSocial .item {
	background-color: #6d9f11;
	float: left;
	margin: 0 4px;
	height: 46px;
	width: 46px;
	text-align: center;
}
.footerWrapper .navSocial .item i {color: #fff; font-size: 36px; line-height: 46px;}
.footerWrapper .navSocial .item.fb i {font-size: 40px; line-height: 40px; margin-top: 9px;}
.footerWrapper .navSocial .item.ta i {font-size: 28px;}

.footerWrapper .enews {width: 100%; max-width: 400px;}
.footerWrapper .enews .icon {position: relative; top: 8px; width: 63px; height: 53px;}
.footerWrapper .enews .info {padding-left: 78px;}
.footerWrapper .enews .title {
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #6d9f11;
}
.footerWrapper .enews .desc {font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 20px; font-weight: 400;}
.footerWrapper .enews .desc a {font-weight: 700; color: #6d9f11; text-transform: uppercase;}
.footerWrapper .navFooter .item {float: left;}
.footerWrapper .navFooter .item a {
	display: block;
	padding: 0 16px 0 0;
	font:400 18px/18px 'Roboto', sans-serif;
	color: #045d9b;
	text-transform: uppercase;
}
.footerWrapper .navFooter .item.last a {padding-right: 0;}

/*** middle ***/
.footerWrapper .middle-info-wrapper {text-align: center;}
.footerWrapper .middle-info-wrapper .item {display: inline-block; height: 84px; margin-right: 22px;}
.footerWrapper .middle-info-wrapper .item.last {margin: 0;}
.footerWrapper .middle-info-wrapper a {display: block;}
/*** bottom ***/
.footerWrapper .bottom-info-wrapper .copy {font:400 14px/16px 'Merriweather', serif;}
.footerWrapper .bottom-info-wrapper .sv-logo {display: block; float: right; width: 214px; height: 21px;}

.footerWrapper .footer-print {display: none;}

.addthis .addthis_toolbox {margin-top: 28px;}
.content > .contentRender_name_plugins_addthis_addthis  .addthis .addthis_toolbox {margin-bottom: 15px;}

.contentWrapper {margin-bottom: 60px;}
.contentWrapper.two-col {margin-bottom: 30px;}
.contentWrapper .intro p:first-of-type:first-letter {
	float: left;
	font-family: 'Sanchez';
	font-size: 76px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 16px;
	padding-left: 3px;
}
.contentWrapper .center-text {text-align: center;}

/** read more **/
.content .read-more-container .read-more-tab { display: none; }

.content .read-more-container.collapse-all {
	position: relative;
	width: auto;
	margin: 0 -15px;
	max-height: 390px;
	padding-bottom: 80px;
	overflow: hidden;
}
.content .read-more-container.collapse-all.open {max-height: none;}
.content .read-more-container.collapse-all .read-more-container-int {padding: 0 22px;}
.content .read-more-container.collapse-all .read-more-tab {
	display: block;
	position: absolute;
	z-index: 100;
	bottom:0;
	left: 0;
	width: 100%;
	background: #FFF;
	color: #bcbcbc;
	box-shadow: 0px -6px 8px 0px rgba(0, 0, 0, 0.13);
	font:700  14px/14px 'Roboto', sans-serif;
	text-transform: uppercase;
	padding: 17px 0 48px;
	text-align: center;
	cursor: pointer;
}
.content .read-more-container.collapse-all .read-more-tab { display: block; }
.content .read-more-container.collapse-all .read-more-tab span {padding-right: 28px;}
.content .read-more-container.collapse-all .read-more-tab .opener {
	width: 16px;
	height: 8px;
	display: inline-block;
	background-image: url(/includes/public/assets/images/side-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.content .read-more-container.collapse-all .read-more-tab.open .opener{
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.c1-c2 .featured-tabs-container.row {margin: 30px 0;}
.featured-tabs-container { position: relative; padding-bottom: 35px; background: #045d9b; }
.featured-tabs-container .rawContent { display: none; }
.featured-tabs-container .panes > .pane { display: none; }
.featured-tabs-container .panes > .pane.active { display: block; }
.featured-tabs-container .tabs { overflow: hidden; padding: 36px 0.9375rem 20px; z-index: 10; }
.featured-tabs-container .tabs .tab-head {
	border-right: 1px solid rgba(255,255,255,0.3);
	cursor: pointer;
	float: left;
	margin-right: 14px;
	padding-right: 14px;
}
.featured-tabs-container .tabs .tab-head span {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 28px;
	opacity: 0.3;
	text-transform: uppercase;
}
.featured-tabs-container .tabs .tab:last-child .tab-head {border-right: 0 none; margin-right: 0; padding-right: 0;}
.featured-tabs-container .tabs > .tab.active .tab-head span {font-weight: 700; opacity: 1;}

.featured-tabs-container.sidecol { margin-right: 0px; margin-left: 0px; }
.featured-tabs-container.sidecol .tabs {}
.featured-tabs-container.sidecol .tabs .tab-head { max-width: 120px; }
.featured-tabs-container.sidecol .tabs .tab-head span { font-size: 16px; line-height: 16px; letter-spacing: 2.5px; }

.superbowl-featured-tabs.featured-tabs-container {
	position: relative;
	background: transparent;
	max-width: none;
}
.superbowl-featured-tabs.featured-tabs-container .tabs, .superbowl-featured-tabs.featured-tabs-container .panes, .superbowl-featured-tabs.featured-tabs-container .sub-title {
	max-width: 1080px;
	margin: 0 auto;
}
.superbowl-featured-tabs.featured-tabs-container .tabs-wrapper {
	background: #ab162c;
}
.superbowl-featured-tabs.featured-tabs-container .tabs {
	padding-top: 25px;
	padding-left: 325px;
}
.superbowl-featured-tabs.featured-tabs-container .tabs .tab-head {
	border-right: none;
	padding: 5px;
	border: 3px solid transparent;
}

.superbowl-featured-tabs.featured-tabs-container .tabs>.tab.active .tab-head {
	border: 3px solid #ff2c57;
}
.superbowl-featured-tabs.featured-tabs-container .tabs > .tab.active .tab-head span { font-weight: 500; }
.superbowl-featured-tabs.featured-tabs-container .tabs .tab-head span {
	font-family: "korolev-compressed", sans-serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: 1px;
	padding: 10px;
}
.superbowl-featured-tabs.featured-tabs-container .sub-title-wrapper {
	background: #ddd;
	height: 50px;
}
.superbowl-featured-tabs.featured-tabs-container .sub-title {
	position: relative;
	padding-left: 300px;
}
.superbowl-featured-tabs.featured-tabs-container .sub-title p {
	color: #646569;
	font-size: 32px;
	font-family: "korolev-compressed", sans-serif;
	text-transform: uppercase;
	line-height: 50px;
	
}
.superbowl-featured-tabs.featured-tabs-container .sub-title .logo {
	position: absolute;
	top: -100px;
	left: 25px;
}
.superbowl-featured-tabs.featured-tabs-container .sub-title .logo img { max-width: 210px; }
.superbowl-featured-tabs.featured-tabs-container .panes { margin-top: 20px; }
.superbowl-featured-tabs.featured-tabs-container .panes .featured-tab .featured-nav {
	top: -165px;
	right: 0;
}
.superbowl-featured-tabs.featured-tabs-container .panes .featured-tab .featured-nav .arrow {
	background-image: none;
	height: 95px;
}
.superbowl-featured-tabs.featured-tabs-container .panes .featured-tab .featured-nav .arrow.prevSlide {
	background-image: url(/includes/public/assets/images/superbowl-widget-nav-slider-left.png);
}
.superbowl-featured-tabs.featured-tabs-container .panes .featured-tab .featured-nav .arrow.nextSlide {
	background-image: url(/includes/public/assets/images/superbowl-widget-nav-slider-right.png);
}
.superbowl-featured-tabs.featured-tabs-container .panes .featured-tab a.more {
	background-color: #000;
	font-family: "korolev-compressed", sans-serif;
	font-size: 24px;
	font-weight: 500;
}
.superbowl-featured-tabs.featured-tabs-container .panes .featured-tab a.more:before { box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.6); }
.superbowl-featured-tabs.featured-tabs-container .panes .featured-tab a.more:after { display: none; }

.superbowl-featured-tabs > div.panes > div.pane.active > div > div > div > div.slides.slick-initialized.slick-slider > div > div > div > div.slide-int > div > div.date > span.day {
    background-color: #ff2c57;
    margin-top: 4px;
    padding: 4px 0px;
}
.superbowl-featured-tabs > div.panes > div.pane.active > div > div > div > div.slides.slick-initialized.slick-slider > div > div > div > div.slide-int > div > div.date {
    background: #ab162c;
    background: -moz-linear-gradient(-45deg, #045d9b 0%, #6d9f11 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff2c57), color-stop(100%,#ab162c));
    background: -webkit-linear-gradient(-45deg, #ff2c57 0%,#ab162c 100%);
    background: -o-linear-gradient(-45deg, #045d9b 0%,#6d9f11 100%);
    background: -ms-linear-gradient(-45deg, #045d9b 0%,#6d9f11 100%);
    background: linear-gradient(135deg, #ff2c57 0%,#ab162c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a4', endColorstr='#6d9f11',GradientType=1 );
}
.superbowl-featured-tabs > div.panes > div.pane.active > div > div > div > div.slides.slick-initialized.slick-slider > div > div > div > div.slide-int > div > div.title > a {
    color: #000000;
    text-decoration: underline;
}
.superbowl-featured-tabs > div.panes > div.pane.active > div > div > div > div.slides.slick-initialized.slick-slider > div > div > div > div.slide-int > div > div.title > a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 64.063em) {
	.superbowl-featured-tabs.featured-tabs-container { padding-top: 115px; }
	.superbowl-featured-tabs.featured-tabs-container .sub-title .logo {
		top: -247px;
		left: 50%;
		margin-left: -105px;
	}
	.superbowl-featured-tabs.featured-tabs-container .tabs {
		max-width: 640px;
		padding-top: 55px;
		padding-left: 30px;
	}
	.superbowl-featured-tabs.featured-tabs-container .tabs .tab-head span {
		font-size: 36px;
		line-height: 38px;
	}
	.superbowl-featured-tabs.featured-tabs-container .sub-title {
		max-width: 640px;
		padding-left: 45px;
}

	.superbowl-featured-tabs.featured-tabs-container .sub-title p { font-size: 26px; }
}
@media only screen and (max-width: 640px) {
	.superbowl-featured-tabs.featured-tabs-container .sub-title {
		padding-left: 0px;
		max-width: 340px;
    text-align: center;
	}
	.superbowl-featured-tabs.featured-tabs-container .sub-title p { font-size: 18px; }
	.superbowl-featured-tabs.featured-tabs-container .sub-title .logo { top: -265px; }
	.superbowl-featured-tabs.featured-tabs-container .tabs {
		max-width: 340px;
    padding-left: 0;
	}
	.superbowl-featured-tabs.featured-tabs-container .tabs .tab-head span { font-size: 24px; line-height: 26px; }
}
.fadecontent {padding-top: 100px; opacity: 0;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
.fadecontent.fadein {padding-top: 0px; opacity: 1;}
.fadecontent .fade-left {position: relative; left: -200px;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
.fadecontent .fade-right {position: relative; right: -200px;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}
.fadecontent.fadein .fade-right {right: 0;}
.fadecontent.fadein .fade-left {left: 0;}


.clear {clear: both; line-height: 1px; visibility: hidden;}


.ui-widget-overlay {position: fixed; background: #000; opacity: 0.5;}
.ui-dialog {z-index: 9999999;}
.ui-dialog .ui-dialog-title {font-size: 14px;}
.ui-dialog .ui-dialog-titlebar-close {height: 20px; width: 20px;}
.ui-dialog .ui-dialog-titlebar-close span {margin: -8px 0 0 -8px;}

.ui-dialog .ui-dialog-content p {font-size: 16px;}
.ui-dialog .ui-dialog-content a {color: #045D9B; font-size: 16px; outline: none;}
.ui-dialog .ui-dialog-content a:focus {outline: none;}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(/includes/public/assets/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 100; /* t - 255642 */
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .7;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*** Tablet ***/
@media only screen and (max-width: 1080px) {
	.headerWrapper .weather,
	.headerWrapper .header-buttons,
	.headerWrapper .search-trigger,
	.headerWrapper .header-logo {display: none;}

	.headerWrapper .header-top {background: #FFF; min-height: 54px; padding-right: 155px;}
	.headerWrapper .header-logo-mobile {display: block; height: 54px;}
	.headerWrapper .header-top .header-widgets {float: right;}
	.headerWrapper .header-bottom {height: 0; min-height: 0;}

	.headerWrapper .book {top: 2px; margin-right: 26px;}
	.headerWrapper .book a {height: 50px; padding-top: 11px;}
	.headerWrapper .booking-dropdown {top: 52px;}

	.headerWrapper .trip {height: 54px; line-height: 54px;}
	.headerWrapper .trip a, .headerWrapper .trip a:visited, .headerWrapper .trip a:hover {color: #045d9b;}

	body .c1,
	body .c1-c2,
	body .c1-widget {width: 100%; left: 0; padding: 0.9375rem;}
	body .c3 {width: 100%; left: 0; padding: 0.9375rem;}

	.content > .contentRender_name_plugins_addthis_addthis  .addthis .addthis_toolbox {margin-bottom: 0;}

	/** footer top **/
	.footerWrapper .footer-ask .info, .footerWrapper .vguide .info {padding-top: 0;}
	.footerWrapper .footer-ask .global-more {padding: 16px 28px;}
	.footerWrapper .footer-ask a.more {padding: 16px 30px;}

	/** footer bottom **/
	.footerWrapper .top-info-wrapper .footer-right-top {max-width: 422px; float: right; clear: right;}
	.footerWrapper .top-info-wrapper .footer-right-top .divider {display: none;}
	.footerWrapper .top-info-wrapper .footer-right-bottom {max-width: none; clear: both; margin-left: 0; width: 100%;}

	/** read more **/
	.content .read-more-container {
		position: relative;
		width: auto;
		margin: 0 -15px;
		max-height: 390px;
		padding-bottom: 80px;
		overflow: hidden;
		max-width: 100%;
	}
	.content .read-more-container.open {max-height: none;}
	.content .read-more-container-int {padding: 0 22px;}
	.content .read-more-container .read-more-tab {
		display: block;
		position: absolute;
		z-index: 100;
		bottom:0;
		left: 0;
		width: 100%;
		background: #FFF;
		color: #bcbcbc;
		box-shadow: 0px -6px 8px 0px rgba(0, 0, 0, 0.13);
		font:700  14px/14px 'Roboto', sans-serif;
		text-transform: uppercase;
		padding: 17px 0 48px;
		text-align: center;
		cursor: pointer;
	}
	.content .read-more-container .read-more-tab span {padding-right: 28px;}
	.content .read-more-container .read-more-tab .opener {
		width: 16px;
		height: 8px;
		display: inline-block;
		background-image: url(/includes/public/assets/images/side-arrow.png);
		background-repeat: no-repeat;
		background-position: right center;
	}


	.content .read-more-container .read-more-tab.open .opener{
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}

.listing-nav-wrapper{
	min-height: 202px;
}
.listing-nav-footer-wrapper .listing-nav-footer,
.listing-nav-wrapper .listing-nav{
	display: none;
}



@media only screen and (max-width: 1025px) {
	.listing-nav-wrapper{
		min-height: 55px;
	}
}
/*** Mobile - large ***/
@media only screen and (max-width: 767px) {

	/** footer top **/
	.footerWrapper .vguideWrapper,
	.footerWrapper .askWrapper {width: 100%; left: 0;}
	.footerWrapper .askWrapper {width: auto;}

	.footerWrapper .top-info-wrapper .footer-info {width: 245px; float: none !important; margin: 0 auto;}

	.footerWrapper .vguideWrapper {padding-bottom: 28px; border-bottom: 1px solid #d5d5d5;}
	.footerWrapper .vguide {padding: 0 14px;}
	.footerWrapper .askWrapper {padding-top: 28px; width: 100%;}
	.footerWrapper .footer-ask .info .title {font-size: 14px; line-height: 14px;}
	.footerWrapper .footer-ask .global-more {padding:10px 24px; font-size: 10px;}

	.footerWrapper .vguide .info {font-size: 14px;line-height: 14px;}
	.footerWrapper .vguide .title {font-size: 16px; line-height: 16px;}

	/** footer bottom **/
	.footerWrapper .top-info-wrapper .footer-right-top {float: none; margin-right: auto; margin-left: auto; clear: both; padding: 25px 0; max-width: 270px;}
	.footerWrapper .top-info-wrapper .footer-right-bottom {margin-left: 0;}
	.footerWrapper .navFooter .item {width: 100%; text-align: center; margin-bottom: 14px;}
	.footerWrapper .navFooter .item a {padding: 0;}
}

/*** Mobile ***/
@media only screen and (max-width: 640px) {
	.headerWrapper .header-top-inner.columns{ padding:0;}
	.headerWrapper .header-logo-mobile {width: 181px;}
	.headerWrapper .header-logo-mobile a {background-image: url(/includes/public/assets/images/logo-mobile.png); background-size: auto;}
	.header-top .header-widgets {display: none;}

	/** footer bottom **/
	.footerWrapper .middle-info-wrapper .item {height: auto; margin-bottom: 20px;}
	.footerWrapper .middle-info-wrapper .item.f4,
	.footerWrapper .middle-info-wrapper .item.f5,
	.footerWrapper .middle-info-wrapper .item.f6 {padding-top: 0;}

	.footerWrapper .bottom-info-wrapper {padding: 0 30px;}
	.footerWrapper .bottom-info-wrapper .copy { width: 100%; padding-bottom: 16px; text-align: center;}
	.footerWrapper .bottom-info-wrapper .sv-logo {margin: 0 auto; float: none; clear: both;}

	/** read more **/
	.contentWrapper .read-more-container {max-height: 670px;}

	.featured-tabs-container .tabs {max-width: 340px; margin: auto; padding: 36px 0 10px 0px;}
	.featured-tabs-container .tabs .tab-head {max-width: 112px; min-height: 60px; margin-right: 10px; padding-right: 0px; position: relative; text-align: center;}
	.featured-tabs-container .tabs .tab-head span {
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
		display: block;
		position: relative;
	}
	.featured-tabs-container.sidecol .tabs .tab-head { max-width: 112px; }
	.featured-tabs-container.sidecol .tabs .tab-head span { font-size: 15px; letter-spacing: 2px; }
	.featured-tabs-container.sidecol .featured-tab .featured-nav .arrow { width: 46px; height: 60px; background-size: auto; }

	/** fonts **/
	body h1 {font-size: 48px;line-height: 56px; margin-bottom: 25px;}
	body h3 {font-size: 40px;line-height: 44px;}

	body p {font-size: 16px; line-height: 26px; margin-bottom: 16px;}
}
@media only screen and (max-width: 420px) {
	.footerWrapper .askWrapper img.veronica {width: 45%;}
	.footerWrapper .footer-ask .info {left: 0;}
	.footerWrapper .footer-ask a.more {padding: 10px 20px;}
	.headerWrapper .header-logo-mobile a {background-image: url(/includes/public/assets/images/logo-mobile.png); background-size: 75%; background-position: 10px;}
}
.responsive-embed-container {
	margin-top: 15px;
	margin-bottom: 20px;
}
.responsive-embed-container .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	overflow: hidden;
	max-width: 100%;
}

.responsive-embed-container .embed-container iframe,
.responsive-embed-container .embed-container object,
.responsive-embed-container .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/****
Top 10 Trending Content Widget
****/
.trending-tabs-container { position: relative; background: #FFF; border: 1px solid #ebebeb; padding: 22px 18px !important; margin: 28px 0; opacity: 0; }
.trending-tabs-container.fadein { opacity: 1; }
.trending-tabs-container .heading { color: #045d9b; font-family: 'Sanchez', sans-serif; font-size: 18px; padding: 3px 0px; position: absolute; text-transform: uppercase; }
.trending-tabs-container .tabs { overflow: hidden; padding: 0px 0px 20px; z-index: 10; right: 0px; text-align: right; border-bottom: 1px solid #bcbcbc; }
.trending-tabs-container .tabs .tab { display: inline-block; cursor: pointer; }
.trending-tabs-container .tabs .tab-head { display: inline-block; border: 1px solid #ebebeb; padding: 3px 5px; }
.trending-tabs-container .tabs .tab-head span { color: #045d9b; font-family: 'Sanchez', sans-serif; font-size: 18px; opacity: 0.3; text-transform: uppercase; }
.trending-tabs-container .tabs > .tab.active .tab-head span { opacity: 1; }
.trending-tabs-container .rawContent { display: none; }
.trending-tabs-container .panes { margin: 17px 0px 0px 0px; }
.trending-tabs-container .panes > .pane { display: none; }
.trending-tabs-container .panes > .pane.active { display: block; }
.trending-tabs-container .panes .analytics-top-content { margin: 0px 0px 0px 18px; }
.trending-tabs-container .panes .analytics-top-content .loading { color:#bcbcbc; font-size: 25px; text-align: center; }
.trending-tabs-container .panes .analytics-top-content ol { margin: 0px; }
.trending-tabs-container .panes .analytics-top-content li { padding: 0px 0px 10px 12px; line-height: 23px; list-style-position: outside; position: relative; }
.trending-tabs-container .panes .analytics-top-content li a { color: #212121; }