/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/

.alternateGothicNo1 {font-family:'AlternateGothicW01-No1_691796';}
.alternateGothicNo2 {font-family:'AlternateGothicW01-No2_927067';}
.alternateGothicNo3 {font-family:'AlternateGothicW01-No3_927070';}
.nexaBook {font-family:'Nexa W01 Book';}
.nexaBold {font-family:'Nexa W01 Bold';}

@font-face {
    font-family: 'aleoregular';
    src: url('/includes/public/assets/fonts/Aleo-Regular-webfont.eot');
    src: url('/includes/public/assets/fonts/Aleo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/public/assets/fonts/Aleo-Regular-webfont.woff') format('woff'),
         url('/includes/public/assets/fonts/Aleo-Regular-webfont.ttf') format('truetype'),
         url('/includes/public/assets/fonts/Aleo-Regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/
.cr__lens .cr__gallery-wrap .cr__gallery {
	text-align: center !important;
}
.cr__lens .cr__gallery-activity {
	float: none !important;
}

body {color: #202e36;}
.wrapper {
    width: 100%;
	margin: 0 auto;
    display: block;
    position: relative;
    font-family: 'AvenirNextLTW01-Regular', serif;
}
h1 {
	color: #7f3995;
    font-family:'Univers LT W01_67 Bold_1476016';
    font-size: 56.7px;
    line-height: 1;
    margin: 0 0 30px;
    text-transform: uppercase;
}
h2 {
	color: #cf754a;
    font-family:'Univers LT W01_67 Bold_1476016';
    font-size: 45px;
    line-height: 1;
    margin: 0 0 10px;
}
h3 {
	color: #cf754a;
    font-family:'Univers LT W01_67 Bold_1476016';
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px;
}
h4 {
	color: #7f3995;
    font-family:'Univers LT W01_67 Bold_1476016';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 10px;
}
h5 {
	color: #636d73;
    font-family:'Univers LT W01_67 Bold_1476016';
    font-size: 21px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h6 {
	color: #1f2c34;
    font-family:'Avenir Next LT W01 Demi';
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    
}
p{
    font-family: 'AvenirNextLTW01-Regular';
    font-size: 22px;
	line-height: 30px;
    font-weight: normal;
    color: #202e36;
    margin: 0 0 20px;
}
ul {margin-left: 1.8em;}
.wrapper img {
	border: medium none;
}
strong a, strong a:link, strong a:visited, strong a:focus { font-weight: bold; }
a, a:link, a:visited, a:focus {
	border: medium none;
	font-size: inherit;
	font-weight: normal;
	outline: 0 none;
	text-decoration: none;
	color: #d27545;
	font-family: inherit;
	-webkit-transition: color 225ms ease-in-out;
	-moz-transition: color 225ms ease-in-out;
	-o-transition: color 225ms ease-in-out;
	transition: color 225ms ease-in-out;
}

h2 a, h2 a:link, h2 a:visited, h2 a:focus {
	color: #7f3995;
	-webkit-transition: color 225ms ease-in-out;
	-moz-transition: color 225ms ease-in-out;
	-o-transition: color 225ms ease-in-out;
	transition: color 225ms ease-in-out;
}

a:hover {
	border: medium none;
	opacity: 0.98;
    color: #db906a;
    text-decoration: none;
}

h2 a:hover{
	opacity: 0.78;
    color: #7f3995;
}
.wrapper .ui-datepicker select {
	padding: 0;
}
.ui-datepicker {
	z-index: 1001 !important;
}
.clear {
	clear: both;
	line-height: 1px;
	visibility: hidden;
}

body .wrapper .row{
	max-width: 75rem;
}

/* t - 246509 */

/*.reveal-slides {
    margin-top: 100px;
    opacity: 0;
    transition: all 0.501s ease 0s;
}
.reveal-slides.active {
    margin-top: 0;
    opacity: 1;
}*/

/* Back To Top Button*/
#scrollToTop {
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    background: #000;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    background: rgba(77, 75, 75, 0.8) url(/includes/public/assets/images/cd-top-arrow.svg) no-repeat center 50%;
    z-index: 1000;
}

#scrollToTop:hover {
    text-decoration: none;
}

@media only screen and (min-width: 40em) {
    #scrollToTop {
        display: none !important;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.header-section{
	background-color: #7f3995;
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
	text-align: center;
	height: 60px;
	z-index: 9999;
}
.homepage .header-section {height: auto; box-shadow: none; background-color: transparent;}
.header-section .headerRow{ margin: 0 auto;}

.header-grad {
	position: absolute;
	width: 100%;
	min-height: 200px;
	z-index: 10;
	display: none;

	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.header-section .section-top{
	height: 40px;
	margin-bottom: 5px;
	text-align: right;
}

.homepage .header-section .section-top{ margin-bottom: 15px;}

.header-section .section-main-nav{
	height: 50px;
	/*background-color: rgba(0, 0, 0, 0.20);*/
}

.header-section .social-cont,
.header-section .weather-cont,
.header-section .weatherWrapper .weather-icon,
.header-section .weatherWrapper .weather-text,
.header-section .top-nav-cont,
.header-section .top-nav-cont a,
.header-section .search-cont {
	display: inline-block;
	font-family: 'Univers LT W01_57 Condensed';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 15px;
	line-height: 40px;
	vertical-align: middle;
}

.header-section .weather-cont {margin-right: 5px;}

.header-section .social-cont {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 15px;
    display: inline-block;
    margin-right: 0;
}
.header-section .trip-inner a {
	font-family: "Nexa W01 Book";
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.header-section .search-cont {padding-left: 0px; cursor: pointer;}

.header-section .hamburger{
    display: block;
    float: left;
    height: 50px;
    left: 20px;
    position: relative;
    top: 0;
    width: 80px;
}
.header-section .search-mobile{
	float: right;
    position: absolute;
    right: 11px;
    top: 9px;
}
.header-section .logo-header{
	float: left;
    padding: 0px;
    text-align: center;
}
.homepage .header-section .logo-header{ padding-top: 12px;}

.header-section .logo-mobile {
	display: block;
    left: 10px;
    max-width: 150px;
    position: absolute;
    text-align: left;
    top: -15px;
    z-index: 20003;
}

/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.body-section{
    position: relative;
    z-index: 200;
    background-color: transparent;
    display: inline-block;
    width: 100%;
	padding-top: 0px;
}
.body-section .bodyContentWrapper{
	padding: 0 10px;
}
.body-section .body-content-section{
	background-color: #fff;
    border: 11px solid #fff;
    position: relative;
    border-radius: 6px;
    min-height: 245px;
}

.body-section .intro-text p,
.body-section .content-main,
.body-section .content-main ul {
	font-family: "aleoregular","Aleo Regular";
	font-size: 20px;
	line-height: 30px;
}

.body-section .intro-text a,
.body-section .content-main a,
.body-section .content-main ul a {
	font-size: 20px;
}

[data-sv-blog-content]{display: none;}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer-section{
	width: 100%;
	margin: 0 auto;
}
.footer-section .footer-row {margin: 55px auto 0; text-align: center;}

.footer-section .footer-top{
	background: #7f3995;
	padding-bottom: 0px;
	width: 100%;
	min-height: 200px;
	margin: 0px auto;
	position: relative;
}
.footer-section .footer-bottom {
	background-color: #5d2b72;
	border-top: 20px solid #a675b5;
    display: inline-block;
    width: 100%;
	min-height: 500px;
}
.footer-section .section-footer-nav-main {
	text-align: center;
	padding: 0 15px;
}
.footer-section .pipe,
.footer-section .mobile-br {display: none;}

.footer-section .footerBottom{}
.footer-section .footer-address,
.footer-section .footer-phones {
	font-family:'AvenirNextLTW01-Regular';
	font-size: 16px;
	color: #fff;
	text-align: left;
}
.footer-section .footer-address span {font-family:'Avenir Next LT W01 Demi';}
.footer-section .footer-address a { color: #FFF; }
.footer-section .footer-phones { line-height: 28px;}
.footer-section .footer-phones .copyright { font-size: 14px; }

.footer-section .footer-phones a {
	font-family:'Avenir Next LT W01 Demi';
	font-size: 17px;
	color: #d17544;
}

.footer-section .simpleviewLogo{
	width: 100%;
	text-align: center;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Social LInks Widget -  Relocate to widget template during build
|-----------------------------------------------------------------------------------------------------------
*/
.socialLinksContainer{
    height: 60px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.socialLinksContainer .icon{
	display: inline-block;
	box-sizing: border-box;
}

.socialLinksContainer .icon.blog{
	font-family: "Univers LT W01_67 Bold_1476016";
	font-size: 22px;
}
.socialLinksContainer .icon span{
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #fff;
    height: 45px;
    width: 45px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.header-social-items{

}

.header-social-items a.header-social-item{
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-right: 10px;
	background: #FFF;
	text-align: center;
	vertical-align: middle;
}
.header-social-items a i{
	color: #7f3995;
}

.header-social-items .hashtag{
	display: inline-block;
	vertical-align: middle;
}
.header-social-items .hashtag a{		
	color: #FFF;
	font-family: "Univers LT W01_67 Bold_1476016", sans-serif;
	font-size: 18px;
	margin: 0;
	text-transform: none;
}

@media only screen and (max-width: 64em) {
	.header-social-items{
		text-align: left;
		margin: 10px 0;
	}
	.header-social-items .hashtag{
		float: left;
		margin: 0 15px;
	}
	.header-social-items a i{
		color: #7f3995;
	}
}

.social-items-wrapper.wrap {
  /*max-width: 350px;*/
  margin: 0 auto;
}
.social-item {
	display:inline-block;
	
	width:60px;
	height:60px;
	margin:0px 10px 10px 10px;
	position:relative;
	top:0px;

	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.social-item a {
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.social-item i.fa {
	top:0px;
	left:0px;
}

.socialLinksContainer .icon.blog-m {display: none; margin: 20px auto;}
.socialLinksContainer .icon.blog-m img {width: 141px;}
.socialLinksContainer .social-item.blog-m::before {left: 2%; width: 96%;}

/* -- Disabled for multiple row social icon layout -- */
/*.social-item:first-child {
margin:0px 10px 0px 0px;
}*/
/*.social-item:last-child {
margin:0px 0px 0px 10px;
}*/
/*.socialLinksContainer .icon:nth-of-type(7) {margin-right: 0;}*/

/*** END SOCIAL INFO ***/

/*
|-----------------------------------------------------------------------------------------------------------
| NEWSLETTER SIGNUP WIDGET
|-----------------------------------------------------------------------------------------------------------
*/

.newsletter-signup {
	background-color: #fff;
	width: 100%;
	max-height: 220px;
	padding: 25px;
	margin: 0px auto;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.newsletter-signup .newsletter-content{max-width: 500px; margin: 0 auto;}

.newsletter-signup .newsletter-title {
	font-family: "Univers LT W01_67 Bold_1476016";
    font-size: 27px;
    line-height: 100%;
    margin-bottom: 10px;
	color: #7f3995;
	vertical-align: top;
}

.newsletter-signup .newsletter-text p{
	font-size: 17px;
	font-family: "AvenirNextLTW01-Regular";
	line-height: 1;
}

.newsletter-signup form input[type="email"] {
	background-color: #d17544;
	font-family: 'Avenir Next LT W01 Demi';
	font-size: 17px;
	height: 2.750rem;
	border: 0 none;
	color: #fff;
	box-shadow: none;
	display:inline-block;
	width: 79%;
	margin: 0;
	padding-left: 25px;
}

.newsletter-signup form .submit-btn {
	display: inline-block;
	width: 20%;
}
.newsletter-signup form .submit-btn .buttonhov {
	background: rgb(209,117,68);
    background: -moz-linear-gradient(-45deg, rgba(209,117,68,1) -15%, rgba(127,57,149,1) 63%);
    background: -webkit-linear-gradient(-45deg, rgba(209,117,68,1) -15%,rgba(127,57,149,1) 63%);
    background: linear-gradient(135deg, rgba(209,117,68,1) -15%,rgba(127,57,149,1) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17544', endColorstr='#7f3995',GradientType=1 );
	border: none;
    padding: 6px 20px 10px 20px;
	font-size: 18px;
	top: 3px;
	height: 2.750rem;
}

.newsletter-signup form .submit-btn .buttonhov i.fa {
	display: inline-flex;
	top: 1px;
	left: 5px;
}
.newsletter-signup form .submit-btn span {
    top: -3px;
    width: 100%;
}
.newsletter-signup ::-webkit-input-placeholder { color: #fff;}
.newsletter-signup :-moz-placeholder { color: #fff;}
.newsletter-signup ::-moz-placeholder { color: #fff;}
.newsletter-signup :-ms-input-placeholder { color: #fff;}

/*footer overwrites so we can use same widget*/
.footer-section .socialLinksContainer{
	border: none;
    height: auto;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
}
.footer-section .socialLinksContainer .omahaLabel{
	background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 25px;
    width: 100%;
}
.footer-section .socialLinksContainer .icons{
	display: block;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
}

/*
|-----------------------------------------------------------------------------------------------------------
| SHARED FORM ELEMENTS
|-----------------------------------------------------------------------------------------------------------
*/

/**** Basic Style MORE Link ****/

.btn-basic {
	position:relative;
	opacity:1;

	transition:all ease .3s;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	-o-transition:all ease .3s;
}
.btn-basic:hover {opacity:.8;}
.btn-basic i.fa {
	color:#d27545;
	top:4px;
	font-size:22px;
	position:relative;
	left:11px;
	top:3px;

	transition:all ease .3s;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	-o-transition:all ease .3s;
}

.btn-basic:hover .btninfo:after {opacity:.8;}
.btn-basic:hover i.fa {left:22px;}

/**** Colored Style Buttons ****/

.btn-brown {background-color: #d27545;}
.btn-green {background-color: #849548;}
.btn-blue {background-color: #00b0cb;}

/* button hover */
.buttonhov {
	font-family: 'Univers LT W01_67 Bold_1476016' !important;
	color: #fff !important;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 34px 10px 28px;
	display:inline-block;
	position:relative;

	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-o-transition:all ease .5s;

	background: rgb(209,117,68);
    background: -moz-linear-gradient(-45deg, rgba(209,117,68,1) -15%, rgba(127,57,149,1) 63%);
    background: -webkit-linear-gradient(-45deg, rgba(209,117,68,1) -15%,rgba(127,57,149,1) 63%);
    background: linear-gradient(135deg, rgba(209,117,68,1) -15%,rgba(127,57,149,1) 63%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17544', endColorstr='#7f3995',GradientType=1 );
}
.buttonhov:hover {
	background-color:#00a2ba;
}
.buttonhov:before {
	content:"";
	position:absolute;
	top: 6%;
    left: 3%;
    width: 94%;
    height: 88%;
	box-sizing:border-box;
	border:1px #fff solid;

	transition:all ease .2s;
	-webkit-transition:all ease .2s;
	-moz-transition:all ease .2s;
	-o-transition:all ease .2s;
}
.social-item:before {
	left:5%;
	width:90%;
}
.buttonhov:hover:before,
.social-item:hover:before {
	border:3px #fff solid;
}
.btninfo {
	position:relative;
}

.buttonhov i.fa {
	color: #fff;
    font-size: 22px;
    left: 11px;
    line-height: 32px;
    position: relative;
   
	transition:all ease .3s;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	-o-transition:all ease .3s;
}

.buttonhov:hover i.fa {
	left:22px;
}
.buttonhov:hover .sm i.fa {
	left:17px;
}
 /* --Crowdriff Widget-- */
.crowdriff-embed .cr__lens .cr__gallery-activity .cr__gallery-activity-overlay .cr__gallery-activity-caption { z-index: 9999; }

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 400px) {
  .socialLinksContainer .social-item { 
  	width: 40px !important; 
  	height: 40px !important; 
  	margin: 0px 5px 0 auto; 
  }
  .socialLinksContainer .social-item:last-child { margin-right: 0px !important; }
  .footer-section .socialLinksContainer .social-items-wrapper.wrap { max-width: 200px; }
}
@media only screen and (max-width: 40em) {
	h1 {
		font-size: 47.25px;
		line-height: 1;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 45px;
		line-height: 1;
	}
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
	p {font-size: 14px;}

	.body-section { padding-top: 1rem;}
	.body-section .intro-text p,
	.body-section .content-main,
	.body-section .content-main a,
	.body-section .content-main ul,
	.body-section .intro-text a {
		font-family: "aleoregular","Aleo Regular";
		font-size: 18px;
		line-height: 26px;
	}

	.header-section .tripbuilder-cont,
	.header-section .weather-cont {
		display: none;
	}
	/*.slideshow-section .crowdriff-embed { margin-bottom: -50px; }*/
	.share-cont {
		padding-top: 0px;
    	margin-bottom: 10px;
    	margin-top:50px;
	}
	/*.socialLinksContainer {top: -10px;}*/
	.socialLinksContainer .social-item { width: 45px; height: 45px; margin: 0px 10px 5px auto; }
  	.socialLinksContainer .social-items-wrapper.wrap { max-width: 250px; }
	.socialLinksContainer .social-item img {width: 24px;}
    /*.socialLinksContainer .social-item:nth-of-type(6) {margin-right: 0;}*/
	/*.socialLinksContainer .icon.blog { display: none; }*/
  /*.socialLinksContainer .icon.blog-m-small { display: inline-block; }*/
	/*.socialLinksContainer .icon.blog-m {width: 150px; display: block;}*/

	.newsletter-signup {padding: 15px;}
	.newsletter-signup .newsletter-title {font-size: 24px;}
	.newsletter-signup .newsletter-text p {font-size: 14px;}
	.newsletter-signup form input[type="email"] {width:70%; }
	.newsletter-signup form .submit-btn {width: 28%;}
	.newsletter-signup form .submit-btn .buttonhov {padding: 6px 25px 10px 12px;}

	.footer-section {margin-top: 40px;}
	.footer-row {padding-bottom: 50px; margin-top: 20px;}
	.footer-row,
	.footer-section .footer-address,
	.footer-section .footer-phones {text-align: center; font-size: 14px; margin-top: 30px;}
	.footer-section .footer-phones a {font-family: 'Nexa W01 Book'; font-size: 14px; color: #fff;}
	.footer-section .footer-phones .copyright {margin-bottom: 10px; display: block;}
	.footer-row .footer-logo {margin-bottom: 20px;}

	.footer-section .pipe {display: none;}
	.footer-section .mobile-br {display: inline-block;}
	.header-grad{min-height: 0;}

	[class*="block-grid-"] > li {
	    float: none;
	}
}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){
	.body-section{margin-bottom: 40px;}
	.panel_custom_two_col {margin-bottom: 50px;}
	.footer-section .pipe {display: inline-block;}
	.footer-section .mobile-br {display: none;}
}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	p {font-size: 17px;}
	.intro-text a {font-size: 20px !important;}
	body .wrapper .panel_custom_three_col_50_25_25.row,
	body .wrapper .content-main {max-width: 84%; margin: 0 auto; display: block; float: none;}
	.homepage .header-grad {display: block;}
	.header-section .section-main-nav {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.header-section .tripbuilder-cont {
		border-left: 1px solid rgba(255, 255, 255, 0.5);
		border-right: 1px solid rgba(255, 255, 255, 0.5);
		padding: 0 20px;
		position: absolute;
		right: 160px;
		top: 10px;
		z-index: 20003;
	}
	.header-section .tripbuilder-cont a {
		font-size: 14px;
		color: #fff;
	}
	.header-section .weather-cont {
		position: absolute;
		right: 275px;
		top: 10px;
		z-index: 20003;
	}
	.dl-menu .weatherWrapper,
	.dl-menu .trip-inner {text-align: left; margin-left: 20px;}
	.footer-section {margin-top: 0;}
}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
	.header-section{height: 115px;}
	.header-section .headerRow{
		margin: 0 auto;
	    max-width: 1145px;
	    padding: 0;
	    padding-left: 15px;
		z-index: 1000;
		left: 0;
		right: 0;
		display: inherit;
	}
	.header-section .headerTop{
		display: block;
	    height: 50px;
	    padding-top: 8px;
	}
	.header-section .headerRight{
		display: block;
	    float: right;
	    width: 615px;
	}
	.header-section .section-main-nav {
	    background-color: transparent;
	    height: auto;
	}
	.homepage .header-grad {display: block;}
	.header-section .section-social-links{
		float: right;
		display: inline-block;
	}
	.header-section .section-weather{
		float: right;
		display: inline-block;
		margin-left: 16px;
	}
	.header-section .section-search{
		 display: inline-block;
	     float: right;
	     margin-left: 16px;
	}
	.header-section .section-upper-nav{
		display: inline-block;
		width: auto;
		max-width: 275px;
	}
	.header-section .headerBottom{
		height: 230px;
	}
	.header-section .headerBottom .headerRow{
		height: 230px;
	}
	.header-section .logoHeader {
	    display: inline-flex;
	    padding: 23px 0 0;
	    text-align: left;
	    width: auto;
	}
	.header-section .section-main-nav{
		float: left;
		margin: 0 auto;
		padding: 10px 0 0;
		text-align: center;
		vertical-align: middle;
	}
	.panel_custom_two_col .content-right, .panel_custom_two_col .content-main {
	  	margin: 0 auto;
    	padding: 0;
	}
	.panel_custom_two_col .content-right {padding-right: 40px;}
	.footer-section .footer-top {
		margin: 30px auto 0;
		padding-bottom: 45px;
	}
	.newsletter-signup {
		margin: 40px 0 20px;
		float: left;
		max-width: 560px;
		height: 220px;
	}
	.newsletter-signup form .submit-btn {
		font-size: 17px;
	}
}


/* t - 242029 */
@media only screen and (max-width: 64em) {
	.contentRender_name_plugins_core_textbox iframe#social-wall-frame{width: 95%; margin-left: 2.5%; /* Fallback */
		width: calc(100% - 40px); margin-left: calc(20px);}
}



.quickview-title h5,
.qv-btn {
    display: inline-block;
    width: auto;
}
.qv-btn {
    position: relative;
    top: -5px;
    font-size: 12px;
    color: #aaa9a9;
    border: 1px solid #dedede;
    padding: 3px 10px;
    cursor: pointer;
}
.qv-btn:hover {
    color: #1d1d1d;
    border-color: #1d1d1d;
}

.qv-shade {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    pointer-events: none;
    will-change: opacity;
}
.open .qv-shade {
    opacity: 1;
    pointer-events: all;
}

.qv-sidebar {
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    will-change: transform;
}
.open .qv-sidebar { transform: translateX(0); }

.qv-sidebar .qv-sidebar-shadow {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
    will-change: opacity;
}
.open .qv-sidebar .qv-sidebar-shadow { opacity: 1; }

.qv-sidebar .qv-sidebar-content {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background-color: #fff;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.qv-sidebar .qv-sidebar-content .qv-content {
    position: relative;
    height: 100%;
}

.qv-sidebar .qv-sidebar-content .qv-content > .content {
    display: flex;
	flex-direction: column;
/*    height: calc(100% - 32px);*/
}

.qv-sidebar .qv-sidebar-content .content-head {
    font-family: 'Univers LT W01_67 Bold_1476016', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    padding: 15px 22px;
    height: 60px;
    text-transform: uppercase;
	background: rgb(209,117,68); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(209,117,68,1) -15%, rgba(127,57,149,1) 63%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(209,117,68,1) -15%,rgba(127,57,149,1) 63%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(209,117,68,1) -15%,rgba(127,57,149,1) 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17544', endColorstr='#7f3995',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.qv-sidebar .qv-sidebar-content .content-head .qv-header,
.qv-sidebar .qv-sidebar-content .content-head .close-btn {
    float: left;
    width: 50%;
    text-align: left;
}

.qv-sidebar .qv-sidebar-content .content-head .close-btn {
    text-align: right;
    cursor: pointer;
    line-height: 22px;
}

.qv-sidebar .qv-sidebar-content .content.listing{padding: 15px;}
.qv-sidebar .qv-sidebar-content .listing .title,
.qv-sidebar .qv-sidebar-content .listing .title a{
	font-family: 'Univers LT W01_67 Bold_1476016', sans-serif;
    font-size: 25px;
    color: #7f3995;
}

.qv-sidebar .qv-sidebar-content .listing .title{margin: 15px 0 10px 0;}

.qv-sidebar .qv-sidebar-content .listing .date{
    font-family: 'Helvetica Neue LT W01_71488914';
    font-weight: 600;
    color: #0498d9;
    padding: 15px 0;
}

.qv-sidebar .qv-sidebar-content .listing ul {margin: 0 0 10px;}
.qv-sidebar .qv-sidebar-content .listing ul li {
    font-size: 17px;
    margin: 0;
    line-height: 1;
}

.qv-sidebar .qv-sidebar-content .listing .desc .section-title,
.qv-sidebar .qv-sidebar-content .listing .desc .section-title a,
.qv-sidebar .qv-sidebar-content .listing ul li span.info-list-label { 
	font-family: 'Avenir Next LT W01 Demi', sans-serif; 
	
}

.qv-sidebar .qv-sidebar-content .listing ul li span.info-list-value{
	font-family: 'AvenirNextLTW01-Regular';
}

.qv-sidebar .qv-sidebar-content .listing ul li.address a,
.qv-sidebar .qv-sidebar-content .listing ul li.phone a
{
    color: #202e36;
}
.qv-sidebar .qv-sidebar-content .listing ul li.address {margin-bottom: 20px;}
.qv-sidebar .qv-sidebar-content .listing ul li.phone:last-of-type {margin-bottom: 10px;}
.qv-sidebar .qv-sidebar-content .listing .social-icons { margin: 0 0 20px; }
.qv-sidebar .qv-sidebar-content .listing .desc  { 
	font-family: 'AvenirNextLTW01-Regular';
}
.qv-sidebar .qv-sidebar-content .listing .social-icons .icon {
    display: inline-block;
    background-color: #d0754b;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.qv-sidebar .qv-sidebar-content .listing .social-icons .icon:last-child { margin-right: 0; }

.qv-sidebar .qv-sidebar-content .listing .desc.no-map { margin: 0 0 50px; }
.qv-sidebar .qv-sidebar-content .listing .gmap { margin: 25px 0;}

.qv-sidebar .detail-link {
    background-color: #cbdf0d;
    width: 100%;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1d1d1d;
    text-align: center;
    padding: 8px 0 10px;
	margin-top: auto;
}
.qv-sidebar .detail-link a { color: #1d1d1d; }

@media only screen and (max-width: 40em) {
    .qv-btn { margin: 15px 0 5px; }

    .qv-sidebar { max-width: 300px }

    .qv-sidebar .qv-sidebar-content .listing .title {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 100%;
        font-size: 27px;
        padding: 0;
    }
    .qv-sidebar .qv-sidebar-content .listing .title > div { padding: 0; }
	.qv-sidebar .detail-link { margin-bottom: 32px; }
	.gm-style .gm-style-iw{
		max-width: 250px !important;
	}
}
/****************************************/
/******** Y E L P - S N I P P E T ******/
/**************************************/

/** snippet is shared in offer detail, listing layout, listing detail **/
.yelp-snippet {
    margin-bottom: 1rem;
}

.yelp-snippet .yelp-rating {
    height: 21px;
}

.yelp-snippet .yelp-logo {
    height: 30px;
    position: relative;
    top: -1px;
}

.yelp-snippet .yelp-bottom {
    font-size: 12px;
}

.yelp-snippet .yelp-price {	
	color: #202e36 !important;
    font-family: 'Avenir Next LT W01 Demi';
    font-size: 16px;
}

.yelp-snippet .yelp-review-count {
    color: #202e36 !important;
}
.review-rating img, .reviews-rating-line img {
	vertical-align: top;
	margin-top: 4px;
}