/*
Theme Name: Lemon - Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
* {
    box-sizing: border-box;
}
.innerImage {
    display: none !important;
}

section.page-header h2, section.page-header h1 {
    color: #111 !important;
}
hr{width:100%;}
body {
    line-height: 26px;
    letter-spacing: 0.48px;
    font-weight: normal;
    font-style: 400;
    color: #555;
    font-size: 14px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.container,.article {
    width: 100%;
    box-shadow: 0px 0px 0px;
    max-width: 1170px !important;
    padding:0px 15px;
}
.article {
    width: 100% !important;
    padding:15px !important;
}
.btn {
    color: #fff !important;
    background: #c49c7e;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
}
html .carousel-caption {
    left: 0px;
    right: auto;
    width: 100%;
    bottom: 170px;
}
html .carousel-caption h2 {
    color: #c49c7e;
    text-shadow: 0px 1px 1px #671b21;
    font-size: 51px;
    text-align: center;
}
.alignleft {
    float: left;
    margin: 0px 20px 20px 0px;
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignright {
    float: right;
    margin: 0px 0px 20px 20px;
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.alignnone {
    border: 2px solid #ececec;
    margin-bottom:20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }
#header #logo a {
    color: #000 !important;
    font-weight: bold !important;
    line-height: normal !important;
}

.welcome h2 {
    font-weight: bold;
}

/* header */
.main-header {background: #671b21;}
#header { background: #fff; top: 0px;}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { 
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    height: auto;
    overflow: visible;
    padding: 0px;
    color: #5d6a70;
    font-family: "Great Vibes";
    font-size: 64px;
    max-height: 100%;
    text-shadow: 1px 1px 1px #fff;  
}
a.button {
    letter-spacing: 0.04em;
    background-color: #5d6a70;
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
}
.slide-caption a.button {
    max-width: 150px;
    display: block;
    margin: 0px auto;
}
.owl-controls {
    display: none;
}
.slide-caption h2 {
    line-height: 90px;
    transition: none;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 47px;
    color: #5d6a70;
    font-family: "Great Vibes";
}
.slide-caption span {
    display: block;
    z-index: 6;
    white-space: nowrap;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: rgb(10, 10, 10);
    
    letter-spacing: 0px;
    visibility: inherit;
    transition: none;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.slide-caption p {
    text-align: center;
    z-index: 7;
    min-width: 543px;
    max-width: 543px;
    white-space: normal;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(10, 10, 10);
    
    letter-spacing: 0px;
    visibility: inherit;
    transition: none;
    text-align: center;
    border-width: 0px;
    margin:22px auto;
    padding: 0px;
    min-height: 61px;
    max-height: 61px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
    margin: 0px auto;
    margin-top: 0px;
    text-align: left;
    position: relative;
}
.homeBoxes h3{
    color: #000;
    font-size: 32px;
    margin-top: 0px;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
    float: left;
    width: 33.33%;
    padding:0px 15px;
    position: relative;
}

/* home widgets */
.homeWidgets {
    margin: 30px auto;
    text-align: left;
}
.widgetBox {
    margin-right: 3%;
    margin-bottom: 20px;
    padding: 2%;
    width: 27%;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
    margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
    font-size: 16px;
    line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; color: #fff; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    color: #fff;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 0px;

    background-color: transparent;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    padding: 0px 10px;
}
.headerPhone {
    width: 100%;
    margin-top: 0px;
}
.headerPhone p {
    display: inline-block;
    font-size: 14px;
    margin:0px;
    color: #fff;
}
header .navigation {
    float: right;
    width: 75%;
}
header .logo-wrap {
    float: left;
    width: 25%;
}
.navigation ul {
    text-align: right;
}
.navigation ul li {
    float: none;
    display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
} 
.social-icons .bookbutton {
    font-size: 11px;
    line-height: 50px;
    letter-spacing: 0.01em;
    color: #fff!important;
    background: #c49c7e;
    padding: 0 15px;
    text-transform: uppercase;
}
a.bookbutton i {
    font-size: 19px;
    margin: 0px;
    top: -2px;
    position: relative;
    vertical-align: middle;
}
#logo {
    float: none !important;
    display: inline-block !important;
    padding: 0px;
    font-size: 0px;
}
#logo a {
    line-height: normal !important;
    display: block;
    padding: 0px !important;
}
#logo img {
    display: inline-block;
    max-width: 100%;
}
#secondary-navigation .menu-item-has-children > a:after {
    display: none !important;
}
#secondary-navigation a{
    
line-height: 65px;
    
letter-spacing: 1.16px;
    
font-weight: normal !important;
    
padding:0px 15px !important;
    
-webkit-transition: opacity 0.24s ease-in-out;
    
-moz-transition: opacity 0.24s ease-in-out;
    
transition: opacity 0.24s ease-in-out;
}
.newCon {
    height: 600px;
    background-size: cover;
    background-position: 50% 50%;
}
.welcome h1 {
    font-size: 30px;
    color: #282e67;
    margin-top: 0px;
}
.welcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.leftwow {
    width: 41%;
    float: left;
    background-size: cover;
    background-position: 50% 50%;
}
.rightwow {
    width: 59%;
    float: right;
    padding: 70px;
    background-color: #fff;
}
.row {
    margin:0px -15px;
}
.row:after,
.container:after {
    clear: both;
    content: "";
    display: block;
    position: relative;
}
.main-header .container {
    background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
    width: 50%;
    float: left;
}
.featured {
    margin: 30px auto 10px;
}
.featured img {
    border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.featured p {
    padding-right: 15px;
}
.homeBoxes {
    background-color: #282828;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    padding:70px 0px;
}
.homeBoxes h3 {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
footer {
    margin-top: 0px;
    padding:0px 0px;
}
.to-top,.to-top a {
    color: #fff !important;
}
#page.single {
    float: none !important;
}
.article:after {
    clear:both;
    content: "";
    display: block;
    position: relative;
}
.post-info {
    display: none !important;
}
#featured-thumbnail {
    float: right;
    width: 30%;
}
.front-view-content {
    float: left;
    width: 68%;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }

#logo a, #logo img { float: none !important; }

.homeServices{
    overflow: hidden;text-align: center;
    padding: 25px 0px;
}
.homeServices .service{
    display: inline-block;
    text-align: center;
    font-size: 24px;
}
.homeServices .service img{
    display: block;
    margin:0 25px;
}
.bt-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #013220;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bt-icon i {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}
.bt-service {
    text-align: right;
    padding-left: 0;
    padding-right: 105px;
    height: 150px;
    position: relative;
}
.bt-service h3{padding-top:25px;}
.rightside .bt-icon {
    left: 0px;
    right: auto;
}
.col6 p {
    text-align: right;
}
.rightside p {
    text-align: left;
}
.rightside .bt-service {
    text-align: left;
    padding-left: 105px;
    padding-right: 0px;
}
.sectionheadline p {
    display: none;
}
.col6 {
    width: 33.33%;
    float: left;
    padding:0px 15px;
    box-sizing: border-box;
}
.homeChiros .container {
    padding: 15px;
    box-sizing: border-box;
}
.slickItem {
    vertical-align: middle;
    padding:0px 15px;
}
.centera {
    -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      align-items: center;
      height: 200px;
}
.slick-logo img {
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: auto;
    vertical-align: middle;
    margin: auto;
        -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.slick-logo img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.homeChiros .title p {
    margin: 0px auto;
    font-size: 15px;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #555555;
    margin-bottom: 35px;
}
.badge {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: #f0f0f0 !important;
}
.colxs {
    position: relative;
    width: 25%;
    display: block;
    float: left;
    padding:0px 15px;
    box-sizing: border-box;
}
.colfull {
    width: 100% !important;
}
.coldouble {
    width: 50%;
}
.colthird {
    width: 33.33%;
}
.type-team:hover .bt-thumb>img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.type-team:hover .bt-overlay {
    opacity: 1;
}
.bt-excerpt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #fff;
}
.bt-overlay {
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
}
.colxs img {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    width: 100%;
    height: auto;
}
.colxs article {
    text-align: center;
    max-width: 320px;
    margin: 0 auto 40px;
}
.bt-thumb img {
    display: block;
}
.bt-thumb {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.bt-title a {
    color: #000;
    font-size: 18px;
    position: relative;
    top: -6px;
}
.homeChiros {
    text-align: center;
}
.homeChiros .bt-position {
    display: block;
    font-size: 33px;
    color: #5d6a70;
    line-height: 28px;
    text-align: center;
    font-family: "Great Vibes";
    letter-spacing: 0.03em;
}
.homeServices .container {
    padding: 15px;
    box-sizing: border-box;
}
.headerPhone {
    
    line-height: 50px;
    padding:0px !important;
}
.headerPhone p {
    margin:0px;
    color: #dedede;
    font-size: 13px;
    line-height: normal;
}
.headerPhone p:first-of-type {
    padding-right: 20px;
}
.headerPhone i {
    font-size: 12px;
    margin-right: 5px;
}
#slider {
    margin:0px !important;
}
.appointmentsBox {
    margin-top: -88px;
    position: relative;
    z-index: 1;
}
.headerPhone p:last-of-type {
    padding: 0 20px;
    border-left: 1px solid #dedede;
}
.colsmall {
    width: 25%;
    float: left;
    position: relative;
    background-color: #fff;
}
.rotatedPart {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg) translateX(-50%);
    bottom: 71%;
    overflow: visible;
}
.rotatePad span {
    font-size: 32px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.03em;
    color: #5d6a70;
    font-family: "Great Vibes";
    display: block;
}
.rotatePad h3 {
    font-size: 34px;
    color: #404040;
    line-height: 42px;
    text-align: left;
    
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
}

.colbig {
    width: 75%;
    float: left;
    padding: 30pX;
    background-color: #c49c7e;
}
.home .hideHome {
    display: none;
}
.home .gform_wrapper .top_label .gfield_label {
    color: #fff !important;
}
.gfield.col-md-6 {
    width: 50%;
    float: left;
    margin-top: 5px !important;
    padding-top: 0;
    display: block;
    clear: none !important;
}
.home .gform_wrapper {
    margin:0px !important;
}
.home .gform_wrapper .top_label input.medium, .home .gform_wrapper .top_label select.medium {
    width: 100% !important;
    background-color: transparent !important;
    border:1px solid #fff;
    height: 40px;
    margin-bottom: 0px !important;
}
.home input[type="submit"] {
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    padding: 12px 30px;
    outline: none;
    text-align: center;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 0.04em;
    background-color: #671b21;
    color: #fff;
}
.padbig {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.homeChiros {
    padding-bottom: 60px !important;
}
.ctaButton {
    overflow: hidden;
}
.ctaButton .leftSidea,.ctaButton .rightSidea {
    width: 50%;
    float: left;
}
.leftSidea {
    background: #c39b7d;
    padding: 42px 5%;
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
}
.leftSidea h3 {
    -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
    margin-bottom: 0px;
    position: relative;
}
.rightSidea {
    background: #671b21;
    padding: 42px 5%;
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
}
.rightSidea a {
    -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    position: relative;
    display: block;
    font-weight: 400 !important;
    transform: skewX(35deg);
    text-align: center !important; 
}
.homeBoxes a,.homeBoxes p {
    color: #fff !important;
    font-size: 14px;
}
.homeBoxes:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    opacity: 0.5;
    background-color: #000;
}
.mapBig iframe {
    display: block;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding:0px;
}
.ffoo {
    max-width: 320px;
    margin:auto;
}
.ffoo a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #444;
}
.bt-button-wrap>span.bt-text {
    background: #5d6a70;
    margin-right: 1px;
    padding-left: 45px;
    padding-right: 45px;
}
.bt-button-wrap {
    
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
}
.bt-button-wrap>span {
    display: inline-block;
    color: #fff;
    background: #006f9e;
    padding: 20px 22px;
}
.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.bt-button-wrap>span.bt-text {
    background: #5d6a70;
    margin-right: 1px;
    padding-left: 45px;
    padding-right: 45px;
}
.mapBig {
    position: relative;
}
.mapBig .insec {
        position: absolute !important;
        z-index: 100;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 70px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#move-to-top {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 12px;
    padding: 10px 10px 18px 10px;
    position: fixed;
    right: 15px;
    bottom: 10px;
    transition: all 0.25s linear 0s;
    width: 20px;
    z-index: 25;
    background: #222;
    text-align: center;
    border-radius: 3px;
    padding: 0px;
    display: block;
    width: 40p;
    width: 40px;
    height: 40px;
    bottom: 20px;
    line-height: 45px;
}
.homeBoxes p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #d8d8d8;
}
.widget_text {
    max-width: 320px;
    margin: auto;
}
.widget li {
    list-style: none;
    margin:0px !important;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.03em;
    color: #5d6a70;
}
.widget li span {
    
    display: inline-block;
    min-width: 140px;
    color: #fefefe;
}
.leftSidea:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 100px;
    height: 100%;
    background: #c39b7d;
    -webkit-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
}
.rightSidea:after {
     content: "";
     position: absolute;
     top: 0;
     right: -50px;
     width: 100px;
     height: 100%;
     background: #671b21;
     -webkit-transform: skewX(35deg);
     -moz-transform: skewX(35deg);
     -o-transform: skewX(35deg);
     -ms-transform: skewX(35deg);
     transform: skewX(35deg);
}
.swirlyheadline {
    font-size: 35px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
    color: #5d6a70;
    font-family: "Great Vibes";
    display: block;
}
.ctaButton h3,.ctaButton a {
        font-size: 37px;
    color: #ffffff;
    line-height: 46px;
    text-align: left;
    
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  40% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px);
  }
  60% {
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  40% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px);
  }
  60% {
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px);
  }
}
.bt-service:hover .bt-icon {
    -webkit-animation-delay: 0s, 0.5s;
    animation-delay: 0s, 0.5s;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-animation-duration: 0.3s, 2s;
    animation-duration: 0.3s, 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
}
.homeServices p {
    font-size: 15px;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #555555;
}
.sectionheadline span {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 1px;
    background: #888;
    margin: 0 5px;
}
.sectionheadline div {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 20px 0;
}
.sectionheadline span:before, .sectionheadline span:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 3px;
    width: 1px;
    height: 5px;
    background: #888;
    display: block !important;
}
.sectionheadline div {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 20px 0;
}
.sectionheadline span:after {
    left: auto;
    right: 3px;
}
.sectionheadline {
    font-size: 40px;
    color: #404040;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
}
.homeServices .col6:nth-child(1) .bt-service-wrap:nth-child(1) .bt-icon {
    background-color: #671b21;
}
.homeServices .col6:nth-child(1) .bt-service-wrap:nth-child(2) .bt-icon {
    background-color: #c49c7e;
}
.homeServices .col6:nth-child(1) .bt-service-wrap:nth-child(3) .bt-icon {
    background-color: #671b21;
}
.homeServices .col6:nth-child(3) .bt-service-wrap:nth-child(1) .bt-icon {
    background-color: #c49c7e;
}
.homeServices .col6:nth-child(3) .bt-service-wrap:nth-child(2) .bt-icon {
    background-color: #671b21;
}
.homeServices .col6:nth-child(3) .bt-service-wrap:nth-child(3) .bt-icon {
    background-color: #c49c7e;
}
.welcome h2 {
    line-height: 42px;
    letter-spacing: 0.16px;
    font-weight: normal;
    font-style: 700;
    color: #404040;
    font-size: 36px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.welcome ol {
    display: block;
    list-style-type: decimal;
    margin: 0 0 24px 20px;
}
@media screen and (min-width: 881px) {
    .sub-menu {
            background-color: #1c1c1c;
    }
    .navigation ul li li {
        background: transparent !important;
        border-bottom: 0;
        display: block;
    }
    #primary-navigation .navigation ul ul a, #primary-navigation .navigation ul ul a:link, #primary-navigation .navigation ul ul a:visited, #secondary-navigation .navigation ul ul a, #secondary-navigation .navigation ul ul a:link, #secondary-navigation .navigation ul ul a:visited {
        width: 100% !important;
        display: block;
        line-height: normal;
        
        line-height: 14px;
        letter-spacing: 0.96px;
        color: #b5b5b5;
        font-size: 13px;
        -webkit-transition: opacity 0.24s ease-in-out;
        -moz-transition: opacity 0.24s ease-in-out;
        padding: 15px 25px !important;
        transition: opacity 0.24s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .sub-menu a:hover {
        background: #313131 !important;
        color: #b5b5b5 !important;
    }
    .sub-menu a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: #5d6a70;
        opacity: 0;
    }
    .sub-menu a:hover:before {
        opacity: 1;
    }
}
.innerImage {
    position: relative;
    height: 306px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 60px;
}
.bt-text-ellipsis {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin:0px;
    line-height: 60px;
    letter-spacing: 0.16px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.innerImage img { width: 100% !important; }
#header .logo-wrap { padding: 0px;}
.colbig #field_1_12, .colbig li:nth-child(1) {
    display: none !important;
}
.video_holder {
    height: 700px;
    position: relative;
    overflow: hidden;
}

.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.colbig .gform_wrapper ul li.gfield {
    width: 50%;
    clear: none;
    float: left;
}
@media (max-width: 1200px) {
    .slick-logo img {
        max-height: 190px;
    }
    .rotatedPart {
        bottom: 64%;
    }
}
@media screen and (max-width: 991px) {
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
        width: 50%;
        margin-bottom: 50px;
    }
    .ctaButton .leftSidea, .ctaButton .rightSidea {
        width: 100%;
        text-align: center;
        padding:30px 5px;
    }
    .ctaButton .leftSidea h3 {
        text-align: center;
    }
    .leftSidea,.rightSidea,.ctaButton h3, .ctaButton a {
        -webkit-transform: skewX(-0deg);
        -moz-transform: skewX(-0deg);
        -o-transform: skewX(-0deg);
        -ms-transform: skewX(-0deg);
        transform: skewX(0deg);
    }
    .colxs {
        width: 50%;
    }
    .leftwow {
        display: none;
    }
    .rightwow {
        width: 100%;
    }
    .col6 {
        width: 50%;
    }
    .col6:nth-child(2) {
        display: none !important;
    }
    .col6 p {
        text-align: right;
    }
    .col6.rightside p {
        text-align: left;
    }
    .padbig {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .headerPhone .pull-left {
        width: 100%;
        text-align: center;
    }
    .headerPhone .social-icons {
        display: none;
    }
    #logo img {
        width: 100%;
    }
    .appointmentsBox {
        margin-top: 0px;
    }
    .colbig,.colsmall {
        width: 100%;
        height: auto !important;
        float: none;
    }
    .rotatedPart {
        position: relative;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg) translateX(0%);
        bottom: 0%;
        overflow: visible;
        text-align: center;
        padding: 30px 0px 20px;
    }
    .rotatedPart span ,.rotatedPart h3 {
        text-align: center !important;
    }
}
.carousel-caption {
    bottom: 150px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    left: 0px;
}

.carousel-caption h1 {
    font-size: 41px;
}

.carousel-caption a {
    background-color: #c49c7e;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}
.regular_header #secondary-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1152px) {
    #page,.container {
        max-width: 100% !important;
    }
     footer .container {
      width: 100%;
     }
     .headerPhone {
      box-sizing: border-box;
     }
}
/* mobile */
@media screen and (max-width: 880px) {
    .video_holder {
        display: none;
    }
    .primary-slider-container {
        display: none !important;
    }
    .rightSidea:after {
        display: none !important
    }
    #logo img {
        max-height: 50px;
        width: auto;
    }
    .newCon {
        height: 450px;
    }
    .widget_text {
        max-width: 100%;
    }
    .mapBig .insec {
        padding:44px;
    }
    #header #logo a { display:block; }
    #header:after,#regular-header:after {
        clear: both;
        content: "";
        display: block;
    }
    #logo {
        line-height: 50px !important;
        height: auto;
    }
    .logo-wrap {
        width: 100% !important;
    }
    #header .logo-wrap {
        float: none !important;
    }
    #secondary-navigation {
        height: auto !important;
    }
    header .logo-wrap {
        height: 50px;
    }
    #secondary-navigation a {
        line-height: normal !important;
    }
    #header nav a {
        padding: 13px 0px !important;
    }
    html a#pull {
        margin: 0px !important;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0px;
        right: 0px;
        line-height: 50px !important;
        text-align: center;
        font-size: 20px;
    }
    html a#pull:after {
        content: "\f0c9";
        display: inline-block;
        position: relative;
        right: 0px;
        top: 0px;
    }
    .hide-d { display: block; }
    #header { background: #fff; padding: 0px 0 0px 0px; margin-bottom: 0px; }
    .mobileBtn { margin-bottom: 0px; }
    .mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #5E6A70; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
    .mobileBtn.phoneBtn { font-size: 20px; }
    .mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
    .hide-xs { display: none; }
    
    .innerImage { height: 200px; margin-bottom: 30px; }
    .homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
    .box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
    .welcome {margin: 20px auto;}
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
    .post-content img { width: 100% !important; height: auto !important; }
    .footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
    .footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget    { width: 100% !important; max-width: 100% !important; }
    .hours { display: none !important; }
    .leftwow {
         width: 100%;
    }
    .rightwow {
        width: 100%;
    }
    .col-sm-6 {
        width: 100%;
    }
    .row {
        margin:0px;
    }
    .welcome iframe {
        height: 400px !important;
    }
    .featured .btn {
        display: block;
        text-align: center;
    }
    .homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
        height: auto;
    }
    .box02 .btn {
        display: block;
        max-width: 250px;
        margin:10px auto 0px;
    }
    footer .container {
        width: 100%;
    }
    .sticky { background-color: #fff !important; }
    
    div.header-social-icons { float: none !important; text-align: center; background:none!important;}
    div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
    .header-social-icons {  text-align: Center; float: none !important; }
    .header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }
}
@media screen and (max-width: 719px) {
    .mapBig .insec {
        padding: 25px;
    }
    .rightwow {
        padding:30px;
    }
    html #secondary-navigation a {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
    html #header nav a {
        padding: 13px 0px !important;
    }
}
@media screen and (max-width: 640px) {
    .colbig .gform_wrapper ul li.gfield {
        width: 100% !important;
    }
    .newCon {
        height: 370px;
    }
    .primary-slider .slide-caption {
        padding:0px 10px;
    }
    .slick-prev, .slick-next {
        display: none !important;
    }
    .main-header .container {
        padding:0px !important;
    }
    #regular-header {
        display: none;
    }
    .ctaButton h3, .ctaButton a {
        font-size: 30px;
    }
    .rightSidea:after {
        display: none;
    }
    .slide-caption h2 {
        font-size: 30px;
        line-height: normal;
    }
    .slide-caption span {
        font-size: 20px;
    }
    .slide-caption p {
        max-width: 100%;
        min-width: 100%;
        margin: 5px auto;
        height: auto;
        max-height: 100%;
        min-height: auto;
    }
    .colxs {
        width: 100%;
    }
    .widget_text {
        max-width: 320px;
        margin: auto;
    }
    .rightside .bt-service {
        padding:0px;
        text-align: center;
    }
    .col6 p {
        text-align: right;
        max-width: 320px;
        margin:auto;
        text-align: center !important;
    }
    .bt-button-wrap {
        width: 290px;
    }
    .bt-service {
        position: relative;
        padding: 0px;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .bt-icon {
        position: relative;
        margin:0px auto 15px;
    }
    .col6 {
        width: 100%;
    }
    .gfield.col-md-6 {
        width: 100%;
    }
}
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0 !important;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@media screen and (min-width:0) and (min-resolution: .001dpcm) { 
 .opacit_ {opacity:1;}
}