@charset "UTF-8";
/* CSS Document */




.video-fluid {
  width: 100%;
  height: auto;
}

 /* Height for devices larger than 576px */
  @media (max-width: 576px) {
	  
.carousel-caption {
  position: relative!important;
  right: 0%!important;
  bottom: 60px!important;
  left: -10%!important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;

	
}
	  
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible!important;
}


      }

/*TABLE STYLES*/

.tabco1 {
  background: transparent;
  width: 70%;
  padding: 10px !important;
}
th.tabco1 {
	background: transparent;
	padding: 32px 10px !important;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.tabco2 {
  background: #091429;
  text-align: center;
  color: #fff;
}
.tabco2 hover {
  background: #091429;
  text-align: center;
  color: #fff;
}
 
th.tabco2 {
	background: #091429;
	padding: 20px 5px !important;
	font-size: 18px;
	text-transform: uppercase;
}
/*TABLE STYLES*/






.border-white {border: 1px #fff solid;}


.footer p {line-height:30px!important;}


.scroll-hide {
    
    background-color: transparent;
   

}
.scroll-hide{
  
}
.z-front {z-index: 30000000;}
.z-front-btn {z-index: 999999999999999999999999999930000000;}

body { font-family: 'Open Sans', sans-serif;
}


.big-title {font-size: 3rem;
	font-weight: lighter!important;
font-family: 'Open Sans', sans-serif;	
	font-weight: normal;
	font-style: normal;
	
	
}

h1, .h1 {
  font-size: 2rem;
	font-weight: 200;
font-family: 'Open Sans', sans-serif;	
	
	font-style: normal;
}

h2, .h2 {
  font-size: 1.9rem;
	font-weight: 200!important;
font-family: 'Open Sans', sans-serif;	
	
	font-style: normal;
}

h3, .h3 {
  font-size: 1.4rem;
  font-weight: 200!important;


	font-style: normal;
	line-height: 1.9rem!important;

}

h4, .h4 {
  font-size: 1.1rem;
  font-weight: 200!important;
	line-height: 1.7rem!important;
font-family: 'Open Sans', sans-serif;
	
	font-style: normal;

}

h5, .h5 {
  font-size: 1.05rem;
  font-weight: 200!important;

}

h6, .h6 {
  font-size: 1rem;
  font-weight: 200!important;

}

p {
  font-size: 0.9rem;
	line-height: 1.4rem!important;
	font-weight: 200!important;
}
li{
  font-size: 0.9rem;
	line-height: 1.4rem!important;
	font-weight: 200!important;
}



.list {
	margin-left:20px;
  font-size: 0.8rem;
	line-height: 1.7rem!important;
	font-weight: 200!important;
}


.border-right-nh {border-right: 2px #fff solid;}


.min-height-treatments {min-height:400px!important;}

.banner h1 {
  font-size: 4rem!important;
	
font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}



/* Increase all font sizes on mobile */ 
@media (max-width: 767px) { 
	
	
.min-height-treatments {min-height:250px!important;}
 
	.banner h1 {
  font-size: 2rem!important;
	
		font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

	
li {
	font-weight: 200!important;
	margin-bottom: 20px!important;
}

	

}

.pull-up-20 {margin-top:-20px;}
.pull-up-40 {margin-top:-40px;}
.pull-up-50 {margin-top:-50px;}











.no-border {border:none!important;}
.no-border a {border:none!important;}

.thin-text {font-weight: lighter;}


.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}




  
.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
	
}

.arrow {
  width: 40px;
  height: 40px;
  bottom: 10%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;


	  
}

.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}




.arrow-scroll { 
	position: absolute;
  left: 50%;
  width: 40px;
  height: 40px;

  bottom: 5%;
  border-left: none;
  border-top: none;
	z-index: 70000000;
	  
}







@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(10px, 10px);
  }
}



.social {
  width: 570px;
  padding: 0px 0px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	margint-bottom:90px;
}
@media screen and (max-width: 460px) {
  .social {
    height: 100%;
  }
	
	

}


.social ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
 
	position: absolute;
	bottom: 50px;
	right: 10px;
}
.social ul > li {
  margin-top: 25px;
  margin-right: 15px;
}
.social ul > li > a {
  display: block;
  width: 55px;
  height: 55px;
  box-shadow: 0 0 0 1px #fff;
  text-align: center;
  line-height: 63px;
  border-radius: 100%;
  text-decoration: none;
  transition: all 250ms;
}
.social ul > li > a > i {
  font-size: 25px;
  color: #fff;
}
.social ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 60px;
  box-shadow: 0 0 0 3px #feb92d inset;
  clip: rect(0px, 110px, 0, 0);
  transition: all 250ms;
}
.social ul > li > a:hover {
  box-shadow: 0 0 0 2px #feb92d, 0 0 0 7px rgba(255, 255, 255, 0.45);
  transform: rotate(10deg);
}
.social ul > li > a:hover:after {
  clip: rect(0px, 110px, 110px, 0);
}
.social ul > li > a:active {
  box-shadow: 0 0 0 2px #102445, 0 0 10px 4px rgba(255, 255, 255, 0.7), 0 0 0 15px rgba(255, 255, 255, 0.2);
  transform: scale(0.85);
}
.social ul > li > a:active:after {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15) inset;
}

.bubble {
  position: relative;
}
.bubble:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: pink;
  transform: scale(0);
  border-radius: 100%;
}
.bubble.activated:before {
  -webkit-animation: popUp 500ms ease-out;
          animation: popUp 500ms ease-out;
}
@-webkit-keyframes popUp {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes popUp {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}


.mobile-tel-bg{
	background-color: rgba(16, 36, 69, 0.8);
	
}
.trans-blue-bg{
	background-color: rgba(16, 36, 69, 0.4);
	
}
.trans-blue-bg2{
	background-color: rgba(16, 36, 69, 0.7);
	
}
.yellow-text{color: #feb92d;}
.yellow-text a{color: #feb92d;}
.yellow-text a:hover{color: #ffffff!important;}

.ad-blue {color: #102445;}
.ad-blue-dk {color: #091429;}
.ad-blue a{color: #102445!important;}
.ad-blue a:hover{color: #102445!important;}
.ad-blue a:visited{color: #102445!important;}

.ad-yellow {color: #feba2e;}
.ad-teal {color: #00b4ba;}
.ad-light {color: #ececec; font-weight: 300!important;}



.ad-blue-bg {background-color: #102445;}
.ad-blue-dk-bg {background-color: #091429;}
.ad-yellow-bg {background-color: #feba2e;}
.ad-teal-bg {background-color: #00b4ba;}
.ad-light-bg {background-color: #ececec; font-weight: 300!important;}


.trans-light-bg{
	background-color: rgba(255, 255, 255, 0.4);
	
}

.grey-bg {background-color: #ececec; }
.black-bg {background-color: #102445; }
.black-bg-black {background-color: #000; }


.cookie-top {
  
  z-index: 999999999999900000000000000000000000!important;
 

}



.logo-top {
  position: fixed;
  left:1%;
  top: 1%;
  width: 200px;
  z-index: 50000;
 

}
.logo-top-solid-bg {
  position: fixed;
  left:0%;
  top: 0%;
	
  z-index: 99999999999999999999999999999999999999990000;
 

}


.contacts-top-solid-bg {
  position: fixed;
  left:0%;
  top: 0%;
	
  z-index: 160000;
 

}
.close-top {
  position: fixed;
  right:5%;
  top: 5%;

  z-index: 60000;
 

}


.home-link {
  position: fixed;
  right:50%;
  bottom: 5%;

  z-index: 60000;
 

}


/*MAP*/
iframe { z-index: 1; }
iframe { width: 100%; border: 0; position: relative; top: 0;}

/* Instaclass */
.map { -webkit-filter: grayscale(100%); }
/*MAP*/

/*LISTS*/

.list-wrap {
  padding:0px;
  /*background-color:#d8b9c3;*/
  border-radius:5px;

}

div.list {
  counter-reset: list-number;
}
div.list div:before {
  counter-increment: list-number;
  content: counter(list-number);
  margin-right: 10px;
  margin-bottom:10px;
  width:35px;
  height:35px;
  display:inline-flex;
  align-items:center;
  justify-content: center;
  font-size:16px;
  background-color:#d3c6bd;
  border-radius:50%;
  color:#102445;
}


div.list2 {
  counter-reset: list-number;
}
div.list2 div:before {
	background-image: url("../images/map-location-round.png");
	background-size: contain;
  /*counter-increment: list-number;*/
 
  margin-right: 10px;
  margin-bottom:10px;
  width:35px;
  height:35px;
  display:inline-flex;
  align-items:center;
  justify-content: center;
  font-size:16px;
  background-color:#d3c6bd;
  border-radius:50%;
  color:#102445;
}
/*LISTS*/




.line-height25 {line-height: 25px;}
.line-height35 {line-height: 35px;}


.hand {cursor: pointer;}


.green-text {
    color: #00CED1;
}
.green-text a {color:#00CED1!important; text-decoration: none;}
.green-text a:hover{color:#00CED1!important;}


.green-button {
color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #00CED1;
	padding: 20px;
	border-radius: 50px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	text-align: center;font-size: 20px;
	font-weight: 400;
	}


.blue-teal-bg {
	background-image:url("../images/bg-blue-teal.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center right;

	
}
.blue-teal-bg-long {
	background-image:url("../images/bg-blue-teal-long.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center right;

	
}
.blue-arrow-bg {
	background-image:url("../images/bg-blue-arrows.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center right;

	
}
.silk-navy-bg {
	background-image:url("../images/navy-silk-bg.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center right;
	
}

.main-home-bg{
 background-image:url("../images/banner-cloud.jpg");
	background-color: #0e2244;
	background-position: bottom left;
 background-size:cover;
 background-repeat: no-repeat;
	min-height: 30vh!important;
	
}.about-bg{
 background-image:url("../images/banners-about.jpg");
	background-color: #0e2244;
	background-position: left bottom;
 background-size:contain;
 background-repeat: no-repeat;
	min-height: 50vh!important;
	
}


.hygiene-smile-bg{
 background-image:url("../images/banners-hygiene-smile.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}
















.technology-dark-bg{
 background-image:url("../images/banner-technology-dark.jpg");
	background-color: black;
	background-position: top right;
 background-size:cover;
 background-repeat: no-repeat;
	min-height: 350px!important;
	
}
.sky-bg {
	background-image:url("../images/bg-sky.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: top right;
	



	
}.sky-bg2 {
	background-image:url("../images/bg-sky2.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: top right;

	
}
.emerald-bg {
	background-image:url("../images/bg-emerald.jpg");
	background-repeat: repeat-x;

	
}
.technology-bg {
	background-image:url("../images/banner-technology.jpg");
	background-repeat: no-repeat;
		background-size: cover;
	background-position: center top;

	
}
.emerald-blue-long-bg {
	background-image:url("../images/bg-emerald-blue-long.png");
	background-repeat: repeat-x;

	
}


.singleimplant-bg{
 background-image:url("../images/banners-treatments-implants.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}


.multipleimplant-bg{
 background-image:url("../images/banners-multipleimplants.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}



.implantdentures-bg{
 background-image:url("../images/banners-implantdentures.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}


.teethinaday-bg{
 background-image:url("../images/banners-teethinaday.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}


.sixmonthsmiles-bg2{
 background-image:url("../images/banners-sixmonthsmiles.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}



.whitening-bg2{
 background-image:url("../images/banners-whitening.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}



.skin-bg2{
 background-image:url("../images/banners-facial.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}


.eoin-bg{
 background-image:url("../images/banners-eoin.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}


.smilemakover-bg{
 background-image:url("../images/banners-smilemakover.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}

.crowns-bg{
 background-image:url("../images/banners-crowns.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}

.veneers-bg{
 background-image:url("../images/banners-veneers.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}
.compositebonding-bg{
 background-image:url("../images/banners-compositebonding.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}

.bridges-bg{
 background-image:url("../images/banners-bridge.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}
.hygiene-bg{
 background-image:url("../images/banners-hygiene.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}


.dentures-bg{
 background-image:url("../images/banners-dentures.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}


.extractions-bg{
 background-image:url("../images/banners-extractions.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}

.fillings-bg{
 background-image:url("../images/banners-whitefillings.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}








































.skin-bg {
	background-image:url("../images/skin-bg.jpg");
	background-repeat:repeat;

	
}

.marble-blue-bg {
	background-image:url("../images/marble-blue-bg.jpg");
	background-repeat: repeat-x;
		background-size:cover;
	background-position: left top;
}
.marble-blue-bg-flip {
	background-image:url("../images/marble-blue-bg-flip.jpg");
	background-repeat: repeat-x;
		background-size:cover;
	background-position: left top;
}

.marble-blue-bg-skinny {
	background-image:url("../images/marble-blue-bg-skinny.jpg");
	background-repeat: repeat-x;
		background-size:cover;
	background-position: left top;
}

.marble-lightblue-bg-skinny {
	background-image:url("../images/marble-lightblue-bg-skinny.jpg");
	background-repeat: repeat-x;
		background-size:contain;
	background-position: left top;
}




.blue-pattern-bg {
	background-image:url("../images/ad-pattern-blue.svg");
	background-repeat: repeat-x;
}

.wall-bg{
 background-image:url("../images/blue-smoke-bg-longer.jpg");
	background-color: black;
	background-position: top left;
 background-size: cover;
 background-repeat: no-repeat;
	/*min-height: 60vh!important;*/
	
}
.wall-bg2{
 background-image:url("../images/blue-smoke-bg.jpg");
	background-color: black;
	background-position: top left;
 background-size: cover;
 background-repeat: no-repeat;
	min-height: 100vh!important;
	
}




.singleimplant-bg{
 background-image:url("../images/banner-teethinaday.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	
}

.multiplimplant-bg{
 background-image:url("../images/banner-multiple-implants.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	
}

.implant-denture-bg{
 background-image:url("../images/banner-implant-denture.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	
}

.implants-bg{
 background-image:url("../images/banner-implants.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	
}

.implants-men-bg{
 background-image:url("../images/banner-men-chess.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}
.implants-group-bg{
 background-image:url("../images/banners-implants-group.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	min-height: 70vh!important;
}

.treatments-bg{
 background-image:url("../images/banners-treatments.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: left top;
	min-height: 70vh!important;
}

.technology-bg{
 background-image:url("../images/banner-technology.jpg");
	background-color: black;
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	
}







.striped-pattern-bg {
	background-image:url("../images/striped-pattern-blue.png");
	background-repeat: repeat-x;
}

.border-grey {
  border-top: 1px solid  !important;
	border-color:  rgba(211, 167, 78, 0.9);
}



.logo-menu-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 99999999991030;
}


.gold-bg {
    background-color: #d3a74e;
}.gold-text {
    color: #d3a74e;
}
.gold-text a {color:#d3a74e!important; text-decoration: none;}
.gold-text a:hover{color:#d3a74e!important;}


.gold-button {
color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #d3a74e;
	padding: 20px;
	border-radius: 50px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	text-align: center; font-size: 18px;
	font-weight: 400;
	}



.a-font {	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;


}

.script-font {	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
		letter-spacing: -1px;}



.menu-logo {  z-index: 60000000000000000000!important;
	
}

.section4 { min-height: 100vh;}
.section—first { height: 90vh; }


.icon-map {width:30px;
position: absolute;
top: 25%;
left:33%;}



.icon-20 {width:20px;}
.icon-30 {width:30px;}
.icon-40 {width:40px;}
.icon-50 {width:50px;}
.icon-60 {width:60px;}
.icon-70 {width:70px;}
.icon-100 {width:100px;}
.icon-110 {width:110px;}
.icon-120 {width:120px;}
.icon-130 {width:130px;}
.icon-140 {width:140px;}
.icon-150 {width:150px;}
.icon-200 {width:200px;}
.icon-250 {width:250px;}






/*CHANGE BACKGROUND COLOUR ON SCROLL*/

.tels {
  position: fixed;
	z-index: 9999999999999999999999999999999000;
	
  width: 100%; 
	background-color: transparent;
	
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;

}

.active {
  background:rgba(16, 36, 69, 0.99);

	  
	  
}


.tels2 {
  position: fixed;
	z-index: 9999999999999999999999999999999999000;
	
  width: 100%; 
	background-color: rgba(48, 48, 63, 0.94);
	
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;

}
/*END CHANGE BACKGROUND COLOUR ON SCROLL*/

















/*CIRCLE BUTTONS*/

nav {
  padding: 0px;
}

nav li {
  float: left;
font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff!important;
	margin-right: 15px;
  margin-bottom: 10px;
  line-height: 16px;
  position: relative;
  text-align: center;
	list-style: none;
	
}
nav li a {
  background-color: #00CED1;
  color: #fff;
  display: block;
  height: 80px;
  position: relative;
  text-decoration: none;
  width: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
	  padding-top: 15px;
	  padding-right: 5px;

}
nav li a i {
  position: relative;
  z-index: 1;
}
nav li a .inner {
  background-color: #fff;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
nav li a:hover {
  color: #000;
	  text-decoration: none;
}
nav li a:hover .inner {
  height: 76px;
  margin-left: -38px;
  margin-top: -38px;
  width: 76px;
	  text-decoration: none;
}













.panels {
  box-sizing: border-box;
}
#logoPanel {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 20vw;
  height: 100%;
  background: black;
  border-right:solid 1px #ECECEC;
}

#leftPanel {
  position: fixed;
  left: 20vw;
  top: 0;
  z-index: 10;
  width: 30vw;
  height: 100%;
  background: white;
  border-right:solid 1px #ECECEC;
}

#rightPanel {
  position: fixed;
  left: 50vw;
  top: 0;
  z-index: 10;
  width: 50vw;
  height: 100%;
  background: black;
  border-right:solid 1px #ECECEC;
}

.module {
  height: 100vh;
  width: 100vw;
  display: inline-flex;
  align-items:center;
  justify-content:center;
}

.pink-text {color:#e09f91;}
.black-text {color:#000;}
.white-text {color:#fff; }
.white-text a{color:#fff; font-weight: 300!important}
.white-text a:hover{color:#fff!important; font-weight: 300!important}

.white-text-off {color:#fff!important;}




.end {
  width:30vw;
}





.scroll-arrow-bottom {
  position: absolute;
  left:50%;
  bottom: 7%;
  
  z-index: 10;
  padding-top: 50px;

}


.scroll-btn {
	 position: absolute;
  left:50%;
  bottom: 7%;
  
}




#videowrapper{  
    position: relative;
    overflow: hidden;
} 

#fullScreenDiv{
    min-height: 100%; 
    height: 100vh;
    width: auto;
    padding:0;
    margin: 0;
    background-color: black;
    position: relative;
	
}

#video{    
    width: auto; 
    height: 100vh;
    margin: auto;
    display: block;
}
@media (min-aspect-ratio: 16/9) {
  #video{
    width: auto; 
    height:100vh;
	     margin-left: 20vw;
    transform: translate(-50%);


  }
}

@media (max-aspect-ratio: 16/9) {
  #video {
    height: 100vh; 
    width:auto;
    margin-left: 20vw;
    transform: translate(-50%);

	 
  }
}




#videoMessage{
    width: 100%; 
    height: 100%;
    position: absolute; 
   top: 0; 
    left: 0;
    display: flex;
 justify-content: center;
    align-items: right;
 flex-direction: column;
	
	 margin-right: 20vw;
    transform: translate(80%);
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {



}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	


}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 

	
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 768px) {
	

.carousel-caption {
  position: absolute!important;
  right: 15%;
  top: 200px!important;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
	
	
	
	
}



/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
	
.main-home-bg{
 background-image:url("../images/banner-cloud.jpg");
	background-color: black;
	background-position: bottom left;
 background-size:cover;
 background-repeat: no-repeat;
	min-height: 90vh!important;
	
}
	
	
	.about-bg{
 background-image:url("../images/banners-about.jpg");
	background-color: #0e2244;
	background-position: left bottom;
 background-size:cover;
 background-repeat: no-repeat;
	min-height: 70vh!important;
	
}
	
	
.hygiene-smile-bg{
 background-image:url("../images/banners-hygiene-smile.jpg");
		background-color: #0e2244;
	background-position: left bottom;
 background-size:cover;
 background-repeat: no-repeat;
	min-height: 70vh!important;
}
	

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
	
.main-home-bg{
 background-image:url("../images/banner-cloud.jpg");
	background-color: black;
	background-position: bottom left;
 background-size:cover;
 background-repeat: no-repeat;
	min-height: 90vh!important;
	
}
	
	
	.about-bg{
 background-image:url("../images/banners-about.jpg");
	background-color: #0e2244;
	background-position: top center;
 background-size:cover;
 background-repeat: no-repeat;
	min-height: 90vh!important;
	
}
	
	
.hygiene-smile-bg{
 background-image:url("../images/banners-hygiene-smile.jpg");
		background-color: #0e2244;
	background-position: left bottom;
 background-size:cover;
 background-repeat: no-repeat;
	min-height: 70vh!important;
}
	
}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}
