@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700|Roboto+Condensed:400,300);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic);
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
@import url(./fonts/gothic.css);
@import url(./fonts/cgbold.css);
@import url(./fonts/century.css);
@import url(./fonts/myriadpro.css);
@import url(../css/font-awesome.min.css);
@import url(../css/animate.css);
@import url(../css/owl.carousel.css);
@import url(../css/slit-slider.css);
@import url(../css/bootstrap.min.css);
/* =================================== */
/*	Basic Style
/* =================================== */

.preloader {
    position: fixed;
    z-index: 90000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .inner {
    width: 100%;
    margin-top: -40px;
}

.preloader .redbar {
    background-color: #d62b3c;
    position: relative;
    height: 81px;
    padding: 11px 0;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3), -2px -2px 8px rgba(0, 0, 0, .3);
}

.preloader .ssllogo {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 50;
}

.preloader .glare1, .preloader .glare2 {
    position: absolute;
    z-index: 40;
}

.preloader span {
    font-family: "Century Gothic Bold";
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
    color: #000;
    transform: translateY(-9px);
}

.preloader .glare1 {
    top: 0;
    left: -110px;
    height: auto;
    width: 275px;
    animation: glareslide linear 9s infinite;
}

.preloader .glare2 {
    bottom: -140px;
    left: -70px;
    height: 252px;
    width: 150px;
    animation: glareslide2 linear 9s infinite;
}

@keyframes glareslide {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(calc(100vw - 20px));
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes glareslide2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(calc(100vw + 100px));
    }
    100% {
        transform: translateX(0px);
    }
}

@media (min-width: 768px) {
    .preloader {
        display: none;
    }
}

.preloader .tcanada {
    width: 39vw;
    height: auto;
    transform: translateY(-10px);
    margin-left: -15px;
}

.preloader .barone {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    font-size: 16px;
    color: #030303;
}

li {
    margin-bottom: 12px;
}

#landing {
    margin-top: 25%;
    position: relative;
}

#landing .list-unstyled li {
    font-size: 20px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 300;
}

#landing h1 {
    font-size: 40px !important;
    line-height: 50px;
    font-weight: 700;
}

#landing h2 {
    font-size: 34px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: #5c5c5c !important;
}

#landing h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}

#landing img {
    display: inline;
    width: 85%;
}

#landing .panel-default > .panel-heading {
    border: none;
    background: transparent;
    border-bottom: none;
    padding: 0;
    border-color: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#landing .panel-default {
    border-color: none;
}

#landing .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#landing a {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 400;
}

#landing .panel-group .panel-heading + .panel-collapse > .panel-body,
#landing .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

#landing .fa {
    color: #838383 !important;
    margin-left: 15px;
    font-weight: 300 !important;
}

figure,
p,
address {
    margin: 0;
}

p {
    margin-bottom: 15px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #030303;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: "Roboto", sans-serif;
}

a:hover,
a:focus {
    text-decoration: underline;
    outline: none;
    color: #d81f31 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Didact Gothic", sans-serif !important;
    color: #030303;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    color: #d81f31;
    margin-bottom: 10px;
}

.lead-black {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.lead-black-bold {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.text-right {
    text-align: right;
}

.text-right p {
    padding-right: 23px;
}

main > section {
    padding: 70px 0;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-red {
    background-color: #d81f31;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff !important;
    border-radius: 0;
}

.btn-red:hover {
    background-color: black !important;
    color: #ccc !important;
}

.btn-top {
    background-color: #d81f31;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    font-weight: 700;
    letter-spacing: 1px;
    color: white !important;
    font-family: "Didact Gothic", sans-serif !important;
    margin-left: 10px;
}

.btn-landing {
    background-color: #86c2d6;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    font-weight: 700;
    letter-spacing: 1px;
    color: white !important;
    font-family: "Didact Gothic", sans-serif !important;
    margin-left: 10px;
}

.btn-top:hover,
.btn-landing:hover {
    background-color: black !important;
}

.btn-top span,
.btn-landing:hover {
    color: white !important;
}

.btn-outline {
    background-color: white;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    font-weight: 700;
    letter-spacing: 1px;
    border: dashed 1px #414141;
    color: #d81f31 !important;
    font-family: "Didact Gothic", sans-serif !important;
    margin-left: 10px;
}

.btn-outline:hover {
    background-color: black !important;
}

.btn-footer {
    background-color: #d81f31;
    font-weight: 300;
    letter-spacing: 1px;
    color: white !important;
    font-family: "Didact Gothic", sans-serif !important;
    text-transform: none;
    margin-top: 10px;
}

.btn-footer:hover {
    background-color: white !important;
}

.btn-black {
    background-color: #030303;
    border-radius: 26px;
    font-size: 1.1em !important;
    padding: inherit 25px !important;
    font-weight: 300;
    color: white !important;
    font-family: "Didact Gothic", sans-serif !important;
}

.btn-black:hover {
    background-color: #ccc;
}

.btn-border {
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 12px 35px;
}

.black {
    color: #030303 !important;
}

.pad80 {
    padding: 80px 0;
}

.logo-contact {
    max-width: 200px;
    margin: 0 auto;
}

.gift {
    padding: 0;
}

.red {
    color: #d81f31 !important;
}

.col-white {
    color: white !important;
}

.book-top {
    color: #d81f31;
    margin-top: 15px;
    font-weight: 700;
}

.urlBook-today {
    width: 856px;
    height: 80px;
    display: block;
    margin: 0 auto 40px auto;
    background-image: url("/inc/images/home/book-today.png");
    background-repeat: no-repeat;
}

.urlBook-today:hover {
    background-image: url("/inc/images/home/book-today-hover.png");
}

.img-thumbnail {
    margin-bottom: 25px;
    border: none;
}

.wpb_video_wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 202px;
}

.home_video_wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.home_video_wrapper iframe {
    min-height: 200px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

.container-fluid-top {
    background-color: white;
    border-bottom: 1px solid #ccc;
}

.navbar-sec {
    margin-top: 18px;
    float: right;
}

/* SIDE NAV*/
#side-nav {
    float: right;
    width: 25%;
    display: inline-block;
    margin: 0 0 15px 30px;
}

#side-nav h2 {
    font-size: 24px;
    border-top: 1px solid #ab1927;
    padding: 15px 0;
    border-bottom: 1px solid #ab1927;
    color: #d81f31;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

#side-nav a {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

#side-nav .fa {
    margin-right: 8px;
}

#side-nav ul li {
    position: relative;
    padding-left: 18px;
}

#side-nav ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: FontAwesome;
    content: "\f054";
    color: #7f121d;
}

.skin-price {
    font-size: 36px;
    color: #d81f31;
    font-style: italic;
}

.ul-paw {
    list-style-type: none;
    padding-left: 10px;
}

/*DROPDOWN*/
.dropdown-menu {
    width: auto;
    background-color: white;
    left: 0;
}

.dropdown-menu .fa .fa-chevron-down {
    font-size: 10px !important;
}

.navbar-default .navbar-nav > li > a span {
    font-size: inherit;
}

.navbar-nav .btn {
    border-radius: 0 !important;
}

.navbar-default {
    background-color: transparent !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 8px;
    clear: both;
    font-weight: normal;
    border-bottom: 1px solid #cfcfcf;
    color: #d9d9d9;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin: -4px 0 0 -1px;
    background-color: #e3e3e3;
}

.dropdown-submenu .dropdown-menu li a {
    border-bottom: 1px solid #d8d7d7;
    color: #ab1927 !important;
}

.dropdown-submenu .dropdown-menu li a:hover {
    color: #030303;
}

.sec-title {
    margin-bottom: 0;
}

.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sec-title h2:after {
    border-bottom: 1px solid #d81f31;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white {
    color: #fff;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

/* PARALLAX */
.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-about {
    background: transparent url(../images/parallax/about.jpg) no-repeat center center;
    display: inline-block;
    background-attachment: fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 300px;
    position: relative;
    top: 0;
}

.wrap-block-img {
    top: 30px;
    padding: 0;
    position: relative;
    margin: 0;
    display: inline-block;
    width: 70%;
}

.wrap-block-img h1 {
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #030303;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: 0;
}

.wrap-block-img h2 {
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
    color: #030303;
    letter-spacing: 3px;
}

.wrap-block-img p {
    font-weight: 300 !important;
    font-size: 20px;
    line-height: 32px;
    color: #292929 !important;
}

/*	Preloader   */
#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.loder-box {
    /*background-color: rgba(0, 0, 0, 0.02);*/
    border-radius: 1px;
    height: 100px;
    left: 50%;
    margin-left: -64px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 128px;
}

.battery {
    width: 120px;
    height: 50px;
    top: 35%;
    border: 1px #d81f31 solid;
    border-radius: 4px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
    -moz-animation: charge 5s linear infinite;
    animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
    /*background-color: rgba(72, 4, 45, 0.78);*/
    border-radius: 0 1px 1px 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    top: 7px;
    width: 3px;
}

@-webkit-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #d81f31;
    }
    100% {
        box-shadow: inset 60px 0px 0px #d81f31;
    }
}

@-moz-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #d81f31;
    }
    100% {
        box-shadow: inset 60px 0px 0px #d81f31;
    }
}

@keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #d81f31;
    }
    100% {
        box-shadow: inset 60px 0px 0px #d81f31;
    }
}

/**
/*	Header
/* ==========================================*/
#navigation {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(2, 1, 1, 0.76);
    padding: 0;
}

#navigation .animated-header {
    padding: 0;
}

/*Top Nav*/
.top-bar {
    background-color: black;
}

.top-bar p {
    color: white;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin: 4px 0;
    font-family: "Didact Gothic", sans-serif;
}

.top-bar p small {
    font-size: 18px;
    font-weight: 400;
}

.top-bar a {
    color: white !important;
    text-decoration: none;
}

.top-bar a:hover {
    color: #e3e3e3;
}

.navbar-inverse .navbar-brand {
    margin: 25px 0 5px 0;
    padding: 0;
}

.navbar-inverse .navbar-brand img {
    max-width: 92%;
    top: -20px;
    display: inline-block;
    position: relative;
}

.navbar-inverse .navbar-nav li {
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav li a {
    color: #030303;
    font-size: 15px;
    text-transform: none;
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus {
    color: #7f7f7f !important;
}

/*h1.navbar-brand{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}*/
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: black;
}

.nav-btn {
    padding: 7px 26px !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 26px;
    /* -- withour WinAWedding tab -- padding: 14px 30px;*/
}

/* Fade transition for carousel items */
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators li {
    border: 1px solid rgba(236, 26, 33, 0.4);
    width: 14px;
    height: 14px;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    background-color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    top: 70%;
}

.carousel-logos img {
    max-width: 285px !important;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*=================================================================
	Home Slider
==================================================================*/
.site-content {
    margin: 150px 0 0 0 !important;
    padding: 0;
}

#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60%;
    z-index: 11;
    margin: 0 4%;
}

.sc-right {
    color: black;
    float: right !important;
    left: 40%;
    width: 60%;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.caption-content h2 {
    /*color: inherit;*/
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content h3 {
    /*color: inherit;*/
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    color: black !important;
    font-size: 36px !important;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 22px;
    line-height: 28px;
    color: black !important;
    margin-bottom: 45px;
    padding: 0 15px;
}

.caption-content .btn {
    margin: 10px 8px 0 8px;
}

/* The duplicate parts/slices */
.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

/* Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */
.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Before After */
.before-after-pg img {
    margin: 10px 0 !important;
    width: 100%;
    border-radius: 0;
}

.before-after-pg .overlay {
    background: rgba(236, 26, 33, 0.65);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 2px 12px;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 21%;
    display: inline;
}

.before-after-pg .ba-border {
    border-bottom: 1px solid #9c9c9c;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.before-after-pg .before-left {
    width: 50%;
    float: left;
    padding-right: 6px;
}

.before-after-pg .after-right {
    width: 50%;
    float: right;
    padding-left: 6px;
}

/*Products*/
#products .container {
    margin-top: 125px;
    margin-bottom: 30px;
}

#products img {
    border: 10px solid rgba(46, 45, 45, 0.75);
    width: 100%;
}

#products h2 {
    color: white;
    margin: 0 0 20px 0;
}

#products p {
    color: white;
    font-weight: 400;
    font-size: 1.2em;
    padding: 20px 30px;
    margin: 0;
    font-family: "Didact Gothic", sans-serif !important;
}

#products p a {
    font-weight: 700;
    font-family: "Didact Gothic", sans-serif !important;
    padding: 8px 20px;
    background-color: rgba(3, 3, 3, 0.55);
    color: #ec008c;
    letter-spacing: 1px;
}

#products a:hover {
    color: white !important;
    text-decoration: none;
}

/*Book*/
#book .book-border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 25px;
}

#book .book-left-border {
    border-right: 1px solid #ccc;
}

#book .book-logo {
    max-width: 185px;
    margin: 0 5px 5px 0;
}

#book h2 {
    font-size: 24px;
}

#book p {
    color: #ec008c;
    font-weight: 400;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    font-family: "Didact Gothic", sans-serif !important;
}

#book .book-left {
    min-height: 140px;
}

#book .book-left img {
    float: left;
    padding: 0 15px 5px 0;
    width: 180px;
}

#book .book-right {
    min-height: 140px;
}

#book .book-right img {
    float: right;
    width: 205px;
    transform: translate(50px, -20px);
}

#book a {
    text-transform: none;
    padding: 6px 30px !important;
}

#book a:hover {
    color: #030303 !important;
}

/* About Us */
#about-us h3 {
    margin: 10px 0;
}

#about-us h2 {
    font-size: 1.8em;
}

#about-us p {
    margin-bottom: 15px;
}

/*=================================================================
	About
==================================================================*/
#about {
    background-color: #d81f31;
    color: #fff;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
}

#about h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#about .welcome-block h1 {
    font-size: 40px;
    letter-spacing: 3px;
    color: white !important;
    margin: 5px 0 10px 0;
}

#about .welcome-block h2 {
    font-size: 28px;
    line-height: 36px;
    color: white !important;
    margin-bottom: 25px;
}

#about .welcome-block h3 {
    margin: 0 0 65px;
}

#about .welcome-block img {
    border: 3px solid #fff;
    border-radius: 50%;
    max-width: 200px;
}

#about .message-body {
    font-size: 20px;
    line-height: 34px !important;
    margin-bottom: 70px;
}

.owl-buttons {
    border: 2px solid #030303;
    display: inline-block;
    /*float: right;*/
    padding: 1px 8px 5px;
    color: #030303;
    background-color: rgba(0, 0, 0, 0.25);
}

.owl-buttons div {
    display: inline-block;
    padding: 0 10px;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
	Services
==================================================================*/
#service {
    /*.service-img:hover {cursor:pointer;
        border: 0px solid $color-main;
        -webkit-transform: perspective(300px) scaleZ(1) translateZ(20px);
           -moz-transform: perspective(300px) scaleZ(1) translateZ(20px);
            -ms-transform: perspective(300px) scaleZ(1) translateZ(20px);
             -o-transform: perspective(300px) scaleZ(1) translateZ(20px);
                transform: perspective(300px) scaleZ(1) translateZ(20px);

        -webkit-transition: all 0.5s linear 0s;
           -moz-transition: all 0.5s linear 0s;
            -ms-transition: all 0.5s linear 0s;
             -o-transition: all 0.5s linear 0s;
                transition: all 0.5s linear 0s;
    }*/
}

#service h3 {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#service h3:after {
    border-bottom: 1px solid #d81f31;
    content: "";
    display: block;
    left: 25%;
    right: 25%;
    bottom: 0;
    position: absolute;
    width: 50%;
}

#service p {
    font-weight: 500;
    min-height: 50px;
}

#service .service-img img {
    max-width: 100%;
    max-height: 300px;
    padding: 0;
}

.with-space {
    margin-bottom: 58px;
}

.model-name {
    color: #000000;
    font-family: "Century";
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#service .service-img img + p {
    margin: 10px 0;
}

#service .no-border {
    max-width: 70% !important;
}

.no-border {
    border: none !important;
}

/*=================================================================
	Portfolio
==================================================================*/
.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}

figcaption.mask {
    background-color: rgba(236, 26, 33, 0.8);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #030303;
    display: block;
    padding: 10px 18px 13px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #d81f31;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

/* Price List */
#price-list .prices-div {
    border: 1px solid #ccc;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    /*.prices-div-long {
                span {float:right; margin-right:3%;
                         &:before {position: absolute; top: 1px; right: 13.5%; font-family: FontAwesome;
                            font-weight:normal !important; content: "\f068";}
                     }
                }*/
}

#price-list .prices-div div {
    padding: 0 8px;
}

#price-list .prices-div h3 {
    margin: 20px 0;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d81f31;
}

#price-list .prices-div p {
    font-size: 16px;
    margin-bottom: 5px;
}

#price-list .prices-div p span {
    font-size: 18px;
    font-weight: 600;
    float: right;
    margin-right: 5%;
    /*&:before {position: absolute; top: 1px; right: 40%; font-family: FontAwesome;
                        font-weight:normal !important; content: "\f068";}*/
}

/*=================================================================
	main-top-img
==================================================================*/
#main-top-img {
    padding: 85px 0;
    /*.black {color:$color-font;}*/
    background-position: 0 center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
}

#main-top-img h1 {
    font-size: 54px;
    margin: 0;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 2px;
}

#main-top-img h2 {
    font-size: 28px;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
}

#main-top-img .sec-title h2:after {
    margin: 30px 0;
    display: none;
}

.dr-kaloti {
    background-image: url(/inc/images/home/home-toronto.jpg);
}

.about {
    background-image: url(/inc/images/parallax/about-dr.jpg);
}

.about-office {
    background-image: url(/inc/images/parallax/office.jpg);
}

.financing {
    background-image: url(/inc/images/parallax/financing.jpg);
}

.contact {
    background-image: url(/inc/images/contact-banner.png);
}

.services {
    background-image: url(/inc/images/parallax/services.jpg);
}

.in-office-bonding {
    background-image: url(/inc/images/parallax/in-office-bonding.jpg);
}

.reconstruction {
    background-image: url(/inc/images/parallax/reconstruction.jpg);
}

.teeth-whitening {
    background-image: url(/inc/images/parallax/teeth-whitening.jpg);
}

.veneers {
    background-image: url(/inc/images/parallax/veneers.jpg);
}

.invisible-braces {
    background-image: url(/inc/images/parallax/invisible-braces.jpg);
}

.gum-lift {
    background-image: url(/inc/images/parallax/gum-lift.jpg);
}

.ceramic-crowns {
    background-image: url(/inc/images/parallax/ceramic-crowns.jpg);
}

.white-fillings {
    background-image: url(/inc/images/parallax/white-fillings.jpg);
}

.gaps-between {
    background-image: url(/inc/images/parallax/gaps-between.jpg);
}

.smile-makeover {
    background-image: url(/inc/images/parallax/smile-makeover.jpg);
}

.rogerscup {
    background-image: url(/inc/images/rogerscup-page.png);
}
.before-after {
    background-image: url(/inc/images/parallax/before-after.jpg);
}

.advanced {
    background-image: url(/inc/images/parallax/advanced.jpg);
}

.giving-back {
    background-image: url(/inc/images/parallax/mission-haiti.jpg);
}

.blog {
    background-image: url(/inc/images/parallax/blog.jpg);
}

.book {
    background-image: url(/inc/images/parallax/book.jpg);
}

.coming-soon {
    background-image: url(/inc/images/services/spa-top-img.jpg);
    padding: 148px 0 !important;
}

.news-press {
    background-image: url(/inc/images/parallax/press.jpg);
    background-position: 0 bottom !important;
}

.win-a-wedding {
    background-image: url(/inc/images/parallax/win-a-wedding.jpg);
}

a.win {
    padding: 3px 20px 0 20px !important;
}

a.win:hover img {
    opacity: 0.6;
}

.policy {
    background-image: url(/inc/images/parallax/about-dr.jpg);
    background-position: 0 top !important;
}

/*=================================================================
	BLOG / NEWS
==================================================================*/
.blog-news-art {
    width: 50%;
}

.blog-news-art h1 {
    font-size: 32px !important;
    line-height: 42px !important;
}

.blog-news-art h2 {
    font-size: 20px !important;
}

.blog-right {
    text-align: center;
}

.blog-right img {
    margin: 0 auto;
}

#blog .blog-art {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 25px;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}

#blog .blog-art::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    right: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
}

#blog .img-blog {
    position: relative;
    float: left;
    margin: 0 15px 0 0;
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50% !important;
    overflow: hidden;
}

#blog .img-blog img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
}

#blog .text-blog {
    float: right;
    width: 75%;
    display: block;
}

#blog .text-blog h3 {
    font-size: 20px;
    margin-top: 0;
}

#blog .text-blog span {
    float: right;
    margin-top: 6px;
}

.img-news {
    width: 25%;
    float: left;
    margin: 0 15px 10px 0;
    display: block;
}

#main-white h2 {
    text-transform: none;
    margin: 0 0 15px 0;
    color: #d81f31;
}

#main-white h3 {
    text-transform: none;
    margin: 0 0 15px 0;
    color: #d81f31;
    display: block;
    text-align: center;
}

#main-white .sec-title h2:after {
    display: none;
}

#main-white .service-img img {
    max-width: 100%;
    border: 1px solid #292929;
    padding: 0;
}

#main-white a {
    color: #d81f31;
}

.haiti {
    background-image: url(/inc/images/home/mission-haiti.jpg);
    background-position: 0 0;
    background-size: cover;
}

/*=================================================================
	Testimonials
==================================================================*/
#testimonials {
    background-image: url(../images/home/back-wood.jpg);
    padding: 0;
    color: #030303;
}

#testimonials .mag-logo {
    margin-top: 0;
    box-shadow: none;
    width: 140px;
    padding-bottom: 4px;
}

#testimonials img {
    margin: 0 auto;
}

#testimonials h3 {
    margin-top: 45px;
    font-size: 28px;
    font-weight: 700;
}

#testimonials p {
    font-size: 20px;
}

#before-afters {
    background-image: url(../img/parallax/testimonial2.jpg);
    padding: 0;
}

#before-afters .overlay {
    background: url("../img/slide_bg.png") repeat scroll 0 0 transparent;
    padding: 70px 0 40px;
}

#before-afters .overlay .spacer {
    width: 30px;
    height: 30px;
    display: inline-block;
}

#testimonials .sec-title h2:after,
#before-afters .sec-title h2:after,
#price .sec-title h2:after {
    border-bottom: 1px solid #d81f31;
}

#testimonials h2 {
    color: #030303;
}

#price h2 {
    color: white;
}

#testimonials .overlay,
#price .overlay,
#price .before-afters {
    background-color: none;
    padding: 70px 0 40px;
}

.testimonial-item,
.before-after-item {
    margin: 0 auto;
    padding-bottom: 5px;
    /*width: 64%;*/
}

.before-after-item p,
.before-after-item span {
    color: white;
}

.testimonial-item img {
    border: none;
    display: inline-block;
    max-height: 500px;
    max-width: 100%;
    margin-top: 5px;
    -webkit-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.65);
    box-shadow: 10px 10px 10px -8px rgba(0, 0, 0, 0.65);
}

.before-after-item img {
    border: 3px solid #fff;
    border-radius: 8px;
    display: inline-block;
    height: auto;
    max-width: 200px;
    margin-bottom: 10px;
}

.testimonial-item > div,
.before-after-item > div {
    line-height: 30px;
    position: relative;
}

.testimonial-item > div:before {
    background-image: url("../img/icons/quotes.png");
    background-repeat: no-repeat;
    bottom: 127px;
    height: 33px;
    left: -35px;
    position: absolute;
    width: 45px;
}

.testimonial-item > div:after {
    background-image: url("../img/icons/quotes.png");
    background-position: -58px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 45px;
}

.testimonial-item > div > span,
.before-after-item > div > span {
    /*display: inline-block;*/
    font-size: 26px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial-item > div > p,
.before-after-item > div > p {
    /*display: inline-block;*/
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 400;
    margin-top: 15px;
}

#testimonials .owl-controls.clickable,
#before-afters .owl-controls.clickable {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#testimonials .owl-buttons #before-afters .owl-buttons {
    border: 2px solid #030303 !important;
    float: none;
}

#testimonials .owl-prev:hover,
#testimonials .owl-next:hover,
#before-afters .owl-next:hover,
#before-afters .owl-next:hover {
    color: white;
}

.price-table {
    border: 1px solid #e3e3e3;
    background-color: rgba(248, 247, 247, 0.73);
    margin-bottom: 25px;
}

.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.19);
}

.price-table > span {
    color: #030303;
    display: block;
    font-size: 24px;
    padding: 30px 0;
    text-transform: uppercase;
}

.price-table .value {
    background-color: #f8f8f8;
    color: #1c1c1c;
    padding: 20px 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.price-table.featured .value {
    background-color: #d81f31;
    color: #fff;
}

.price-table .value span {
    display: inline-block;
}

.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}

.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}

.price-table .value span:last-child {
    font-size: 16px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-table ul li {
    border-top: 1px solid #e3e3e3;
    color: black;
    display: block;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.price-table ul li a {
    display: block;
    text-transform: uppercase;
}

/*.price-table.featured ul li:last-child,
.price-table ul li:last-child:hover {
    background-color: $color-main;
}

.price-table.featured ul li:last-child a,
.price-table ul li:last-child:hover a {
    color: #fff;
}*/
/*=================================================================
	Price
==================================================================*/
#social {
    padding: 0;
}

.social-button {
    margin: 0 0 0 15px;
    padding: 8px 0 0 0;
    list-style: none;
    text-align: center;
}

.social-button li {
    display: inline-block;
    margin-right: 8px;
}

.social-button li :nth-child(2) {
    margin: 0 75px;
}

.social-button li a {
    border: none;
    border-radius: 0;
    color: #000 !important;
    display: block;
    height: 20px;
    line-height: inherit;
    width: 20px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-button li a:hover {
    color: #d81f31;
    border: 0px solid #d81f31;
}

.social-button-mobile {
    margin: 0;
    padding: 5px 0 5px 0;
    list-style: none;
    text-align: left;
}

.social-button-mobile li {
    display: inline-block;
    margin-right: 8px;
}

.social-button-mobile li :nth-child(2) {
    margin: 0 75px;
}

.social-button-mobile li a {
    border: none;
    border-radius: 0;
    color: white !important;
    display: block;
    height: 20px;
    line-height: 30px;
    width: 20px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-button-mobile li a:hover {
    color: #ccc;
    border: 0px solid #d81f31;
}

/*.social-nav {margin-top:25px;}
.social-nav .social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-nav .social-button li {
    display: inline-block;
}

.social-nav .social-button li:nth-child(2) {
    margin: 0 15px;
}

.social-nav .social-button li a {
    border: 1px solid $color-main;
    border-radius:0;
    color: $color-main;
    display: block;
    height: 50px;
    line-height: 56px;
    width: 50px;

    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.social-nav .social-button li a:hover {
    color:lighten($color-font, 10%);
    border: 1px solid $color-font;
}

.social-nav .social-button .fa-2x {
font-size: 1.7em;
}*/
/*=================================================================
	Contact
==================================================================*/
.form-directions {
    margin: 20px 0;
}

.form-directions h4 {
    margin: 15px 0;
}

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #030303;
    font-size: 16px;
    height: 50px;
}

.form_black {
    border: 1px solid #6d6d6d;
}

.form__field-left {
    width: 360px;
    float: left;
}

.form__upload-cont {
    margin: 40px auto 37px;
    display: block;
}

.form__upload {
    margin: auto;
}

.form__field-right {
    width: 360px;
    float: right;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
    color: #fff;
}

#submit:before {
    background-color: #d81f31;
    /*#EC1A21;*/
}

.contact-details h3 {
    border-bottom: 1px solid #d81f31;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}

/*============================================================
	Google Maps
==============================================================*/
/*#google-map {
    padding: 0;
}*/
#map {
    padding: 0;
}

iframe {
    width: 100%;
    height: auto;
    border: 0;
}

/*============================================================
	Footer
==============================================================*/
#footer {
    background-color: #363636;
    padding: 30px 0;
    color: #fff;
}

#footer a {
    color: #cfcfcf;
    text-decoration: none;
}

#footer a:hover {
    color: #e85c69 !important;
}

#footer p {
    color: #cfcfcf;
    font-size: 14px;
    margin-bottom: 0;
}

#footer h3 {
    color: white;
}

#footer .legal {
    font-size: 12px !important;
    margin-top: 30px;
}

#footer .legal a {
    color: inherit;
    text-decoration: underline;
}

#footer .legal a:hover {
    color: #d81f31;
}

.posr {
    position: relative;
}

.test-link {
    position: absolute;
    right: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    font-size: 27px;
    height: 33px;
    font-family: 'Century Gothic Bold';
    border-bottom: 6px solid #d81f31;
}

@media (max-width: 1420px) {
    .test-link {
        width: 151px;
        position: initial;
        text-align: center;
    }
}

.test-link:hover {
    text-decoration: none !important;
}

#footer .legal span {
    color: #28b728 !important;
}

#footer .footer-left {
    padding-right: 10%;
}

#footer .footer-left-2 {
    padding-right: 10%;
    padding-top: 20px;
}

#footer .footer-logo {
    max-width: 50%;
}

#footer .btn-footer a:hover {
    color: white !important;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}

/*============================================================
	Responsive Styles
 ============================================================*/
@media (max-width: 1024px) {
    #main-top-img {
        background-position: right 0;
        background-size: cover;
    }
}

@media (max-width: 966px) {
    /* navigation */
    .navbar-inverse .navbar-nav > li > a {
        font-size: 11px !important;
    }

    /* -- withour WinAWedding tab -- font-size:12px !important; */
    .nav > li > a {
        padding: 12px 10px !important;
    }

    /* -- withour WinAWedding tab -- padding: 12px 16px !important; */
    .navbar-brand {
        text-align: center;
        float: none;
        margin: inherit 0 5px 0 !important;
    }

    .navbar-brand img {
        margin: 0 auto;
    }

    .social-nav {
        margin-bottom: 20px;
    }

    .slide-caption {
        left: 0;
        top: 50px;
        width: 65%;
        margin: 0 2%;
    }

    #about .welcome-block h1 {
        font-size: 30px;
    }

    .text-right {
        text-align: right;
    }

    .text-right p {
        padding-right: 0;
    }

    /*#main-top-img {background-position:-50px 0; background-size:cover;}*/
    #top-mobile {
        padding: 25px 0 0 0;
    }

    #top-mobile .sec-title h2 {
        text-transform: none !important;
        margin-bottom: 0;
        /*padding-bottom:0;*/
    }

    #top-mobile .sec-title h2:after {
        display: none;
    }

    #main-white {
        padding-top: 35px;
    }

    .urlBook-today {
        width: 600px;
        height: 56px;
        display: block;
        margin: 0 auto 35px auto;
        background-image: url("/inc/images/home/book-today-md.jpg");
        background-repeat: no-repeat;
    }

    .urlBook-today:hover {
        background-image: url("/inc/images/home/book-today-hover-md.jpg");
    }
}

@media (max-width: 959px) {
    .news-press,
    .blog {
        background-position: right bottom !important;
    }
}

@media (min-width: 1024px) {
    .panel-group {
        position: absolute;
        /*top: 50%;*/
        transform: translateY(-35%);
    }
}

@media (min-width: 768px) and (max-width: 966px) {
    #side-nav {
        width: 40%;
        margin-left: 30px;
    }

    .home_video_wrapper iframe {
        min-height: 390px !important;
        margin-bottom: 20px;
    }

    #main-top-img {
        background-position: -50px 0;
        background-size: cover;
    }

    .news-press,
    .blog {
        background-position: center bottom !important;
    }
}

@media (min-width: 967px) and (max-width: 1025px) {
    /* navigation */
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px !important;
    }

    .nav > li > a {
        padding: 14px 16px !important;
    }

    /* without winawedding -- padding:14px 22px !important; -- */
    .text-right {
        text-align: right;
    }

    .text-right p {
        padding-right: 10px !important;
    }
}

@media (max-width: 768px) {
    .slide-caption {
        left: 0;
        top: 100px;
        width: 90%;
        margin: 0 6%;
    }

    .gift {
        padding: 25px 0 0 0 !important;
    }

    #side-nav {
        float: none;
        width: 100%;
    }

    .home_video_wrapper iframe {
        min-height: 390px !important;
        margin-bottom: 20px;
    }

    .text-right {
        text-align: right;
    }

    .text-right p {
        padding-right: 0;
    }

    #main-white {
        padding-top: 20px;
    }
}

@media (max-width: 667px) {
    .navbar-nav .btn {
        margin-bottom: 0 !important;
    }

    /* Navigation dropdown */
    .container > .navbar-header {
        background-color: #d81f31;
        margin-right: -15px;
        margin-left: -15px;
    }

    .navbar-inverse .navbar-collapse {
        background-color: white !important;
        border: 1px solid #030303;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 600px;
    }

    .navbar-collapse {
        width: 50%;
        float: right;
    }

    #navigation {
        background-color: transparent;
        box-shadow: none;
    }

    .nav > li > a {
        padding: 6px 8px !important;
    }

    .dropdown-menu > li > a {
        padding: 4px;
        border-bottom: 0;
        text-transform: none;
    }

    .navbar-inverse .navbar-brand img {
        max-width: 70%;
    }

    #main-top-img {
        background-position: right 0;
        background-size: cover;
    }
}

@media (max-width: 604px) {
    .caption-content h2 {
        font-size: 26px !important;
    }

    .caption-content h3 {
        font-size: 22px !important;
    }

    .caption-content p,
    .caption-content span {
        font-size: 20px !important;
    }

    .btn {
        margin-bottom: 15px;
    }

    .testimonial-item img {
        max-height: 320px;
        width: auto;
    }

    .home_video_wrapper iframe {
        min-height: 310px !important;
        margin-bottom: 20px;
    }

    .urlBook-today {
        width: 460px;
        height: 42px;
        display: block;
        margin: 35px auto 0 auto;
        background-image: url("/inc/images/home/book-today-sm.jpg");
        background-repeat: no-repeat;
    }

    .urlBook-today:hover {
        background-image: url("/inc/images/home/book-today-hover-sm.jpg");
    }
}

@media (max-width: 480px) {
    .parallax-height {
        height: 260px !important;
        top: 50px;
        background-position: -650px 0;
    }

    .wrap-block-img {
        top: 20px;
        width: 75%;
    }

    .wrap-block-img h1 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 1px;
    }

    .wrap-block-img h2 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .wrap-block-img p {
        font-size: 14px;
        line-height: 24px;
    }

    .navbar-inverse .navbar-brand {
        text-align: center;
        float: none;
        margin-bottom: 0 !important;
    }

    .navbar-inverse .navbar-brand img {
        top: -5px;
    }

    .navbar-brand img {
        margin: 0 auto;
        width: 200px;
    }

    .social-nav {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .social-nav .social-button li a {
        border: 1px solid #d81f31;
        height: 30px;
        line-height: 34px;
        width: 30px;
    }

    .social-nav .social-button .fa-2x {
        font-size: 18px;
    }

    .social-nav .social-button li a:hover {
        border: 1px solid #030303;
    }

    .testimonial-item img {
        max-height: 240px;
        width: auto;
    }

    #book h2 {
        font-size: 22px !important;
    }

    #book p {
        font-size: 1.1em !important;
        margin-bottom: 15px !important;
    }

    .haiti {
        background-image: url(/inc/images/home/mission-haiti.jpg);
        background-position: -25px 0;
        background-size: cover;
    }

    .pad80 {
        padding: 10px 0 0 0;
    }

    .home_video_wrapper iframe {
        min-height: 180px !important;
        margin-bottom: 20px;
    }

    .carousel {
        margin-top: 20%;
    }

    #about .welcome-block h1 {
        font-size: 16px;
    }
}

@media (max-width: 479px) {
    /*Book*/
    #book h2 {
        font-size: 20px !important;
    }

    #book p {
        font-size: 1.1em !important;
        margin-bottom: 15px !important;
    }

    #book .book-left {
        min-height: 140px;
    }

    #book .book-left img {
        float: none;
        padding: 0 15px 5px 0;
        width: 180px;
    }

    #book .book-right {
        min-height: 140px;
        border-top: 1px solid #ccc;
        padding-top: 25px;
    }

    #book .book-right img {
        float: none;
        padding: 0 0 5px 15px;
        width: 180px;
    }

    #book a {
        text-transform: none;
        padding: 6px 30px !important;
    }

    #book a:hover {
        color: #030303 !important;
    }

    .urlBook-today {
        width: 300px;
        height: 27px;
        display: block;
        margin: 25px auto 0 auto;
        background-image: url("/inc/images/home/book-today-xs.jpg");
        background-repeat: no-repeat;
    }

    .urlBook-today:hover {
        background-image: url("/inc/images/home/book-today-hover-xs.jpg");
    }

    .img-news {
        width: 60%;
        float: none;
        margin: 15px auto;
        text-align: center;
    }
}

@media (max-width: 320px) {
    /*.col-xs-6 {width:100%;}*/
    .social-nav {
        display: none;
    }

    .testimonial-item img {
        max-height: 200px;
        width: auto;
    }

    .carousel {
        margin-top: 5%;
    }

    #about .welcome-block h1 {
        font-size: 14px;
    }
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {
    /*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

    /*#about .welcome-block h1 {font-size: 30px;}
        #about .welcome-block h2 {font-size: 30px; color:white !important;}
        #about .welcome-block .message-body p {font-size: 24px !important;}*/
    /* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

    .testimonial-item > div:after {
        bottom: -40px;
    }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
    .parallax-height {
        height: 320px !important;
        top: 80px;
    }

    .wrap-block-img {
        top: 30px;
        width: 70%;
    }

    .wrap-block-img h1 {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 3px;
    }

    .wrap-block-img h2 {
        font-size: 25px;
        line-height: 38px;
        letter-spacing: 2px;
    }

    .wrap-block-img p {
        font-size: 18px;
        line-height: 28px;
    }

    /* home slider  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content h3 {
        font-size: 32px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

    /* about */
    .recent-works {
        margin-bottom: 50px;
    }

    .service-item {
        margin-bottom: 50px;
    }

    /* portfolio */
    .portfolio-item {
        width: 48%;
    }

    /* testimonial */
    .testimonial-item {
        width: 100%;
    }

    /*.testimonial-item {
            width: 80%;
        }*/
    .testimonial-item > div:after {
        bottom: -35px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 4px 4px 4px 8px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #e8e8e8;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #dad9d9;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: inherit;
        font-size: 12px;
        text-transform: none;
        line-height: 14px;
    }

    body {
        font-size: 14px;
    }

    .parallax {
        background-position: center top !important;
    }

    .sec-title h2 {
        font-size: 25px;
        margin-top: 20px !important;
    }

    .sec-title h2:after {
        left: 30%;
    }

    /*navigation*/
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    /* slider */
    .caption-content h2 {
        font-size: 18px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

    /* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #about .owl-buttons {
        margin-top: 20px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img img {
        margin: 0 25px 15px 0;
    }

    /* service */
    .service-item {
        width: 100%;
    }

    /*portfolio*/
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

    /* testimonial */
    .testimonial-item {
        width: 95%;
    }

    .testimonial-item > div:before,
    .testimonial-item > div:after {
        background-image: none;
    }

    .testimonial-item > div > span {
        margin: 30px 0 20px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* follow us */
    /*.social-button li:nth-child(2) {
            margin: 0 25px;
        }

        .social-button li a {
            height: 65px;
            line-height: 71px;
            width: 65px;
        }*/
    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .parallax-height {
        height: 280px !important;
        top: 80px;
    }

    .wrap-block-img {
        top: 25px;
        width: 75%;
    }

    .wrap-block-img h1 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 2px;
    }

    .wrap-block-img h2 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 1px;
    }

    .wrap-block-img p {
        font-size: 16px;
        line-height: 26px;
    }

    .sec-title h2:after {
        left: 38%;
    }

    /* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

    /*about*/
    #about .welcome-block h3 {
        margin: 0 0 35px;
    }

    /* service */
    .service-item {
        margin: 0 auto 50px;
        width: 55%;
    }

    /* portfolio */
    .portfolio-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: -132px;
    }

    /* testimonial */
    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:before {
        bottom: 160px;
    }

    /* social */
    /*.social-button li:nth-child(2) {
            margin: 0 50px;
        }

        .social-button li a {
            height: 90px;
            line-height: 96px;
            width: 90px;
        }*/
    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
}

.camera-icon {
    border-radius: 0 !important;
    border: none !important;
}

.main_popup {
    width: 40%;
    height: 50%;
    z-index: 10;
    position: fixed;
    margin: auto;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 13px;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
}

.main_popup__first {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-image: url("/inc/images/home/popup-bg-first.png");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.main_popup__then {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url("/inc/images/home/popup-bg-then.png");
    background-size: 100% 100%;
    background-color: #d72f2f7a;
    border-radius: 11px;
    z-index: 2;
}

._show_zindex {
    opacity: 1 !important;
    z-index: 100000 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

._show {
    opacity: 1 !important;
    z-index: 2 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

._hidden {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.main_popup__form {
    position: absolute;
    bottom: 12%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.main_popup__field {
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.24);
    padding: 8px 24px;
    margin: 21px auto;
    border: none;
    font-size: 31px;
    font-weight: 300;
    display: block;
    width: 83%;
    text-transform: uppercase;
}

@media (max-width: 1439px) {
    .main_popup__field {
        padding: 0 24px;
        margin: 10px auto;
        font-size: 24px;
    }

    .main_popup__btn {
        font-size: 21px;
    }
}

@media (min-width: 1440px) and (max-width: 1679px) {
    .main_popup__field {
        padding: 2px 24px;
        margin: 14px auto;
        font-size: 24px;
    }

    .main_popup__btn {
        font-size: 21px;
    }
}

.main_popup__field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.main_popup__field::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.main_popup__field:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.main_popup__field:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.main_popup__btn {
    display: block;
    margin: auto;
    width: 38%;
    line-height: 61px;
    background-color: #000;
    box-shadow: 0 0 29px 6px rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    font-family: "Century Gothic Bold";
    font-size: 26px;
    font-weight: 700;
    transform: translateY(22px);
    border: none;
}

.main_popup__close-btn {
    position: absolute;
    display: block;
    top: 7px;
    right: 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    z-index: 5;
    cursor: pointer;
}

.info_title__black {
    font-size: 21px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.info_subtitle__black {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 40px;
}

.info_main {
    padding: 31px 0 7px !important;
}

.section_white {
    background-color: #fff;
    padding: 65px 0 38px;
}

.__no-pad {
    padding: 0 !important;
}

.__no-hov:hover {
    text-decoration: none !important;
}

.main_heading__black {
    color: #000 !important;
    font-weight: 300;
    font-size: 25px;
    margin: 96px auto 22px !important;
}

.main_heading__top {
    margin: 11px auto 22px !important;
}

.main_btn__red {
    box-shadow: 0 0 6px 3px rgba(255, 255, 255, 0.08);
    background-color: #d81f31;
    width: 526px;
    margin: 95px auto 0;
    display: block;
    border: none;
    line-height: 59px;
    font-size: 24px;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.main_btn__red:hover {
    color: #fff !important;
    background-color: #000;
    text-decoration: none;
}

.info__section_bg {
    position: relative;
    height: 1210px;
    background-image: url("/inc/images/home/back-lamp.jpg");
    background-position: center 0;
    background-size: cover;
}

.info__clickable-img {
    height: auto;
    display: block;
}

.info__img {
    height: 53vh;
    width: 95vh;
    -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.info__heading_black {
    color: #000000;
    margin-top: 30px;
    letter-spacing: 7px;
    font-family: "Century Gothic";
    font-size: 25px;
    font-weight: 700;
    line-height: 42.01px;
    text-transform: uppercase;
}

.info__subheading {
    font-family: "Century Gothic";
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
}

._black {
    color: #000000;
}

._red {
    color: #d41f30;
}

.info__text_spaced {
    color: #000000;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 400;
    line-height: 42.01px;
}

.info__text_black {
    color: #000000;
    font-family: "Century Gothic";
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
    padding: 0px 76px;
}

.info__text_bold_right {
    color: #010101;
    font-family: "Century Gothic";
    font-size: 31px;
    font-weight: 700;
    line-height: 68.34px;
    text-align: left;
    margin-left: 40px;
    padding: 35px 118px;
}

.info__link_black {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
}

.form__checkbox {
    margin: auto;
    display: block;
    font-family: 'Century Gothic';
    text-align: center;
    font-size: 17px;
    margin-top: 48px;
}

.contact__checkbox {
    font-family: 'Century Gothic';
    text-align: left;
    font-size: 18px;
    margin-top: 28px;
    margin-left: -1%;
}

.contact-checkbox__label {
    font-size: 12px;
    font-weight: 600 !important;
    margin-left: 2% !important;
}

._text-centered {
    text-align: center;
}

._center-hor {
    margin: 0 auto;
    display: block;
}

.img-spons-first {
    float: right;
    width: 41%;
}

.img-spons-second {
    float: right;
    width: 100%;
}

.has-image-right_fin::before {
    content: url("/inc/images/fin-right-img.png");
    position: absolute;
    top: 0;
    right: 0;
}

.has-image-right_partner::before {
    content: "";
    background-image: url("/inc/images/partner-right-img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 666px;
    height: 592px;
    position: absolute;
    top: 0;
    right: 0;
}

.has-image-right_partner2::before {
    content: "";
    background-image: url("/inc/images/partner-right-img2.png");
    background-size: 100% 100%;
    background-position: 0 -76px;
    background-repeat: no-repeat;
    width: 900px;
    height: 738px;
    position: absolute;
    top: 0;
    right: 0;
}

.info__sponsors {
    margin-top: 35px;
}

._pad_bottom {
    padding: 0px 0 97px;
}

.info__img-item {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 300px;
}

.info__img-sub {
    font-family: "Century Gothic";
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    color: #000;
    line-height: 160px;
    margin-bottom: 60px;
}

.info__section_spa-bg {
    background-image: url("/inc/images/services/spa-bg.png");
    background-size: 100% 100%;
    background-position: center bottom;
}

.info__btn-bottom {
    margin: 0 auto;
    background-color: #d81f31;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    font-weight: 700;
    letter-spacing: 1px;
    color: white !important;
    font-family: "Didact Gothic", sans-serif !important;
    width: 18%;
    text-transform: none;
    margin: 0 auto;
    display: block;
    padding: 15px 26px;
    font-size: 15px;
}

.info__btn-bottom:hover {
    background-color: #000;
    color: #fff !important;
    font-weight: 700 !important;
}

.container._pad {
    padding: 50px 0;
}

.info__heading_small {
    color: #38312b;
    font-size: 27px;
    font-weight: 700;
    font-family: "Century Gothic Bold";
    letter-spacing: 0.5px;
    line-height: 40px;
}

.info__info {
    font-family: "Century Gothic";
    font-size: 19px;
    font-weight: 500;
    line-height: 34px;
}

.info__info-list {
    margin: 0 !important;
}

.info__email_red {
    color: #d41f31;
    font-family: "Century Gothic Bold" !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
}

.row__second {
    margin-top: 200px;
}

.info__info_space {
    margin-top: 23px;
}

.info__info-para {
    margin-top: 40px;
}

.info__text_list-circle {
    margin-top: 30px;
    margin-left: -2%;
}

.info__heading_blue {
    font-size: 24px;
    text-align: right;
    font-weight: 700;
    line-height: 42.01px;
    color: #2a4e8c;
    font-family: "Century Gothic Bold";
    margin-left: -51%;
}

.info__heading_img-right {
    margin-left: 1%;
}

.info__heading_underlined {
    color: #030303;
    float: right;
    font-family: "Century Gothic";
    font-size: 22px;
    font-weight: 700;
    margin-top: -3%;
    line-height: 56.01px;
    width: 89.8%;
    border-bottom: 3px solid #000;
}

.info__field {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.23);
    border: none;
    border-bottom: 1px solid #a4a1a1;
    padding: 2px 13px;
    width: 87%;
    margin: 13px 0;
    font-size: 25px;
    font-weight: 300;
    font-family: "Century Gothic";
}

.info__form {
    width: 86.5%;
    float: right;
}

.info__form-btn {
    background-color: #d81f31;
    font-weight: 700;
    letter-spacing: 1px;
    color: white !important;
    font-family: "Didact Gothic", sans-serif !important;
    margin-top: 20px;
    display: block;
    padding: 12px 57px;
    border-bottom: 1px solid #b71a2a;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 0 17px 3px rgba(0, 0, 0, 0.19);
}

.info__img-left {
    width: 90%;
    margin: 0 auto;
    display: block;
}

._second {
    margin-top: 53px;
}

.form-container {
    padding-top: 62px;
}

._second {
    margin-top: 53px;
}

.form-container {
    padding-top: 62px;
}

.info__line-after {
    right: 0;
    bottom: 15%;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 52px 38px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    background-color: #38312b;
    color: #ffffff;
    font-size: 36px;
    line-height: 64.01px;
    text-align: left;
    padding-left: 5%;
    letter-spacing: 1px;
    font-weight: 100;
    float: right;
    font-family: 'Century Gothic';
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.row-img-basic {
    max-height: 300px;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
}

.row-img-1 {
    max-height: 216px;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
}

.row-img-2 {
    height: 130px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
}

.row-img-3 {
    height: 130px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
}

.row-img-4 {
    height: 130px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 33px 2px rgba(0, 0, 0, 0.36);
}

.proper {
    background-size: 100% 106% !important;
}

#about_mti {
    padding: 0;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
}

#about_mti img {
    width: 100%;
    display: block;
}

.kaloti_magazine {
    max-width: 320px;
    height: auto;
    margin-top: 50px;
    transform: translateX(40px);
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
    font: 14px Helvetica, Arial;
    /* Prevents text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
    width: 220px; /* Width of the dropdown button */
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
    height: 30px; /* Height of the drop down */
    line-height: 30px; /* Vertically positions the drop down text */
    display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
    outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

/* Button Text */
.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: content-box \9;
    min-width: 100%; /* Minimum Width of the dropdown list box options */
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    border-radius: 6px;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
    text-indent: 5px; /* Horizontal Positioning of the select box option text */
    margin: 0;
    list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
    font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
    cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
    /* Positions the down arrow */
    width: 30px;
    position: absolute;
    right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    /* Horizontally centers the down arrow */
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
    float: left;
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
    background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(
            linear,
            0 0,
            0 100%,
            from(#ffffff),
            to(#e6e6e6)
    );
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
    color: #333333;
    background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
}

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.selectboxit-list {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
    color: #333333;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999999;
}

.contact-sec input.form-control {
    border: none;
    border-left: 3px solid #ee2236;
}

.contact-sec .form-control {
    box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.consultation_select,
.book_select {
    display: none;
}

.selectboxit-option-icon-container {
    display: none !important;
}

#ddl_inquirySelectBoxItContainer,
#ddl_bookSelectBoxItContainer,
#ddl_consultationSelectBoxItContainer {
    width: 100% !important;
}

#ddl_inquirySelectBoxIt,
#ddl_bookSelectBoxIt,
#ddl_consultationSelectBoxIt {
    width: 100% !important;
    border-radius: 0;
    border: none;
    border-left: 3px solid #ee2236;
    padding: 6px 10px;
    height: 50px;
    font-size: 16px;
    box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff !important;
    background-image: none !important;
}

#ddl_inquirySelectBoxItText,
#ddl_bookSelectBoxItText,
#ddl_consultationSelectBoxItText {
    font-size: 16px;
    line-height: 38px;
    color: #6e6e6e;
}

#ddl_inquirySelectBoxItOptions,
#ddl_bookSelectBoxItOptions,
#ddl_consultationSelectBoxItOptions {
    border-radius: 0 !important;
}

#ddl_inquirySelectBoxItOptions .selectboxit-option a,
#ddl_bookSelectBoxItOptions .selectboxit-option a,
#ddl_consultationSelectBoxItOptions .selectboxit-option a {
    border-radius: 0 !important;
    color: #6e6e6e !important;
}

#ddl_inquirySelectBoxItOptions
.selectboxit-option
a:hover
#ddl_bookSelectBoxItOptions
.selectboxit-option
a:hover,
#ddl_consultationSelectBoxItOptions .selectboxit-option a:hover {
    color: #313131 !important;
}

#ddl_inquirySelectBoxItOptions,
#ddl_bookSelectBoxItOptions,
#ddl_consultationSelectBoxItOptions {
    width: 100% !important;
    min-width: inherit !important;
}

#ddl_howSelectBoxIt {
    box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff !important;
    background-image: none !important;
    height: 42px;
    width: 86% !important;
    border: none;
}

#ddl_howSelectBoxItText {
    padding: 2px 10px;
    font-size: 17px;
    line-height: 38px;
    color: #464646;
    height: 36px;
    font-weight: 600;
    padding-left: 59px;
    font-family: "Century Gothic";
}

#ddl_howSelectBoxItOptions .selectboxit-option a {
    border-radius: 0 !important;
    color: #6e6e6e !important;
}

#ddl_howSelectBoxItOptions .selectboxit-option a:hover {
    color: #313131 !important;
}

#ddl_howSelectBoxItArrow {
    margin-top: 5px;
    right: 15px;
}

.selectboxit-text {
    max-width: inherit !important;
}

.contact-sec form .col-sm-12 {
    padding-left: 0 !important;
    margin-bottom: 12px;
}

.contact__dropdown {
    -webkit-appearance: none;
    font-size: 21px !important;
    padding: 6px 13px !important;
}

#ddl_inquirySelectBoxItText, #ddl_bookSelectBoxItText, #ddl_consultationSelectBoxItText {
    font-size: 21px !important;
}

.book_abs {
    position: relative;
    padding-top: 117px;
}

.contact__field {
    font-size: 21px;
    padding: 6px 19px;
}

.contact__field::-webkit-input-placeholder {
    color: #6e6e6e !important;
}

.contact__field::-moz-placeholder {
    color: #6e6e6e !important;
}

.contact__field::placeholder {
    color: #6e6e6e !important;
}

.book_text {
    position: absolute;
    height: 100px;
    width: 50vw;
    left: 15px;
    top: 0;
}

#main-white .book_text h2 {
    color: #030303;
    font-family: "Century Gothic Bold" !important;
    font-size: 29px;
    line-height: 1.2;
    text-transform: uppercase;
}

#main-white .book_text p {
    color: #030303;
    font-family: "Arial";
    font-size: 20px;
    font-weight: 400;
}

.contact-left-s {
    padding: 0 60px;
}

.location__title {
    color: #030303 !important;
    font-family: "Century Gothic";
    font-size: 26px;
    font-weight: 700;
    line-height: 60.89px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.location__location {
    color: #030303;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 700;
    line-height: 38.39px;
}

.hours {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.hours h3 {
    color: #d61f31;
    font-family: "Century Gothic";
    font-size: 42px;
    font-weight: 700;
    line-height: 0.8 !important;
    text-transform: uppercase;
}

.hours p {
    text-align: left;
    padding-left: 6px;
    font-family: "Century Gothic";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 6px;
}

.contact__parking {
    color: #000000 !important;
    font-family: "Century Gothic";
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact__parking_option {
    text-align: left;
    padding: 15px;
    color: #030303;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 0;
}

#contact_map_link {
    text-decoration: none;
    color: #000 !important;
}

#contact_map_link:hover {
    text-decoration: none;
    color: #000 !important;
}

.contact-sec #btn_send {
    box-shadow: 0 0 44px 5px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    background-color: #d41f30;
    color: #ffffff;
    font-family: "Century Gothic";
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.contact-sec #txt_msg {
    border-radius: 6px;
    padding: 12px;
}

.service-popup {
    display: none;
    padding-top: 150px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    border-radius: 0;
}

.service-popup__title {
    text-align: center;
    font-family: "Century Gothic Bold";
    text-transform: uppercase;
    color: #353535;
    font-size: 17px;
    letter-spacing: 6px;
    margin: 20px 0 28px 0;
}

.service-popup__desc {
    width: 729px;
    margin: 20px auto 20px auto;
    font-size: 16px;
    text-align: center;
    font-family: "Century Gothic";
    font-weight: 600;
    color: #505050;
    line-height: 27px;
}

.service-popup__close-btn {
    font-family: "Century Gothic";
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 174px;
    right: 36px;
}

.service-popup__image {
    width: 500px;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.39);
}

.service-popup__image-diff {
    width: 500px;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.39);
}

@media (min-height: 850px) {
    .service-popup {
        padding-top: 174px;
    }

    .service-popup__image {
        width: 680px;
    }

    .service-popup__image-diff {
        width: 540px;
    }

    .service-popup__img-container {
        margin: 2% auto !important;
    }

    .service-popup__title {
        font-size: 19px;
    }

    .service-popup__desc {
        font-size: 17px;
    }

    .service-popup__arrow_left {
        left: 0 !important;
    }

    .service-popup__arrow_right {
        right: 0 !important;
    }
}

.service-popup__btns {
    display: block;
    margin: 0 auto;
    width: 300px;
}

.service-popup__btn_black {
    font-size: 16px;
    font-family: "Century Gothic Bold";
    text-transform: uppercase;
    float: left;
    text-align: center;
    background-color: #000;
    color: #fff !important;
    border-radius: 7px;
    width: 45%;
    line-height: 31px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.39);
}

.service-popup__arrow_left {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
    cursor: pointer;
}

.service-popup__img-container {
    margin: 0 auto;
    width: 54%;
    position: relative;
}

.service-popup__arrow_right {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    cursor: pointer;
}

.service-popup__btn_black:hover {
    color: #fff !important;
}

.service-popup__btn_red {
    font-size: 16px;
    font-family: "Century Gothic Bold";
    text-transform: uppercase;
    float: right;
    text-align: center;
    background-color: #d81f31;
    color: #fff !important;
    border-radius: 7px;
    width: 45%;
    line-height: 31px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.39);
}

.service-popup__btn_red:hover {
    color: #fff !important;
}

.contact-drop-ico {
    pointer-events: none;
    transform: translate(-278px, 10px);
    width: 25px;
}

.test__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    min-width: 50%;
    min-height: 50%;
    overflow-x: hidden;
    z-index: 1;
}

@media (min-width: 1700px) {
    .test__img {
        margin: -106px auto !important;
    }
}

.test__title {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    height: 53px;
    color: #010101;
    font-family: "Century Gothic";
    font-size: 49px;
    font-weight: 400;
    line-height: 100%;
}

.test {
    position: relative;
    height: 293.6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.41);
}

.test__cont {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.test__stars {
    width: 100%;
}

.test__service {
    color: #000000 !important;
    font-family: "Century Gothic";
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 15px;
    display: block;
}

.test__service:hover {
    color: #000000 !important;
}

.test__subject {
    color: #000000;
    font-family: "Century Gothic Bold";
    font-size: 23px;
    padding-left: 18px;
    font-weight: 700;
    line-height: 53.82px;
}

.test__message {
    color: #000000;
    font-family: Calibri;
    font-size: 18px;
    padding-left: 18px;
    font-weight: 400;
    line-height: 27px;
}

.test__date {
    color: #000000;
    font-family: Calibri;
    font-size: 20px;
    padding-left: 18px;
    font-weight: 400;
    line-height: 44.82px;
}

@media (min-width: 1650px) {
    .test__subject {
        font-size: 30px;
        line-height: 53.82px;
    }

    .test__message {
        font-size: 27px;
        line-height: 38px;
    }

    .test__date {
        font-size: 29px;
        line-height: 44.82px;
    }
}

.test__review_pad {
    margin-top: 94px;
}

.test__popup {
    position: fixed;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 70vh;
    background-color: #000;
    z-index: -100;
    -webkit-box-shadow: 0px 3px 33px 3px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 3px 33px 3px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 3px 33px 3px rgba(0, 0, 0, 0.47);
}

.test__image-left {
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center 0;
    height: 80%;
    width: 100%;
    background-image: url("/inc/images/popup-img-left.png");
}

.test__image-right {
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    height: 60%;
    width: 100%;
    background-image: url("/inc/images/popup-img-right.png");
}

.full-height {
    height: 100%;
}

.test__top-row {
    height: 20%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.test__bottom-row {
    height: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test__image-logo {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 45%;
}

.test__title-bottom {
    text-align: center;
    color: #ffffff;
    font-family: "Century Gothic Bold";
    font-size: 37px;
    font-weight: 700;
    line-height: 32px;
    margin: 30px 0 30px 0;
}

.test__subtitle {
    color: #fff;
    text-align: center;
    font-family: "Century Gothic";
    font-size: 25px;
    font-weight: 400;
    line-height: 42.01px;
}

.test__btn {
    width: 202px;
    background-color: #d81f31;
    line-height: 61px;
    color: #fff;
    font-family: "Century Gothic";
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 21px auto;
}

@media (max-height: 1000px) {
    .test__title-bottom {
        font-size: 20px;
        line-height: 32px;
        margin: 5px 0 5px 0;
    }

    .test__subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .test__btn {
        width: 150px;
        line-height: 40px;
        font-size: 18px;
    }
}

.test__close-btn {
    font-size: 18px;
    color: #fff;
    font-family: "Century Gothic";
    display: block;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 15px;
}

.test__btn:hover {
    background-color: #fff;
}

.adv__heading {
    margin-top: 50px !important;
}

.vsm__title {
    text-align: center;
    font-family: "Century Gothic Bold" !important;
    font-size: 32px;
    font-weight: 700;
}

.vsm__title:before {
    content: "";
    background-image: url("/inc/images/ss-ico.png");
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    transform: translateY(3px);
}

.vsm__desc {
    color: #030303;
    font-family: "Arial";
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}

.vsm__images img {
    width: 100%;
    height: auto;
}

.vsm__images .col-md-6 {
    padding: 0;
}

.vsm__form__title {
    text-align: center;
    color: #000000;
    font-family: "Century Gothic Bold" !important;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 30px 0 !important;
}

.makeover #btn_send {
    box-shadow: 0 0 44px 5px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    background-color: #d41f30 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    width: 248px;
    margin: 20px auto;
    display: block;
}

.adv__heading {
    margin-top: 50px !important;
}

.contact__head {
    font-size: 21px !important;
}

.contact__sub {
    font-family: 'Century Gothic' !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.js--enlarge {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
}

._scale2x {
    transform: scale(2);
    z-index: 5;
}

@media (min-width: 1600px) {
    ._scale2x {
        transform: scale(3);
    }
}

.form__field_gray-placeholder {
    font-size: 21px !important;
    font-weight: 400;
}

.form__field_gray-placeholder {
    margin: 20px 0 48px;
}

.form__field_gray-placeholder::placeholder {
    color: #6e6e6e;
}

.form__field_gray-placeholder::-moz-placeholder {
    color: #6e6e6e;
}

.form__field_gray-placeholder::-webkit-input-placeholder {
    color: #6e6e6e;
}

#ddl_statesSelectBoxIt {
    width: 360px !important;
    height: 51px;
    float: left;
    border-radius: 0;
    background: #fff;
    border: 1px solid;
    padding: 0 8px;
}

#ddl_statesSelectBoxItText {
    font-size: 16px;
    height: 100%;
    line-height: 51px;
    display: block;
}

#ddl_statesSelectBoxItArrowContainer {
    height: 100%;
    line-height: 51px;
    display: block;
}

#ddl_statesSelectBoxItOptions {
    top: 51px !important;
    min-width: 359px !important;
}

.letters-spaced {
    letter-spacing: 1px;
}

.veneers__video {
    margin: 0 0 16px;
    width: 480px;
    height: 270px;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.36);
}

.left-left {
    margin-left: -4%;
}

.lead-black-bigger {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.service_inquiry_outer {
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 86% !important;
    border-radius: 0;
    border: none;
    border-left: 3px solid #ee2236;
    height: 50px;
    box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.25);
    background-color: rgb(0, 0, 0) !important;
    background-image: none !important;

    position: relative;
    z-index: 91212312;
}

.si_options {
    display: none;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    list-style: none;
    padding: 0;
    margin: 0;
}

.si_options li {
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: rgb(111, 111, 111);
}

.si_options li span.arr:after {
    content: '';
    right: 20px;
    top: 11.5px;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #000000;
}

.si_options li span {
    padding: 0 20px;
    display: block;
    position: relative;
}

.si_options li span:hover {
    background-color: #dfdfdf;
}

.service_inquiry_outer .active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: 21.5px;
}

.service_inquiry_outer .active {
    position: relative;
    padding: 0 20px;
    font-size: 19px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    display: inline-block;
    width: 100%;
}

.si_options_sub {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgb(149, 149, 149);
}

.si_options_sub li {
    padding: 0 20px;
    padding-left: 30px;
    position: relative;
    height: 30px;
    font-size: 14px;
    color: rgb(149, 149, 149);
}

.si_options_sub li:hover {
    background-color: #dfdfdf;
}

.si_options_sub li:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 13px;
    width: 4px;
    height: 4px;
    background-color: red;
    border-radius: 2px;
}

/*REGISTER FORM STYLE*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500");
/* line 3, ../sass/screen.scss */
.form__outer-content {
    position: relative;
}

.form__outer-banner {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);

}

@media (max-width: 768px) {
    .form__outer-banner {
        top: -462px;
    }
}

@media (max-width: 480px) {
    .form__outer-banner {
        top: -192px;
    }
}

.form__outer-row {
    position: relative;
    z-index: 1020;
    min-height: 700px;
}

@media (max-width: 768px) {
    .form__outer-row {
        margin-top: 410px;
    }
}

@media (max-width: 480px) {
    .form__outer-row {
        margin-top: 140px;
    }
}

.form__outer_outer {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 10, ../sass/screen.scss */
.form__outer {
    max-width: 960px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    margin: 10px 0;
    padding: 20px;
    background-color: #f1f1f1;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

/* line 17, ../sass/screen.scss */
.form__outer .row {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: block;
}

/* line 20, ../sass/screen.scss */
.form__outer .label, .form__outer label {
    display: block;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2px;
    padding: 0;
}

/* line 26, ../sass/screen.scss */
.form__outer .label._required:after {
    content: ' *';
    color: #d81f31;
    font-size: 16px;
}

/* line 31, ../sass/screen.scss */
.form__outer .row._row-invalid .label._required:after {
    opacity: 1;
    color: #d81f31;
    position: static;
    top: calc(100% + 40px);
    content: ' *  This field is required';
    font-size: 12px;
    transition: opacity .3s ease;
}

@media (max-width: 768px) {
    .form__outer .row._row-invalid .label._required:after {
        content: ' *  Required';
    }
}

/* line 42, ../sass/screen.scss */
.form__outer .form__page {
    display: none;
}

/* line 44, ../sass/screen.scss */
.form__outer .form__page._open {
    display: block;
}

/* line 48, ../sass/screen.scss */
.form__outer .control {
    padding: 0 10px;
    background-color: #d81f31;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    cursor: pointer;
    border: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #fff;
}

/* line 60, ../sass/screen.scss */
.form__outer .control:hover {
    background-color: #ee2236;
}

/* line 63, ../sass/screen.scss */
.form__outer .control._back {
    background-color: transparent;
    color: #333;
}

/* line 65, ../sass/screen.scss */
.form__outer .control._back:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/* line 69, ../sass/screen.scss */
.form__outer .control._back, .form__outer .control._submit {
    display: none;
}

/* line 73, ../sass/screen.scss */
.form__outer input:not([type=radio]):not(.control), .form__outer select, .form__outer textarea {
    font-family: 'Roboto', sans-serif;
    width: 80%;
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    padding: 0 10px;
    margin-top: 5px;
    border: 1px solid #dfdfdf;
    height: 32px;
    display: block;
}

.form__outer textarea {
    height: 150px;
}

/* line 84, ../sass/screen.scss */
.form__outer input:not([type=radio]):focus, .form__outer input:not([type=radio]):active, .form__outer select:focus, .form__outer select:active {
    outline: none;
    border-color: #777;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

/* line 90, ../sass/screen.scss */
.form__outer input[type=radio] {
    transform: translateY(-2px);
}

/* line 93, ../sass/screen.scss */
.form__outer select {
    width: auto;
    border-radius: 0;
}

/* line 97, ../sass/screen.scss */
.form__outer .progress__row {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
}

/* line 105, ../sass/screen.scss */
.form__outer .progress__row span {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: calc(25% - 1px);
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    float: left;
    box-sizing: content-box;
}

/* line 115, ../sass/screen.scss */
.form__outer .progress__row span:not(:last-of-type) {
    border-right: 1px solid #777;
}

/* line 119, ../sass/screen.scss */
.form__outer .progress__row:after {
    content: '';
    position: absolute;
    z-index: 0;
    height: 20px;
    width: 0;
    background-color: #d81f31;
    top: 0;
    left: 0;
}

/* line 130, ../sass/screen.scss */
.form__outer .progress__row._1:after {
    width: 25%;
}

/* line 133, ../sass/screen.scss */
.form__outer .progress__row._1 span:nth-child(1) {
    color: #fff;
}

/* line 138, ../sass/screen.scss */
.form__outer .progress__row._2:after {
    width: 50%;
}

/* line 141, ../sass/screen.scss */
.form__outer .progress__row._2 span:nth-child(1), .form__outer .progress__row._2 span:nth-child(2) {
    color: #fff;
}

/* line 146, ../sass/screen.scss */
.form__outer .progress__row._3:after {
    width: 75%;
}

/* line 149, ../sass/screen.scss */
.form__outer .progress__row._3 span:nth-child(1), .form__outer .progress__row._3 span:nth-child(2), .form__outer .progress__row._3 span:nth-child(3) {
    color: #fff;
}

/* line 154, ../sass/screen.scss */
.form__outer .progress__row._4:after {
    width: 100%;
}

/* line 157, ../sass/screen.scss */
.form__outer .progress__row._4 span {
    color: #fff;
}

/* line 163, ../sass/screen.scss */
.form__outer .row._row-invalid .label._required {
    position: relative;
}

/* line 166, ../sass/screen.scss */

/* line 169, ../sass/screen.scss */
.form__outer .row._row-invalid input:not([type=radio]), .form__outer .row._row-invalid select {
    border-bottom-color: #d81f31;
}

.form__outer .selectboxit-container .selectboxit {
    border-radius: 0 !important;
    background: #fff;
    line-height: 32px;
    height: 32px;
}

.form__outer .selectboxit-text {
    padding: 0 4px;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
}

.form__outer .selectboxit-btn {
    border-bottom-color: #dfdfdf;
}

.form__outer .row._row-invalid .selectboxit-btn {
    border-bottom-color: #d31f30;
}

.form__outer .selectboxit-container .selectboxit-options {
    border-radius: 0 !important;
}

.form__outer .selectboxit-arrow-container {
    display: none !important;
}

.form__outer .row._row-invalid .selectboxit-container:after {
    border-bottom-color: #d31f30;
}

.form__outer .selectboxit-container .__arrow {
    position: absolute;
    top: 0;
    left: calc(100% - 2px);
    width: 30px;
    height: 32px;
    line-height: 30px;
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-left: 0;
}

.form__outer ._row-invalid .__arrow {
    border-bottom-color: #d81f31;
}

.form__outer .selectboxit-container .__arrow:after {
    content: "\f107";
    font-family: 'FontAwesome';
}

.form__outer sub {
    display: inline-block;
    margin-bottom: 20px;
}

/*END REGISTER FORM STYLE*/

.bloghack_images img {
    display: block;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .preloader {
        display: none;
    }
}

/*NEWNEWNENWNENWN*/

.service__shadow-imgs img {
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
/* line 11, __scss/_oldmobile.scss */
ul {
  list-style-type: none;
  padding: 0;
}

/* line 16, __scss/_oldmobile.scss */
a {
  text-decoration: none;
}

/* line 21, __scss/_oldmobile.scss */
.header__opened {
  background-color: #000000;
  opacity: 0.89;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  left: 0;
  display: none;
}

/* line 32, __scss/_oldmobile.scss */
.header__bars {
  width: 150%;
  padding: 27px 0;
  margin-left: -11px;
  cursor: pointer;
}

/* line 39, __scss/_oldmobile.scss */
.header__logo {
  max-width: 100%;
  padding: 20px 0;
}

/* line 44, __scss/_oldmobile.scss */
.header__calendar {
  width: 100%;
  opacity: 0.5;
  cursor: pointer;
}

/* line 50, __scss/_oldmobile.scss */
.header__calendar:hover {
  opacity: 1;
}

/* line 54, __scss/_oldmobile.scss */
.header__list {
  padding: 0 20px;
}

/* line 58, __scss/_oldmobile.scss */
.header__list {
  list-style-type: none;
  padding: 0;
}

/* line 63, __scss/_oldmobile.scss */
.header__list-first {
  padding-left: 7px;
  float: left;
}

/* line 67, __scss/_oldmobile.scss */
.header__list-second {
    padding-right: 7px;
    float: right;
}

/* line 71, __scss/_oldmobile.scss */
.header__list-item-link {
  font-family: "Myriad Pro";
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
}

/* line 79, __scss/_oldmobile.scss */
.header__list-item-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 84, __scss/_oldmobile.scss */
.header__lower {
  height: 47px;
  padding-left: 8px;
}

/* line 89, __scss/_oldmobile.scss */
.footer {
  background-color: #000;
}

/* line 93, __scss/_oldmobile.scss */
.footer__logo {
  padding: 30px 0;
  width: 100%;
}

/* line 98, __scss/_oldmobile.scss */
.footer__info-title {
  color: #ffffff;
  font-family: "Century Gothic Bold";
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

/* line 106, __scss/_oldmobile.scss */
.footer__info-item {
  color: #ffffff;
  font-family: "Century Gothic";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

/* line 114, __scss/_oldmobile.scss */
.bold {
  font-family: "Century Gothic Bold";
  font-weight: 700;
}

/* line 119, __scss/_oldmobile.scss */
.footer__list-item {
  text-align: center;
  margin-bottom: 8px;
}

/* line 124, __scss/_oldmobile.scss */
.footer__list-item-link {
  color: #ffffff;
  font-family: "Century Gothic";
  line-height: 38px;
  font-size: 16px;
}

/* line 131, __scss/_oldmobile.scss */
.footer__btn {
  color: #030303;
  font-family: "Century Gothic Bold";
  text-transform: uppercase;
  box-shadow: 0 0 63px 54px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 42px;
  display: block;
  width: 213px;
  text-align: center;
  font-size: 17px;
  margin: 18px auto 34px;
}

/* line 146, __scss/_oldmobile.scss */
.header__line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  height: 5px;
  background-color: #000;
}

/* line 157, __scss/_oldmobile.scss */
.header__bars-diff {
  padding: 10px;
  font-size: 16px;
}

/* line 162, __scss/_oldmobile.scss */
.smile-makeover__img {
  max-width: 90%;
  display: block;
  margin: 30px auto 13px;
}

/* line 168, __scss/_oldmobile.scss */
.free-consultation__img {
  max-width: 100%;
  display: block;
  margin: -10px auto -9px;
}

/* line 174, __scss/_oldmobile.scss */
.smile-makeover__info {
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  font-family: "Century";
}

/* line 181, __scss/_oldmobile.scss */
.smile-makeover__title {
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  font-family: "Century Gothic Bold";
}

/* line 188, __scss/_oldmobile.scss */
.free-consultation__title {
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  font-family: "Century Gothic Bold";
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* line 196, __scss/_oldmobile.scss */
.free-consultation__mrow {
  margin-top: 7px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* line 203, __scss/_oldmobile.scss */
.freeConsult .contact-drop-ico {
  transform: translate(59px, -60px);
}
/* line 206, __scss/_oldmobile.scss */
.freeConsult #ddl_howSelectBoxItText {
    padding-left: 65px;
    font-size: 16px;
}

/* line 211, __scss/_oldmobile.scss */
.free-consultation__logo {
      max-width: 81%;
    position: absolute;
    right: -14px;
    top: -15px;
}

/* line 218, __scss/_oldmobile.scss */
.smile-makeover__logo {
  max-width: 72%;
  position: absolute;
  right: 0;
}

/* line 224, __scss/_oldmobile.scss */
.free-consultation__input {
  width: 86% !important;
  margin: auto !important;
  background-color: #000 !important;
  color: #fff !important;
  font-family: "Myriad Pro" !important;
  position: relative;
    z-index: 10;
}

/* line 232, __scss/_oldmobile.scss */
.free-consultation__input .active {
  color: #fff;
  font-size: 19px;
}

/* line 237, __scss/_oldmobile.scss */
.free-consultation__input .active::after {
  border-color: #fff transparent transparent transparent;
}

/* line 241, __scss/_oldmobile.scss */
.smile-makeover__input {
  background-color: #000;
  border: none;
  width: 86%;
  display: block;
  margin: 20px auto;
  border-left: 2px solid #d61f31;
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 19px;
  padding: 14px 20px;
  box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.25);
}

/* line 255, __scss/_oldmobile.scss */
.smile-makeover__input:-moz-placeholder {
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 19px;
}

/* line 261, __scss/_oldmobile.scss */
.smile-makeover__input:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 19px;
}

/* line 268, __scss/_oldmobile.scss */
.smile-makeover__input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 19px;
}

/* line 274, __scss/_oldmobile.scss */
.smile-makeover__input:placeholder {
  color: #ffffff;
  font-family: "Myriad Pro";
  font-size: 19px;
}

/* line 280, __scss/_oldmobile.scss */
.smile-makeover__input-file {
  margin: 28px auto;
  display: block;
  width: 68%;
}

.vsm__title-diff {
    font-family: "Helvetica Neue", Helvetica !important;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-transform: inherit;
    letter-spacing: inherit;
    transform: translateY(-6px);
}

.vsm__title-diff span {
    font-family: "Century Gothic Bold";
    text-transform: uppercase;
}

/* line 286, __scss/_oldmobile.scss */
.smile-makeover__input-btn {
  color: #fff;
  font-family: "Century Gothic Bold";
  letter-spacing: 3px;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  background-color: #d31f30;
  line-height: 42px;
  display: block;
  width: 86%;
  box-shadow: 0 0 37px 7px rgba(0, 0, 0, 0.17);
  text-align: center;
  font-size: 17px;
  margin: 28px auto 34px;
}

/* line 303, __scss/_oldmobile.scss */
.smile-makeover__input-label {
  position: absolute;
  top: -5px;
  left: 24px;
}

/* line 309, __scss/_oldmobile.scss */
#ddl_how {
  width: auto;
}

/* line 313, __scss/_oldmobile.scss */
.smile-makeover__checkbox-container {
  margin: 100px 0 60px 0;
  position: relative;
}

/* line 318, __scss/_oldmobile.scss */
.posr {
  position: relative;
}

/* line 322, __scss/_oldmobile.scss */
.smile-makeover__video-container {
  padding: 27px;
}

/* line 326, __scss/_oldmobile.scss */
.smile-makeover__video {
  margin: auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  width: 80%;
  height: 100%;
  z-index: 1;
  display: block;
  position: relative;
}

/* line 338, __scss/_oldmobile.scss */
.line-2 {
  position: absolute;
  height: 2px;
  background-color: #0b0604;
  top: 108px;
  width: 100%;
  left: 0;
  z-index: 0;
  right: 0;
}

/* line 349, __scss/_oldmobile.scss */
.line {
  position: absolute;
  height: 2px;
  background-color: #0b0604;
  top: 92px;
  width: 100%;
  left: 0;
  z-index: 0;
  right: 0;
}

/* line 360, __scss/_oldmobile.scss */
.smile-makeover__dr-info {
  color: #030303;
  font-family: "Myriad Pro";
  font-size: 18px;
  text-align: center;
}

/* line 367, __scss/_oldmobile.scss */
.smile-makeover__icon {
  max-width: 100%;
}

/* line 371, __scss/_oldmobile.scss */
.smile-makeover__icon:hover {
  opacity: 0.7;
}

/* line 375, __scss/_oldmobile.scss */
.smile-makeover__text {
  margin: 29px 0;
}

/* line 379, __scss/_oldmobile.scss */
.smile-makeover__links {
  margin-bottom: 50px;
}

/* line 383, __scss/_oldmobile.scss */
#ddl_howSelectBoxItContainer {
  display: block !important;
  margin: 28px auto !important;
}

/* line 388, __scss/_oldmobile.scss */
#ddl_howSelectBoxIt {
  width: 87% !important;
  margin: auto;
}

/* line 393, __scss/_oldmobile.scss */
#ddl_howSelectBoxItOptions {
  min-width: 210px;
  width: 86%;
  right: 0;
  left: 0;
  margin: auto;
}

/* line 401, __scss/_oldmobile.scss */
.contact-drop-ico {
  transform: translate(45px, -60px) !important;
}

/* line 405, __scss/_oldmobile.scss */
.form__field_gray-placeholder {
  width: 86% !important;
  margin: -34px auto 48px !important;
  height: 165px;
  border-radius: 6px !important;
  font-family: "Myriad Pro";
  font-size: 18px;
  box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.25) !important;
}

/* line 415, __scss/_oldmobile.scss */
body.mobile .kaloti_magazine {
  transform: translateX(20px);
}

/* line 418, __scss/_oldmobile.scss */
body.mobile .site-content {
  margin-top: 0 !important;
}

/* line 422, __scss/_oldmobile.scss */
body.mobile .test__title {
  display: none;
}

/* line 425, __scss/_oldmobile.scss */
.test__title_mobile {
  display: none;
}

/* line 428, __scss/_oldmobile.scss */
body.mobile .test__title_mobile {
  display: block;
  padding: 15px;
  font-size: 23px;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 435, __scss/_oldmobile.scss */
body.mobile .test__img {
  position: static;
  margin: 0;
}

/* line 440, __scss/_oldmobile.scss */
body.mobile .test {
  height: auto;
}

/* line 443, __scss/_oldmobile.scss */
body.mobile .test__stars {
  width: 50px;
  transform: translateY(40px);
}

/* line 447, __scss/_oldmobile.scss */
body.mobile .test__message {
  padding: 0 15px;
}

/* line 451, __scss/_oldmobile.scss */
body.mobile .test__review_pad, body.mobile .test__review {
  margin-top: -10px;
}

/* line 454, __scss/_oldmobile.scss */
body.mobile .test__subject {
  line-height: 1.4;
  font-size: 20px;
  padding: 0 15px;
}

/* line 459, __scss/_oldmobile.scss */
body.mobile .financing__page .info__heading_black {
  margin-top: 420px;
}

/* line 462, __scss/_oldmobile.scss */
body.mobile .financing__page .info__text_spaced {
  line-height: 1.4;
}

/* line 465, __scss/_oldmobile.scss */
body.mobile .financing__page .img-spons-first {
  float: none;
  display: inline-block;
}

/* line 4, mobile.scss */
html.hmobile {
  overflow-x: hidden;
}

/* line 8, mobile.scss */
body.mobile {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* line 16, mobile.scss */
.footer .legal {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/* line 22, mobile.scss */
.footer .icon__list {
  text-align: center;
}
/* line 24, mobile.scss */
.footer .icon__list li {
  float: none;
  display: inline-block;
}

/* line 30, mobile.scss */
.header__sg {
    color: #000;
    font-family: "Century Gothic Bold";
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 20px;
    background-color: #fff;
    width: 287px;
    display: block;
    border-radius: 2px;
    line-height: 49px;
    text-align: center;
    margin: 30px auto 0;
    padding-left: 9px;
}


.header__sg:hover {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important;
}

.header__fc {
    color: #fff;
    font-family: "Century Gothic Bold";
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 20px;
    background-color: #e5062b;
    width: 287px;
    display: block;
    border-radius: 2px;
    line-height: 49px;
    text-align: center;
    margin: auto;
    padding-left: 9px;
    margin-top: 20px;
}
.header__fc:hover {
    color: #fff !important;
    background-color: #e5062b !important;
    text-decoration: none !important;
}

.header__od {
    margin-top: 20px;
    color: #fff;
    display: block;
    text-align: center;
    font-family: "Century Gothic Bold";
    font-size: 14px;
}

.header__bars {
  width: 37px;
  padding: 37px 0;
  margin-left: -11px;
  cursor: pointer;
  transform: translate(4px, -7px);
  z-index: 5090;
}
/* line 37, mobile.scss */
.header__bars.js--open-dropdown {
  transform: translate(9px, -17px);
  width: 37px;
  position: fixed;
  z-index: 5080;
}

.d-flex {
    display: flex;
}

/* line 45, mobile.scss */
.header__opened {
  background-color: rgba(0, 0, 0, 0.96);
  opacity: 1;
  box-shadow: 2px 15px 30px rgba(0, 0, 0, 0.3);
  height: 100vh;
    flex-direction: column;
    justify-content: space-between;
}
/* line 49, mobile.scss */
.header__opened:after {
  top: 0;
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  background-color: #ffffff;
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 59, mobile.scss */
  .header__opened .header__list-first {
    padding-left: 55% !important;
  }
  /* line 62, mobile.scss */
  .header__opened .header__list-second {
    padding-right: 25%;
  }
}

.header__links-links {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
}

/* line 68, mobile.scss */
.header__list-item-link {
    font-size: 20px;
    color: #fff;
    line-height: 37px;
}
@media (max-width: 361px) {
    .header__list-item-link {
        font-size: 18px;
        color: #fff;
        line-height: 32px;
    }
}
/* line 71, mobile.scss */
.header__list-item-link:not([href]):not([tabindex]) {
  color: #fff;
}

/* line 76, mobile.scss */
.icon__list {
  margin: 22px 0;
  overflow: hidden;
}
/* line 79, mobile.scss */
.icon__list li {
  float: left;
  margin-right: 15px;
}
/* line 83, mobile.scss */
.icon__list img {
  height: 32px;
  width: auto;
}
.mobile__welcomesec img {
  width: 65%;
  height: auto;
  display: block;
  margin: 15px auto 25px;
}
/* line 89, mobile.scss */
/*.mobile__welcomesec h2 {*/
  /*text-align: center;*/
  /*text-transform: uppercase;*/
  /*letter-spacing: 20px;*/
  /*font-weight: 700;*/
  /*padding: 21px 0 15px;*/
  /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);*/
  /*font-family: 'century gothic' !important;*/
  /*font-size: 18px !important;*/
/*}*/
/*@media (min-width: 500px) and (max-width: 768px) {*/
  /*!* line 89, mobile.scss *!*/
  /*.mobile__welcomesec h2 {*/
    /*font-size: 24px !important;*/
  /*}*/
/*}*/

/* line 103, mobile.scss */
.mobile__herosec {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}
/* line 105, mobile.scss */
.mobile__herosec img {
  width: 115%;
  height: auto;
  position: relative;
  z-index: 30;
  margin-left: -20px;
  margin-top: -45px;
}
/* line 113, mobile.scss */
/*.mobile__herosec:after {*/
  /*position: absolute;*/
  /*z-index: 50;*/
  /*height: 2px;*/
  /*display: block;*/
  /*content: '';*/
  /*width: 100%;*/
  /*background-color: transparent;*/
  /*top: calc(100% - 10px);*/
  /*box-shadow: 0 10px 12px #000;*/
/*}*/

/* line 126, mobile.scss */
.mobile__videosec {
  background-image: url("/inc/images/home/back-lamp.jpg");
  padding: 60px 0;
  background-size: 100% 100%;
  box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.3);
  height: auto;
}
/* line 132, mobile.scss */
.mobile__videosec .video__outer {
  width: 70%;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  height: 42.5vw;
  background-color: #000000;
}
/* line 139, mobile.scss */
.mobile__videosec .video__outer iframe {
  display: none !important;
}

/* line 147, mobile.scss */
.mobile__bitchessec img {
  width: 100%;
  height: auto;
}

/* line 153, mobile.scss */
.mob_services {
  overflow: hidden;
  width: 260px;
  margin: 0 auto;
  padding: 30px 0 35px;
}
/* line 159, mobile.scss */
.mob_services li {
  width: 42%;
height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e21a34;
  border-radius: 8px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
}
/* line 171, mobile.scss */
.mob_services li:nth-of-type(2n-1) {
  margin-right: 20px;
}
/* line 174, mobile.scss */
.mob_services li img {
  width: 100%;
  height: auto;
}

/* line 181, mobile.scss */
.mob_contact {
  text-align: center;
  margin-bottom: 30px;
}
/* line 184, mobile.scss */
.mob_contact li {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  background-color: #333333;
  line-height: 20px;
  font-size: 27px;
  border-radius: 42px;
  padding-top: 9px;
  margin: 0 6px;
}
/* line 195, mobile.scss */
.mob_contact li a {
  color: #fff;
}

/* line 201, mobile.scss */
.mobile__video {
  position: relative;
  padding: 40px 0;
}
/* line 204, mobile.scss */
.mobile__video iframe {
  width: 80%;
  height: 140px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 20;
  position: relative;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4);
}
/* line 215, mobile.scss */
.mobile__video:before {
  content: '';
  border-top: 2px solid #000;
  top: calc(50% - 10px);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
}
/* line 224, mobile.scss */
.mobile__video:after {
  content: '';
  border-top: 2px solid #000;
  top: calc(50% + 10px);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
}

/* line 235, mobile.scss */
.mobile__official {
  padding: 40px 0;
  text-align: center;
}
/* line 238, mobile.scss */
.mobile__official h2 {
  text-align: center;
  font-size: 28px;
  font-family: Century !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 245, mobile.scss */
.mobile__official img {
  width: 100%;
}

/* line 250, mobile.scss */
.mobile__whychoose {
  padding: 20px;
  background-color: #161616;
  color: #fff;
  text-align: center;
  font-family: Century !important;
}
/* line 256, mobile.scss */
.mobile__whychoose h2 {
  font-family: Century !important;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}
/* line 261, mobile.scss */
.mobile__whychoose h2 img {
  width: 120px;
  height: auto;
  transform: translateY(-1px);
}
/* line 267, mobile.scss */
.mobile__whychoose p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}

/* line 274, mobile.scss */
.mobile__freeconsult {
  text-align: center;
  padding: 20px 0;
}
/* line 277, mobile.scss */
.mobile__freeconsult a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-color: #e72137;
  font-size: 22px;
  padding: 10px 20px;
  letter-spacing: 8px;
  border-radius: 6px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 290, mobile.scss */
.mobile__blog {
  padding-top: 40px;
}
/* line 292, mobile.scss */
.mobile__blog img {
  width: 100%;
  margin-top: 20px;
}
/* line 296, mobile.scss */
.mobile__blog h2 {
  text-align: center;
  font-size: 28px;
  font-family: Century !important;
  color: #000;
}
/* line 302, mobile.scss */
.mobile__blog .blog__text {
  padding: 0 20px;
  margin-bottom: 20px;
}
/* line 305, mobile.scss */
.mobile__blog .blog__text h3 {
  font-family: "Century Gothic";
  font-weight: 700;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 18px;
}
/* line 312, mobile.scss */
.mobile__blog .blog__text p {
  font-family: Century !important;
  font-size: 16px;
  line-height: 1.8;
}
/* line 317, mobile.scss */
.mobile__blog .blog__text a {
  font-size: 18px;
  line-height: 2.4;
  text-align: center;
  font-family: Century !important;
  color: #000;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: block;
}

/* line 330, mobile.scss */
.mobile__kickstart {
  padding: 30px 0;
}
/* line 332, mobile.scss */
.mobile__kickstart img {
  width: 80%;
  display: block;
  margin: 20px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
/* line 338, mobile.scss */
.mobile__kickstart h3 {
  padding: 0 20px;
  font-size: 24px;
  font-family: 'Roboto' !important;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
}
/* line 346, mobile.scss */
.mobile__kickstart h3 a {
  font-size: 24px !important;
  color: #d81f31;
}

/* line 354, mobile.scss */
.mobile__foundation h3 {
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 2px;
  text-align: center;
  line-height: 2;
  font-family: Century !important;
  color: #333;
}
/* line 363, mobile.scss */
.mobile__foundation img {
  width: 100%;
  height: auto;
}
/* line 367, mobile.scss */
.mobile__foundation p {
  font-family: Century !important;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  color: #333;
}
/* line 377, mobile.scss */
.mobile__foundation a:last-child {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 8px;
  font-family: Century !important;
  color: #333;
}

/* line 389, mobile.scss */
.mobile__magazine {
  text-align: center;
}
/* line 391, mobile.scss */
.mobile__magazine h3 {
  font-family: Century !important;
  font-size: 24px;
  color: #333;
}
/* line 395, mobile.scss */
.mobile__magazine h3 a {
  color: #d81f31;
  font-size: 24px;
  font-family: Century !important;
}
/* line 401, mobile.scss */
.mobile__magazine img {
  width: 80%;
  display: block;
  margin: 0 auto;
  transform: translateX(20px);
}

/* line 409, mobile.scss */
.mobile__receive {
  padding-top: 60px;
}
/* line 411, mobile.scss */
.mobile__receive img {
  width: 80%;
  display: block;
  margin: 0 auto;
  height: auto;
}
/* line 417, mobile.scss */
.mobile__receive p {
  font-family: "Century Gothic";
  line-height: 1.6;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  padding: 0 30px;
  margin-top: 30px;
}
/* line 426, mobile.scss */
.mobile__receive iframe {
  width: 280px;
  height: 160px;
  display: block;
  margin: 20px auto;
}

/* line 435, mobile.scss */
.mobile_m__features h2 {
  text-align: center;
  font-family: "Century Gothic";
  line-height: 1.6;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  padding: 0 30px;
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 60px;
}
/* line 448, mobile.scss */
.mobile_m__features img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto;
  height: auto;
  margin-bottom: 60px;
}
/* line 455, mobile.scss */
.mobile_m__features .i1 {
  width: 90%;
}
/* line 458, mobile.scss */
.mobile_m__features .i2 {
  width: 60%;
}
/* line 461, mobile.scss */
.mobile_m__features .i3 {
  width: 85%;
}

/* line 466, mobile.scss */
.header__opened {
  position: fixed;
  z-index: 5090;
}

/* line 472, mobile.scss */
.js__scrollist li:not(:first-of-type) {
  display: none;
}
/* line 475, mobile.scss */
.js__scrollist li {
  float: left;
  width: 100%;
}
/* line 479, mobile.scss */
.js__scrollist li img {
  width: 80%;
  display: block;
  margin: 0 auto;
  height: auto;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.6);
}

/* line 488, mobile.scss */
.bfa .div {
  margin: 50px 0;
  text-align: center;
  position: relative;
}
/* line 492, mobile.scss */
.bfa .div h2 {
  color: #030303;
  font-family: "Century Gothic" !important;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
/* line 499, mobile.scss */
.bfa .div .js__prev, .bfa .div .js__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  text-align: center;
  font-size: 25px;
}
/* line 507, mobile.scss */
.bfa .div .js__prev {
  left: 0;
  display: none;
}
/* line 511, mobile.scss */
.bfa .div .js__next {
  right: 0;
}
/* line 514, mobile.scss */
.bfa .div .lm, .bfa .div .fc {
  display: inline-block;
  padding: 10px 4px;
  color: #fff;
  background-color: #010101;
  text-transform: uppercase;
  font-family: "Century Gothic Bold" !important;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 12px;
  margin: 5px;
  border-radius: 6px;
}
/* line 527, mobile.scss */
.bfa .div .fc {
  background-color: #d61f31;
}

.bfa a {
  color: black;
}

/* line 532, mobile.scss */
.header__list-item.width_drop {
  position: relative;
}
/* line 534, mobile.scss */
.header__list-item.width_drop:after {
  content: '';
  /* position: absolute; */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  /* left: 100%; */
  /* top: 5px; */
  display: inline-block;
  transform: translate(6px, -1px);
}
/* line 547, mobile.scss */
.header__list-item.width_drop .mh__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 12px;
  z-index: 50;
  width: 80vw;
  background-color:  rgba(255, 255, 255, 0.96);
  box-shadow: 0px 0px 89.91px 21.09px rgba(0, 0, 0, 0.51);
  padding-top: 10px;
}
/* line 554, mobile.scss */
.header__list-item.width_drop .mh__dropdown li {
  margin-bottom: 0 !important;
  padding: 10px 8px;
  background-color: transparent;
  border-bottom: solid 1px #cdc7c7;
  width: 90%;
  margin: 0 auto;
}
/* line 559, mobile.scss */
.header__list-item.width_drop .mh__dropdown a {
  color: black;
  font-size: 17px;
}

/* line 568, mobile.scss */
.header__line {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}

/* line 572, mobile.scss */
.header__logo {
    max-width: 112%;
  transform: scale(1.1) translate(-12px, 17px)
}
@media (min-width: 500px) and (max-width: 768px) {
  /* line 572, mobile.scss */
  .header__logo {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}

/* line 581, mobile.scss */
.contact-sec.mobile__sec {
  padding-top: 5px !important;
}
/* line 583, mobile.scss */
.contact-sec.mobile__sec .book_abs {
  padding-top: 0 !important;
}

/* line 589, mobile.scss */
.header__list-item.width_drop:first-of-type .mh__dropdown li {
  width: 90%;
  margin: 0 auto;
}

/* line 594, mobile.scss */
.meet__hero img {
  width: 100%;
  margin-bottom: 40px;
  margin-top: -20px;
}

/* line 601, mobile.scss */
.meet_drk p {
  color: #030303;
  font-family: Century;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 15px;
  line-height: 1.6;
}
/* line 609, mobile.scss */
.meet_drk .mobile__link {
  display: inline-block;
  width: 130px;
  height: 130px;
}
/* line 615, mobile.scss */
.meet_drk .mobile__links {
  display: block;
  width: 263px;
  margin: 30px auto;
}

.meet_author {
  position: relative;
  padding-top: 50px;
}
/* line 623, mobile.scss */
.meet_author img {
  width: 594px;
  /* transform: translateX(calc(100% - 180px)); */
  margin-right: 0;
  /* margin-top: 40px; */
  position: absolute;
  left: 17px;
  top: 0;
}

/* line 633, mobile.scss */
.meet_phinantrophist img {
  width: 600px;
  margin-left: -327px;
  margin-top: 40px;
}

/* line 642, mobile.scss */
.meet_awards img {
  width: 530px;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
}
/* line 648, mobile.scss */
.meet_awards ul {
  list-style: circle;
}
/* line 650, mobile.scss */
.meet_awards ul li {
  color: #030303;
  font-family: Century;
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px;
  line-height: 1.6;
  padding-left: 8px;
}
/* line 658, mobile.scss */
.meet_awards ul li:before {
  content: '• ';
}

/* line 667, mobile.scss */
.meet__social .social__links {
  text-align: center;
  width: 100%;
  font-size: 20px;
}
/* line 672, mobile.scss */
.meet__social li {
  background-color: #333333;
  border-radius: 100%;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  margin: 8px;
}
/* line 679, mobile.scss */
.meet__social li a {
  color: #fff;
}

/* line 686, mobile.scss */
.mobile__financing .mg {
  clear: both;
  width: 100%;
  float: left;
}
/* line 690, mobile.scss */
.mobile__financing .mg img {
  width: 93%;
  float: right;
  margin-top: -20px;
}
/* line 696, mobile.scss */
.mobile__financing .fin__text {
  padding: 0 15px;
  color: #030303;
  font-family: Century;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
/* line 703, mobile.scss */
.mobile__financing .fin__text b {
  font-family: "Myriad Pro";
  font-weight: 700;
}
/* line 708, mobile.scss */
.mobile__financing .fin_red {
  color: #d61f31;
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: 700;
  line-height: 2.3;
  text-align: center;
  margin-bottom: 15px;
}
/* line 716, mobile.scss */
.mobile__financing .fin_form {
  color: #000000;
  text-align: center;
  font-family: "Myriad Pro";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 723, mobile.scss */
.mobile__financing .fin_form a {
  color: #000;
  font-weight: 700;
}
/* line 728, mobile.scss */
.mobile__financing .fin_p {
  text-align: center;
}
/* line 730, mobile.scss */
.mobile__financing .fin_p h2 {
  color: #000000;
  font-family: "Century Gothic Bold" !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 104.23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
/* line 741, mobile.scss */
.mobile__financing .fin_p img {
  width: 75%;
  margin: 0 auto 0;
}

/* line 750, mobile.scss */
.fivestar .fstar_h img {
  width: 100%;
  margin-top: -20px;
}
/* line 755, mobile.scss */
.fivestar .mobile__link {
  display: inline-block;
  width: 130px;
  height: 130px;
}
/* line 761, mobile.scss */
.fivestar .mobile__links {
  display: block;
  width: 263px;
  margin: 30px auto;
}
/* line 767, mobile.scss */
.fivestar .fstar_desc p {
  padding: 0 15px;
  color: #010101;
  font-family: Century;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 776, mobile.scss */
.fivestar .fstar_perks {
  text-align: center;
}
/* line 778, mobile.scss */
.fivestar .fstar_perks h2 {
  color: #000000;
  font-family: Century !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 785, mobile.scss */
.fivestar .fstar_perks img {
  width: 75%;
  margin: 0 auto;
}
/* line 789, mobile.scss */
.fivestar .fstar_perks li {
  margin-bottom: 115px;
}
/* line 792, mobile.scss */
.fivestar .fstar_perks h3 {
  color: #000000;
  font-family: "Century Gothic" !important;
  font-size: 24px;
  font-weight: 400;
}

/* line 802, mobile.scss */
.amba .amba-img1 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 806, mobile.scss */
.amba p {
  padding: 0 14px;
  font-size: 15px;
  color: #030303;
  font-family: Century;
}
/* line 811, mobile.scss */
.amba p a {
  color: #d61f31;
  font-family: "Century Gothic Bold";
  font-weight: 700;
  font-size: 15px;
}
/* line 818, mobile.scss */
.amba .amba_p2 {
  margin-bottom: 50px;
}
/* line 819, mobile.scss */
.amba .amba_p2 h2 {
  color: #030303;
  font-family: "Century Gothic Bold";
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  margin-top: 45px;
  margin-bottom: 15px;
}
/* line 828, mobile.scss */
.amba .amba_p2 img {
  width: 100%;
  margin-top: -5px;
  transform: translateY(10px);
}

/* line 833, mobile.scss */
.amba .amba_p2 .col-xs-5 {
  padding-right: 0;
}
/* line 836, mobile.scss */
.amba .amba_p2 .col-xs-7 {
  padding-left: 0;
}
/* line 838, mobile.scss */
.amba .amba_p2 .col-xs-7 p {
  padding-left: 0;
}
/* line 843, mobile.scss */
.amba .amba_tf {
  position: relative;
  margin-top: 20px;
}
/* line 846, mobile.scss */
.amba .amba_tf p {
  position: relative;
  z-index: 5;
}
/* line 850, mobile.scss */
.amba .amba_tf:before {
  position: absolute;
  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: -20px;
  background: linear-gradient(45deg, transparent 0%, rgba(243, 245, 242, 0) 55%, rgba(243, 245, 242, 0.7) 67%, #f3f5f2 100%);
}
/* line 861, mobile.scss */
.amba .amba_tf:after {
  position: absolute;
  content: '';
  display: block;
  z-index: 0;
  width: 52%;
  height: 100%;
  background-image: url(/inc/images/amba-b.png);
  background-position: right;
  background-size: 100%;
  background-repeat: no-repeat;
  right: 0;
  top: -20px;
}

/* line 879, mobile.scss */
html, body {
  overflow-x: hidden !important;
}

/* line 883, mobile.scss */
.npm_m {
  margin-top: 0 !important;
}
/* line 885, mobile.scss */
.npm_m .presshero {
  width: 100%;
  margin-top: -55px;
}
/* line 889, mobile.scss */
.npm_m .npm_drinmedia {
  width: 280px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 56px 23px rgba(35, 31, 32, 0.27);
  background-color: #1b1a1a;
  line-height: 40px;
  margin: 0 auto;
  font-family: "Century Gothic";
  font-size: 17px;
}
/* line 900, mobile.scss */
.npm_m .npm_popular {
  text-align: center;
  margin: 20px 0 35px;
  color: #010101;
  font-family: "Century Gothic Bold";
  font-size: 18px;
  font-weight: 700;
  padding: 0 36px;
}
/* line 909, mobile.scss */
.npm_m .npm_article {
  padding: 0 5px 0 20px;
}
/* line 911, mobile.scss */
.npm_m .npm_article img {
  width: 70%;
  margin: 0 auto 40px;
  display: block;
}
/* line 916, mobile.scss */
.npm_m .npm_article .npm_red {
  color: #d61f31;
  font-family: "Century Gothic Bold";
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}
/* line 923, mobile.scss */
.npm_m .npm_article .npm_p {
  color: #000000;
  font-family: Century;
  font-size: 15px;
  font-weight: 400;
  margin-top: 4px;
}
/* line 930, mobile.scss */
.npm_m .npm_article a:last-child {
  color: #000000;
  font-family: "Century Gothic Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 10px 0 80px;
}

/* line 943, mobile.scss */
.mob_b {
  margin-top: 0 !important;
}
/* line 945, mobile.scss */
.mob_b .mpbhero {
  width: 100%;
  margin-top: -55px;
}
/* line 949, mobile.scss */
.mob_b .mblog_article {
  padding: 0 5px 0 20px;
}
/* line 951, mobile.scss */
.mob_b .mblog_article img {
  width: 70%;
  margin: 0 auto 40px;
  display: block;
}
/* line 956, mobile.scss */
.mob_b .mblog_article h2 {
  color: #000;
  font-family: "Century Gothic Bold" !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}
/* line 963, mobile.scss */
.mob_b .mblog_article p {
  color: #000000;
  font-family: Century;
  font-size: 15px;
  font-weight: 400;
  margin-top: 4px;
}
/* line 970, mobile.scss */
.mob_b .mblog_article a:last-child {
  color: #000000;
  font-family: "Century Gothic Bold";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 10px 0 80px;
}

/* line 985, mobile.scss */
.advanced .advancedimg img {
  width: 109%;
  margin-top: -60px;
  margin-bottom: 30px;
}
/* line 991, mobile.scss */
.advanced .mobile__link {
  display: inline-block;
  width: 130px;
  height: 130px;
  float: left;
}
/* line 998, mobile.scss */
.advanced .mobile__links {
  display: block;
  width: 263px;
  margin: 30px auto 90px;
  overflow: hidden;
}
/* line 1004, mobile.scss */
.advanced .advanced_q {
  padding: 0 15px;
  margin-bottom: 50px;
}
/* line 1007, mobile.scss */
.advanced .advanced_q p, .advanced .advanced_q li {
  color: #000000;
  font-family: "Century Gothic" !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
/* line 1008, mobile.scss */
.advanced .advanced_q p.advanced_u, .advanced .advanced_q li.advanced_u {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 1020, mobile.scss */
.advanced .advanced_q li {
  margin-bottom: 0;
}
/* line 1022, mobile.scss */
.advanced .advanced_q li:before {
  content: '• ';
  display: inline-block;
  margin-right: 7px;
}
/* line 1028, mobile.scss */
.advanced .advanced_q a {
  color: #ffffff;
  font-family: "Century Gothic Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  box-shadow: 0 0 10px 3px rgba(35, 31, 32, 0.24);
  border-radius: 5px;
  background-color: #000000;
}
/* line 1042, mobile.scss */
.advanced .advanced_red {
  color: #d61f31;
  font-family: "Century Gothic Bold" !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 9px !important;
}
/* line 1050, mobile.scss */
.advanced .advanced_sub {
  color: #000000;
  font-family: "Century Gothic Bold" !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px !important;
}

/* line 1060, mobile.scss */
.js-bfa-over {
  background-color: #ffffff;
  position: fixed !important;
  z-index: 5000;
  height: 100vh;
  width: 100vw;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
}
/* line 1072, mobile.scss */
.js-bfa-over .js-bfa-over-close {
  position: fixed;
  top: 86px;
  right: 0;
  font-size: 18px;
  z-index: 10000;
  width: 10%;
  text-align: center;
}
/* line 1081, mobile.scss */
.js-bfa-over h2, .js-bfa-over a {
  display: none !important;
}
/* line 1084, mobile.scss */
.js-bfa-over img {
  width: 95%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  max-height: 90vw;
}
/* line 1094, mobile.scss */
.js-bfa-over .js__next, .js-bfa-over .js__prev {
  top: 45vh !important;
}
/* line 1097, mobile.scss */
.js-bfa-over .div {
  overflow: visible !important;
}

.mobile__selectingcosmeticdentist img {
    width: 76%;
    margin: 80px auto 50px;
    display: block;
}

/* line 1103, mobile.scss */
.mobile__kfoundation img {
  width: 100%;
  height: auto;
}
/* line 1107, mobile.scss */
.mobile__kfoundation .foundation_hero {
  margin-top: -55px;
  margin-bottom: 30px;
}
/* line 1111, mobile.scss */
.mobile__kfoundation p {
  padding: 0 15px;
  color: #030303;
  font-family: Century !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
/* line 1119, mobile.scss */
.mobile__kfoundation .mobile__link {
  float: left;
}

/* line 1124, mobile.scss */
.testi_hero {
  width: 96%;
  float: right;
  margin-top: -20px;
}

/* line 1130, mobile.scss */
.__widget {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
}
/* line 1134, mobile.scss */
.__widget > div > div {
  border: none !important;
}

/* line 1139, mobile.scss */
.mobile__link {
  float: left;
}

/* line 1144, mobile.scss */
.social__links .fa {
  line-height: 40px !important;
}

/* line 1149, mobile.scss */
.veneers__video {
  max-width: 100%;
  height: 186px;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 1156, mobile.scss */
.veneers-banner {
    width: 90%;
    display: block;
    margin: 0 auto -64px;
    transform: translateY(-52px);
}

/* line 1163, mobile.scss */
.veneers__mobile .lead {
    color: #030303;
    font-family: Century Gothic;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
}
.veneers__mobile .lead span{
    font-family: 'Century Gothic Bold';
}
.veneers__mobile .lead-title {
    color: #030303 !important;
    font-family: 'Century Gothic Bold';
    text-align: center;
    font-size: 21px !important;
    font-weight: 400;
    margin: auto;
    display: block;
}
.veneers__mobile .lead-title._whatare {
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 25px !important;
    letter-spacing: 0.2px;
    margin: 40px auto 10px;
}
.veneers__mobile .lead-title.hero-mar {
    margin-top: 49px;
    margin-bottom: 35px;
}
/* line 1170, mobile.scss */
.veneers__mobile .lead-2 {
  color: #030303;
  font-family: "Century Gothic";
  font-size: 15px;
  font-weight: 400;
}
/* line 1175, mobile.scss */
.veneers__mobile .lead-2 b {
  font-family: "Century Gothic Bold";
}
/* line 1179, mobile.scss */
.veneers__mobile h2 a, .veneers__mobile h2, .veneers__mobile h3 {
  font-family: "Century Gothic Bold" !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
/* line 1185, mobile.scss */
.veneers__mobile h3 {
  text-align: left !important;
}
/* line 1188, mobile.scss */
.veneers__mobile p, .veneers__mobile li {
  color: #030303;
  font-family: Century;
  font-size: 15px;
}
/* line 1192, mobile.scss */
.veneers__mobile p a, .veneers__mobile li a {
  font-family: "Century Gothic Bold" !important;
}
/* line 1197, mobile.scss */
.veneers__mobile ul:not(.social__links) li {
  padding-left: 15px;
  margin-bottom: 20px;
}
/* line 1200, mobile.scss */
.veneers__mobile ul:not(.social__links) li:before {
  content: "• ";
}
/* line 1203, mobile.scss */
.veneers__mobile ul:not(.social__links) li li {
  padding-left: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 1207, mobile.scss */
.veneers__mobile ul:not(.social__links) li li:before {
  content: "○ ";
}

/* line 1215, mobile.scss */
.veneer__warranty {
  width: 90%;
  display: block;
  margin: 40px auto;
}

/* line 1221, mobile.scss */
.bfa .div {
  overflow: hidden;
}

/* line 1226, mobile.scss */
.mbs__banner > img:first-of-type {
  width: 100%;
  margin-top: -55px;
}
/* line 1230, mobile.scss */
.mbs__banner .mr__over {
  width: auto;
  transform: translateY(-30px);
  max-width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: -40px;
}
/* line 1238, mobile.scss */
.mbs__banner .mr__over_2 {
  transform: translateY(-30px);
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 auto;
  margin-bottom: -40px;
}
/* line 1246, mobile.scss */
.mbs__banner h2 {
  color: #030303;
  font-family: "Century Gothic Bold";
  font-size: 20px;
  font-weight: 700;
  transform: translateY(-5px);
  line-height: 52px;
  margin-left: 5px;
}
/* line 1255, mobile.scss */
.mbs__banner .ovh {
  overflow: hidden;
  text-align: center;
  margin-top: -60px;
  line-height: 56px;
}
/* line 1260, mobile.scss */
.mbs__banner .ovh > * {
  display: inline-block;
}

/* line 1267, mobile.scss */
.crowns li {
  padding-left: 0 !important;
}
/* line 1270, mobile.scss */
.crowns b, .crowns strong {
  font-family: "Century Gothic Bold";
  font-weight: 700;
}

/* line 1276, mobile.scss */
.mobile__link {
  display: inline-block;
  width: 130px;
  height: 130px;
  float: left;
}

/* line 1283, mobile.scss */
.mobile__links {
  display: block;
  width: 263px;
  margin: 30px auto;
}

/* line 1289, mobile.scss */
.round__broken {
  width: 70%;
  margin: 0 auto 40px;
  border-radius: 100%;
  position: relative;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -2px -2px 3px rgba(0, 0, 0, 0.3);
}
/* line 1299, mobile.scss */
.round__broken._mb_blog {
  padding: 0;
}
/* line 1302, mobile.scss */
.round__broken img {
  border-radius: 100% !important;
  margin: 0 !important;
  width: 100% !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 1312, mobile.scss */
.round__broken:after {
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
/* line 1322, mobile.scss */
.round__broken:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/* line 1330, mobile.scss */
.services__general .services__service_l {
  padding: 0 15px;
  margin-bottom: 40px;
}
/* line 1333, mobile.scss */
.services__general .services__service_l img {
  width: 97%;
  display: block;
  margin: 20px auto;
}
/* line 1338, mobile.scss */
.services__general .services__service_l h2 {
  color: #030303;
  font-family: "Century Gothic Bold" !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 1345, mobile.scss */
.services__general .services__service_l p {
  color: #030303;
  font-family: Century;
  font-size: 16px;
  font-weight: 400;
}
/* line 1351, mobile.scss */
/* line 1355, mobile.scss */
.services__general .services__service_l .arow a {
    width: 75%;
    text-align: center;
    display: block;
    padding: 13px 20px !important;
    color: #fff !important;
    background-color: #010101;
    text-transform: uppercase;
    font-family: "Century Gothic Bold" !important;
    font-weight: 700;
    font-size: 17px !important;
    margin: 20px auto;
    border-radius: 3px;
    letter-spacing: 7px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.2);
}
/* line 1368, mobile.scss */
.services__general .services__service_l .arow a:nth-of-type(2n) {
  background-color: #d81f31;
}

/* line 1376, mobile.scss */
.bfa .mobile__title-container {
  display: flex;
  justify-content: center;
}
/* line 1380, mobile.scss */
.bfa .mobile__title-container > * {
  display: inline-block !important;
  position: static !important;
}
/* line 1384, mobile.scss */
.bfa .mobile__title-container .mobile__title {
  line-height: 50px !important;
  font-size: 17px !important;
}

/* line 1391, mobile.scss */
.blogomob p.lead, .npmob p.lead {
  color: #333;
  font-weight: 700;
  font-family: Century Bold !important;
}
/* line 1396, mobile.scss */
.blogomob ol, .blogomob ul, .npmob ol, .npmob ul {
  padding-left: 15px;
}
/* line 1399, mobile.scss */
.blogomob p, .blogomob li, .npmob p, .npmob li {
  font-family: Century !important;
  font-size: 16px;
  line-height: 1.8;
}

/* line 1406, mobile.scss */
.omgomg {
  width: 70%;
  height: auto;
  display: block;
  margin: -10px auto 10px;
}

/* line 1417, mobile.scss */
.fa-spin.fa-spinner {
  line-height: 42px;
}

/* line 1421, mobile.scss */
.index_vcover__outer {
  position: relative;
}
/* line 1423, mobile.scss */
.index_vcover__outer img {
  width: 290px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 500;
}

/* line 1436, mobile.scss */
.veneers__cover_outer {
  position: relative;
}
/* line 1438, mobile.scss */
.veneers__cover_outer iframe {
  height: 42.5vw !important;
}
/* line 1441, mobile.scss */
.veneers__cover_outer img {
  width: 80%;
  height: 42.5vw;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 500;
}

/* line 1454, mobile.scss */
.veneer-page_veneers__cover_outer {
  position: relative;
}
/* line 1456, mobile.scss */
.veneer-page_veneers__cover_outer img {
    width: 100%;
    left: 0;
    top: 240px;
    margin-top: -240px;
    right: 0;
    position: relative;
    /* margin: 0 auto; */
    cursor: pointer;
    z-index: 500;
}

/* line 1469, mobile.scss */
.bfa_veneers__cover_outer {
  position: relative;
}
/* line 1471, mobile.scss */
.bfa_veneers__cover_outer img {
  width: 80%;
  height: 162px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 500;
}

/* line 1484, mobile.scss */
.vsm_veneers__cover_outer {
  position: relative;
}
/* line 1486, mobile.scss */
.vsm_veneers__cover_outer img {
  width: 80%;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 500;
}

/* line 1500, mobile.scss */
.smile-makeover__video-container iframe {
  width: 80%;
  display: block;
  margin: 0 auto;
}

/* line 1507, mobile.scss */
.mvsm__cityprov {
  width: calc(50% - 5px) !important;
  float: left;
  background-color: #000000 !important;
  height: 43px;
}
/* line 1512, mobile.scss */
.mvsm__cityprov .active {
  line-height: 43px;
  color: #949494 !important;
}
/* line 1515, mobile.scss */
.mvsm__cityprov .active:after {
  display: none !important;
}

/* line 1521, mobile.scss */
.city-state__outer {
  padding: 0 4px;
  margin-bottom: 20px;
}
/* line 1524, mobile.scss */
.city-state__outer .mobile__input {
  float: right;
  margin: 0 !important;
  width: calc(50% - 5px) !important;
}

/* line 1531, mobile.scss */
.blog__spec {
  text-align: center;
}
/* line 1532, mobile.scss */
.blog__spec img {
  width: 100vw;
}
/* line 1536, mobile.scss */
.blog__spec ._h1 {
  color: #000000;
  font-family: "Century Gothic Bold" !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 1544, mobile.scss */
.blog__spec ._h2 {
  color: #ed1c24;
  font-family: "Century Gothic Bold" !important;
  font-size: 16px;
  font-weight: 700;
}

.mobile__bitchessec_row {
  display: block;
}
.mobile__bitchessec_col2 {
  display: inline-block;
  width: 49.3%;
}
.mobile__bitchessec .text_sec {

}
.mobile__bitchessec_row .text_sec h3 {
  font-family: Century;
  color:  #000000;
  font-size: 4vw;/* Approximation due to font substitution */
  line-height: 8vw;
  font-weight: 400;
  text-align: left;
  margin-top: 5vw;
}
.mobile__bitchessec_row .text_sec h4 {
  font-family: Century;
  color:  #000000;
  font-size: 3.9vw;/* Approximation due to font substitution */
  line-height: 6vw;
  font-weight: 400;
  margin-top: 2vw;
  letter-spacing: .8vw;
  text-align: center;
}
.instigram-widget {
  margin: 12vw 4vw 14vw;
  text-align: center;
  font-size: 4vw;
}
.finance {
  margin: 10vw 0;
}
.finance img {
  width: 100%;
}
.finance h1 {
  text-align: center;
  font-family: Century !important;
  color:  #000000;
  line-height: 6vw;
  font-size: 6vw;
}
.finance p {
  font-family: Centaur;
  padding: 0 7.5%;
  color:  #030202;
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
  transform: rotate(-0.041deg);
}
.which_choose_sec {
  padding: 7.5%;
  margin: 5vw 0 10vw;
  background-color:  #181616;
  box-shadow: 0px 0px 32.93px 4.07px rgba(0, 0, 0, 0.28);
  font-family: CenturyGothic;
  color:  #ffffff;
  font-size: 13px;/* Approximation due to font substitution */
  font-weight: 400;
  text-align: justify;
}
.which_choose_sec img {
  width: 90%;
  display: block;
  margin: 0 auto 7vw;
}
.which_choose_sec p {
  margin-top: 5vw;
}
.mySlides {display:none;}
.veneers__mobile .smile-gallery, .mobile__financing .smile-gallery {
  margin: 30px;
}
.veneers__mobile .smile-gallery img, .mobile__financing .smile-gallery img {
    width: 91%;
    display: block;
    margin: 0 auto 40px;
}
.veneers__mobile .smile-gallery img:last-of-type, .mobile__financing .smile-gallery img:last-of-type  {
  margin-bottom: 30px;
}
.mobile__financing .smile-gallery {
  margin-bottom: 0;
}
.smile-gallery a {
  text-align: center;
  font-family: centuryGothic;
  display: block;
  width: 150px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 15px !important;
}
.smile-gallery a:hover {
  color: #d81f31 !important;
}
.mobile__financing .what-need-to-know {
    padding-right: 15px;
    padding-left: 15px;
}
.veneers__mobile .five-reason-for-choosing-veneers .lead-title-black {
  background: #000;
  font-style: italic;
  color: #fff !important;
  text-align: center;
  margin: auto !important;
  margin-bottom: 5px !important;
  padding: 8px;
  font-family: calibri !important;
  font-weight: 700 !important;
  font-size: 27px;
  background: #000;
  display: inline-block;
}
.mobile__financing .what-need-to-know h2 {
  text-align: center;
  font-weight: 700 !important;
  font-family: "Myriad Pro" !important;
}
.veneers__mobile .five-reason-for-choosing-veneers ul, .mobile__financing .what-need-to-know ul {
  margin-bottom: 30px;
  margin-top: 30px;
}
.veneers__mobile .five-reason-for-choosing-veneers ul li, .mobile__financing .what-need-to-know ul li {
  margin-bottom: 40px;
  padding-left: 0;
  margin-top: 30px;
}
.veneers__mobile .five-reason-for-choosing-veneers ul li:before, .mobile__financing .what-need-to-know ul li:before {
  content: "";
}
.veneers__mobile .five-reason-for-choosing-veneers ul li .numbered-list, .mobile__financing .what-need-to-know ul li  .numbered-list {
    text-align: center;
    line-height: 80px;
    width: 86px;
    display: block;
    border-radius: 100%;
    border: 3px solid #000;
    font-size: 61px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 37px -20px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 37px -20px rgba(0,0,0,1);
    box-shadow: 0px 0px 37px -20px rgba(0,0,0,1);
    font-family: 'Century Gothic'
}
.veneers__mobile .five-reason-for-choosing-veneers ul li h3, .mobile__financing .what-need-to-know ul li h3 {
    font-family: century !important;
    text-align: center !important;
    max-width: 277px;
    margin: 15px auto 15px auto !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 29px;
}
.mobile__financing .what-need-to-know ul li h3 {
  max-width: 300px;
}
.veneers__mobile .five-reason-for-choosing-veneers ul li p, .mobile__financing .what-need-to-know ul li p {
    font-family: Centaur !important;
    text-align: justify !important;
    font-size: 22px !important;
    line-height: 25px;
    font-weight: 400 !important;
    color: #000 !important;
}
.smile-sytlis-veer-tech{
  margin: 50px 0 30px;
}
.smile-sytlis-veer-tech h2 {
    color: #030303 !important;
    font-family: 'Century Gothic Bold';
    text-align: center;
    font-size: 21px !important;
    font-weight: 400;
    margin: auto;
    display: block;
}
.smile-sytlis-veer-tech p {
    font-family: Centaur !important;
    text-align: justify !important;
    font-size: 22px !important;
    line-height: 25px;
    font-weight: 400 !important;
    color: #000 !important;
}
.smile-sytlis-veer-tech .veneer-tech-gallery {
  width: 100vw;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.smile-sytlis-veer-tech .veneer-tech-gallery img {
  width: 100%;
}
.get-your-free-virtual-smile-cont {
    margin: 20px auto 30px;
}
.get-your-free-virtual-smile-cont img {
  width: 100%;
}
.mobile__financing .get-makeover {
    margin-top: 30px;
}
.mobile__financing .get-makeover h1 {
  text-align: center;
  font-weight: 700 !important;
  font-family: "Myriad Pro" !important;
  color: #d61f31;
  font-size: 27px;
  margin-bottom: 5px;
}
.mobile__financing .get-makeover h4 {
  text-align: center;
  margin-bottom: 0;
}
.mobile__financing .get-makeover h4 b {
  font-size: 50px;
  font-family: "Myriad Pro";
}
.mobile__financing .get-makeover h4 b:before {
    content: "As low as ";
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: -8px;
}
.mobile__financing .get-makeover h4 b:after {
    content: " /month";
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: -8px;
}

.cosmetics__hero-img {
    width: 100%;
    margin-top: -63px;
}

.cosmetics__hero {
    padding: 0;
}

.cosmetics__info {
    padding: 8px 15px;
}

.cosmetics__info img {
    display: block;
    width: 80%;
    margin: 20px auto;
}
.cosmetics__info p {
    font-family: "Centaur";
    font-size: 22px;
}

.underfooter img {
    width: 100%;
    margin-top: -12px;
}

.underfooter h2 {
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    margin: 30px auto 20px;
    font-family: Arial, Helvetica, sans-serif
}

.underfooter a {
    font-size: 14px;
    line-height: 34px;
    display: block;
}

.underfooter span {
    text-align: center;
    font-size: 13px;
    margin: 20px auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 291px;
}

.underfooter span i {
    font-size: 42px;
    margin: auto 12px;
}