/* Today font 

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family: 'sans-serif';
    src: url('../fonts/todaysanshef-light-webfont.eot');
    src: url('../fonts/todaysanshef-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/todaysanshef-light-webfont.woff') format('woff'),
         url('../fonts/todaysanshef-light-webfont.ttf') format('truetype'),
         url('../fonts/todaysanshef-light-webfont.svg#todaysanshef-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/* End today font */

html, body {
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #f8f8f8;
	/*font-family: "Lucida Sans Unicode";*/
	font-family: -apple-system, BlinkMacSystemFont, "Open Sans", Arial, sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","游ゴシック", "Yu Gothic", "Noto Sans JP";
}
body .container {
	/*max-width: 1100px;	*/
	width:100%;
	padding:0;
}
img {
	max-width: 100%;	
}
p, li, label, address {
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0;
	font-weight: 300;
	color:#000D14;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	color:#000D14;
}

address {
	text-transform: uppercase;	
}
li {
	margin: 12px 0;	
	line-height: 18px;
}

.content-wrapper{
	padding: 1px;
}

img.mobile-show{
		display: none;
	}

img.mobile-show-md{
		display: none;
	}

.bold{
	font-weight:600;
}

.show-onclick{
	display: none;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.carousel-indicators li {
    border: 1px solid #d3d3d3 !important;
}

.carousel-indicators .active {
    background-color: #f9e17e !important;
    border: 1px solid #f9e17e !important;
}

@media screen and (max-width: 768px){
	
	.nav-dropdown-menu{
		left: 0 !important;
		right: 0 !important;
		max-width: none !important;
		z-index: 9999 !important;
	}

	.content-wrapper{
		padding: 25px;
	}

	.main-column{
		padding: 10px;
	}

	img.mobile-hide{
		display: none !important;
	}

	img.mobile-show{
		display: block !important;
	}

	.mobile-dropdown-item{
		float: none;
	    margin: 0;
	    position: relative;
	    margin-left: 20px;
	    border: none;
	    width: auto;
	    box-shadow: 0px 0px 0px;
	    height: 0px;
	    display: none;
	    transition: all 1s ease;
	}

}

@media screen and (max-width: 1004px){

	.br-sp { 
        display:none; 
    }
}

@media screen and (min-width: 1000px){
.br-sp-1000 { 
        display:none; 
    }
}

@media screen and (min-width: 840px){
.br-sp-840 { 
        display:none; 
    }
}

@media screen and (min-width: 600px){
.br-sp-600 { 
        display:none; 
    }
}

a.h_question{
	cursor: default;
	text-decoration: none;
}

.quote{
	display: block;
    border-left: 4px solid #00B0B9;
    padding: 6px 0 6px 12px;
}
.quote-media{
	display: block;
    padding: 6px 0 6px 12px;
}

.space-bottom{
	margin-bottom: 40px;
}

span.q-smaller{
	display: block;
    font-size: 12px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;	
}
h1 {
	font-size:24px;
	color: #333;
	font-weight: 400;
	margin: 60px 0 20px 0;
}

h1:nth-child(1){
	margin-top: 20px;
    margin-bottom: 10px;
} 


h2 {
	font-size: 22px;
	font-weight: 400;
}

h3 {
	font-size: 17px;
	color: #00a8cb;
	line-height: 24px;
	 font-weight: 500;	
}

h3.eng{
	font-weight: 200;
}


h4{ 
	font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

h5{line-height: 21px;font-size: 15px;}

h6{ 
	font-size: 13px;
    font-weight: 500;
}

.text-sub{
	background-color: #f8f8f8;
    padding: 12px;
    color: gray;
    border-bottom: 1px solid #e7e7e7;
}

.text-block{
	background-color: #ffffff;
    padding: 12px;
    color: gray;
    margin: 24px 0;

}
.content {
	background-color: transparent;
	color: #333;
	padding: 15px 20px 28px;
    max-width: 1100px;
    margin: auto;
}

#content__wrap{
	background: #f8f8f8;
}

.btn{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btns{
	margin-right:10px;
}

.btn-primary {
	/*background-color: #329AB7;
	color:#FFF;*/
	border: none;
    border-radius: 50px;
    padding: 10px 35px;    
    cursor: pointer;
	color: #000D14;
  background-color: #00B0B9;
  border:1px solid #00B0B9;
}

.btn-wd {
	background-color: #329AB7;
	border: none;
    border-radius: 2px;
    padding: 10px 39px;
    color:#FFF;
    width: 308px;
    cursor: pointer;
}

.btn-login {
	background-color: #329AB7;
    border-radius: 2px;
    color: #fff !important;
    padding: 4px 11px !important;
    margin-top: -4px;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 400;
}

.btn-login:hover{
	background-color: #0097b7 !important;
}

.btn-primary:hover {
	color: #000D14;
  background-color: #b2e7ea;
  border:1px solid #b2e7ea;
  text-decoration: none;
}

.btn-secondary {
	/*background-color: #bbb0a6;
	color:#FFF;*/
	border: none;
    border-radius: 50px;
    padding: 10px 35px;
    cursor: pointer;
	color: #000D14;
    background-color: #fff;
    border: 1px solid #00B0B9;
}
.btn-red {
	background-color: #bd2d24;
	border: none;
    border-radius: 2px;
    padding: 10px 25px;
    color:#FFF;
    cursor: pointer;
}
.btn-secondary:hover {
  color: #000D14;
  background-color: #b2e7ea;
  border:1px solid #b2e7ea;
  text-decoration: none;
}

.btn-pink {
	background-color: #cb4e78;
	border: none;
    border-radius: 2px;
    padding: 10px 41px;
    color:#FFF;
    cursor: pointer;
}
.btn-pink:hover {
	background-color: #bb486f;
	color:#FFF;
}

.btn-brown {
	background-color: #443135;
	border: none;
    border-radius: 2px;
    padding: 10px 41px;
    color:#FFF;
    cursor: pointer;
}
.btn-brown:hover {
	background-color: #5a4146;
	color:#FFF;
}

.btn-green {
	background-color: #75d3c0;
	border: none;
    border-radius: 2px;
    padding: 10px 41px;
    color:#FFF;
    cursor: pointer;
}
.btn-green:hover {
	background-color: #6cc2b1;
	color:#FFF;
}
.btn-orange {
	background-color: #e88554;
	border: none;
    border-radius: 2px;
    padding: 10px 41px;
    color:#FFF;
    cursor: pointer;
}
.btn-orange:hover {
	background-color: #da7d4f;
	color:#FFF;
} 
.btn-odw-orange {
	background-color: #d05344;
	border: none;
    border-radius: 2px;
    padding: 10px 41px;
    color:#FFF;
    cursor: pointer;
}
.btn-odw-orange:hover {
	background-color: #d05344;
	color:#FFF;
} 
.btn-gradient {
	background: linear-gradient(-135deg, #a9de7c, #329ab7);
	border: none;
    border-radius: 2px;
    padding: 10px 51px;
    color:#FFF;
    cursor: pointer;
}
.btn-gradient:hover {
	background: linear-gradient(-135deg, #a9de7c, #329ab7);
	color:#FFF;
} 

@media screen and (max-width: 768px){
	.btn-primary, .btn-secondary, .btn-pink, .btn-wd, .btn-odw-orange, .btn-orange, .btn-brown, .btn-red{
		width:100%;
	}
	.btns{
	margin-right:0px;
	margin-bottom:10px;
	}

}

.btn-full {
	padding: 12px 30px;
	font-size: 15px;
	background-color: #00a8cb;
	border: none;
}

a.viewmore-link{
	color:#00a8cb;
	font-size:13px;
}
.aside {
	padding: 0 30px 0 35px;
}

.aside-sidebar {
	padding: 68px 30px 0 35px;
}

@media (max-width: 992px){
	.aside-sidebar{
    padding: 68px 10px 0;
    margin: auto;
    text-align: center;
	}

}
/*.main-column {
	padding-right: 40px;	
}*/
.aside p, .aside li, .aside blockquote {
	font-size: 12px;
	line-height: 18px;
}
.no-padding-left {
	padding-right: 0px;
}
.no-padding-middle {
	padding-right: 0px;
	padding-left: 1px;
}
.no-padding-right {
	padding-right: 0px;
	padding-left: 1px;
}
.no-padding-left .form-control, .no-padding-middle .form-control, .no-padding-right .form-control {
	padding: 6px;
}
.form-control {
	font-size: 13px;	
}
.nearby {
	margin-top: 0;
	margin-bottom: 6px;
	padding: 7px 0;
}	
.nearby a {
	font-size: 12px;
	display: block;
	min-height: 40px;
}
.nearby a > .col-xs-4, .nearby a > .col-xs-8 {
	min-height: 40px;
}
.nearby a > .col-xs-8 {
	padding: 2px 0 0 0;	
}
.nearby:hover {
	background-color: #f0f0f0;	
}
.btn-container {
	margin-top: 8px !important;
}


header {
	background-color: #fff;
	/*margin: 20px 0 10px;*/
	padding: 10px 20px;
	border-bottom: 5px solid #d8d5d3;
}

header .row{
	max-width: 1100px;
    margin: auto;
}

#logo {
	background-position: right;
	display: inline-block;
	margin-left: 10px;
	margin-top: 15px;
	padding-right: 26px;
}


nav {
	margin-top: 30px;
}
nav.btn-group {
	display: block;	
	width: 100%;
}
nav.btn-group .btn-primary {
	text-align: center;
	width: 100%;
	text-transform: uppercase;	
	font-size: 20px;
	padding: 5px 0;
}
nav ul {
	list-style-type: none;
	text-align: right;
	padding: 0;
}
nav ul li {
	display: inline-block;
	text-transform: uppercase;
	padding: 0 8px;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	font-weight: 300;
}
nav ul li a {
	color: #000;
}
nav ul li.active a, nav ul li a:hover {
	color: #aaa;
	text-decoration: none;
}
#open-explore .caret {
	position: relative;
	top: -2px;	
}
#open-explore.active .caret {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#open-explore2 .caret {
	position: relative;
	top: -2px;	
}
#open-explore2.active .caret {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#explore-menu {
	left: 0;
    right: 0;
    margin: auto;
	position: absolute; 
	width: 100%;
	max-width: 1100px;
	background-color: #fff; 
	z-index: 200; 
	padding: 20px;
	display: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 4px -2px #888;
       -moz-box-shadow: 0 2px 4px -2px #888;
            box-shadow: 0 2px 4px -2px #888;
}
#explore-menu .col-sm-6:last-child {
	/*border-left: 1px dotted #ccc;	*/
}
#explore-menu h4 {
	letter-spacing: 0.5px;	
}
#explore-menu p {
	line-height: 14px;
	margin:0;
	font-size: 13px;
}
#explore-menu p.heading {
	text-transform: uppercase;
	font-size: 15px;
	margin: 5px 0;
}
#explore-menu p a {
	color: #000;
	width: 100%;
    display: inline-block;
    padding: 9px 14px;
    border-radius: 3px;
}
#explore-menu p a:hover {
	text-decoration: none;
    background-color: #f8f8f8;
}
#explore-menu p a.btn-info {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


.container-fluid-subnav {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

#timeshare-menu{
	left: -250px;
    right: 0;
    margin: auto;
	position: absolute; 
	width: 100%;
	max-width: 222px;
	background-color: #fff; 
	z-index: 200;
	display: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 4px -2px #888;
       -moz-box-shadow: 0 2px 4px -2px #888;
            box-shadow: 0 2px 4px -2px #888;
}

#sales-prev-menu{
	left:0px;
    right:  -180px;
    margin: auto;
	position: absolute; 
	width: 100%;
	max-width: 222px;
	background-color: #fff; 
	z-index: 200;
	display: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 4px -2px #888;
       -moz-box-shadow: 0 2px 4px -2px #888;
            box-shadow: 0 2px 4px -2px #888;
}

#resort-pln-menu{
	left:0px;
    right:  -383px;
    margin: auto;
	position: absolute; 
	width: 100%;
	max-width: 250px;
	background-color: #fff; 
	z-index: 200;
	display: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 4px -2px #888;
       -moz-box-shadow: 0 2px 4px -2px #888;
            box-shadow: 0 2px 4px -2px #888;
}


#b2b-menu{
  left: 0px;
  right: -650px;
  margin: auto;
  position: absolute;
  width: 100%;
  max-width: 250px;
  background-color: rgb(255, 255, 255);
  z-index: 200;
  display: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 4px -2px #888;
       -moz-box-shadow: 0 2px 4px -2px #888;
            box-shadow: 0 2px 4px -2px #888;
}

#f_a_q-menu{
	left:0px;
    right:  -860px;
    margin: auto;
	position: absolute; 
	width: 100%;
	max-width: 222px;
	background-color: #fff; 
	z-index: 200;
	display: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 4px -2px #888;
       -moz-box-shadow: 0 2px 4px -2px #888;
            box-shadow: 0 2px 4px -2px #888;
}

#contactus-menu{
	left:0px;
    right:  -870px;
    margin: auto;
	position: absolute; 
	width: 100%;
	max-width: 222px;
	background-color: #fff; 
	z-index: 200;
	display: none;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 2px 4px -2px #888;
       -moz-box-shadow: 0 2px 4px -2px #888;
            box-shadow: 0 2px 4px -2px #888;
}



#timeshare-menu .col-sm-6:last-child {
	/*border-left: 1px dotted #ccc;	*/
}
#timeshare-menu h4 {
	letter-spacing: 0.5px;	
}
#timeshare-menu p {
	line-height: 14px;
	margin: 0 0 8px;
	font-size: 13px;
}
#timeshare-menu p.heading {
	text-transform: uppercase;
	font-size: 15px;
	margin: 5px 0;
}
#timeshare-menu p a {
	color: #42aad7;	
}
#timeshare-menu p a:hover {
	text-decoration: none;	
	color: #62caff;
}
#timeshare-menu p a.btn-info {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.main-menu-sub {
	padding: 0;
	margin:0;
    white-space: nowrap;
    /*border-radius: 3px;
    border: 1px solid rgba(207,212,216,.8);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background-color: #fff;
    position: absolute;
    left: -.5625em;
    width: auto;
    text-align: left;
    top: -31.56929em;
    margin-top: .31641em;
    padding: 0;
    overflow: visible;
    -webkit-transition: opacity 188.46198ms,-webkit-transform 188.46198ms,max-height 0 150ms,top 0 188.46198ms;
    transition: opacity 188.46198ms,transform 188.46198ms,max-height 0s 150ms,top 0s 188.46198ms;*/
}

.main-menu-sub li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-menu-sub li a:focus{
    outline:none;
}

.main-menu-sub li>a:not(.button) {
    color: #000;
    display: block;
    padding: 19px 14px;
    text-decoration: none;
}

.main-menu-sub li:hover {
    background-color: #f8f8f8;
}


#nav_mn ul {
    list-style: none;
    background: #fff;
    padding: 0;
    max-width: 300px;
    border: 1px solid #ccc;
}

#nav_mn li {
  margin: 0;
}

#nav_mn li a  {
  color: #000;
    font-size: 13px;
    padding: 20px 0 20px 18px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

#nav_mn li a:hover  {
  color:#FFF;
  background:#5cb8b2;
  text-decoration: none;
}

#nav_mn li a.active {
  color:#FFF;
  background:#5cb8b2;
  text-decoration: none;
}

.featured {
	margin: 10px -5px 0;
}
.featured .col-sm-4 {
	padding: 0 5px;	
}
.featured p {
	/* margin: 0 !important;	 */
	margin-bottom: 5px !important;
}
.featured .col-sm-6 {
	padding: 0 7px;
}
.featured .col-sm-12 {
	padding: 0 7px;
}
.featured-resort {
	position: relative;
}
.featured-resort img {
	position: relative;	
}
.featured-resort .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #443135;
	background-color: rgba(68, 49, 53, 0.7);
	padding: 5px 14px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.explore-all-cta{
	margin-top: 19px;
    border-top: 1px solid #e7e7e7;
    padding: 18px 0 2px 13px;

}

.subpara {
	margin: 10px 0;	
}
.subpara p {
	line-height: 18px !important;	
}

#homeslideshow {
	position: relative;	
	height: 500px ;
}

#homeslideshow2 {
	position: relative;	
	height: 700px ;
}

#homeslideshow img, #homeslideshow2 img, #destinationslideshow img {
	position: absolute;
	top: 0;
	left: 0;	
}


#homeslider {
  min-height: 50px;
  background-color: rgba(0,0,0,0.4);
  border-bottom: 5px solid #00B0B9;
  position: absolute;
  width: 100%;
}
#homeslider h2 {
	margin: 0;
	color: #fff;
	font-size: 14px;
	padding: 15px 0 15px;
	font-weight: 300;	
}



/* slider media queries */

@media screen and (max-width: 767px){
	.slider-container{
		top: 20%;
	}
  
  .hv  {
	  color: #fff;
    font-size: 26px !important;
    padding:0 0 17px 0 !important;
    max-width: 1100px;
    margin: auto;
    font-weight: 300;
  }
}


#homeslideshow #myCarousel .item{
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: right top !important;
}

#homeslideshow2 .item{
    height: 700px;
    width: 100%;
    background-size: cover;
    /*background-position: right top !important;*/
    background-position: center center !important;
}

#destinationslideshow {
	position: relative;	
	height: 500px;
}

#destinationslideshow #myCarousel .item{
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#destinationslideshow #myCarousel .item{
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}

#destinationslideshow #slide {
	margin: 0 auto 20px;	
}


@media screen and (max-width: 768px){
	#destinationslideshow {
    	height: 300px;
    }
    #destinationslideshow #myCarousel .item {
    height: 300px;
	}

	.s_content-item-wrapper,.m_content-item-wrapper,.sweep_content-item-wrapper{
	margin-bottom: 10px !important;
	min-height:auto !important;
	}
	#homecontent .col-sm-4 {
    	border-right: none !important;
	}
	
}

#homeslider #slide {
	margin: 0 auto 20px;	
}


.s_content-item-wrapper{
	min-height: 390px;
	margin-bottom: 10px;
	padding: 10px;
}

.m_content-item-wrapper{
	min-height: 430px;
	margin-bottom: 25px;
	padding: 10px;
}

.sweep_content-item-wrapper{
	min-height: 430px;
	margin-bottom: 63px;
	padding: 10px;
}

h2.home-col-header{
	margin-top: 5px;
}

.content-news-wrapper{
	min-height: 430px;
	margin-bottom: 35px;
	padding: 3px 15px;
	    border: 1px solid #cfd4d8;
}

.content-news-wrapper p.date{
	margin: 0;
    font-weight: 500;
}

span.notice, span.media, span.press{
    padding: 2px 6px;
    font-size: 9px;
    vertical-align: bottom;
    color: #fff;
    border-radius: 3px;
    margin-left: 2px;
}


span.notice{
	background: #009900;
}

span.media{
	background: #cb4e78;
}

span.press{
	background: #00a9e0;
}


.content-news-wrapper a.news-link{
	font-size:12px;
	color: #333;
}


.content-news-wrapper a.news-viewmore-link{
	font-size:12px;
	color: #337ab7;
	display: block;
	margin-top: 15px;
}



div.news-item{
	padding: 15px 0;
    border-bottom: 1px dotted #cfd4d8;
}

.advice-wrapper{
	padding: 13px;
	border: 1px solid #ccc;
	margin-bottom:20px;
	background: #FFF;
}

.hide {
  display: none;
}

a.read-more-show{
	display: block;
	margin-top: 12px;
}


.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
}
.bx-wrapper img {
	border: 1px solid #fff;	
}
.bx-wrapper .bx-prev {
	left: -55px;	
}
.bx-wrapper .bx-next {
	right: -55px;	
}
.bxslider li {
	margin: 0;	
}
.bx-wrapper .bx-caption {
	background: rgba(0,0,0, 0.2); /*rgba(68,49,53,0.8)*/
	border-top: none;
	bottom: -60px;
	cursor: pointer;
}
.bx-wrapper .bx-caption span {	
	font-weight:400;
}




@media screen and (max-width: 768px){
  .bx-wrapper .bx-caption {
      display: none;
  }
}


#subbanner {
	position: relative;	
	min-height: 500px;
}

#subslide {
	min-height: 500px;
}

@media screen and (max-width: 768px){
	#subbanner {
		min-height:300px;
	}
	#subbanner2 {
		min-height:220px;
	}
	#subslide {
		min-height:300px;
	}
	#homeslideshow {
    	height: 300px;
    }
    #homeslideshow #myCarousel .item {
    height: 300px;
	}
	#homeslideshow2 {
    	height: 220px;
    }
    #homeslideshow2 .item {
    height: 220px;
	}
	
}



/*/////// SUB BANNERS /////////*/

.page-container, #subbanner{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/*/////// DROPDOWN /////////*/

.sub-dropdown-menu{
	position: absolute;
	display: none;
	background: #fff;
	z-index: 999;
} 

nav ul li.nav-main:hover > .sub-dropdown-menu{
	display: block;
}

.sub-dropdown-menu li{
	display: block;
}

/*/////// Timeshare Program /////////*/

.page-container #subcontent{
	padding: 50px 20px 28px;
}

img.slider-turtle{
	position: absolute;
    top: 46%;
    left: 16%;
    z-index: 9;
}

a.next-step-learn{
    color: #443135;
    display: block;
    border: #9e9791 1px solid;
    padding: 5px 0px;
}

a.next-step-experience, a.next-step-resorts{
    color: #443135;
    display: block;
    border: #9e9791 1px solid;
    padding: 5px 9px;
}


a.next-step-learn button, a.next-step-experience button, a.next-step-resorts button{
	background: transparent;
    border: none;
}

a.next-step-learn{
    background-color: #ffffff;
    border: 1px solid #00b0b9;
    border-radius: 30px;
    color: #000d14;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 15px 0px;
}
a.next-step-learn:hover{
  color: #000D14;
  background-color: #b2e7ea;
  border:1px solid #b2e7ea;
  text-decoration: none;
}

a.next-step-experience{
    background-color: #ffffff;
    border: 1px solid #00b0b9;
    border-radius: 30px;
    color: #000d14;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 15px 0px;
}
a.next-step-experience:hover{
  color: #000D14;
  background-color: #b2e7ea;
  border:1px solid #b2e7ea;
  text-decoration: none;
}
a.next-step-resorts{
    background-color: #ffffff;
    border: 1px solid #00b0b9;
    border-radius: 30px;
    color: #000d14;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 15px 0px;
}
a.next-step-resorts:hover{
  color: #000D14;
  background-color: #b2e7ea;
  border:1px solid #b2e7ea;
  text-decoration: none;
}

/*//////////////////////////////////*/




/*//////////////////////////////////*/

nav#resort-navbar{
	border-bottom: 1px solid #e7e7e7;
	background: #f8f8f8;
	background: #f7f7f7;
	margin: 0;
}


@media screen and (max-width: 768px){

	nav#resort-navbar{
	border-bottom: none;
	}

	

}

nav#resort-navbar .resort-navbar-container{
	max-width: 1100px;
	margin: auto;

}

.nav-mobile{
	display: none;
}

.nav-mobile-hv{
	display: none;
}

@media screen and (max-width: 768px){
	.resort-navbar-container, ul.sidebar-menu{
		display: none;
	}
	
	.resort-navbar-container, ul.sidebar-menu-hv{
		display: none;
	}

	#subcontent{
		padding-top: 0 !important;
	}

	#nav_mn {
		display: none;
	}

	.nav-mobile{
	display: block;
    max-width: 90%;
    margin: auto;
    margin-top: 0;
	}
	
	.nav-mobile-hv{
	display: block;
    max-width: 90%;
    margin: auto;
    margin-top: 0;
	}
	
}

ul.resort-navbar{
	list-style: none;
	text-align: center;
	margin: 0;
}

ul.resort-navbar li{
	position:relative;
	float: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    line-height: 28px;
}

ul.resort-navbar li a{
	text-decoration: none;
	color:#d5d5d5;
	position: relative;
    display: block;
    min-width: 145px;
    padding: 14px 0px;
	text-align: center;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

ul.resort-navbar li a.active{
	color:#8d8b8b;
}

ul.resort-navbar li i{
    display: block;
    width: 100%;
    margin: 7px 0;
}

ul.resort-navbar li a:hover, ul.resort-navbar li i:hover{
	color:#8d8b8b;
}

span.resort-navbar-icon{
	display: block;
}

#subbanner .banner-caption  {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #443135;
	/*background-color: rgba(68,49,53,0.7);*/
  background-color: rgba(0,0,0,0.6);
	padding: 15px 40px 5px;
}



#subbanner .banner-caption h1 {
	color: #fff;
    font-size: 29px;
    margin: 0;
    padding: 17px 43px 22px;
    max-width: 1100px;
    margin: auto;
    font-weight: 300;
}

@media screen and (max-width: 490px){

	#subbanner .banner-caption  {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #443135;
		/*background-color: rgba(68,49,53,0.7);*/
    background-color: rgba(0,0,0,0.6);
		padding: 20px;
	}

	#subbanner .banner-caption h1 {
		color: #fff;
			font-size: 28px;
			margin: 0;
			padding: 0;
			max-width: 1100px;
			margin: auto;
			font-weight: 300;
}
}

.hv {
	color: #fff;
    font-size: 29px;
    margin: 0;
    padding: 5px 43px 25px;
    max-width: 1100px;
    margin: auto;
    font-weight: 300;
}

.hv_sub {
	font-size: 15px;
	padding-top: 69px;
}

.hv_sub2 {
	font-size: 15px;
	padding-top: 25px;
}



#subbanner .banner-caption.resort-title h1 {
	font-size: 26px;	
}


#subslide .banner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #443135;
	/*background-color: rgba(68,49,53,0.7);*/
  background-color: rgba(0,0,0,0.6);
	padding: 15px 40px 5px;
}

#subslide .banner-caption h1 {
	color: #fff;
    font-size: 29px;
    margin: 0;
    padding: 5px 20px 15px;
    max-width: 1100px;
    margin: auto;
    font-weight: 300;
}
#subslide .banner-caption.resort-title h1 {
	font-size: 26px;	
}


#subtitle {
	background-color: #333135;	
	padding: 8px 40px 6px;
}
#subtitle h2 {
	margin: 0;	
	color: #fff;
	font-size: 18px;
	padding: 15px 20px;
    max-width: 1100px;
    margin: auto;
}

#subtitle2 {
	background-color: #329ab7;	
	padding: 8px 40px 6px;
}

#subtitle2 h1 {
	margin: 0;	
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	padding:  0 0 15px 20px;
    max-width: 1100px;
    margin: auto;
}

#subtitle2 h2 {
	margin: 0;	
	color: #fff;
	font-size: 18px;
	padding: 15px 20px;
    max-width: 1100px;
    margin: auto;
}

.masthead:before {
    z-index: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.65)0%,transparent 55%);
    background-image: linear-gradient(to top,rgba(0,0,0,.65)0%,transparent 55%);
}


#filters {
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
	width: 100%;
	background-color: #fff;
	padding: 10px 0 0;
}
#filters .container-fluid {
	padding-right: 0;
	padding-left: 0;	
}
#filters .navbar {
	margin-bottom: 0;
	min-height: 10px;
	background-color: #fff;
}
#filters .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;	
}
#filters ul li {
	margin: 0;
}
#filters .navbar-nav.navbar-right:last-child {
	margin-right: 0;	
}
#filters .glyphicon {
	font-size: 8px !important;	
	margin-left: 5px;
}
#filters .navbar-nav>li>a {
	padding: 10px 15px;	
}
#filters .navbar-nav>li {
	margin-right: 0px;
	border-right: 1px solid #e7e7e7;
}
#filters .navbar-nav.navbar-right>li {
	border-right: none;
}
#filters input.form-control {
	padding: 2px 12px;
	height: 40px;
	border: none;
	border-left: 1px solid #e7e7e7;
	border-radius: 0px;
	-webkit-box-shadow: none;
  box-shadow: none;
	background: transparent;
}
#filters .dropdown-menu {
	padding: 5px 0;	
	border-color: #e7e7e7;
	-webkit-box-shadow: none;
  box-shadow: none;
}
#filters .dropdown-menu>li>a {
	padding: 6px 20px;	
	color: #666;
}
#filters .dropdown-menu>li {
	
}
#filters .dropdown-menu>li:last-child {
	border-bottom: none;
}
#filters .dropdown-menu>li>label {
	padding: 0 37px;
	color: #666;
	margin: 5px 0;
}
#filters .dropdown-menu.checkboxes {
	min-width: 220px;	
}
.nav>li.display-none {
	display: none;	
}


#homecontent {
	padding: 15px;	
	max-width: 1100px;
  margin: 170px auto 50px;
}
#homecontent .col-sm-4 {
	border-right: 1px dotted #ccc;
	min-height: 410px;
	position: relative;
}
#homecontent .col-sm-4:last-child {
	border: none;	
}
#homecontent .col-sm-4 p:last-child {
	position: absolute;
	bottom: 0;
	left: 15px;	
}



ul.sidebar-menu {
	list-style: none;
	background: #fff;
	padding: 0;
	max-width: 300px;
	border: 1px solid #ccc;
}

ul.sidebar-menu li{
	margin: 0;
}

ul.sidebar-menu li.sidebar-menu-header{
	display: block;
    padding: 18px 21px;
    border-bottom: 1px solid #e7e7e7;
}

ul.sidebar-menu li.sidebar-menu-header h3{
	color:#443135;
}

ul.sidebar-menu li a{
	color: #443135;
    font-size: 13px;
    padding: 20px 0 20px 18px;
    display: inline-block;
    width: 100%;
} 
ul.sidebar-menu li a.active{
	color:#FFF;
	background:#5cb8b2;
	text-decoration: none;
}

ul.sidebar-menu li a:hover{
	text-decoration: underline;
}



ul.sidebar-menu-hv {
	list-style: none;
	background: #fff;
	padding: 0;
	max-width: 300px;
	border: 1px solid #ccc;
}

ul.sidebar-menu-hv li{
	margin: 0;
}

ul.sidebar-menu-hv li.sidebar-menu-header{
	display: block;
    padding: 18px 21px;
    border-bottom: 1px solid #e7e7e7;
}

ul.sidebar-menu-hv li.sidebar-menu-header h3{
	color:#443135;
}

ul.sidebar-menu-hv li a{
	color: #443135;
    font-size: 13px;
    padding: 20px 0 20px 18px;
    display: inline-block;
    width: 100%;
} 
ul.sidebar-menu-hv li a.active{
	color:#FFF;
	background:#8fd2ca;
	text-decoration: none;
}

ul.sidebar-menu-hv li a:hover{
	text-decoration: underline;
}




.panel-box{
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #e7e7e7;
    position: relative;
}

.panel, .panel:nth-child(n) {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/*
.panel_cell-knockout {
    background-color: #f8f8f8;
    box-shadow: inset 0 0 0 1px #e7e7e7;
}
*/


.panel-cell {
    padding: 2.37037em;
}

.panel-cell-top{
    box-shadow: inset 0 0 0 1px #e7e7e7;
	background-color: #f8f8f8;
}

.link-list {
    padding-left: 0;
    list-style-type: none;
}

.link-list li {
    margin-bottom: 10px;
}

.link-list li a{
}

.panel-cell h5:nth-child(1){
	margin-top: 0px;
}


.panel-cell h5{
	margin-top: 40px;
}

.panel-cell h5 a{
	color:#333;    
	font-size: 16px;
    line-height: 23px;
}

.panel-cell p{
	color: gray;
    margin-top: 0px;
}

.panel-cell ul{
	padding-left:20px;
}

.panel-cell ul li{
	color: gray;
}


.pattern{
	background-color: transparent;
}


.pattern-fade{
	position: relative;
	background-repeat: repeat-x;	
}

.pattern-fade:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 30em;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top,rgba(248,248,248,0)0%,rgba(248,248,248,0)20%,#f8f8f8 100%);
    background-image: linear-gradient(to bottom,rgba(248,248,248,0)0%,rgba(248,248,248,0)20%,#f8f8f8 100%);
}

.page-container #subcontent .col-sm-8 {
	border-right:none;
}

#subcontent .col-sm-8 {
	border-right: 1px solid #ccc;
}


#links {
	background-color: #165C7D;
	color: #fff;
	padding: 25px 0 35px;
	/*margin: 10px 0;*/
}
#links ul {
	list-style-type: none;
  padding: 0;
	margin: 0 0 15px;
	max-width: 1100px;
    margin: 0 auto;
	-webkit-padding-start: 0;
}
#links ul li {
	display: inline-block;
	padding: 0 20px;
	font-size: 12px;/*
	border-right: 1px solid #fff;*/
	margin: 0;
}
#links ul li:last-child {
	border: none;	
}
#links ul li a {
	color: #fff;
}
#links ul li a:hover {
	color: #aaa;
	text-decoration: none;
}


footer {
	padding: 10px 30px;
	color: #666;
	max-width: 1100px;
    margin: auto;
}
footer p {
	font-size: 12px;	
}

#pre-footer{
	border-top: 5px solid #d8d5d3;
	background-color: #165C7D;
	color: #fff;
	padding: 25px 0 0 0;
}

#footer-links-wrapper{
	padding: 15px 20px;
    max-width: 1100px;
    margin: auto;
    background: #165C7D;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#footer-links-wrapper a{
	color:#FFF;
  font-size: 14px;
  line-height: 1.6;
}

#footer-links-wrapper a:hover {
    color: #aaa;
    text-decoration: none;
}
div.footer-col-section-item{
	margin-bottom: 17px;
}

div.footer-col-section a.footer-links-title{
	display: block;
	font-weight: 600;
}

div.footer-col-section ul{
	padding-left: 12px;
}

div.footer-col-section ul li{
	list-style: none;
	margin: 2px 0;
}

#discoverform {
	padding-top: 3px;	
}
#discoverform .form-group {
	max-width: 100%;
	margin: 10px 0;
}
#discoverform .form-group label {
	text-align: right;	
	margin: 5px 0 0;
	font-weight: 400;
}
#discoverform .form-group input, #discoverform .form-group select, #discoverform .form-group textarea {
	max-width: 240px;
}
#discoverform .col-sm-8 {
	border: none;	
}
#discoverform .btn-primary {
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;	
	padding: 8px 15px;
	min-width: 120px;
}
input.error {
	border-color: #a00;
	color: #a00;
	background-color: #f2dede;
}
label.error {
	font-weight: 700 !important;
	color: #d00;	
}
#error-message {
	font-weight: 700;
	color: #d00;
	text-align: center;
	margin: 15px 0;
}

.slide {
	overflow: hidden;
}
.arrow {
	position: absolute;
	width: 29px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
	top: 50%;	
	background: url('../img/arrows.png') no-repeat 0 0;
	opacity: 0;
}
#left-arrow {
	left: 20px;
}
#right-arrow {
	right: 20px;
	background-position: 100% 0;
}
#placeholder-container {
	min-height: 20px;	
}
#placeholder .dot {
	width: 10px;
	height: 10px;	
	background: url('../img/gallery_bullets.png') 0 1px no-repeat;
	display: inline-block;
	margin: 0 3px;
}
#placeholder .dot.active {
	background: url('../img/gallery_bullets.png') -18px 1px no-repeat;
}


.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}


#map-container, #map {
	width: 100%; 
	height: 480px;
}
#map-container {
	position: relative; 
	display: none;
}
#map {
	position: absolute;
}
.MicrosoftNav, .OverlaysBL, .OverlaysBR-logoAware {
	display: none;	
}
#map a, a.MapPushpinBase {
	cursor: pointer !important;	
}
#map-description-container {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	width: 40%;
	height: 421px;
}
.map-description {
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	right: -400px;
	top: 0;
	height: 421px;
	width: 100%;	
	padding: 5px 25px;
}
.map-description .close {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 15px;
	width: 15px;
	background: url('../img/close.gif');
}


#explorecontent {
	padding: 10px 40px 30px;	
}
.destination {
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.destination:hover {

}
.destination .caption {
	/*
	position: absolute;
	bottom: 0;
	right: 15px;
	*/
	padding: 4px 18px;
	background-color: #443135;
	background-color: rgba(68,49,53,0.9);
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;	
}
.destination .caption a {
	color: #fff;	
}
.destination .caption a:hover {
	text-decoration: none;	
}


#floorplan-container {
	display: none;
	background-color: #fff;	
	min-height: 480px;
	padding: 50px 40px 80px;
	max-width: 1100px;
    margin: auto;
}
.floorplan {
	cursor: pointer;
	border: 1px solid #fff;
	padding: 20px;
}
.floorplan .small {
	display: block;	
}
.floorplan .large {
	display: none;
}
.floorplan:hover {
	border-color: rgba(50,154,183,0.5);
	border-color: #dedede;
}	
.floorplan.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;	
	background-color: rgba(0,0,0,0.85);
	z-index: 300;
	padding: 40px 0;
	color: #fff;
	cursor: auto;
	border: none;
}
.floorplan.active img {
	border: 2px solid #ccc;	
}
.floorplan.active .small {
	display: none;	
}
.floorplan.active .large {
	display: block;
}


#points-container, #points-next-container  {
	display: none;
	background-color: #f8f8f8;	
	min-height: 480px;
	padding: 50px 40px 80px;
	max-width: 1100px;
    margin: auto;
}
#points-container .table, #points-next-container .table  {
	margin-bottom: 0px;	
	font-size: 11px;
}
.table.bronze>thead>tr>th, .table.bronze>tbody>tr>th, .table.bronze>tfoot>tr>th {
	border-color: #887f24;
}
.table.silver>thead>tr>th, .table.silver>tbody>tr>th, .table.silver>tfoot>tr>th {
	border-color: #858688;
}
.table.gold>thead>tr>th, .table.gold>tbody>tr>th, .table.gold>tfoot>tr>th {
	border-color: #db6e13;
}
.table.platinum>thead>tr>th, .table.platinum>tbody>tr>th, .table.platinum>tfoot>tr>th {
	border-color: #85d1eb;
}
.table.mixed>thead>tr>th, .table.mixed>tbody>tr>th, .table.mixed>tfoot>tr>th {
	border-color: #7d845b;
}
.table.mixed-holiday>thead>tr>th, .table.mixed-holiday>tbody>tr>th, .table.mixed-holiday>tfoot>tr>th {
	border-color: #5a8f7b;
}
.table.holiday>thead>tr>th, .table.holiday>tbody>tr>th, .table.holiday>tfoot>tr>th {
	border-color: #58a459;
}
.table>thead>tr>th {
	text-transform: uppercase;
	font-weight: 300;
}
.level {
	margin-right: 4px;	
}

.container-max{
	max-width: 1100px;
	margin: auto;
}

#resorts-options {
	position: relative;
	top: 0;
	right: 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
	background-color: rgba(68,49,53,0.8);	
	margin: 0;
	font-size: 0px; /* fix for inline-block spacing; http://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
	z-index: 9;
    float: right;
    max-width: 300px;
}
#resorts-options ul {
	list-style-type: none;
	margin-left: -40px;	
	margin-bottom: 0px;
}
#resorts-options ul li {
	display: inline-block;
	margin: 0;	
}
#resorts-options ul li a {
	padding: 9px 18px;
	display: inline-block;
	color: #ddd;
	font-size: 11px;
	text-transform: uppercase;
}
#resorts-options ul li a.active {
	background-color: #333135;
	color: #fff;
	text-decoration: none;
}
#resorts-options ul li a:hover {
	background-color: #333135;
	color: #fff;
	text-decoration: none;
}

#subbanner .slide{
    overflow-x: initial;
    overflow-y: initial;
}

#subbanner .carousel-inner{
	overflow: visible;
}

#subslide .slide{
    overflow-x: initial;
    overflow-y: initial;
}

#subslide .carousel-inner{
	overflow: visible;
}

.resort-gallery-container{
	padding: 15px 0;
}

#resort-collection {
	/*margin-top: 20px;*/
}


#resort-collection .resort {
	padding: 25px 0;
}
#resort-collection .resort h3 {
	margin: 7px 0 5px;	
	font-size: 20px;
}
#resort-collection .resort p {
	margin: 8px 0;	
}
#resort-collection .resort p.location {
	margin: 0;
}
#resort-collection .resort p a.btn-primary {
	margin-top: 6px;	
}

.g-waikikian{
	background-image: url('../hawaii/img/banner.jpg');
}

p.location{
    margin: 0;
    font-weight: 400;
    color: gray;
}

p.location i{
	margin-right: 6px;
}

.block {
	box-shadow: inset 0 0 0 1px #e7e7e7;
	padding: 12px 0;
	margin-bottom: 20px;
	border-radius: 3px;
	background: #FFF;
}

.pink{color:#ce0058;}
.blue{color:#00a9e0;}
.green{color:#5cb8b2;}
.brown{color:#443135;}
.orange{color:#ff8f1c;}

.pink-bg{background:#ce0058;}
.blue-bg{background:#00a9e0;}
.green-bg{background:#5cb8b2;}
.brown-bg{background:#443135;}
.orange-bg{background:#ff8f1c;}

.vp-large{font-size:140%;}

@media screen and (max-width: 768px){
	body .photo-tile{
	    width: 100%;
	    height: 200px;
	    position: relative;
	    margin: auto;
	}
	body .l_cell {
	    display: block;
	    width: 100%;
	    position: relative;
	} 
	body .r_cell{
		display: block;
	    vertical-align: top;
	    padding: 0 25px;
	    width: 100%;
	    float: none;
	}
	.hv_sub {
	font-size: 15px;
	padding-top: 25px;
	}
	#subslide .banner-caption h1 {
    color: #fff;
    font-size: 18px;
    padding: 0px 0px 15px;
    width: 340px;
    max-width: 1100px;
    margin: auto;
    font-weight: 300;
    margin-left: -10px;
	}
}

.photo-tile{
	z-index: 100;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #472a2b;
    display: table;
    text-decoration: none;
    height: 100%;
    position: absolute;
}


.card{
	box-shadow: inset 0 0 0 1px #e7e7e7;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
    overflow: hidden;
	margin-bottom: 20px;
	display: block;
	/*min-width: 515px;*/
}

.packages-wrapper{
	box-shadow: inset 0 0 0 1px #e7e7e7;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
    overflow: hidden;
	margin-bottom: 20px;
	display: table;
}

.card_cell {
    padding: 22px;
}

.l_cell{
	padding:0;
	vertical-align: top;
	height: 100%;
    position: absolute;
    display: table-cell;
    width: 32%; 
    margin-right: 0;
}

.r_cell{
	display: table-cell;
    vertical-align: top;
    padding: 0 25px;
    width: 67%;
    float: right;

}

.portfolio-post-r {
	background-color: #fff;
	padding: 30px;
    border: 2px solid rgba(237, 237, 237, 1);
}


.portfolio-post-l{
	background-color: #ccc;
	padding: 30px;
    border: 2px solid rgba(237, 237, 237, 1);
}


.row {
   
}

.page-overflow	{
	background-color: rgba(237, 237, 237, 1);
	padding-bottom: 15px;
	padding-top: 15px;
}


/*
.row {
    display: table;
}

.row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
*/

/*@media screen and (max-width: 768px){
	.block {
	max-width: 350px;
	margin: auto;
	margin-bottom: 28px;
	}
}*/

.sub-content{
	padding-bottom: 30px;
}

.sub-content h1{
	margin-bottom: 21px;
    line-height: 35px;
    margin-top: 44px;
}

.sub-content h1:nth-child(1) {
    margin-top: 10px;
}

/*#sample-week h3.quote{
	display: block;
    border-left: 4px solid #00a8cb;
    padding: 12px 0 12px 12px;
}*/

#destination-collection {
	padding: 15px 0;	
}
#destination-collection .col-sm-4 {
	padding: 0 25px;
}
#destination-collection option {
	padding: 10px 5px;	
}


#destination-nav {
	background-color: #443135;
	border-bottom: 3px solid #00a8cb;
	min-height: 20px;	
	color: #fff;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 16px;
}
#destination-nav button {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: -2px;	
	margin-left: 6px;
	padding: 8px 14px;
}
#destination-nav button .caret {
	margin-top: -4px;	
}


#filter-group {
	padding: 5px 10px 0;
}
#filter-bunch {
	display: none;	
}
.sort-options {
	margin: 15px 0;
	max-width: 200px;
	float: right;	
}
/*
#filter-group .btn-default {
	color: #666;
	font-size: 11px;	
}
#filter-group .js-shuffle-search, #filter-group .sort-options {
	font-size: 11px;
	padding: 6px 12px;
	height: auto;	
}
#filter-group .sort-options {
	padding: 5px 12px 6px;	
}
#filter-group ul.dropdown-menu {
	padding: 0;	
	font-size: 11px;
}
#filter-group ul.dropdown-menu li {
	padding: 0;	
	font-size: 11px;
	margin: 1px 0;
}
#filter-group ul.dropdown-menu > li > a {
	padding: 6px 10px 6px 30px;	
}
#filter-group ul.dropdown-menu > li.sub {
	display: none;	
}
#filter-group ul.dropdown-menu > li.sub > a {
	padding-left: 45px;
}
#filter-group ul.dropdown-menu > li > a.active {
	color: #3c763d;
	background: #dff0d8 url('../img/check.gif') no-repeat 10px 6px;
}
#filter-group .dropdown-menu {
	min-width: 180px;	
}
*/
#filter-group {
	font-size: 0px;
}
#filter-group ul li {
	list-style-type: none;
	font-size: 13px;
	margin: 0	
}
#filter-group ul li a {
	width: 100%;
	display: inline-block;	
	padding: 6px 0 7px 38px; /*6px 0 7px 30px */
	background: #fff url('../img/uncheck.gif') no-repeat 13px 8px;
}
#filter-group ul#location, #filter-group ul#amenities, #filter-group ul#vacation {
	/*
	max-height: 250px;
	overflow-y: scroll;	
	*/
	min-width: 220px;
	padding: 0;
}
#filter-group ul li.dropdown-header {
	padding: 20px 0 2px 22px;
	margin-bottom: 4px;
}
#filter-group ul li.dropdown-header:first-child {
	padding-top: 15px;
}
#filter-group ul li a:hover {
	text-decoration: none;	
}
#filter-group ul li a.active {
	color: #3c763d;
	background: #dff0d8 url('../img/check.gif') no-repeat 13px 8px;
	background-color: #dff0d8;
	background-color: rgba(223,240,216,0.95);
}
#filter-group .title {
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 0;	
}
#filter-group .dest-title {
	font-size: 12px;
	margin: 0 0 5px;	
}
#grid {
	clear: both; 
	position: relative;
}
#noResults {
	display: none;
	text-align: center;
	padding: 15px 0;
}	
.btn-filter {
	background-color: #afb4b6;
	border-radius: 0px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #8f9496;
	padding: 10px 15px 8px;
	border-left: none;
	background-image: -ms-linear-gradient(bottom, #AFB4B6 0%, #9FA4A6 100%);
	background-image: -moz-linear-gradient(bottom, #AFB4B6 0%, #9FA4A6 100%);
	background-image: -o-linear-gradient(bottom, #AFB4B6 0%, #9FA4A6 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #AFB4B6), color-stop(1, #9FA4A6));
	background-image: -webkit-linear-gradient(bottom, #AFB4B6 0%, #9FA4A6 100%);
	background-image: linear-gradient(to top, #AFB4B6 0%, #9FA4A6 100%);
}
.btn-filter:first-child {
	border-left: 1px solid #9fa4a6;
}
.btn-filter:hover, .btn-filter:focus {
	background-color: #a9afb0;	
	color: #fff;
	border: 1px solid #9fa4a6;
}
.dropdown {
	display: inline-block;	
}
.resortpanel {
	text-align: center; 
	display: inline-block;
	clear: both;
	cursor: pointer;
	padding: 10px;
}
.resortpanel .inner {
	/*border: 1px solid #ededed;*/
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	min-height: 265px;
	background-color: #443135;
	background-color: rgba(68,49,53,0.92);
	border-radius: 3px;
}
.resortpanel .inner:hover {
	/*border-color: #ccc;*/
	background-color: rgba(68,49,53,1);
}
.resortpanel .title {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 2px;
	margin: 0;
	color: #fff;
}
.resortpanel .location {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 4px 0 0;
	color: #dedede;
}
.resortpanel .img-container {
	margin-top: 0;	
}

.resortpanel .img-container img {
	border-radius: 3px 3px 0 0;
}

.resortpanel .inner .details {
	margin-left: 0px;
	margin-right: 0px;	
	padding-bottom: 5px;
    min-height: 80px;
    vertical-align: middle;
}
.resortpanel .inner .btn-info {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#remove-filters {
	display: none;	
}
#remove-filters .glyphicon {
	font-size: 11px;
}

@media only screen and (max-width : 1010px) {
	body #homeslideshow #myCarousel .item{
		background-position-y: 0;
		background-size: cover;
	}
}

@media only screen and (max-width : 800px) {

body {
	width: 100%;
  font-size: 16px;
}	
	
}


@media only screen and (min-width : 700px) and (max-width : 995px) {

header {
	/*margin: 10px 0 10px;*/
	padding: 10px 15px;	
}
#logo {
	margin-left: 0;
}


nav ul li {
	padding: 0 12px;
	font-size: 12px;
	line-height: 15px;
}


.bx-wrapper {
	max-width: 650px !important;
}
.bx-wrapper .bx-prev {
    left: -6%;
    display: block;
}
.bx-wrapper .bx-next {
    right: -4%;
    display: block;
}


#homecontent .col-sm-4 {
	min-height: 440px;
}
#homecontent .col-sm-4 h2 {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 12px;
}
	
}


@media only screen and (max-width : 699px) {
	
h1 {
	font-size: 20px;
}
h2 {
	font-size: 22px;
  line-height: 1.6;
}
h3 {
	font-size: 20px;
  line-height: 1.6;
}
p, li, label {
	font-size: 18px;
	line-height: 1.6;
	margin: 10px 0;
}
li {
	margin: 12px 0 12px -10px;
  line-height: 1.6;
}
	

header {
	/*margin: 10px 0;*/
	 padding: 0 0 11px 0;
}
#logo {
	background: none;
	display: block;
	text-align: center;
	margin-left: 0;
	margin-bottom: 15px;
	padding-right: 0;
}	


nav {
	margin-top: 0px;
}
nav.btn-group {
	display: inline-block;	
}
nav button.btn-primary {
	border-radius: 0px;	
}
nav ul {
	text-align: left;
	display: none;
	width: 100%;
}
nav ul li {
	display: block;
	padding: 10px 0;
	width: 100%;
	font-size: 18px;
  line-height: 1.6
}


.bx-wrapper {
	max-width: 230px !important;
}
.bx-wrapper .bx-prev {
  left: -17%;
  display: block;
}
.bx-wrapper .bx-next {
  right: -13%;
  display: block;
}



#links ul li {
	display: block;
	padding: 5px 0;
	border: none;
}


#homecontent .col-sm-4 {
	min-height: 350px;
}
#homecontent .col-sm-4 p:last-child {
	position: relative;	
	left: 0;
}

#subtitle {
	padding: 8px 0 6px 20px;
}
#subtitle h2 {
	font-size: 16px;
}

#subtitle2 {
	padding: 8px 0 6px 20px;
}
#subtitle2 h2 {
	font-size: 16px;
}

#subcontent .col-sm-8 {
	border: none;
}


#discoverform .form-group label {
	text-align: left;	
}
.no-padding-left {
	padding-right: 15px;
	padding-left: 15px;
}
.no-padding-middle {
	padding-right: 15px;
	padding-left: 15px;
}
.no-padding-right {
	padding-right: 15px;
	padding-left: 15px;
}
.no-padding-left .form-control, .no-padding-middle .form-control, .no-padding-right .form-control {
	padding: 6px;
	margin: 0 0 3px 0;
}


.aside {
	padding: 20px 0 0 0;
}
/*.main-column {
	padding: 0;	
}*/
	
}
.job-well p {
	font-size: 11px;	
}


/* -------------------------------- 

 testimonials

-------------------------------- */
.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
  .nopc_c { display:none; }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  /*background-color: #ffffff;*/
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);*/
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 61px;
  width: 140px;
  margin: 0 auto;
  z-index: 100;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #8fd2ca;
      margin-top: 19px;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #8fd2ca;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #8fd2ca, 0 2px 10px rgba(0, 0, 0, 0.2);
      padding-left: 20px;
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}

@media only screen and (max-width: 768px) {
	.cd-tab-filter a {
    display: block;
    height: 25px;
    width: 140px;
    line-height: 25px;
    padding-left: 14px;
	}
	.cd-gallery {
    padding: 15px 5%;
    width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.cd-tab-filter-wrapper {
  	border-bottom:#e7e7e7 1px solid;
	}
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
    margin: 0;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 20px;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3rem;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #8fd2ca;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #8fd2ca;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #8fd2ca;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 500px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
    margin: 0;
    padding: 0;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
        padding: 28px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 32%;
    margin-bottom: 2px;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #8fd2ca;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #8fd2ca;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #8fd2ca;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #8fd2ca;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #8fd2ca;
  background-color: #8fd2ca;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

.testimonial-details{
	z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-decoration: none;
    text-align: left;
    padding: 1.33333em;
    width: 300px;
}

.testimonial-details span{
	display: block;
}

.testimonial-link{
	position: relative;
}

.testimonial-link a{
	display: block;
	height: 100%;
	width: 100%;
}
.testimonial-link a:before{
    z-index: 1;
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,rgba(0,0,0,.45)0%,transparent 70%);
}

li.mix a{
	position: relative;
}

span.testimonial-title{
	font-weight:500;
}

span.testimonial-name{
	font-size: 11px;
}

.pagination{
	display: table;
	margin: auto;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #8fd2ca;
    border-color: #8fd2ca;
}

.pagination>li>a, .pagination>li>span {
    color: #8fd2ca;  
}

/* -------------------------------- 

Form 

-------------------------------- */

.form__label{
	font-weight:600;
	margin: 10px 0 11px;
}

span.form_required{
	background: #cb4e78;
	padding: 2px 6px;
    font-size: 9px;
    vertical-align: bottom;
    color: #fff;
    border-radius: 3px;
    margin-left: 2px;
}

.formSection{
	margin-bottom: 15px;
}

.zip-box3 {
    padding: 5px !important;
    height: 40px;
    width: 60px;
    border: 1px solid #e7e7e7;
    line-height: 1.33333;
    border-radius: 3px;
}

.zip-box4 {
    padding: 5px !important;
    height: 40px;
    width: 90px;
    border: 1px solid #e7e7e7;
    line-height: 1.33333;
    border-radius: 3px;
}

span.form__label_sm{
	font-weight:300;
	display: block;
	font-size: 11px;
	color: gray;
}

.form-control {
    width: 100%;
    border: 1px solid #e7e7e7;
    /*padding: 21px 10px 0;*/
    color:#555;
    height: 42px;
    /*padding-top: 21px;
    padding-bottom: 21px;*/
    padding-left: 12px;
    padding-right: 10px;
    line-height: 1.33333;
    border-radius: 3px;
    -webkit-transition: border 251.21982ms cubic-bezier(.42,0,.58,1);
    transition: border 251.21982ms cubic-bezier(.42,0,.58,1);
}

select.form-control{
	padding: 0;
}

.form-control:focus, .zip-box4:focus, .zip-box3:focus {
    outline: none !important;
    border-color: #8fd2ca !important;
    box-shadow:none;
}

select{
	height:44px!important;
}

.addressFormzip-button{
	background-color: #bbb0a6;
	border: none;
	border-radius: 2px;
	padding: 8px 29px;
	color: #FFF;
	cursor: pointer;
	vertical-align: initial;
}

.addressFormzip-button:hover {
    background-color: #b2a69a;
    color: #FFF;
}

.row__form{
	margin-bottom: 13px;
}

.input-group-addon {
   border: 1px solid #e7e7e7;
}

.date{
	display: table;
}

.applynow {
    position: fixed;
    bottom: 20px;
    width: 160px;
    display: block;
    z-index: 200;
    right: 18px;
    padding-left: 8px;
}

.applynowO {
    position: fixed;
    top: 550px;
    width: 140px;
    display: block;
    z-index: 200;
    right: 0px;
    padding-left: 8px;
    padding-bottom: 65px;
}


@media only screen and (max-width: 767px) {
  .margin-top{
  	margin-top:13px;
  }
  .applynow {
    position: fixed;
    bottom: 20px;
    width: 110px;
    display: block;
    z-index: 200;
    right: 25px;
    padding-left: 8px;
}
.applynowO {
    position: fixed;
    top: 200px;
    width: 120px;
    display: block;
    z-index: 200;
    right: 0px;
    padding-left: 8px;
    padding-bottom: 65px;
}
}

.help-block {
    color: red;
}
.scroll-box {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    border: 1px solid #e7e7e7;
    padding: 1.33333em;
}

.panel {
    border:none;
    border-radius: 4px;
}

ul.dop-list{
	padding-left: 28px;
}

/* -------------------------------- 

Contact 

-------------------------------- */

.phone-number{
	font-weight:600;
	font-size: 25px;
	color:#00a8cb;
}
.e-address{
	font-weight:500;
	font-size: 15px;
}

i.fa-envelope-o{
	margin-right: 9px;
}

img.freedial{
	vertical-align: top;
    display: inline-block;
    margin-right: 7px;
}

span.hours{
	 color: gray;
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-top: 9px;

}


/* -------------------------------- 

Magnetic popup

-------------------------------- */

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.grid-c h3 {
  margin-top: 0;
}
.grid-c {
  clear: both;
}
.grid-c p {
  margin-bottom: .5em;
}
.grid-c {
  overflow: hidden;
  margin: 0 -1em;
}
.gc3 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding: 1em;
  overflow: hidden;
}
.grid-c .gc3:nth-of-type(2n+1) {
clear: left;
}

#custom-content h4{
	margin-bottom: 28px;
}
.mfp-content {
    top: 50px;
}


/* -------------------------------- 

vacations pks

-------------------------------- */
#oahu-pkgs-gi h1, #oahu-pkgs h1, #hawaii-pkgs h1, #hawaii-pkgs-wa h1, #wisland-pkgs h1{
	margin-top:20px;
}

span.pkgs-label{
	font-weight:600;
	display: block;
}

p.pkgs-list i{
	margin-right: 4px;
	color:#bbb0a6;
}

.packages-wrapper h5{margin:0;}

@media only screen and (max-width: 991px) {
  .packages-wrapper{
  	display: block;
  }
  img.mobile-hide-md{
		display: none !important;
	}

	img.mobile-show-md{
		display: block !important;
	}
}

div.bg-illustrations, div#hawaii-pkgs div.bg-illustrations{
	display: inline-block;
    position: absolute;
    z-index: 1;
    right:0;
}
div.bg-illustrations, div#hawaii-pkgs-wa div.bg-illustrations{
	display: inline-block;
    position: absolute;
    z-index: 1;
    right:0;
}

div#wisland-pkgs div.bg-illustrations{
	display: inline-block;
    position: absolute;
    z-index: 1;
    right:0;
    top: -25px;
}

@media only screen and (max-width: 767px) {
  div.bg-illustrations img{
  	display: none;
  }
  	
}

.activities-list h3{
	font-size: 16px;    margin-top: 10px;
}

#about-hrmc{
	font-size:12px;
}

/* -------------------------------- 

Timeline

-------------------------------- */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            background: #ffffff;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 20px;
            height: 20px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 31px;
            left: 52.2%;
            margin-left: -25px;
            background-color: #00B0B9;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul,
.timeline-body > ul li {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 40px;
        margin-left: 0;
        top: 32px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    .nomobile_c { display:none; }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }


}

.table-wrap{
	padding-top: 12px;

}
/* Owner Contact Box on Resort Gallery */
#contact{
  /*background-image: url(../img/bg-pattern.png);*/
	background-color: #fff;
  padding: 1.77778em;
  text-align: center;
  border: 1px solid #cfd4d8;
  font-size:12px;
  padding: 15px 12px;
  line-height: 22px;
}

.phone-number {
    font-weight: 700;
    color: #443135;
    display: inline-block;
    vertical-align: bottom;
}

.phone-number-2 {
    font-weight: 700;
    color: #443135;
    display: inline-block;
    vertical-align: bottom;
}


.social-icons ul li a {
    font-size: 18px;
    color: #d3d3d3;
    padding: 0;
}

.social-icons ul li {
    padding: 0 10px;
}

.social-icons ul li a:hover, .social-icons ul li a:focus {
    color: #329ab7;
    background: none;
}

.note{
	font-size: 12px;
    font-weight: 300;
    color: gray;
}

.media-wrapper{
	margin-left:0;
	margin-right:0;

}

.media-wrapper img{
	margin: auto;
	display: block;
}

.read-more-hide{
	display: block;
	margin-top:10px;
}

.promo-code{
    border: 1px solid #ccc;
    padding: 0px 17px;
    background: rgba(249,225,126,.3);
    margin-bottom: 19px;

}

.promo-code p{
	font-size: 17px;
}

.notes{
	background: white;
    border: 1px solid #ccc;
    padding: 3px 18px;
}

.notes ul{
    padding-left: 20px;
}

.deals{
	display: block;
    color: #fff;
    padding: 6px;
    background: #329ab7;
    border-radius: 6px;
    width: 114px;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

.discount{
    font-size: 15px;
}

.dollar-rc img{
	display: block;
	margin: auto;
}

.form-control-feedback{
	margin-top: 5px;
	    right: 24px;
}

i.glyphicon-remove{
	color: #FFB2B2;
}

i.glyphicon-ok{
	color:#a9de7c;
}

body .help-block{
  display: table-row;
}

div#location-choice1 {
    border: #eaeaea 1px solid;
    background: rgba(249,225,126,.1);
    display: none;
}

div#location-choice2 {
    border: #eaeaea 1px solid;
    background: rgba(249,225,126,.1);
    display: none;
}

.activity{
    border: #eaeaea 1px solid;
    background: rgba(249,225,126,.1);
	margin-right: 0;
    margin-left: 0;
}


/* I.E. 8 9 10 */
@media screen\0 {
	body .form-control {
    	padding: 0px 12px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	body .form-control {
		padding: 0px 12px;
	}
}

/* IE Edge */
@supports (-ms-accelerator:true) {
	body .form-control {
		padding: 0px 12px;
	}
}

.email-optin i, .choose-tlocations i{
	display: none !important;
}

#topPhoneNumber {
    background: #0099ae;
      color: white;
      font-size: 18px;
      line-height: 1.6em;
      width:100%;
      box-sizing:border-box;
    z-index: 10 !important;
}

#topPhoneNumber .phone-number {
    font-weight: 700;
    color: #443135;
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
}

#topPhoneNumberB {
    background: #165c7d;
      color: white;
      font-size: 18px;
      line-height: 1.6em;
      width:100%;
      box-sizing:border-box;
    z-index: 10 !important;
}

#topPhoneNumberB .phone-number {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
}

.topPhoneLeft {
    font-size: 20px;
    text-align: right;
    vertical-align: middle;
}

.topPhoneRight {
    font-size: 10px;
    line-height: 14px;
}

.topPhoneRight p{
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
}

@media only screen and (max-width: 768px){
	.topPhoneLeft {
    	text-align: center;
	}
}

@media only screen and (max-width: 768px){
	.topPhoneRight {
	    text-align: center;
	    line-height: 19px;
	    font-size: 12px;
	}
	.topPhoneRight p{
	    font-size: 13px;
	}
}

span.contact-small{
	font-size: 14px;
    color: #444;
    margin-top: 13px;
    display: block;
    line-height: 22px;
    font-weight: 300;
}

p.pkgs-list-header{
	    margin-top: 0;
}

span.circle{
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding-top: 9px;
    vertical-align: middle;
    margin-right: 8px;

}

span.circle-new {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding-top: 17px;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: -25px;
    margin-top: -21px;
    position: absolute;
    border: solid 1px #fff;
}

span.circle-big {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-top: 34px;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: -33px;
    margin-top: -28px;
    position: absolute;
    border: solid 2px #fff;
}

.video_01{
	margin-right: 10px;
}

.bx-wrapper .bx-controls-direction a {
     z-index: 0; 
}

.new{
    color: #fff;
    background: #ce0058;
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 7px;
    margin-right: 8px;
}

.g_map_area{
	width: 100%; 
	overflow: hidden; 
	height:300px; 
}
.g_map{
	border:0;
	width:100%;
	max-width:680px;
	height:600px; 
	margin-top: -150px;
}
.g_map2{
	border:0;
	width:100%;
	height:600px; 
	margin-top: -150px;
}

.Latest_news_property{
	border: dotted 3px #00a9e0;
	width:100%;
	padding: 0 20px 20px 20px;
	margin-bottom: 30px;
}

.pc_menu{
	list-style: none;
	background: #fff;
	padding: 0;
	max-width: 300px;
	border: 1px solid #ccc;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.s1 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}
/* footer logo */
.footer-logos{
	float: left;
	width: 100%;
	margin: 15px auto 10px;
}
.footer-logos img{
	max-height: 5%;
	max-width: 5%;
	}
.footer-logos-footer{
	width: 100%;
	padding: 14px 0;
	font-size: 0;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}
.footer-logos-footer:before{
    width: calc((50% - 6.25%) - 20px);
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #000000;
    vertical-align: middle;
}
@media screen and (min-width: 768px){
	.footer-logos-header{
	display: block;
	width: 14.28571%;
	margin: 0 auto 10px;
	}
  

}
/*@media screen and (min-width: 768px){
.footer-logos a{
	width: 5%;
	}
}*/
@media screen and (min-width: 768px){
.footer-logos-footer{
	width: 6.64286%;
	}
}



.rowF {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
}


.footer-logosF {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
}

.footer-logosF>a.footer-logos-headerF {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 14.28571%;
}

.footer-logosF>a, .footer-logosF>a.footer-logos-footerF>img {
    vertical-align: middle;
}

.footer-logosF>a, .footer-logosF>a.footer-logos-footerF>img {
    width: 6.64286%;
}

.footer-logosF>a {
    display: inline-block;
    padding: 1em 1%;
}

.footer-logosF>a.footer-logos-footerF {
    width: 100%;
    padding: 14px 0;
    font-size: 0;
}

.footer-logosF>a.footer-logos-footerF>img {
    width: 10%;
}


.footer-logosF>a, .footer-logosF>a.footer-logos-footerF>img {
   /* width: 12.5%;*/
    vertical-align: middle;
}

.footer-logosF>a>img {
    max-width: 100%;
}

.footer-logosF>a>img {
    margin-left: auto;
    margin-right: auto;
}

.footer-logosF>a.footer-logos-footerF:after, .footer-logosF>a.footer-logos-footerF:before {
    width: calc((50% - 3.25%) - 20px);
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #443135;
    vertical-align: middle;
}



@media screen and (max-width: 767px){

.footer-logosF>a.footer-logos-footerF:after, .footer-logosF>a.footer-logos-footerF:before {
    width: calc((50% - 6.25%) - 20px);
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #443135;
    vertical-align: middle;
}

.footer-logosF>a, .footer-logosF>a.footer-logos-footerF>img {
    width: 12.5%;
}

.footer-logosF>a.footer-logos-headerF {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 27.28571%;
}
  
  #footer-links-wrapper a {
    color: #FFF;
    font-size: 16px;
    line-height: 2;
  }
  
  #links ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
  }

}


/*===============================

	Gmenu change

================================*/

  
#explore-menu .photo-details {
    z-index: 100;
    position: relative;
    bottom: 0;
    left: 0;
    color: #fff;
    text-decoration: none;
    text-align: left;
	  width:100%;
	  height: 0;
    padding-bottom: 61%;
    background-image: linear-gradient(to top,rgba(0,0,0,.65) 0%,transparent 55%);
}  
#explore-menu .photo-details__heading {
	  position:absolute;
	  bottom: 30px;
    left: 10px;
    font-weight: normal;
    font-size: 1em;
	  margin:0;
    color:#fff;
}
#explore-menu .photo-details__heading:hover {text-decoration: none;}
 
.fontS{font-size: 0.9em;} 
	
#explore-menu p.photo-details__area{
	position:absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	margin:0;
	font-size: 0.9em;
}
	
#explore-menu .photo-details__area{
	position:absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	margin:0;
	font-size: 0.9em;
}
#explore-menu .photo-details__area:hover {text-decoration: none;}
  
#explore-menu .photo-tile {
    z-index: 100;
    width: 90%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    display: block;
    text-decoration: none;
    height: 0;
    padding-bottom: 55%;
	position:relative;
	background-image: url('/japan/img/thumbnails/sesoko-hgvc.jpg')
}
	
#explore-menu .photo-tile:hover{opacity:0.9;}
	
@media screen and (max-width: 768px){
	body .photo-tile {
		z-index: 100;
		width: 100%;
		text-align: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #472a2b;
		display: block;
		text-decoration: none;
		height: 0;
		padding-bottom: 61%;
		position:relative;
		background-image: url('/japan/img/thumbnails/sesoko-hgvc.jpg')
	}

	#explore-menu .photo-details__heading {
		position:absolute;
		bottom: 30px;
		left: 10px;
		font-weight: normal;
		font-size: 1em;
		margin:0;
		letter-spacing: -2.5px;
	}


	#explore-menu p.photo-details__area{
		position:absolute;
		bottom: 10px;
		left: 10px;
		color: #fff;
		margin:0;
		letter-spacing: -2.5px;
		font-size: 0.9em;
	}
	
	#explore-menu .photo-details__area{
		position:absolute;
		bottom: 10px;
		left: 10px;
		color: #fff;
		margin:0;
		font-size: 0.9em;
	}
   
}
	
	
	#logo{
    padding-right: 0; 
	}

	#logo img{
	width:248px;
	height:auto;
	}

	@media only screen and (max-width: 850px) and (min-width: 768px){
		#logo {
			margin-top: 5%;
		}
	}


/*===============================

	footer brandlogo

================================*/


.gBrandLogosWrap {
  /*clear: left;
  padding: 5px 0 10px;
  border-top: 1px solid #CCCCCC;*/
}
@media (min-width: 992px) {
  .gBrandLogosWrap {
    padding: 15px 0 0;
    border: 0;
  }
}

.brandLogo {
  position: relative;
}


.brandLogo.brandSpSize {
  min-width: 75px;
}

@media (min-width: 992px) {
  .brandLogo.brandSpSize {
    min-width: initial;
  }
}
.gBrandLogos {
  padding: 0;
  text-align: center;
}
.gBrandLogos .brandLogo {
  display: inline-block;
  position: relative;
  top: -30px;
  margin: 0 10px;
}
.gBrandLogos .brandLogoLink {
  display: block;
}
@media (min-width: 992px) {
  .gBrandLogos {
    text-align: left;
    box-sizing: content-box;
  }
  .gBrandLogos .brandLogo {
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
  }
}
@media (min-width: 1000px) {
  .gBrandLogos .brandLogo {
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .gBrandLogos .brandLogo {
    margin: 0 1px;
  }
}

@media (min-width: 480px) {
  br.brandLogoEmphasisBreak {
    display: none;
  }
}
/**
 * Brand Logos
 */
.brandLogoImage {
  background: url(../img/brand_logo_black.png) center top no-repeat;
  -moz-background-size: 1100px auto;
  -o-background-size: 1100px auto;
  -webkit-background-size: 1100px auto;
  background-size: 1100px auto;
  width: 75px;
  height: 50px;
  font: inherit;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position-y: -74px;
}
.brandLogoImage:hover {
  /**background-image: url(/static/img/shared/logo/brand_logo_white.svg);**/
  opacity:0.8;
}
  
  .op100:hover{opacity:1 !important;}

.brandLogoHiltonLargeWrap {
  border-top: 1px solid #4b4b4b;
  margin: 40px 0 0;
}

.brandLogoHiltonLarge {
  width: 112px;
  height: 68px;
  background-color: #F8F8F8;
  background-position: center -10px;
}

  .brandLogoWaldorfAstoria {
    width: 62px;
    background-position-x: -20px;
  }

  .brandLogoLXR {
    width: 42px;
    background-position-x: -92px;
  }

  .brandLogoConrad {
    width: 68px;
    background-position-x: -144px;
  }

  .brandLogoCanopy {
    width: 76px;
    background-position-x: -222px;
  }

  .brandLogoSignia {
    width: 62px;
    background-position-x: -303px;
  }

  .brandLogoHilton {
    width: 48px;
    background-position-x: -372px;
  }

  .brandLogoCurio {
    width: 54px;
    background-position-x: -430px;
  }

  .brandLogoDoubleTree {
    width: 50px;
    background-position-x: -494px;
  }

  .brandLogoTapestry {
    width: 60px;
    background-position-x: -552px;
  }

  .brandLogoEmbassySuites {
    width: 46px;
    background-position-x: -620px;
  }

  .brandLogoMotto {
    width: 54px;
    background-position-x: -676px;
  }

  .brandLogoGardenInn {
    width: 54px;
    background-position-x: -738px;
  }

  .brandLogoHampton {
    width: 46px;
    background-position-x: -800px;
  }

  .brandLogoTru {
    width: 34px;
    background-position-x: -853px;
  }

  .brandLogoHomewoodSuites {
    width: 54px;
    background-position-x: -893px;
  }

  .brandLogoHome2 {
    width: 48px;
    background-position-x: -956px;
  }

  .brandLogoGrandVacations {
    width: 68px;
    background-position-x: -1014px;
  }

  .brandLogoHhonors {
    width: 72px;
    background-position: center -230px;
  }

@media (min-width: 992px) {
  .brandLogoImage {
    width: 72px;
    height: 40px;
    background: url(../img/brand_logo_black.png) center top no-repeat;
    background-size: 1100px auto;
    background-position-y: -74px;
  }
  .brandLogoImage:hover {
    /**background-image: url(/static/img/shared/logo/brand_logo_white.svg);**/
    opacity:0.8;
  }

  .brandLogoHiltonLargeWrap {
    margin: 50px 0 10px;
  }

  .brandLogoHiltonLarge {
    width: 112px;
    height: 50px;
    background-color: #F8F8F8;
    background-position: center -10px;
  }

  .brandLogoWaldorfAstoria {
    width: 62px;
    background-position-x: -20px;
  }

  .brandLogoLXR {
    width: 42px;
    background-position-x: -92px;
  }

  .brandLogoConrad {
    width: 68px;
    background-position-x: -144px;
  }

  .brandLogoCanopy {
    width: 76px;
    background-position-x: -222px;
  }

  .brandLogoSignia {
    width: 62px;
    background-position-x: -303px;
  }

  .brandLogoHilton {
    width: 48px;
    background-position-x: -372px;
  }

  .brandLogoCurio {
    width: 54px;
    background-position-x: -430px;
  }

  .brandLogoDoubleTree {
    width: 50px;
    background-position-x: -494px;
  }

  .brandLogoTapestry {
    width: 60px;
    background-position-x: -552px;
  }

  .brandLogoEmbassySuites {
    width: 46px;
    background-position-x: -620px;
  }

  .brandLogoMotto {
    width: 54px;
    background-position-x: -676px;
  }

  .brandLogoGardenInn {
    width: 52px;
    background-position-x: -738px;
  }

  .brandLogoHampton {
    width: 46px;
    background-position-x: -800px;
  }

  .brandLogoTru {
    width: 32px;
    background-position-x: -853px;
  }

  .brandLogoHomewoodSuites {
    width: 54px;
    background-position-x: -893px;
  }

  .brandLogoHome2 {
    width: 48px;
    background-position-x: -956px;
  }

  .brandLogoGrandVacations {
    width: 66px;
    background-position-x: -1014px;
  }

  .brandLogoHhonors {
    width: 72px;
    background-position: center -230px;
  }
}

  
.gFoot .gBrandLogos {
  text-align: center;
  width: 100%;
}
.gFoot .brandLogoEmphasisWrap {
  display: block;
  text-align: center;
}
.gFoot .brandLogoLink {
  display: inline-block;
}
.gFoot .brandLogoEmphasisWrapHhonorsWrap {
  border-top: 1px solid #4b4b4b;
  margin-top: 0px;
}
.gFoot .brandLogoHhonors {
  background-color: #F8F8F8;
  background-position-y: -118px;
}

.gFootNav {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  font-size: 9px;
}
.gFootNav li {
  padding: 5px 0;
}
.gFootNav a {
  color: #4c4a4a;
}
@media (min-width: 768px) {
  .gFootNav {
    font-size: 13px;
  }
}
  


/*===============================

	header login button

================================*/


  .social-icons ul li a.btn-login{
    background-color: #00a8cb;
  }
  .social-icons ul li a.btn-login:visited{
    background-color: #00a8cb;
  }


@media (max-width: 768px) {
  address{
    font-size:16px;
  }
  
  .content-news-wrapper a.news-link {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
  }

  .content-news-wrapper a.news-viewmore-link {
      font-size: 16px;
      color: #337ab7;
      display: block;
      margin-top: 15px;
  }
  
  span.hours {
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-top: 9px;
  }
  .note {
    font-size: 14px;
    font-weight: 300;
    color: gray;
  }
  
.phoneBox .repletion {
    font-size: 14px;
    font-weight: 300;
    color: gray;
    clear: left;
  }

  .aside {
    padding: 20px 0;
  }

  span.form__label_sm {
      font-weight: 300;
      display: block;
      font-size: 13px;
      color: gray;
  }

  .form-control {
      font-size: 16px;
  }

  .btn {
      font-size: 18px;
  }

  .btn-wd {
      padding: 10px 10px;
  }
  .btn-secondary {
      padding: 10px 10px;
  }

  .next-step-wrapper{
    font-size: 18px;
  }
  
  .timeline-body > p, .timeline-body > ul, .timeline-body > ul li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
  }
  
  #about-hrmc {
    font-size: 18px;
  }
}


.TravelUP {
padding:20px;width:100%;background-color:#fee5f0;color:#db0962;border:solid 1px;border-color: rgba(250,131,181,.2);
}


/*===============================
 
  footer brandlist update
 
================================*/
  
  
.brandList{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  padding:0;
  margin:20px auto;
}

.brandList .item{
  padding:0 0 !important;
  text-align:center;
  max-width:115px;
  margin:10px 0 10px 0;
  border-bottom:0 solid #ccc;
  display:inline-block;
  vertical-align:middle;
}
  


.partnericon{
  margin:0;
  padding:0;
  display:inline-block;
  width:auto;
  height:100%;
}

.partnericon img{
  width:100%;
  vertical-align:middle;
  height:100%;
}
  
.site-footer .brand-border-top {
  max-width: 100%;
  padding-top: 10px;
  margin-top: 50px;
  width: 100%;
}
  
.container-fluid:before {
  display: table;
  content: " ";
}
  
.brand-divider.divider hr {
  border-top-color: #000;
}
  
.top-logo {
  z-index: 0;
  position: absolute;
  right: 0;
  left: 0;
  width: 140px;
  margin: 0 auto;
  margin-top: -30px;
  padding: 0 8px;
  background-color: #F8F8F8;
}

.top-image {
  max-width: 100%;
  height: auto;
}
  
.brand-border-bottom .brand-divider{
  margin-bottom:30px;
  max-width:100%;
  margin:0 auto;
}
  
.brand-border-bottom{
  margin-bottom:20px;
  width:100%;
}
  
.divider hr {
  margin: 10px 0;
  border: 0;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
}
  
.brand-divider.divider hr {
  border-top-color: #000;
}
  
.bottom-logo {
  margin-top: -25px;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  width: 90px;
  margin: 0 auto;
  padding: 0 6px;
  float: left;
  background-color: #f8f8f8;
  bottom: -10px;
}
  
.bottom-logo .bottom-image {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: inline-block;
}
  
@media screen and (max-width: 767px){
  
  .brandList {
    margin: 30px auto;
  }
  
  .brandList .item{
    max-width: 130px;
    margin: 10px 10px;
  }
  
  
}  