* { box-sizing: border-box }
html, body { margin: 0; padding: 0; height: 100%; width: 100% }
body { font-family: 'Roboto', sans-serif;}
h1 { font-size: 30px; font-family: 'Roboto Slab', serif; margin: 20px auto; text-align:center; font-weight: bold}
h2 { font-size: 20px; font-family: 'Roboto Slab', serif; font-weight: 700; color: #2D4D7E; margin: 20px 0; text-align:center}
p, ul { font-weight: normal; font-size: 14px; line-height: 24px;  text-align: center }
a {  }
strong { font-weight:bold }
.clear { clear:both; }
header {
width: 100%;
overflow: hidden;
padding: 20px 10%;
z-index: 2147483647;
position:absolute;
left: 0;
right:0;
margin:auto;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.logo { float:right; width: 255px }
/*Slideshow*/
/*Navigation*/
nav { float: left; }
ul.navigation { list-style: none; padding: 10px 0 13px; margin: 0 }
ul.navigation li { float:left; display: block; cursor: default !important; margin-right: 20px}
ul.navigation li a { padding:5px 10px; text-decoration:none !important; color: #1A2B44; font-size: 15px; font-weight: normal; font-weight: 700; text-transform: uppercase;}
ul.navigation li a:hover, .current { background: #577FBC;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;transition:none; color: #FFF !important;}

.container {
    margin: -30px auto 50px;
    position: relative;
    width: 1050px;
	z-index: 11;
	padding: 30px;
	background: #FFF ;
	color:#1A2B44;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.5);
	box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
}
.mainContent h1 { padding: 0 0 10px 0; width: 80%; margin:20px auto; border-bottom: 1px solid #1A2B44; color: #1A2B44; font-weight:700; text-transform: capitalize}
.intro {
	-webkit-columns: 300px 2;
	-moz-columns: 300px 2;
	columns: 300px 2;
	text-align:left
}
/*Grid*/
.grid {
    clear: both;
    list-style: outside none none;
    margin: 20px auto;
    max-width: 1050px;
    overflow: hidden;
    padding: 8px 0 1em;
    position: relative;
    text-align: center;
}
.grid figure {
    cursor: pointer;
    float: left;
    height: auto;
    margin: 0 !important;
    max-height: 210px;
    max-width: 305px;
    overflow: hidden;
    position: relative;
    text-align: center;
	margin-right: 37px !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.5);
	box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.5);
}
.grid figure:nth-child(3) {
		margin-right: 0 !important;
}

.grid figure img {
    display: block;
    max-width: 100%;
    opacity: 0.1;
    position: relative;
}
.grid figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
}

.grid figure figcaption, .grid figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.grid figure figcaption > a {
    font-size: 0;
    opacity: 0;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000;
}
.grid figure figcaption:before, .grid figure figcaption:after {
    pointer-events: none;
}
.grid figure h2 {
    font-weight: 300;
    margin-top: 50px;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2{
    margin-top: 100px;
	background: rgba(45, 77, 126, 0.6);
	color: #FFF
}
.grid figure h2 span:hover{
	background: rgba(45, 77, 126, 1);
}
.grid figure p {
    margin-top: 30px;
}
.grid figure p {
    font-size: 68.5%;
    letter-spacing: 1px;
}
figure.effect-selena {
    background: rgba(45, 77, 126, 1);
}
figure.effect-selena img {
    opacity: 1;
    transform-origin: 50% -270% 0;
    transition: transform 0.35s ease 0s;
}
figure.effect-selena:hover img {
    transform: scale3d(0.95, 0.92, 1);
}
figure.effect-selena h2 {
    transform: translate3d(0px, 20px, 0px);
    transition: transform 0.35s ease 0s;
	font-weight: 700;	
}
figure.effect-selena p {
    opacity: 0;
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform-origin: 50% 0 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.effect-selena:hover h2 {
    transform: translate3d(0px, 0px, 0px);
}
figure.effect-selena:hover p {
    opacity: 1;
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	padding: 0 10px;
	line-height:1em;
}
/*ACCOMMODATION*/
section.rooms { width: 100%; max-width: 1000px; overflow:hidden; text-align:center  }
.leftCol { box-sizing:border-box; width: 50%; padding: 0 20px 0 0; float: left; margin-top: 20px; }
.rightCol { box-sizing:border-box; width: 50%; padding: 0 10px; float: right; margin-top: 20px;}
.leftCol img, .rightCol img { width: 100%; -webkit-box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.4);	-moz-box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.3); box-shadow: 0px 0px 10px 0px rgba(21,27,46,0.3);}
.leftCol p, .rightCol p { line-height: 1.6em; margin: 10px 0; text-align:left }
.room-rate { font-family: "Montserrat",sans-serif; color: #333; font-family: "Lato", Arial, sans-serif; font-size: 14px; line-height: 1.6em }
.room-rate h3 { text-align: left; font-weight: bold; font-family: "Montserrat", Arial, sans-serif; font-size: 14px; width: 100%; margin: 10px 0 5px 0 }
.room-rate ul { list-style: url(../img/li.jpg); margin-left: 40px; font-family: "Lato", Arial, sans-serif;}
.book-now-btn { margin: 20px;}
.book-now  { padding: 5px 10px; background: #376A9B; color: #FFF; display:inline-block; text-decoration:none }
.book-now:hover { background: #264F75; color: #FFF; }
.amenities { overflow: hidden }
.amenities h2 { text-align: center; font-weight: bold; font-family: "Montserrat", Arial, sans-serif; font-size: 16px; width: 100%; margin: 10px 0 0 0 }
.amenities ul{ font-size: 15px; text-align:center; }
.amenities ul li { float: left; list-style: url(../img/li.jpg); margin: 0 20px; line-height: 30px }
.wifi {right: 30px; position:absolute;}
/*MAP*/
.iframeWrapper {
	height: 0;
    padding-top: 25px;
    position: relative;
	height:inherit
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border:0;
  width:100%;
  height:400px;
}
.iframeWrapper img { box-shadow: none }
.map-overlay { 
	background: rgba(55,106,155,0.2);
    height: 310px;
    margin-top: -25px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 3;
	cursor: zoom-in;
}
.map-overlay-remove {
	display:none; 
}
.activate-map { font-family: 'Montserrat', sans-serif; border: none; position: relative; width: 150px; height: 50px; top: 80%; background: #FFF; color: #376A9B; left: 50%; margin-left: -75px; display:none;}
.map-overlay:hover .activate-map {display:block; cursor: pointer}
.activate-map:hover { background: #376A9B; color: #FFF }

#map-canvas {width: 100%; box-sizing: border-box; height: 310px; margin-top: -25px; margin-bottom: -4px; }
#panel { position: absolute; top: 5px; left: 50%; margin-left: -180px; z-index: 5; background-color: #fff; padding: 5px; border: 1px solid #999; display: none; }
.gps { text-align:center !important }

/*CAROUSEL*/
.carousel { margin-top: 30px }

/*Gallery*/
.spacer { margin: 400px 0 0 }
#gallery ul { margin: 0; padding: 0; }
#gallery li {list-style: none; float: left; margin-right: 5px; }

/*FOOTER*/
.footerContainer { width: 100%; display: block; margin: auto; padding: 80px 0 0; position:relative }
.valley { width: 100% }
footer { background: #2D4D7E; line-height: 1.2em; width: 100%; overflow:hidden; color: #666; }
section.footer-content { padding: 40px 12% 35px; margin: 0 auto}
.affiliations { display: block; height: 130px; margin: auto; width: 845px; }
.logos { float: left; margin-right: 20px }
.logos img { margin-left: 20px; max-width: 100% } 

.widgets { float: left }
.widgets > div { float: left; margin-right: 20px;}

footer a { color: #A1B3CD; text-decoration:none }
footer a:hover { text-decoration: underline } 
.address {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 12.5px;
    left: 50%;
    line-height: 1.9em;
    margin: 0 0 0 -250px;
    padding: 20px 0 10px;
    position: absolute;
    text-align: left;
    width: 500px;
}
.address h3 { text-transform:uppercase }
.address img {margin: 0 20px 0 0; float: left}
section.footer-links {  margin: 0 auto }
.footerCopyright {color: #FFF; background: #1A2B44; text-align: center;font-size: 12.5px; padding: 20px 0; margin:20px auto 0; width: 100%; }
.footerCopyright a { color: #eee  }


