@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:400,700');
/* ==========================================================================
   GENERAL
   ========================================================================== */
.navbar-collapse {
	max-height: 400px !important;
}

.img-responsive {
  width:100%\9;/* IE 8 */
}

::selection {background: #F0B8BC;}

body {
	font-family: 'Roboto', sans-serif;
	background: #222222;
	color: #FFFFFF;
	font-weight: 300;
}
a, a:hover {
	text-decoration: none
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0
}

h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
	margin-bottom:5px;
	margin-top:5px
}

h2+h3, h4+p {
	margin-top:20px
}


h2+p, h3+p {
	margin-top:40px
}

p+p {margin-top:20px}


h1 {
	color: #FFFFFF;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0
}
h2 {
	color: #000000;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}

h3 {
	color: #222222;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
}

#footer p {font-size: 13px; line-height: 18px}
#footer a {color: #FFFFFF}
#footer h4 {font-family: 'Roboto', sans-serif; font-size: 15px; color: #F0B8BC}
#footer h4+p {margin-top: 0}
#footer p+h4 {margin-top: 20px}

#footnotes {
	background: #111111
}

#footnotes p, #footnotes a {
	color: #999999 !important;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 0
}

#footnotes a.kubiak {font-weight: 700; color: #444444 !important}
#footnotes a.kubiak:hover {color: #AAC032 !important}

.white {color: #FFFFFF !important}
.pink {color: #F0B8BC !important}

.button {
	padding: 20px 12px;
	background-color: #F0B8BC;
	color: #222222 !important;
	border-radius: 4px;
	min-width: 200px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px
}
.button:hover {
	background-color: #ff9999;
}


#twelve-gallery img {
	height: 250px !important;
}

.videolink a {font-size: 18px; font-weight: 500; color: #222222;text-decoration: none   }

.videolink a:hover {color: #F0B8BC }


.my-icon {
    vertical-align: middle;
    font-size: 80px;
    margin-top:-20px
}
.my-text {
	font-family: 'Roboto Slab', serif;
    display: inline-block;
    margin: 0px;
    padding: 5px;
    font-size: 40px;
    line-height: 80px;
    text-transform: uppercase;
    	font-weight: 700;
}

.videolink a,  a.button {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/* ==========================================================================
   LISTS
   ========================================================================== */
.navbar {
	background-color: rgba(0,0,0,0.90);
	border-bottom: solid 1px #555555
}

.navbar-default .navbar-nav>li>a {
	color: #EEEEEE;
	font-weight: 400;
}
.navbar-nav li {
	display: inline
}
.navbar-nav  li a {
	padding: 10px 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 3px
}
.navbar-nav li a:hover {
	color: #F0B8BC !important;
}


.navbar-nav {
	display: inline-block !important;
	float: none !important;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* ==========================================================================
   SECTION STYLES
   ========================================================================== */

#header {
	text-align: center
}
.banner-title {
	margin: 260px 0px 140px
}
.padding {
	padding-top: 40px;
	padding-bottom: 40px
}
.padding-small{
	padding-top: 10px;
	padding-bottom: 10px
}
.padding-bottom {
	padding-bottom: 30px
}
.pinkbg {
	background: #F0B8BC;
	color: #222222;
}
.greybg {
	background: #666666;
}
.whitebg, .whitebg p, .whitebg h1, .whitebg h2, .whitebg h3, .whitebg h4{
	background: #FFFFFF;
	color: #222222;
}

.parallax-window {
	min-height: 400px;
	background-color: transparent;
	margin-top: -40px /*STOPS JITTERING IN SAFARI WHEN SCROLLING */
}
.parallax-mirror {
	opacity: 0.3; 
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	visibility: visible; 
	
}

/* ==========================================================================
   FULL SCREEN VIDEO BACKGROUND
   ========================================================================== */


.video-img {width: 100%; max-width: 600px;}
.videobg { 
	background-image: url(../img/concrete.jpg);
	background-size: cover;
}


/* ==========================================================================
   SLICK
   ========================================================================== */
.slick-slider1 .slick-slide img {height: 350px !important}


.slick-slider3 a {
	margin: 6px 3px;
}

.slick-arrow.slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-arrow.slick-next {
  right: 20px;
}
.slick-prev:before, .slick-next:before {
	font-size: 30px !important
}

/* ==========================================================================
   CRICLE ICONS
   ========================================================================== */

.circle-row {margin-top: 60px}
a.circle {
	background-image: url(../img/twelve-facts/circle01.png);
	width: 60px;
	height: 60px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 720px;
	margin: 0 5px
}
a.circle:hover {
	background-position-y: -60px;
}

a.circle1 {background-position-x: 0px; }
a.circle2 {background-position-x: -60px; }
a.circle3 {background-position-x: -120px; }
a.circle4 {background-position-x: -180px; }
a.circle5 {background-position-x: -240px; }
a.circle6 {background-position-x: -300px; }
a.circle7 {background-position-x: -360px; }
a.circle8 {background-position-x: -420px; }
a.circle9 {background-position-x: -480px; }
a.circle10 {background-position-x: -540px; }
a.circle11 {background-position-x: -600px; }
a.circle12 {background-position-x: -660px; }


/* ==========================================================================
   FANCYBOX
   ========================================================================== */

.fact-inline h3 {color: #F0B8BC; margin-top: 30px; margin-bottom: 10px}
.fact-inline h3+p {margin-top: 0}
.fact-inline p {color: #222222}

.fact-inline {max-width:1000px}

.fact-inline img {max-height: 600px}
.fancybox-text-right {float: none; max-width:600px}
.fancybox-image-left {float: none; width:100%}

.fancybox-text-right h3 {font-size: 48px}


/* ==========================================================================
   FLOORPLANS
   ========================================================================== */

.table tr {border-bottom: solid 5px #FFFFFF}
.table tr.lightbg {background-color: #F4F4F4}
.table tr.pinkbg {background-color: #F0B8BC}

/* ==========================================================================
   FORMS
   ========================================================================== */
   
.enquiry textarea,.enquiry input,.enquiry select{width:90%;}
.error{color:#D00;}
.trip{display:none;}
input[type=submit] {width: auto !important}
label {font-weight:300}
.enquiry {margin-bottom: 30px}


/* ==========================================================================
   RETURN TO TOP ARROW
   ========================================================================== */

#return-to-top {
	z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(238, 180, 185);
    background: rgba(238, 180, 185, 0.85);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	line-height:68px
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: absolute;
    left: 19px;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
a#return-to-top {color: #FFF !important}


/* ==========================================================================
   MAP PANEL OVERRIDES
   ========================================================================== */
#google-map {
	background-color: #444444
}
#google-map h3+p {
	color: #222222;
	margin-top: 0px;
	font-size: 14px
}
.activmap-details {
	color: #222222
}
#activmap-results-num {
	color: #F0B8BC !important;
}
.activmap-place.active, .activmap-place:hover {
	background-color: #F0B8BC !important;
}
.activmap-place {
	border-left-color: #F0B8BC !important;
}
.panel {
	background-color: #444444
}
.panel-group {
	padding-top: 40px
}
h4.panel-title {
	color: #F0B8BC;
	padding: 0px;
	font-size: 20px;
}
.panel-body {
	padding: 0;
	border-top-color: #444444 !important;
}
.panel-group .panel-heading {
	border-bottom: solid 1px #AAAAAA;
	padding: 10px 5px;
	background-color: #444444 !important
}
.panel-body .inputrule {
	border-bottom: solid 1px #AAAAAA;
	padding: 5px 15px;
	width: 100%
}
.panel-body input {
	margin-right: 10px
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* Print */
@media print {
  a[href]:after {
    content: none !important;
  }
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.center-xs {text-align: inherit}
.slick-slider1 .slick-slide img {height: 400px}
	
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	h1 {font-size: 160px}
	h2 {font-size: 44px}
	p {font-size: 18px; line-height: 28px}
.slick-slider1 .slick-slide img {height: 500px}
.center-sm {text-align: inherit}
.text-right {text-align: right}
	
.padding {padding-top: 100px;	padding-bottom: 100px}
.padding-small{	padding-top: 20px;	padding-bottom: 20px}
.padding-bottom {padding-bottom: 20px}
.parallax-window {
	min-height: 700px;
}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}


/* ==========================================================================
   VIRTUAL TOUR 
   ========================================================================== */
.iframe-section {
	position: relative;
	width: 100vw;
  height: calc(100vw * (9/16));
}
    iframe {
      display: flex;  
      flex-direction: column;
      /* without this positioning, descendent positions may have undefined behvavior in browsers like Safari that need positioning up the entire hierarchy */
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

/* ==========================================================================
   VIDEO BG HEADER
   ========================================================================== */

   /* Style the video: 100% width and height to cover the entire window */
.masthead video,
.masthead {
	position: relative;
}

.masthead video {
	margin-top: 40px;
}
  /* Container that holds content above the video */
  .hero {
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:white;
    z-index:1; /* above the video */
    padding:2rem;
  }

  /* The background video */
  .bg-video {
    position:fixed;       /* fills viewport */
    top:0; left:0;
    width:100%;
    height:100%;
    object-fit:cover;     /* cover like background-size:cover */
    z-index:0;
    pointer-events:none;  /* clicks go through to page content */
    /* optional: slight transform for smoothing */
    transform:translateZ(0);
  }

  /* overlay to improve text contrast */
  .overlay {
    position:fixed;
    inset:0; /* top:0; right:0; bottom:0; left:0; */
    background:linear-gradient( rgba(0,0,0,0.35), rgba(0,0,0,0.35) );
    z-index:0.5;
    pointer-events:none;
  }

  /* Put the content above both overlay and video */
  .hero > .content { position:relative; z-index:2; max-width:900px; }

  /* Mobile fallback: hide video and use poster/fallback image on small screens */
  @media (max-width:768px) {
    .bg-video { display:none; }
    .hero {
      background-image: url('poster.jpg'); /* fallback image */
      background-size:cover;
      background-position:center;
    }
  }


   /* Container holding the image and the text */
.container-video {
  position: relative;
  text-align: center;
  color: white;
  
}

.container-video video {
	width: 100%;
	height: 100%;
	background-position:center;

}
/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 