/**
  Theme Name: 
  Theme URI: 
  Version: 1.0
  Author: Dental Design
  Author URI: http://www.dental-design.co.uk
  Description: A theme created by Dental Design for 
*/
/* ===============================
----------- Contents -------------
==================================

1.0 Generic Styles
2.0 Header
3.0 Navigation
4.0 Slider
5.0 
6.0 

==================================
Colours

Blue: #00ACC9  rgba(0,172,201,0); */


/* =================================================================================================================
1.0  Generic Styles ------------------------------------------------------------------------------------------------
===================================================================================================================== */

*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
  text-decoration: none;
}
body{
  background: #111;
  font-family: "Lato";
}

/* gdpr check box */

.gdpr {
    border: 0;
    border-left: 0;
    border-right: 0;
    padding: 20px;
    margin: 0;
}

.gdpr p {
    font-size: 12px;
    margin: 10px 0;
    line-height: 18px;
    color: #b1b1b1;
}

.gdpr input[type="checkbox"] {
    width: 14px !important;
    margin-left: 10px !important;
}

.scroll-wrapper.contact-strip input[type="checkbox"] {
    margin-left: 10px !important;
}

.gdpr-small {
    font-size: 11px;
    text-align: center;
    padding-top: 20px;
    clear: both;
    float: left;
    line-height: 16px;
    margin-bottom: 30px;
    color: #b1b1b1;
}

.gdpr2 {
    border: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin: 0 0 42px 0;
    clear: both;
}

.gdpr div input[type="radio"], input[type="checkbox"] {
    margin: 8px 0 0 !important;
}

p.gdpr-small a,
.gdpr-small a {
    color: #21798c !important;
}

/* END gdpr check box */

/* =================================================================================================================
2.0  Site Structure ------------------------------------------------------------------------------------------------
===================================================================================================================== */
.site-container{
  width: 80%;
  float: left;
  position: relative;
  top:0;
  left: 0;
  z-index: 2;
  transition:all 1s ease-in-out;
}
.contact-strip{
  width: 20%;
  right: 0;
  height: 100vh;
  background: #111;
  border-left: 1px solid #555;
  position: fixed;
  top:0;
  overflow-y: scroll;
  overflow-x: hidden; 
  transition:all 1s ease-in-out;
  z-index: 9999;
  -ms-overflow-style: none; 

}
.contact-strip::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
.set-height ul {
    max-height: 500px;
    height: 100%;
}
.clearing {
  clear: both;
}

.gallery-half-left {
    width: 57%;
    float: left;
    margin: 1%;
}

.gallery-half-right {
    width: 39%;
    float: left;
    margin: 1%;
    text-align: center;
}

.gallery-titles{
  display: block;
  float: left;
  width: 100%;
  border-bottom:1px solid #00ACC9;
  margin-bottom: 2px !important;
}
.gallery-left{
  width: calc(50% - 5px);
  float: left;
  margin-right: 5px;
  padding-top: 10px;
}
.gallery-right{
  width: calc(50% - 5px);
  float: right;
  margin-left: 5px;
  padding-top: 10px;
}
.gallery-left img,
.gallery-right img{
  width: 100%;
}
.gallery-left p,
.gallery-right p{
  width: 100%;
  padding: 5px;
  text-align: center;
  margin: 0;
  color: #01353e;
  background: #f6f6f6;
  border-top:1px solid #dedede;
}
.caption{
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  text-align: left;
  background: #f6f6f6;
  float: left;
  border-top:1px solid #dedede;
}
@media (max-width: 1450px) {
  .site-container{
    width: 100%;
  }
  .contact-strip{
    width: 0;
  }
}
/* =================================================================================================================
2.0  Header ------------------------------------------------------------------------------------------------
===================================================================================================================== */
header{
  float: left;
  position: fixed;
  top:0;
  z-index: 9999999;
  background: #085e6d;
  margin-bottom: -50px;
}

@media (min-width: 1440px) {
  header{
    width: 80%;
  }
}

@media (max-width: 1440px) {
  header{
    width: 100%;
  }
}
.primary-header-inner{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 9999;
  background: #085e6d;
}
.primary-header-inner img{
  max-width: 400px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9999999;
  display: inline-block;
  margin: 30px 50px;
}
.primary-header-inner .socials{
  float: right;
  text-align: right;
  max-width: 400px;
  width: 100%;
  display: inline-block;
  margin:25px 20px;
}
.primary-header-inner .socials a{
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  background: #111111;
  padding-top: 10px;
  display: inline-block;
  margin-left: 5px;
  color: #fcfcfc;
  border: 1px solid #333;
  transition:all 0.3s ease-in-out;
}
.primary-header-inner:hover .socials a{
  border: 1px solid #00ACC9;
  color: #00ACC9;
  background: #222;
}
.primary-header-inner:hover .socials a:hover{
  border: 1px solid #00ACC9;
  color: #fff;
  background: #00ACC9;
}
/* =================================================================================================================
3.0  Navigation ------------------------------------------------------------------------------------------------
===================================================================================================================== */
.post-nav-line{
  width: 100%;
  background: #333;
  position: relative;
  border-top: 1px solid #444;
  z-index: 20;
  padding:10px 30px;
}
/* =================================================================================================================
4.0  Slider ------------------------------------------------------------------------------------------------
===================================================================================================================== */

.ppc-banner-holder{
  width: 100%;
  float: left;
  position: relative;
  top:60px;
  height: 400px;
}
/* =================================================================================================================
4.1  unslider code ------------------------------------------------------------------------------------------------
===================================================================================================================== */
.ppc-banner{
  width: 100%;
}
.ppc-banner ul{
  list-style: none;
}
/*---- slide 1--- */
.slide1{
  background: url(images/slides/slide1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slide1 img{
  position: relative;
  top:70%;  
  left: calc(50% - 600px);
}


/* =================================================================================================================
5.0  Quicklinks ------------------------------------------------------------------------------------------------
===================================================================================================================== */


/* =================================================================================================================
6.0  About Us ------------------------------------------------------------------------------------------------
===================================================================================================================== */
.page-container{
  width: 100%;
  background: #fff;
  margin:0px 0 -50px;
  padding:110px 0px 280px;
}
.page-banner{
  width: 100%;
  background:#666;
  padding: 100px 0 60px;
  position: relative;
}
.cosmetic-banner{
  background: url(images/cosmetics-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;  
}
.implant-banner{
  background: url(images/implant-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;  
}
.local-banner{
  background: url(images/local-dentist.jpg) no-repeat;
  background-position: center;
  background-size: cover;  
}
.page-banner section{
  max-width:1100px;
  width: 100%;
  margin: 0 auto;
}
.page-banner h1{
  font-weight: 300;
  font-family: 'Jura';
  color: #00ACC9;
  padding: 0px 25px 0px;
  margin-bottom:0px;
  margin-top:0px;
  text-align: right;
}
.cosmetic-header{
  font-size: 60px;
}
.dentalimplant-header{
  font-size: 74px;
}
.page-banner p{
  padding: 0px 25px 150px;
  text-align: right;
  font-size: 20px;
  color: #666;
  font-weight: 300;
  margin-top:10px;
}
.page-banner p strong{
  color: #00ACC9;
  font-family: 'Jura';
  font-weight: 300;
  font-size: 23px;
}
.page-container > .page-content  {
  position: relative;
  width: 100%;
  top: 60px;
}
.page-container  > .page-content:before {
  content: "";
  position: absolute;
  top: -165px;
  bottom: -130px;
  background: rgba(255,255,255,1);
  opacity:1;
  width: 100%;
  transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -webkit-transform: skew(0deg, -6deg);
  border-top: 5px solid #00ACC9;
  border-bottom: 1px solid rgba(0,0,0,0);
  transition:all 0.3s ease-in-out;
  background: url(images/main-bg.png) no-repeat #01353e;
  background-position: right center;
}
.page-content section{
  max-width:1100px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  top: -80px;
  line-height:25px;
}
.page-content section a{
  color: #333;
}
.page-content section:after{
  content: "";
  display: table;
  clear: both;
}
.page-content section h2{
  font-weight: 300;
  font-family: 'Jura';
  color: #f6f6f6;
  margin: 30px 0 -15px;
}
.page-content section h3{
  font-weight: 300;
  font-family: 'Jura';
  color: #fff;
  margin: 30px 0 0px;
  font-size: 20px;
}
.page-content section ul {
    padding: 20px 30px 80px 30px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    width: calc(100% + 10px);
    position: relative;
    left: -5px;
    right: -5px;
}
.page-content section ul h4{
  margin-top: 0;
}
.page-content section li{
  margin: 0 20px 10px;
  padding-left:20px;
}

.page-content section ul > h3{
  margin-top: 5px;
}
.right-title{
  font-size: 22px;
}
.treatment-title{
  text-align: center;
  font-size: 30px;
}

.page-content section .with-links{
  list-style: none;
}
.page-content section .with-links li{
  margin: 0 0px 0px;
  padding-left:0px;
}
.page-content section .with-links a{
  display: block;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 5px;
  padding: 7px 0;
  color: #fff;
  transition: all ease-in-out 0.4s;
}
.page-content section .with-links a:hover{
  background: #fff;
  color: #00ACC9;
}
.page-content section .with-links a i{
  float: right;
  opacity: 0.2;
  margin-right: 15px;
  position: relative;
  bottom: -5px;
  margin-left: -35px;
}
.main-content{
  width: 100%;
  float: left;
  background: url(images/main-bg.png) no-repeat #01353e;
  background-position: right center;
  background-size: contain;
  position: relative;
  z-index: 99;
  margin-top: 290px;
  padding: 0px 0px;
  color: #fff;
}
.main-content-image{  
  z-index: 1;
  top: 0;
  left: 0;
  position: relative;
  float: left;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
@media (min-width: 1820px) {
  .main-content-image{
    width: 33%;
  }
}
@media (max-width: 1820px) {
  .main-content-image{
    width: 40%;
  }
}
@media (max-width: 1440px) {
  .main-content-image{
    width: 33%;
  }
}
@media (max-width: 1380px) {
  .main-content-image{
    width: 40%;
  }
}
.main-content section{
  width: 1100px;
  margin: 210px auto 0;
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
}
main{
  float: left;
  padding: 0 30px 0 70px;
  font-family: "Lato";
  font-weight: 300;
  line-height: 23px;
  font-size: 16px;
  width: 100%;
}

main h2{
  font-weight: 100;
  font-family: "Lato";
  color: #ccc;
  margin-bottom: -10px;

}
main h2 .main-content-logo{
  width: calc(50% + 30px);
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
  position: relative;
  margin-left:-60px;
  margin-top: 0px;
}
main span{
  font-family: "Jura";
  font-size: 18px;
  margin-left: 2px;
  margin-right: 2px;
}
@media (min-width: 1440px) {
  .main-with-contact-strip{
    display: block;
  }
  .main-without-contact-strip{
    display: none;
  }
}

@media (max-width: 1440px) {
  .main-with-contact-strip{
    display: none;
  }
  .main-without-contact-strip{
    display: block;
  }
}
.main-with-contact-strip h3, .main-without-contact-strip h3{
  font-size: 25px;
  font-family: "Jura";
  margin: 35px 0 5px;
  font-weight: 300;
}
.main-with-contact-strip h3 span, .main-without-contact-strip h3 span{
  font-size: 25px;
  color: #00ACC9;
}
.main-with-contact-strip p, .main-without-contact-strip p{
  margin: 5px 0 10px;
}
.main-with-contact-strip p span, .main-without-contact-strip p span{
  font-family: "Jura";
  color: #00ACC9;
  font-size: 20px;
}

.one_half-left{
  width: 50%;
  float: left;
  padding: 0px 20px 20px 0;
}
.one_half-right{
  width: 50%;
  float: left;
  padding: 0px 0 0px 0px;
}
.main-telephone{
  position: absolute;
  max-width: 1100px;
  width: 100%;
  text-align: right;
  left: calc(50% - 570px);
  top: -160px;
  transition:all 0.3s ease-in-out;
  z-index: 300;
}
.main-telephone p{
  font-weight: 300;
  font-size: 20px;
  font-family: "Lato";
  margin: 0;
  color: #999;
}
.main-telephone h3{
  font-weight: 300;
  font-size:40px;
  margin: 0;
  color: #fff;
  font-family: "Jura";
}
/* =================================================================================================================
7.0  Logos ------------------------------------------------------------------------------------------------
===================================================================================================================== */
.logos{
  width: 100%;
  background: transparent;
  z-index: 999;
  float: left;
  overflow: visible !important;
  position: relative;
}
.logos > .logo-content {
    position: relative;
    width: 100%;
}
.logo-content > .logo-container:before {
    content: "";
    position: absolute;
    top: -115px;
    bottom: -140px;
    background: #fff;
    width: 100%;
    transform: skew(0deg, -6deg);
    -ms-transform: skew(0deg, -6deg);
    -webkit-transform: skew(0deg, -6deg);    
    border-top: 5px solid #00ACC9;
}
.logo-container{
  width: 100%;
  margin: 0 auto;
}
.logo-container-inner{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 90;
  text-align: center;
}
.logo-container-inner h2{
  font-family: "Jura";
  font-weight: 300;
  font-size: 40px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 110;
  color: #444;
  text-align: center;
}
.logo-container-inner img{
  position: relative;
  z-index: 100;
  max-width: 200px;
  width: 100%;
  margin-right: 75px;
  height: auto;
}
.logo-container-inner img:nth-child(2){
}
.logo-container-inner img:last-child{
  margin-right: 0;
}

/* =================================================================================================================
9.0  Footer ------------------------------------------------------------------------------------------------
===================================================================================================================== */
footer{
  width:100%;
  float: left;
  background: #111;
  height: 0px;
  position: relative;
  z-index: 99;
  transition:all 1s ease-in-out;
  overflow: hidden;
  padding-top: 150px;
  color: #fff;
}
@media (max-width: 1450px) {
  footer{
  height: auto;
  }
}

.footer-inner{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.footer-inner h2{
  float: right;
  text-align: right;
  font-size: 50px;
  font-weight: 300;
  font-family: "Jura";
  margin-right: 6%;
}
.footer-content{
  width: 100%;
  float: left;
}
.footer-address{
  float: left;
  max-width: 390px;
  width: 36%;
  padding-right: 50px;
  margin-right: 20px;
  border-right: 1px solid #444;
  font-weight: 300;
  line-height: 25px;
  font-size: 16px;
  color: #ccc;
  height: 400px;
  padding-left: 2%;
}
.footer-address h3{
  font-weight: 300;
  font-size: 30px;
  color: #ccc;
  margin-bottom: 10px;
  font-family: "Jura";
}
.footer-address h3 span{
  color: #00ACC9;
}

.footer-address .telephone{
  font-size: 25px;
  font-family: "Jura";
  margin: 10px 0;
}
.footer-address .telephone i{
  -ms-transform: rotate(14deg); /* IE 9 */
  -webkit-transform: rotate(14deg); /* Chrome, Safari, Opera */
  transform: rotate(14deg)
}

.footer-address .email a{
  color: #ccc;
}
.footer-address .email i{
  font-size: 13px;
  margin-right: 8px;
}

.footer-address .socials{
  width: 100%;
}

.footer-address .socials a{
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  background: #333;
  padding-top: 10px;
  display: inline-block;
  margin-left: 5px;
  color: #111;
  border: 1px solid #333;
  transition:all 0.3s ease-in-out;
}
.footer-address:hover .socials a{
  border: 1px solid #00ACC9;
  color: #00ACC9;
  background: #222;
}
.footer-address:hover .socials a:hover{
  border: 1px solid #00ACC9;
  color: #fff;
  background: #00ACC9;
}

.footer-content form{
  float: left;
  max-width: 690px;
  width: 61%;
}

.footer-content form ul{
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
.footer-content form li{
  width: 50%;
  float: left;
}
.footer-content form li input{
  width: calc(100% - 15px);
  border:1px solid rgba(0,0,0,0);
  border-bottom: 2px solid #777;
  background: rgba(0,0,0,0);
  font-weight: 300;
  padding: 20px 20px;
  margin-bottom: 10px; 
  transition:all 0.3s ease-in-out;
}

.footer-content form li input:hover,.footer-content form li textarea:hover{
  border:1px solid rgba(0,0,0,0);
  border-bottom: 2px solid #00ACC9;
}
.footer-content form li input:focus,.footer-content form li textarea:focus{
  border:1px solid rgba(0,0,0,0);
  border-bottom: 2px solid #04b219;
  outline:none;
}
.footer-content form li:nth-child(5),.footer-content form li:last-child{
  width: 100%;
}
.footer-content form li textarea{
  width: calc(100% - 15px);
  border:1px solid rgba(0,0,0,0);
  border-bottom: 2px solid #777;
  background: rgba(0,0,0,0);
  padding: 20px 20px;
  height: 150px;
  font-weight: 300;
  margin-bottom: 10px; 
  transition:all 0.3s ease-in-out;
}
.footer-content form li .submit{
  transition:all 0.3s ease-in-out;
  float: right;
  width: 200px;
  background: #00ACC9;
  border: 0px;
  font-family: "Jura";
  font-size: 18px;
  margin:5px 15px 0 0;
}
.footer-content form li .submit:hover{
  background: #04b219;
  border: 0px;
}
/* =================================================================================================================
10.0  copyright ------------------------------------------------------------------------------------------------
===================================================================================================================== */

@media (max-width: 1440px) {
  .copyright{
    text-align: center;
    border-top: 1px solid #222;
    color: #666;
    padding-top: 30px;
    font-size: 12px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
  }
}

@media (min-width: 1440px) {
  .copyright{
    text-align: right;
    border-top: 0px solid #222;
    color: #666;
    font-size: 12px;
    max-width:1100px;
    width: 100%;
    height: 100px;
    margin: 0px auto 0;
  } 
  .copyright p{
    float: left;
    padding:20px 30px 30px;
    width: 100%;
  }
}
.copyright a{
  color: #999;
}
.copyright a:hover{
  color: #00ACC9;
}
/* =================================================================================================================
10.0  contact strip ------------------------------------------------------------------------------------------------
===================================================================================================================== */

/* ---- contact-strip hover ----*/
.contact-strip:hover{
  background: #000;
}
.contact-strip:hover .constant-form input, .contact-strip:hover .constant-form textarea{
  border: 1px solid #555;
  background: rgba(50,50,50,0.4);
}
.contact-strip:hover .constant-form h2{
  color: #fcfcfc;
}
.contact-strip:hover .constant-form .submit{
  border: 0px;
  background: #00ACC9;
}
.contact-strip:hover .constant-form .name:before,
.contact-strip:hover .constant-form .email:before,
.contact-strip:hover .constant-form .telephone:before,
.contact-strip:hover .constant-form .comment:before{
  color: #666;
}
.contact-strip:hover .callus{
  color: #fcfcfc;
}
.contact-strip:hover .callus-phone{
  color: #fff;
}
.contact-strip:hover .opening-times h3{
  color: #fcfcfc;
}
.contact-strip:hover .opening-times p{
  color: #ccc;
}
.contact-strip:hover .opening-times p:nth-child(even){
  background: rgba(50,50,50,0.4);
}

/* ---- /contact-strip hover ----*/


/* =================================================================================================================
10.1  contact strip form------------------------------------------------------------------------------------------------
===================================================================================================================== */
.constant-form{
  width: 100%;
  transition:all 0.3s ease-in-out;
  padding: 20px;
  border-bottom: 1px solid #222;
}
.constant-form h2{
  width: 100%;
  font-family:"Jura";
  font-weight: 300;
  font-size: 40px;
  color: #fcfcfc;
  text-align: center;
  margin: 10px 0;
  transition:all 0.3s ease-in-out;
}
.constant-form ul{
  list-style: none;
  padding: 0;
  margin:0;
}
.constant-form ul li{
  padding: 0;
  margin:0;
  position: relative;
  margin-top: -15px;
}
.constant-form input, .constant-form textarea{
  width: 100%;
  border: 1px solid #333;
  background: rgba(0,0,0,0.6);
  font-size: 0.8em;
  padding: 15px 15px 15px 40px;
  margin-bottom: 5px;
  transition:all 0.3s ease-in-out;
  position: relative;
  z-index: 10;
  color: #fff;
}
.constant-form .name:before{
  content: "\f007";
  font-family:"FontAwesome";
  position: relative;
  right:-15px;
  top: 32px;
  color: #333;
  z-index: 20;
  transition:all 0.3s ease-in-out;
}
.constant-form .telephone:before{
  content: "\f095";
  font-family:"FontAwesome";
  position: relative;
  right:-15px;
  top: 32px;
  color: #333;
  z-index: 20;
  transition:all 0.3s ease-in-out;
}
.constant-form .email:before{
  content: "\f0e0";
  font-family:"FontAwesome";
  position: relative;
  right:-15px;
  top: 32px;
  color: #333;
  z-index: 20;
  transition:all 0.3s ease-in-out;
}
.constant-form .comment:before{
  content: "\f040";
  font-family:"FontAwesome";
  position: relative;
  right:-15px;
  top: 32px;
  color: #333;
  z-index: 20;
  transition:all 0.3s ease-in-out;
}
.constant-form textarea{
  height: 150px;
}
 .constant-form .submit{
  background:rgba(0,172,201,0.5);
  color:rgba(255,255,255,1);
  margin-top: 15px;
  border: 0px;
  padding-left:0px;
  font-family:"Jura";
  font-weight: 300;
  font-size: 20px;
  padding-right:0px;
 }
 .contact-strip:hover .constant-form .submit:hover{
  background:rgba(255,255,255,1);
  color:rgba(0,172,201,0.5);
  border: 0px;
  padding-left:0px;
  padding-right:0px;
  font-weight: 600;
 }

.contact-strip:hover  .constant-form input:hover,.contact-strip:hover .constant-form textarea:hover{
  border: 1px solid #888;
  background: rgba(50,50,50,0.8);
  padding-left: 50px;
}

/* =================================================================================================================
10.2  call us / Phone number------------------------------------------------------------------------------------------------
===================================================================================================================== */
.contact-strip .callus{
  color: #fcfcfc;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin: 20px 0 10px;
  transition:all 0.3s ease-in-out;
}
.contact-strip .callus-phone{
  color: #ccc;
  font-size: 40px;
  font-family: "Jura";
  text-align: center;
  line-height: 20px;
  font-weight: 300;
  margin: 5px 0 30px;
  transition:all 0.3s ease-in-out;
}

/* =================================================================================================================
10.3  opening times ------------------------------------------------------------------------------------------------
===================================================================================================================== */

.contact-strip .opening-times{
  width: 100%;
  padding: 20px;
  border-top: #222 1px solid;
  transition:all 0.3s ease-in-out;
}
.contact-strip .opening-times h3{
  width: 100%;
  font-family:"Jura";
  font-weight: 300;
  font-size: 30px;
  color: #fcfcfc;
  text-align: center;
  margin: 0px 0 10px;
  transition:all 0.3s ease-in-out;
  float: left;
}
.contact-strip .opening-times p{
  width: 100%;
  padding: 10px 7px;
  color: #fcfcfc;
  float: left;
  font-size:0.8em;
  margin: 0;
  transition:all 0.3s ease-in-out;
}
.contact-strip .opening-times p:nth-child(even){
  background: rgba(0,0,0,0.8);
}
.contact-strip .opening-times .opening-day{
  float: left;
  width: 50%;
  text-align: left;
  transition:all 0.3s ease-in-out;
}
.contact-strip .opening-times .opening-time{
  float: left;
  width: 50%;
  text-align: right;
  transition:all 0.3s ease-in-out;
}

/* =================================================================================================================
10.4  contact strip logo ------------------------------------------------------------------------------------------------
===================================================================================================================== */
.contact-strip .logo{
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #222;
  text-align: center;
  float: left;
}


.big-form textarea,.big-form input {
    background: white;
    color: #0b1d21;
}

.big-form ul {margin-top: 50px;}

.dentist {
    clear: both;
    border-top: solid 1px white;
}

h3.dentist-name {
    line-height: 50px;
}

.dentist img {
    float: right;
    max-width: 200px;
    height: auto;
    margin: 3% 0 0 3%;
}
.margin {
    margin-bottom: 350px;
}

/* =================================================================================================================
14.0  effects ------------------------------------------------------------------------------------------------
===================================================================================================================== */


@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 
  -moz-osx-font-smoothing: grayscale;
}
.pop:hover, .pop:focus, .pop:active {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* Bob */
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.bob:hover, .bob:focus, .bob:active {
  -webkit-animation-name: bob-float, bob;
  animation-name: bob-float, bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}



/* Pulse Grow */
@-webkit-keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.pulse-grow:hover, .pulse-grow:focus, .pulse-grow:active {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@media (max-width: 1050px) {
.logo-container-inner img {
    margin: 1%;
    width: 15%;
    vertical-align: top;
}
  }

@media (max-width: 910px) {



  .socials {
    display: none !important;
}
  
.main-telephone {
    left: -2%;
}

}

@media (max-width: 825px) { 
.gallery-half-left,.gallery-half-right {
    width: 100% !important;
    margin-top: 10px;
}
}

@media (max-width: 780px) {

.footer-address {
    width: 100%;
    max-width: 780px;
    text-align: center;
    float: none !important;
    height: 290px;
    padding: 0;
}

.footer-inner h2 {
    float: none !important;
    text-align: center;
    margin: 10px !important;
    font-size: 30px;
    padding: 20px 0;
    border-bottom: 1px solid white;
}

.footer-content form {
    max-width: 780px;
    width: 100%;
    height: auto;
    float: none;
}

.copyright {
    margin-top: 40px;
}
}

@media (max-width: 765px) {

.one_half-left {
    width: 100%;
    padding: 0 !important;
}

.one_half-right {
    width: 100%;
    padding: 0 !important;
}

ul.with-links {
    margin: 10px auto;
    padding: 10px !important;
}

main {
    padding: 0 5%;
}


}

@media (max-width: 650px) { 

}

@media (max-width: 500px) { 
.dentist img {max-width: 120px;}
}

@media (max-width: 465px) { 

  h1.cosmetic-header {
    font-size: 35px;
}

.logo-container-inner img {
    width: 50%;
}
  

.dentalimplant-header {
    font-size: 35px;
}
.primary-header-inner img {
    margin: 5%;
    width: 90%;
}

.primary-header-inner {
    text-align: center;
}

.main-telephone h3 {
    font-size: 30px;
    margin: 10px 0;
}

}
.cookie-dialog {
    --cookie-black: #00acc8;
}