@font-face {font-family:"MontserratBold";src:url("assets/fonts/MontserratBold.eot?") format("eot"),url("assets/fonts/MontserratBold.woff") format("woff"),url("assets/fonts/MontserratBold.ttf") format("truetype"),url("assets/fonts/MontserratBold.svg#MontserratBold") format("svg");font-weight:normal;font-style:normal;}
@font-face {
    font-family: 'AvenirBlack';
    src: url('assets/fonts/AvenirBlack.eot');
    src: url('assets/fonts/fonts/AvenirBlack.eot') format('embedded-opentype'),
         url('fonts/AvenirBlack.woff2') format('woff2'),
         url('assets/fonts/AvenirBlack.woff') format('woff'),
         url('assets/fonts/AvenirBlack.ttf') format('truetype'),
         url('assets/fonts/AvenirBlack.svg#AvenirBlack') format('svg');
}

body{
        text-shadow: 0px 0px 1px rgba(0, 0, 0, .7);
            -webkit-font-smoothing: antialiased;
}
.flex-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex-d-col{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex-row .col{
    padding-left: 15px;
    padding-right: 15px;
}
.al-middle{
    -ms-align-items: center;
    align-items: center;
}
.al-bottom{
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.flex-row.md-5-up > .col{
    flex: 1 1 20%;
    max-width: 20%;
}
.flex-row.md-3-up > .col{
    flex: 1 1 33.333%;
    max-width: 33.333%;
}
.al-s-bottom{
    -ms-align-self: flex-end;
    align-self: flex-end;
}
.flatter-template{
    font-size: 16px;
    line-height: 1.75;
}
.flatter-template h1,
.flatter-template h2,
.flatter-template h3{
    font-family: MontserratBold;
    text-transform: none;
}
.flatter-template h4{
    font-family: MontserratBold;
}
.flatter-template h2{
    font-size: 74px;
    margin-bottom: 20px;
        line-height: 60px;
}
.flatter-template {
    overflow-x: hidden;
}
.flatter-template .btn{
    border-radius: 0;
    padding: 22px;
    font-family: MontserratBold;
    box-shadow: none;
    transition: all .3s ease;
    margin-bottom: 15px;
}

.flatter-template .btn-grey{
    color: #fff;
}
.flatter-template .btn .glyphicon{
    margin-left: 6px;
}

.flatter-template .base-header-background{
    height: 206px;
}
.buttons-group{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.check-list li{
    position: relative;
    padding-left: 20px;
    
}
.check-list li:before{
    content: "";
    background: url(assets/images/done-tick-yellow.png) no-repeat;
    position: absolute;
    left: 0;
    color: #fae500;
        display: inline-block;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*.header-top */
.header-top{
    background-color: #181818;
    color: rgba(255, 255, 255, 0.3);
    padding-top: 9px;
    padding-bottom: 9px;
/*    height: 70px;*/
    font-size: 16px;
/*    line-height: 70px;*/
}
.header-top .list-inline li{
    margin-left: 8px;
    margin-right: 8px;
    float: left;
    font-size: 14px;
}
.header-top .fl-slide-left .list-inline{
    float: right;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}
.header-top .fl-slide-left .list-inline > li{
/*
    margin-right: 0;
    line-height: 65px;
*/
}
.phone-number{
    font-size: 30px;
    color: #fff;
    font-family: MontserratBold;
text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);
    
}
.phone-number span{
    top: 3px;
    left: 5px;
    transform: rotate(20deg);
    font-size: 25px;
}
.phone-number:hover{
    text-decoration: none;
}
.fl-slide-left .phone-number:hover{
    color: #fff !important;
    
}
.flatter-template .navbar-static-top .navbar-nav{
    margin: 0;
    font-family: MontserratBold;
}
.flatter-template .navbar-static-top .navbar-nav .menu-skew-item{
    transform: skewX(30deg);
    background: #fae500;
    color: #000;
    padding-left: 30px;
    padding-right: 60px;
    margin-left: 30px;
    margin-right: -30px;
}
.flatter-template .navbar-static-top .navbar-nav .menu-skew-item > span{
    transform: skewX(-30deg);
    display: inline-block;
}
.fl-col-grow{
    flex: 1 1 auto;
}
.mega-day-content{
    margin-top: 120px;
}
.flatter-template h4{
    font-family: MontserratBold;
    font-size: 15px;
}
.mega-day-content h2{
    font-family: MontserratBold;
    font-size: 67px;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: none;
}
.col-centered{
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.fue-section{
    padding-top: 77px;
    padding-bottom: 70px;
    position: relative;
}
.fue-section h4{
    margin-bottom: 30px;
}
.fue-section .buttons-group{
    position: absolute;
    padding: 15px;
    padding-left: 0;
    left: 5%;
    top: 0;
    transform: translateY(-50%);
    z-index: 110;
}
.imgs-list{
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.imgs-list > li{
    flex-basis: 25%;
}
.imgs-list > li > img{
    width: 100%;
    height: 100%;
}
.results-section .col-content{
    padding: 30px 7% 0;
}
.results-section{
    border-top: 1px solid #e8e8e8;
    position: relative;
}
.row.collapsed > div{
    padding: 0;
}
.testimonials-section blockquote{
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    border: none;
}
.testimonials-section blockquote:before,
.testimonials-section blockquote:after{
    content: '“';
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 80px;
    font-family: Georgia;
}
.testimonials-section blockquote:after{
 top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    transform: rotate(180deg);
    
}
.testimonials-section{
    padding-top: 55px;
    padding-bottom: 25px;
    background: #f9f9f9;
}
.testimonials-box {
    display: flex!important;
    background-color: #fff;
    margin: 0 10px;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
    -moz-box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
    box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
}
.testimonials-info {
    padding: 12px 20px;
    font-size: 17px;
    line-height: 1.1;
    color: #000;
}
.testimonials-slider-nav.slick-slider{
    margin-bottom: 0;
}
.flatter-template .slick-prev,
.flatter-template .slick-next{
    background-color: #fff;
    width: 30px;
    height: 30px;
    z-index: 90;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
    -moz-box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
    box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
}
.flatter-template .slick-prev:before,
.flatter-template .slick-next:before{
    font-family: 'Glyphicons Halflings';
    color: #000;
    font-size: 10px;
}
.flatter-template .slick-prev:before {
    content: "\e251";
}
.flatter-template .slick-next:before {
    content: "\e250";
}

.flatter-template .slick-prev{
    left: 34%;
}
.flatter-template .slick-next{
    left: 64%;
}
.the-process{
    padding-top: 50px;
    padding-bottom: 60px;
}
.dark-section{
    position: relative;
    background: #2c2c2c;
    z-index: 120;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);
}
.the-process p a{
    text-transform: none;
    color: inherit;
    border-bottom: 1px solid #fae500;
    text-decoration: none;
    display: inline-block;
}
.the-process p a:hover{
    border-bottom-color: rgba(250, 229, 0, 0);
}
.phases-section{
    overflow: hidden;
}
.phases-section .col{
    padding-left: 4px;
    padding-right: 4px;
}
.phases-section .container-fluid{
    padding: 0;
    margin-left: -3px;
    margin-right: -3px;
}
.phases-section .col img{
    width: 100%;
} 
.phases-section .col .phr-name{
    background: #353535;
    padding: 10px 20px;
} 
.team-section {
    background: #343334;
}
.team-section .al-s-bottom{
        background-position: -20% !important;
    background-size: contain !important;
}
.team-section .fl-slide-right{
        padding: 80px 0;
}
.team-section .img{
    overflow: hidden;
}
.team-section .img img{
    transform: translateX(-20%);
}
.team-section h2{
    font-size: 59px;
    line-height: 55px;
}
.team-section h3{
    font-size: 34px;
    line-break:28px;
}
.team-section p{
        margin-bottom: 30px;
}

.contact-section {
    color: #2c2c2c;
    background: #f4eb00;
    padding-top: 70px;
    padding-bottom: 80px;
}
.contact-section .form-control{
    height: 52px;
    border-radius: 0;
    margin-bottom: 13px;
    background: #d6ce17;
    border: none;
    box-shadow: none;
    color: #000;
    padding-left: 20px;
}
.page-template-flexible .form-control::-webkit-input-placeholder {
  color: #000;
}
.page-template-flexible .form-control::-moz-placeholder {
  color: #000;
}
.page-template-flexible .form-control:-ms-input-placeholder {
  color: #000;
}
.page-template-flexible .form-control:-moz-placeholder {
  color: #000;
}
.contact-section form{
    padding-top: 40px;
}
.contact-section textarea.form-control{
    min-height: 110px;
}
.contact-section h2{
    letter-spacing: -0.04em;
    margin-top: 0;
    line-height: 0.9;
}
.contact-section p a{
    font-family: MontserratBold;
    color: inherit;
    display: inline-block;
}
.contact-section form [class*=col-]{
    padding-left: 8px;
    padding-right: 8px;
}
.contact-section .btn{
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #000;
}
.fl-node-596eba984e5bd > .fl-row-content-wrap {
    background-color: #3c3a3b;
    background-color: rgba(60,58,59, 0.9);
    background-image: url(https://amsclinics.com.au/app/uploads/2017/07/dr_side_on-trans_720_2-zoomed.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: contain;
    overflow: hidden;
}
.fl-rich-text {
    font-size: 14px;
}
.fl-rich-text h2{
    font-family: inherit;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 32px;
}
.fl-node-596eb6158103d > .fl-module-content {
    margin-bottom: -120px;
}
.fl-module .btn{
    padding: 30px;
    font-family: inherit;
    color: #6a6a6a;
}
.fl-node-5976ad2454165 {
    width: 100%;
}
.fl-node-596eb61581034 > .fl-module-content {
    margin-top: 100px;
    margin-bottom: 40px;
}
.fl-node-596eb61581033 {
    width: 100%;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);

}
/*
@media (min-width: 1200px){
    .results-section .col-content{
        padding: 2vw 2% 0;
    }
}
@media (min-width: 1300px){
    .results-section .col-content{
        padding: 7vw 7% 0;
    }
}
*/

.scroll-down,
.scroll-up{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #2c2c2c;
    font-size: 10px;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
    -moz-box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
    box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
}
.scroll-up{
    width: 40px;
    height: 40px;
    left: auto;
    right: 0;
    bottom: 50px;
    position: fixed;
    z-index: 999999;
}
.scroll-down {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%)
}
.scroll-down:hover,
.scroll-up:hover,
.scroll-down:focus,
.scroll-up:focus{
    text-decoration: none;
}



.flatter-template .fl-builder-content-primary .fl-row-content-wrap{
    background-position: center center!important;
    background-attachment: scroll!important;
    background-size: cover !important;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);
}
.flatter-template .fl-builder-content-primary.banner-v2  .fl-row-content-wrap{
     text-shadow: 0px 0px 1px rgba(0, 0, 0, .7);
}

.page-template-flexible{
        overflow-x: hidden;
}


.page-template-flexible .navbar-nav li a{
    /*font-family: 'MontserratBold';
        font-size: 16px;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);*/
}
.page-template-flexible .navbar-nav li a.menu-skew-item{
    text-shadow: 0px 0px 1px rgba(0, 0, 0, .7);
}

.cntct-mdl,
.video-modal{
    display: none;
     position: absolute;
    width: 100%;
    max-width: 500px;
    left: 50%;
    top: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fae500;
    padding: 55px;
    text-align: center;
    margin-top: 25%;
}
.video-modal{
    background: none;
    margin-top:0;
    padding: 0;
        margin-top: 10%;

    max-width: 800px;
}
.video-modal iframe{
    width: 100%;
}
.video-modal .close-modal{
    color: #fff;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);
}
.cntct-mdl.contact-modal{
     margin-top: 50px;
}
.modal-overlay{
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    height: 100%;
}

.cntct-mdl form input[type="text"],
.cntct-mdl form input[type="email"],
.cntct-mdl form select,
.cntct-mdl form textarea{
   height: 52px;
    border-radius: 0;
    margin-bottom: 13px;
    background: #e7d401;
    border: none;
    box-shadow: none;
    color: #000;
    padding-left: 20px; 
}
.cntct-mdl form textarea{
    height: 110px;
    padding-top: 15px;
}
.cntct-mdl form select{
    -webkit-appearance:none;
}
.cntct-mdl form br{
    display: none;
}
.cntct-mdl form .row .col-sm-6:first-child{
    padding-right: 5px;
}
.cntct-mdl form .row .col-sm-6:last-child{
    padding-left: 5px;
}
.cntct-mdl h3{
        font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}
.cntct-mdl h1{
      margin: 0 auto 30px;
    font-size: 45px;
    letter-spacing: -3px;
}
.cntct-mdl button{
width: 100%;
    background: #2d2d2d;
    border-color: #000 !important;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cntct-mdl button:hover{
    background: #000;
    color: #fff !important;
}
.cntct-mdl .contact-inner{
    position: relative;
}
.cls-mdl{
     position: absolute;
    right: -25px;
    top: -40px;
    color: #000;
    font-size: 40px;
   
    line-height: 1em;
    font-family: 'MontserratBold';
    cursor: pointer;
}

.cls-mdl:hover{
    text-decoration: none;
    border: 0;
    color: #fff;
}
.cntct-mdl form .upload {
    text-align: left;
}
.testimonials-slider-for .slick-arrow{
    display: none !important;
}
.navbar-brand .logogroup .htalogo{
     padding-right: 15px;
    padding-bottom: 7px;
    margin-top: -9px;
    padding-left: 0;
}
.amsclogo{
    border-left: 1px solid #fff;
    padding-left: 15px;    
}
.main-nav-scrolled .amsclogo{
    border-color: #989898;
}
.mega-day-content .col-lg-4{
    width: 100%;
    max-width: 555px;
}
.banner-v2.asor .cs.container-fluid{
margin-bottom: -175px;	
}
.banner-v2 .contact-section {
    text-align: center;
    padding: 40px 50px;
    
    width: 450px;
    margin-left: auto;
        margin-top: 20px;
}
.banner-v2 .contact-section .gform_wrapper{
	margin-bottom:0;
}
.simple-section .contact-form-container{
    padding-left: 8%;
    padding-right: 8%;
}
.banner-v2 .contact-section h2,
.home .banner-v2 .contact-section h2{
    font-size: 45px;
    letter-spacing: -3px;
}
.flatter-template .main-nav-scrolled{
    padding-bottom: 0;
}
.main-nav-scrolled .navbar-brand .logogroup .htalogo{
    height: 70px;
    margin-top: 7px;
}
.team-section .btn.white,
.team-section .btn.white span{
    color: #000 !important;
}
.team-section .btn.white:hover,
.team-section .btn.white:hover span{
    color: #fff !important;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);
}
.banner-v2 .mega-day-content{
    color: #242424;
    padding-top: 180px;
}
body.fl-builder header.v2 .navbar{
        background: #242424;
}
body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap{
        max-width: 500px;
}
.banner-v2 .mega-day-content p{
        margin-top: 40px;
}
.banner-v2 .contact-section form{
    padding-top: 10px;
}
.video-cont{
    height: 350px;
    max-width: 750px;
    width: 100%;    
    position: relative;
    margin: 50px auto 0;
    background-size: cover !important;
    background-position: center !important;
}
.play-vid img{
        position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: pointer;
}

.video-cont .strip img{
    left: 20px;
    top: 9px;
    position: absolute;
}
.video-cont .strip{
        position: absolute;
    bottom: 0;
    width: 100%;
    height: 46px;
    background: #303030;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, .7);
    padding: 0 20px 0 50px;
    line-height: 46px;
    font-size: 15px;
    font-family: 'MontserratBold';
    cursor: pointer;
    text-decoration: none;
}

@media screen and (min-width: 1500px){
    body:not(.single-service-page) .banner-v2 .mega-day-content h2{
            font-size: 44px;
    }
    body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap {
        max-width: 340px;
    }
}
@media screen and (min-width: 1800px){
 
    body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap {
        max-width: 440px;
    }
}
@media screen and (max-width: 1330px) and (min-width:1024px ){
    .banner-v2 .mega-day-content .col-lg-4{
            max-width: 45%;
        float: right;
    }
     .banner-v2 .mega-day-content  .col-lg-7 {
        width: 50%;
    }
    .flatter-template .btn{
            padding: 20px;
    }
}
@media screen and (min-width: 1500px){
    .team-section .al-s-bottom{
         background-position: left !important;   
    }
}
@media screen and (max-width: 1400px){
    .team-section h2{
         font-size: 48px;
        line-height: 48px;
    }
    .simple-section .contact-form-container h2{
        font-size: 39px;
    }
}
@media screen and (max-width: 1299px){
    .main-nav-scrolled{
        margin-top: -56px;
    }
    .header-top .list-inline li{
        font-size: 11px;
    }
    .phone-number{
        font-size: 22px;
    }
    .page-template-flexible .navbar-nav li a{
            font-size: 14px;
         padding-left: 6px;
        padding-right: 6px;
    }
    .flatter-template .navbar-static-top .navbar-nav .menu-skew-item{
        padding-right: 50px;
    }
    .flatter-template .team-section h2{
            font-size: 40px;
        line-height: 40px
    }
 
    .banner-v2 .mega-day-content.fl-slide-right h2{
           font-size: 60px;
    }
    .banner-v2 .mega-day-content.fl-slide-right .contact-section  h2{
        font-size: 45px;
    }
    body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap {
        max-width: 450px;
    }
    .flatter-template .fl-builder-content-primary .fl-row-content-wrap{
            background-position: 35%!important;
    }
    .shane-smeltz .flatter-template .fl-builder-content-primary .fl-row-content-wrap{
            background-position: 47%!important;
    }
}
@media screen and (max-width: 1100px){
    .phone-number {
        font-size: 16px;
    }
    .phone-number span{
            font-size: 14px;
    }
    .header-top .fl-slide-left .list-inline > li:first-child{
        display: none;
    }
	.banner-v2 .contact-section{
		margin-top:0;
	}
}
@media screen and (min-width: 1024px){
    .v-mob{
        display: none;
    }
    .mega-day-content{
        margin-top: 60px;
        padding-top: 130px;
    }
    .phases-section .col{
        width: 20% !important;
    }
     .phases-section .slick-list,
    .phases-section .slick-track{
        width: 100% !important;
    }
    .main-nav-scrolled .header-top{
       padding-top: 5px;
        float: left;
        width: 100%;
    }
    .cs{
        display: none;
    }
    .banner-v2 .cs{
        display: block;
        float: right;
    }
    .flatter-template .team-section .btn{
        float: left;
        clear: both;
    }
   .team-section p {
        max-width: 320px;
        margin-top: 80px;
    }

}
@media screen and (min-width: 1024px) and (max-width: 1099px){
    body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap {
           max-width: 335px;
    }
    body .banner-v2 .mega-day-content.fl-slide-right h2 {
        font-size: 45px;
    }
}
@media screen and (max-width: 1199px){
	.banner-v2.asor .cs.container-fluid{
		padding-left:20px;
	}
     .banner-v2 .mega-day-content.fl-slide-right h2 {
        font-size: 52px;
    }
    .banner-v2 .mega-day-content p{
        font-size: 14px;
    }
    .banner-v2 .contact-section{
           width: 100%;
        padding: 25px;
    }
    .banner-v2 .mega-day-content.fl-slide-right .contact-section h2{
        font-size: 40px;
    }
}

@media screen and (max-width: 1100){
    body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap {
        max-width: 300px;
    }
    .banner-v2 .mega-day-content.fl-slide-right h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1024px){
   
   
    .phases-section .slick-prev{
        display: none !important;
    }
    .flatter-template .phases-section .slick-next {
        left: auto;
        right: 5%;
            top: 60%;
    }
    .testimonials-slider-nav .slick-list{
        padding: 0 10%;
    }
    .flatter-template .testimonials-slider-nav .slick-next {
        left: 85%;
    }
    .flatter-template .testimonials-slider-nav .slick-prev {
        left: 9%;
    }
    .flatter-template .testimonials-slider-nav h4{
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 1023px){ 
	.greview{
		    margin: 0 auto 50px;
	}
    .header-top > .container-fluid > .row{
        display: block !important;
    }
    .header-top .col-sm-7{
        width: 100%;
    }    
 .flatter-template .fl-builder-content-primary .fl-row-content-wrap{
            background-position: 0!important;
    } 
     .phases-section .slick-list{
        padding-right: 10%;
    }
    .banner-v2 .mega-day-content{
            padding-top: 120px; 
    }

    .banner-v2 .cs,
    .fue-section.fue2 .buttons-group{
        display: none;
    }
    .fue-section.fue2 .row{
         margin-left: auto;
        margin-right: auto;   
        padding: 0 10px;
    }
    .cs .contact-section {
            padding: 50px;
    text-align: center;
    }
    .navbar-brand .logogroup .htalogo{
         padding-bottom: 0;
     margin-top: -5px;   
    }
    .video-cont{
        max-width: 100%;
    }
    .header-top .fl-animated.fl-slide-right{
        width: 100%;
        text-align: center;
    }
    .header-top .fl-animated.fl-slide-left,
   .header-top .phone-number,
   .header-top .fl-slide-left .list-inline > li{
        display: none !important;
    }
    .navbar-collapse.collapse.h-mob{
        display: none !important;
    }
    .phone-number{
            transform: skewX(30deg);
        background: #fae500;
        color: #000 !important;
        padding-left: 30px;
        padding-right: 60px;
        margin-left: 30px;
        margin-right: -30px;
        display: inline-block;
        float: right;
        height: 109px;
    line-height: 109px;
        text-transform: none;
        font-weight: bold;
    }
    .phone-number div{
        transform: skewX(-30deg);
        display: inline-block;
    }
     .phone-number span{
         transform: rotate(25deg);
        color: rgba(0,0,0,0.8);
        font-weight: bold;
        top: 5px;
        left: 5px;   
     }
     .logogroup img{
        height: 60px !important;
     }
     .header-top .check-list{
           margin: 0 auto;
           text-align: center;
     }
     .navbar-default .navbar-brand{
        width: auto;
     }
     .navbar-header{
        display: inline-block;
     }
     .team-section  p{
        display: none;
     }
     .team-section .flex-row.md-3-up > .col.fl-slide-left{
          flex: 1 1 100%;
        max-width: 100%;  
        padding-bottom: 40px;
     }
     .team-section .flex-row.md-3-up > .col.fl-slide-right{
        max-width: 60%;
        float: right;
        align-items: flex-end;  
            padding-bottom: 30px;
     }
     .team-section .al-s-bottom{
            background-position: -250px !important;
    background-size: cover!important;
     }
     .flatter-template .team-section h4{
            color: #fae500;
     }
     .flatter-template .team-section h3 {
        font-size: 26px;
    }
    .flatter-template .team-section .btn{
            width: 50%;
        float: left;
    }
    .results-section .col-content{
         padding: 30px 20px 0;   
    }
    .header-top .list-inline li{
        float: none;
            font-size: 8px;
    }
        
}
@media screen and (max-width: 991px){
    .results-section .container-fluid,
    .results-section .container-fluid .col-lg-7{
        padding: 0;
    }
    .results-section .col-content{
            padding: 20px 0;
    }
    .cls-mdl {
        right: 0;
        top: -43px;
    }
    .team .fue-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .flatter-template .fl-row-full-height .fl-row-content-wrap{
            padding-bottom: 70px;
    }
}
@media screen and (max-width: 900px){
    .navbar-brand .logogroup img{
     padding-left: 10px;
         margin-top: -5px;
    }
    .navbar-brand .logogroup .htalogo{
        padding-right: 10px;
        margin-right: 0;    
    }
    .video-modal{
        max-width: 90%;
    }
}
@media screen and (min-width: 681px){
  
    .flatter-template .fl-row-full-height .fl-row-content-wrap{
            min-height: 600px;
    }
}
@media screen and (min-width: 768px){
    .navbar-header{

        height: 110px;
    }
    .navbar-nav>li>a{
        padding-top: 45px;
        padding-bottom: 45px;    
    }
}
@media screen and (max-width:768px){
    body .banner-container .fl-row-content-wrap{
            padding-left: 5%;
        padding-right: 5%;
    }
    .flatter-template .fl-builder-content-primary.banner-v2 .fl-row-content-wrap{
        padding-left: 5%;
        padding-right: 5%;
    }
    body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap {
        max-width: 355px;
    }
    .banner-v2 .mega-day-content.fl-slide-right h2 {
        font-size: 44px;
    }
}
@media screen and (max-width: 767px){
    .header-top .list-inline li{
        font-size: 11px;
            margin: 0 auto;
            float: left;
                padding: 0;

    }
    .check-list li:before{
        left: auto;
        margin-left: -20px;

    }
    .cntct-mdl form .row .col-sm-6:first-child {
        padding-right: 0;
        padding-left: 0;
    }
    .cntct-mdl form .row .col-sm-6:last-child ,
    .cntct-mdl form .col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }
     .flatter-template .fl-builder-content-primary .fl-row-content-wrap{
            background-position: 20% !important;
           
    }
    .banner-v2 .mega-day-content p br{
        display: none;
    }

}
@media screen and (max-width: 680px){
	.greview{
		margin-bottom:0;
	}
    .main-nav-scrolled{
        margin-top: -45px;
    }
    .check-list li:before{
        background-size: 80%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .header-top{
        position: relative;
    }
    .phone-number{
        height: 60px;
        line-height: 60px;  
    }
    .logogroup img {
        height: 50px !important;
    }
    .header-top .list-inline li{
        margin-left: 0;
        margin-right: 0;    
    }
    .navbar{
        height: auto;
        min-height: auto;
    }
    .main-nav-scrolled{
        margin-bottom: -46px;
    }
    .navbar .navbar-brand{
        height: auto;
        padding-top: 15px!important;
        padding-bottom: 6px!important;
    }
    .mega-day-content .col-lg-4{
        max-width: 400px;
    }
    .mega-day-content h2{
        font-size: 56px;
    }
    .fue-section .buttons-group{
        position: relative;
        transform:none;
        background: #fff;
        padding: 20px 5% 5px;
        left: 0;
    }
    .fue-section{
        padding-top: 0;
        background: #f1f1f1;
        padding-bottom: 30px;
    }
    .fue-section .fl-slide-up{
        padding-top: 20px;
    }
    .flatter-template .btn{
        width: 50%;
        padding: 0 10px;
        font-size: 11px;
        height: 45px;
        line-height: 43px;
    }

    .flatter-template .btn[type="submit"]{
        width: 100%;
    }
    .flatter-template .fl-slide-up h4{
        margin-bottom: 20px;
        margin-top: 30px;    
    }
    .flatter-template .phase-box h4{
        margin-bottom: 10px;
        margin-top: 0;    
    }
    .flatter-template h2{
        font-size: 54px;
        line-height: 44px;
    }
    .flatter-template .the-process h2{
            max-width: 280px;
    }
    .contact-section form{
            padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
    }
    .contact-section{
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flatter-template .team-section .btn.btn-warning-alt{
        width: 50%;
    }
    .navbar-fixed-bottom{
            margin-right: 20px;
    }
     .flatter-template .fl-node-596eb6158103d > .fl-module-content {
        margin-bottom: -28px;
    }
    .flatter-template .fl-node-596eb6158103d > .fl-module-content h2 {
        font-size: 28px;
        line-height: 32px;
    }
     .flatter-template .circle:not(.regular) .fl-module-content .fl-rich-text{
            margin-top: -37%;
    }
     .flatter-template .fl-builder-content-primary .fl-row-content-wrap{
            
            min-height: auto;
    }
    .flatter-template .fl-builder-content-primary.banner-v2 .fl-row-content-wrap{
        height: auto;
            background-position: 25%!important;
    }
     .mega-day-content {
        margin-top: 0;
            padding-top: 170px;
    }
    .cntct-mdl{
            max-width: 90%;
                padding: 30px;
    }
    .cntct-mdl h1{
        font-size: 30px;
    }
    .cntct-mdl h3{
        font-size: 11px;
    }
    .cntct-mdl form input[type="text"], .cntct-mdl form input[type="email"], .cntct-mdl form select, .cntct-mdl form textarea{
        height: 45px;
    }
    .cntct-mdl form textarea{
        height: 100px;
    }
    .cls-mdl{
        right: -15px;
        top: -20px;    
    }
     .main-nav-scrolled .phone-number{
        height: 85px;
        line-height: 85px;
    }
    .flatter-template .mega-day-content h4{
        margin-bottom: 0;
    }
    .testimonials-section{
        padding-top: 30px;
    }
    .results-section .buttons-group{
        margin-top: 20px;
    }
    .v2 .phone-number{
         height: 85px;
        line-height: 85px;   
    }
    .cs .contact-section{
            padding: 30px 20px 20px;
    }
    .banner-v2 .mega-day-content p {
        margin-top: 20px;
    }
    .banner-v2 .mega-day-content {
        padding-top: 200px;
    }
    body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap {
           max-width: 295px;
    }
    .banner-v2 .mega-day-content.fl-slide-right h2 {
        font-size: 40px;
    }
    
}
@media screen and (min-width: 481px){
    .hide-for-large{
        display: none !important;
    }
}
@media screen and (max-width: 480px){
    .banner-v2 .mega-day-content.fl-slide-right h2{
        font-size: 32px;
    }
    .flatter-template h2{
        font-size: 38px;
    }
    .mega-day-content{
            padding-top: 120px;
    }
    .main-nav-scrolled{
        margin-top: -64px;
    }
    .main-nav-scrolled .phone-number{
         height: 74px;
        line-height: 74px;
    }
    .header-top .list-inline li{
        padding-left: 11px;
    }
    .check-list li:before {
        background-size: 58%;
          margin-top: 3px;
    }
    .header-top .fl-animated.fl-slide-right{
        padding: 0;
    }
    .phone-number {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 45px;  
        margin-left: 0;         
    }
    .phone-number span{
         top: 4px;
        left: 3px;  
        font-size: 17px; 
    }
   
    .logogroup img {
        height: 40px !important;
    }
    .flatter-template h4{
        font-size: 14px;
    }
  
    .flatter-template .fl-builder-content-primary .fl-row-content-wrap{
       
        min-height: auto;
        background-position: left !important;
    }

    .flatter-template .team-section h2{
            font-size: 24px;
        line-height: 30px;
            margin: 10px auto;
    }
    .team-section .flex-row.md-3-up > .col.fl-slide-right{
            padding-left: 20px;
    }
    .flatter-template .team-section h3 {
        font-size: 19px;
    }
    .team-section .flex-row.md-3-up > .col.fl-slide-right{
            padding-bottom: 20px;
            padding-top: 30px;
    }
    .flatter-template .fl-slide-up h4{
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 10px;    
    }
    .phases-section .col .phr-name{
        padding-left: 10px;
        padding-right: 10px;
    }
    .flatter-template {
        font-size: 14px;
        line-height: 22px;
    }
     .flatter-template .circle .fl-module-content{
         width: 195px;
        padding-bottom: 210px;
        margin-left: 0;   
    }
     .flatter-template .fl-node-596eb6158103d > .fl-module-content h2 {
         font-size: 14px;
    line-height: 20px;
    }
     .flatter-template .circle:not(.regular) .fl-module-content .fl-rich-text{
            margin-top: -55%;
    }
    .flatter-template .the-process h2{
        margin-top: 0;
    }
    .hide-for-small{
        display: none !important;
    }
    .flatter-template .fue-section .btn.btn-warning-alt{
        width: 100%;
    }
    .flatter-template .mega-day-content h2 {
        font-size: 46px;
        line-height: 44px;
        max-width: 300px;
    }
    #menu-static-footer li.b4-user a{
        font-size: 10px;
    }
    .fue-section .col-centered{
        padding-left: 25px;
        padding-right: 25px;    
    }
    .v2 .phone-number{
         height: 74px;
        line-height: 74px;   
    }
    .flatter-template .fl-builder-content-primary.banner-v2 .fl-row-content-wrap{
            background-position: 35%!important;
    }
    .the-process {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .team-section .al-s-bottom{
        background-position: -180px !important;
    }
    .contact-section textarea.form-control{
        margin-bottom: 0;
    }
    .contact-section .form-control{
        margin-bottom: 5px;
    }
     body:not(.single-service-page) .banner-v2 .mega-day-content .cont-wrap {
        max-width: 230px;
    }

}
@media screen and (max-width: 420px){
    .flatter-template .mega-day-content h2{
        font-size: 40px;
            line-height: 38px;
            max-width: 265px;
    }
    .flatter-template .team-section h2 {
        font-size: 16px;
        line-height: 21px;
    }
    .team-section .al-s-bottom{
            background-position: -163px !important;
    }
    .flatter-template .team-section h3 {
        font-size: 14px;
    }
    .flatter-template .mega-day-content .team-section h4,
    .flatter-template h4{
        font-size: 12px;
    }
    .team-section .flex-row.md-3-up > .col.fl-slide-left{
            padding-bottom: 20px;
    }
    .flatter-template .contact-section h2 {
        font-size: 40px;
        line-height: 35px;
    }
    .testimonials-info p{
        font-size: 12px;
    }
    .flatter-template .team-section .btn{
        width: 40%;
    }
    .flatter-template .team-section .btn.btn-warning-alt{
        width: 60%;
    }
    .flatter-template .the-process h2 {
        font-size: 44px;
        line-height: 44px;
            max-width: 250px;
    }
    .banner-v2 .mega-day-content.fl-slide-right h2 {
        font-size: 34px;
        max-width: 255px;
    }
}
@media screen and (max-width: 400px){
    .header-top .list-inline li{
       font-size: 8px;
     
    }

}

@media screen and (max-width: 374px){
    .header-top .list-inline li{
       font-size: 11px;
     
    }
    .header-top{
         padding-top: 10px;
             padding-bottom: 10px;
        height: auto;
        line-height: 1em;   
    }
    .navbar {
        height: 110px;
    }
    .main-nav-scrolled .phone-number {
        height: 76px;
        line-height: 76px;
    }
    .flatter-template .team-section .btn.btn-warning-alt,
    .flatter-template .team-section .btn{
        width: 100%;
    }
}
.contact-inner div.wpcf7-response-output{
        text-align: center !important;
    color: #000 !important;
    background: none !important;
    border: 0 !important;
}
span.wpcf7-not-valid-tip{
    background: none !important;
    border: 0 !important;
    font-size: 12px !important;
}
.alert-success, div.wpcf7-mail-sent-ok{
    text-align: center !important;
    background: none;
    border: 0;
}
.footer-text{
     float: left;
    background: #000;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;  
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}
.footer-text a{
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid;
    text-transform: lowercase;
}
.footer-text p{
    margin-bottom: 0;
}
.footer-text  .col-lg-8 {
    margin: 0 auto;
    float: none;  
    width: 100%;
    max-width: 900px;  
}
.navbar-fixed-bottom{
        bottom: 50px;
}
@media screen and (max-width: 480px){
    .footer-text{
            font-size: 11px;
        line-height: 15px;
    }
}

/**** 05.04.2018 ****/
.flatter-template .navbar-header{
    padding-left: 5%;
}
.flatter-template .navbar-header .navbar-brand{
    padding-left: 0!important;
}
.flatter-template .container-fluid{
    padding-left: 5%;
    padding-right: 5%;
}
.single-service-page .mega-day-content .col-lg-7 + .col-lg-5, 
.process-page .mega-day-content .col-lg-7 + .col-lg-5{
    width: 50%;
    max-width: 50%;
}
.the-process .container-fluid > .flex-row{
    margin-left: -15px;
    margin-right: -15px;
}
.header-top > .container-fluid > .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.testimonials-slider-for{
    padding-left: 5%;
    padding-right: 5%;
}
.process-page .dark-section{
    background: #343334;
}
.phases-section-alt .phase-box:nth-child(4) .phase-img{
    height: auto;
}
.team-lsit .flex-row.collapsed > .col-lg-3{
    overflow: hidden;
}
.contact-section{

}
#page > hr{
    display: none;
}
@media screen and (min-width: 1024px) {
    .team-lsit .flex-row.collapsed:not(.staff-list) > .col-lg-3 > img{
        min-width: 100%;
        min-height: 100%;
        height: auto;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}



h3 .dr-qual, .dr-qual{font-size:16px !important;}

.saleBanner .mega-day-content .cont-wrap h2{
     text-transform: uppercase;
    line-height: 0.9em;   
    font-family: 'AvenirBlack';
    font-size: 42px;
}
.saleBanner .mega-day-content p{
    font-size: 21px;
    margin-top: 10px;
}
.saleBanner .mega-day-content p strong{
    font-family: 'AvenirBlack';
}
.sale{
     display: inline-block;
    background: #c20a2d;
    color: #fff;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;  
    font-family: 'AvenirBlack';
    text-transform: uppercase; 
}
.flatter-template h4.sale{
    font-size: 16px;
    margin-bottom: 0;
}
span.sale{
        padding: 0 8px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
body:not(.single-service-page) .banner-v2.saleBanner .mega-day-content .cont-wrap {
    max-width: 490px;
}
.saleBanner {
    background: #f5f6f1;
}
.flatter-template .fl-builder-content-primary.banner-v2.saleBanner .fl-row-content-wrap{
    text-shadow:none;
    padding-bottom: 60px;
}
.image-mob{
    display: none;
}
@media screen and (max-width: 1700px) and (min-width: 1500px){
    body:not(.single-service-page) .banner-v2.saleBanner .mega-day-content .cont-wrap {
        max-width: 430px;
    }
    .saleBanner .mega-day-content p{
        font-size: 16px;
    }
    span.sale{
        font-size: 12px;
    }
    .flatter-template h4.sale{
        font-size: 11px;
    }
}
@media screen and (max-width: 1099px){
     body:not(.single-service-page) .banner-v2.saleBanner .mega-day-content .cont-wrap {
        max-width: 370px;
    }   
    .saleBanner .mega-day-content p{
        font-size: 17px;
    }
    span.sale{
        font-size: 13px;
    }
    .banner-v2.saleBanner .mega-day-content.fl-slide-right h2 {
        font-size: 30px;
    }
    .flatter-template h4.sale{
         font-size: 10px;
   		 padding: 0 10px;
    }
}
@media screen and (max-width: 1023px){
    .flatter-template .fl-builder-content-primary.saleBanner  .fl-row-content-wrap {
           background-position: 20%!important;
    }
    .shane-smeltz .flatter-template .fl-builder-content-primary.saleBanner  .fl-row-content-wrap {
           background-position: 35%!important;
    }
}
@media screen and (max-width: 768px){
    .saleBanner .mega-day-content p{
        font-size: 18px;
    }
    body:not(.single-service-page) .banner-v2.saleBanner .mega-day-content .cont-wrap {
        max-width: 393px;
    }
}
@media screen and (max-width: 640px){
    .flatter-template .fl-builder-content-primary.saleBanner .fl-row-content-wrap {
        background-position: 30%!important;
        background: none !important;
    }
     .saleBanner .mega-day-content p,
    span.sale{
        font-size: 14px;
    }
    body:not(.single-service-page) .banner-v2.saleBanner .mega-day-content .cont-wrap {
        max-width: 100%;
        padding: 30px 35px 0;
    }
    .image-mob{
        display: block;
    }
    .image-mob img{
        height: 300px;
        width: 100%;
        object-fit:cover;
    }
    .shane-smeltz .image-mob img{
        height: auto;
    width: 100%;
    }
    .saleBanner .col-lg-7{
        width: 100%;
        padding: 0;
    }
    .flatter-template .fl-builder-content-primary.banner-v2.saleBanner .fl-row-content-wrap{
        padding: 0;
        display: block;
            overflow-x: hidden;
    }
    .banner-v2.saleBanner .mega-day-content p br{
        display: block;
    }
     .banner-v2.saleBanner .mega-day-content {
        padding-top: 99px;
    }
    .shane-smeltz .banner-v2.saleBanner .mega-day-content {
        padding-top: 60px;
    }
    span.sale {
        font-size: 10px !important;
    }
    .banner-v2.saleBanner .mega-day-content.fl-slide-right h2{
        max-width: 400px;
    }
    .shane-smeltz .flatter-template h4.sale{
        margin-top: 0;
    }
    body.shane-smeltz .banner-v2.saleBanner .mega-day-content .cont-wrap{
        padding-top: 20px;
    }
}
@media screen and (max-width: 480px){
   
      
    .banner-v2.saleBanner .mega-day-content.fl-slide-right h2 {
        font-size: 36px;
            max-width: 300px;
    }
    .flatter-template h4.sale{
        font-size: 8px;
        height: 30px;
        line-height: 30px;
        margin-top: 0;    
    }
   
       
}
@media screen and (max-width: 400px){
    .shane-smeltz .banner-v2.saleBanner .mega-day-content{
        padding-top: 45px;
    }
}
@media screen and (max-width: 375px){
    .shane-smeltz .banner-v2.saleBanner .mega-day-content {
        padding-top: 70px;
    }
}
@media screen and (max-width: 350px){
    .banner-v2.saleBanner .mega-day-content.fl-slide-right h2{
            font-size: 34px;
    }
    .saleBanner .mega-day-content p, span.sale {
        font-size: 12px;
    }
	.shane-smeltz .flatter-template h4.sale{
		font-size:7px;
	}
}
.wrap,
.head-btm-wrap,
.flatter-template .header-top .container-fluid{
        max-width: 2400px;
    margin: 0 auto;
}

.special-offer{
        display: flex;
    /*background: #242424;
    color: #fff;*/
     padding-top: 40px;
    padding-bottom: 80px;
    background: none;
    color:#242424 ;
}
.special-offer div{
    padding-right: 20px;
    margin-right: 20px;
    /*border-right: 1px solid #4f4e4d;*/
}
.special-offer div:last-child{
    border-right: 0;
}
.special-offer div img{
        position: absolute;
    margin-top: 8px;
    margin-left: 10px;
}
.special-offer .sale{
        position: absolute;
    top: -25px;
}
/*.flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
    padding-bottom: 0;
}*/
.special-offer h5{
        font-family: MontserratBold;
    text-transform: uppercase;
    font-size: 15px;
}
.special-offer p {
	font-size:14px;
}
.special-offer del{
        color: #cf060d;
}
body:not(.single-service-page) .banner-v2.saleBanner.asor  .mega-day-content .cont-wrap {
    max-width: 597px;
}
.saleBanner.asor .mega-day-content p{
    font-size:24px;
       margin: 30px 0;
    line-height: 1;
}
.asor .mega-day-content p small{
    font-size: 14px;
}
.saleBanner.asor .mega-day-content .cont-wrap h2{
    padding-right: 35px;
}
body:not(.single-service-page) .banner-v2.asor  .mega-day-content h2 {
    font-size: 42px;
}
.gform_wrapper li.gfield select{
        padding-left: 5px !important;
}
@media screen and (min-width: 768px) and (max-width: 1099px){
    .brand{
        font-size: 14px;
    }
}
@media screen and (min-width: 1100px){
    .banner-v2.asor .cs.container-fluid {
       padding-right: 50px;
    }   
}
@media screen and (max-width:1500px){
	body:not(.single-service-page) .banner-v2.saleBanner.asor .mega-day-content .cont-wrap {
		max-width: 506px;
	}	
	body:not(.single-service-page) .banner-v2.asor .mega-day-content h2 {
		font-size: 36px;
	}
	.saleBanner.asor .mega-day-content p {
		max-width: 395px;
		font-size: 17px;
	}
    .flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
          /*height: 750px;*/
            background-size: 120% !important;
        background-color: #f9f8f3 !important;
        background-position: 73% !important;
    }
}
@media screen and (max-width: 1300px){
    .saleBanner.asor .mega-day-content p {
        font-size: 18px;
        margin: 40px 0;
        max-width: 420px;
    }
     body:not(.single-service-page) .banner-v2.saleBanner.asor .mega-day-content .cont-wrap {
        max-width: 500px;
    }
}
@media screen and (max-width: 1200px){
    .saleBanner.asor .mega-day-content p {
        max-width: 400px;
    }
    .asor .mega-day-content p small {
        font-size: 11px;
    }
    .flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
          background-position: 63% !important;
         height: 665px;
    }
    .saleBanner.asor .mega-day-content p{
            margin: 20px 0;
    }
	.special-offer p {
       font-size: 10px;
    }   
    .special-offer div{
            width: 15%;
    }
	.special-offer h5{
		font-size:11px;
	}
	.special-offer div img{
		margin-top:-2px;
	}
    .special-offer div:last-child {
        margin-right: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1099px){
    .banner-v2.asor .cs.container-fluid {
        padding-right: 20px;
        padding-left: 0;
    }   
    body:not(.single-service-page) .banner-v2.asor .mega-day-content h2 {
        font-size: 30px;
    }
    body:not(.single-service-page) .banner-v2.saleBanner.asor .mega-day-content .cont-wrap {
        max-width: 380px;
    }
    .flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
       /* height: 600px;*/
             background-position: 43% 100% !important;
    }
    .saleBanner.asor .mega-day-content p {
        max-width: 320px;
            font-size: 16px;
    }
}


@media screen and (max-width: 991px){
     body:not(.single-service-page) .banner-v2.saleBanner.asor .mega-day-content .cont-wrap {
        max-width: 418px;
    }.special-offer{
            padding-bottom: 40px;
    }
    .flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
        height: 723px;
          
    }
}
/*@media screen and (min-width: 1801px){
    .flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
        height: 805px;
    }
}*/

@media screen and (max-width: 1023px){
        .flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
            background-position: 0 100% !important;
                background-size: 140% !important;
                height: 650px;
             min-height: auto;
                 padding-top: 105px;
        }
    .banner-v2.asor .mega-day-content {
        padding-top: 0;
    }
	.special-offer div{
            width: 25%;
    }
}
@media screen and (max-width: 800px){
	
   
    .flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
            background-size: 145% !important;
            background-position: 10% 90% !important;
    }

}
@media screen and (max-width: 767px){
     body:not(.single-service-page) .banner-v2.saleBanner.asor .mega-day-content .cont-wrap {
        max-width: 300px;
    }
    body:not(.single-service-page) .banner-v2.asor .mega-day-content h2 {
        font-size: 23px;
    }
    .saleBanner.asor .mega-day-content p{
        font-size: 14px;
    }
}
@media screen and (max-width: 640px){
    .flatter-template .fl-builder-content-primary.banner-v2.saleBanner.asor .fl-row-content-wrap{
        height: auto;
        padding-top: 0;
    }
    body:not(.single-service-page) .banner-v2.saleBanner.asor .mega-day-content .cont-wrap {
        max-width: 100%;
        padding-bottom: 30px;
        margin-top: -50px;
    }
    .shane-smeltz .flatter-template .special-offer h4.sale {
        margin-top: 10px;
    }
    
}
@media screen and (max-width: 640px) and (min-width: 481px){
    .special-offer div{
        padding-right: 20px;
        margin-right: 20px;    
    }
    .special-offer div img{
            width: 11px;
                margin-top: 4px;
    }
    .special-offer div:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    .special-offer h5{
        font-size: 10px;
    }
    .special-offer {
        padding-bottom: 20px;
    }
    .special-offer p {
        font-size: 10px;
    }
}
@media screen and (max-width: 480px){
    .special-offer{
            flex-direction: column;
    }
    .special-offer div{
            border-right: 0;
    width: 100%;
    border-bottom: 1px solid #4f4e4d;
    }
	.special-offer h5{
		font-size:13px;
	}
	.special-offer p {
    font-size: 13px;
}
     .special-offer div:last-child{
        border-bottom: 0;
     }
     .shane-smeltz .flatter-template .special-offer h4.sale {
        font-size: 10px;
    }

}

.greview{
    width: 450px;
    float: right;
    background: #fff;
    padding: 15px;
    clear: both;
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#grw_widget-2{
	    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}
.grw-widget-title,
.wp-gr .wp-google-border{
	display:none;
}
.wp-gr .wp-google-badge-fixed{
	position: relative !important;
    right: auto !important;
    bottom: auto !important;
	    box-shadow: none !important;
    pointer-events: none;
}
.gtext{
	    border-left: 1px solid #cccccc;
    padding-left: 20px;
}
.gtext h5{
    font-family: MontserratBold;
    margin: 0;
    font-size: 17px;
    line-height: 0.6em;
}
.gtext a{
	border-bottom: 1px solid;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    text-decoration: none !important;
    cursor: pointer;
	    line-height: 13px;
    display: inline-block;
}
.banner-v2 .contact-section{
	clear:both;
}

@media screen and (max-width: 1199px){
	.wpac svg{
		width:15%!important;
	}
	#grw_widget-2{
		max-width: 66%;
	}
	.gtext{
		 padding-left: 14px;
		line-height: 1em;
		margin-left: -25px;
		z-index: 99;
		position: relative;
	}
	.gtext h5{
	    font-size: 15px;
		line-height: 1em;
		max-width: 120px;
		
	}
	.greview{
		width:100%;
		padding:10px;
	}
	#grw_widget-2{
		z-index:1;
	}
	.gtext a{
		font-size:9px;
		    line-height: 10px;
	}
	.wpac{
		    font-size: 12px!important;
	    line-height: 1em !important;
	}
	.wp-gr .wp-google-rating{
		font-size:13px !important;
	}
	.wp-gr .wp-google-badge .wp-star svg{
		    width: 10% !important;
	}
}
@media screen and (max-width:1023px){
	.greview{
		float:none;
	}
	.gtext h5{
		max-width:100%;
	}
}

ol ol{
	margin:20px auto;
}
ol li{
	margin-bottom:10px;
}
ol {
    counter-reset: item;
    padding-left: 10px;
}
ol li {
    display: block
}
ol li:before {
    content: counters(item, ".") " . ";
    counter-increment: item
}
.page-id-1604 .fl-animation {
    opacity: 1;
}
.page-id-1604 .navbar-static-top{
	    background: #242424;	
}
.simple-section{
	padding-top:16%;
}
@media screen and (max-width:991px){
	.simple-section .line-separator {
		border-right: 0;
	}
	.simple-section .simple-sidebar {
		padding-left: 0 !important;
		    margin-bottom: 40px;
	}
	.simple-section .inner-content{
		padding-right:0;
	}
	.simple-section {
		padding-top: 28%;
	}
}
/**migrate to live**/
.home .flatter-template .fl-builder-content-primary .fl-row-content-wrap{
    background-size: 145% !important;
}
#banner-vid{
    width: 390px;
}
@media screen and (max-width:480px){
    #banner-vid{
        width: 100%;
    }
}
.fl-row-bg-photo.fl-node-596ecb218b139{
    z-index: unset;
}
.flatter-template.z-top{
    position: relative;

}
.page-id-1018 .flatter-template{
    background-color: #fff;
}
.page-id-1018 .modal-backdrop{
    z-index: 10;
}