@font-face {
    font-family: ProximaNova;
    src: url(assets/fonts/proximanova-regular.otf);
}
@font-face {
    font-family: ProximaNovaBold;
    src: url(assets/fonts/proximanova-bold.otf);
}
@font-face {
    font-family: ProximaNovaExtraBold;
    src: url(assets/fonts/proximanova-extrabold.otf);
}
@font-face {
    font-family: ProximaNovaLight;
    src: url(assets/fonts/proximanova-light.otf);
}
@font-face {
    font-family: ProximaNovaLightItalic;
    src: url(assets/fonts/proximanova-lightitalic.otf);
}
@font-face {
    font-family: PlayfairDisplay;
    src: url(assets/fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
    font-family: PlayfairDisplayItalic;
    src: url(assets/fonts/PlayfairDisplay-Italic.ttf);
}
@font-face {
    font-family: Vollkorn;
    src: url(assets/fonts/Vollkorn-Regular.ttf);
}
@font-face {
    font-family: VollkornItalic;
    src: url(assets/fonts/Vollkorn-Italic.ttf);
}
@font-face {
    font-family: GreatDay;
    src: url(assets/fonts/GreatDay.ttf);
}
html, body {
    background-color: #f2f2f2 !important;
}
ul,
li {
    list-style: none;
}
header {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.site-title {
    margin-top: 20px;
}
header .logo {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.header-menu {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .header-menu ul {
    /*text-align: center;*/
    position: relative;
    padding: 39px 0 0 0;
    font-family: ProximaNova;
    text-transform: uppercase;
    padding-left: 0;
}
ul li {
    display: inline-block;
}

header .header-menu ul li {
    /*padding: 5px 33px 5px 0;*/
    display: inline-block;
    padding: 0 33px 39px 0;
}

header .header-menu ul li:last-child {
    padding-right: 0;
}

header .header-menu ul li a {
    font-family: ProximaNovaBold;
    padding: 5px 2px 5px 2px;
    border-bottom: dotted 1px #CB9D62;
    /*font-weight: 900;*/
    line-height: 192%;
    color: #3A3A3A;
}

header .header-menu ul li a:hover {
    color: #CB9D62;
    text-decoration: none;
}

.menu-btn {
    display: block;
    overflow: hidden;
}
.toggle_mnu {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: none;
    right: 15px;
    top: 55px;
    position: fixed;
    z-index: 9999;
    background: #337ab7;
}
.toggle_mnu span {
    display: block;
}
.sandwich {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
}
.sw-topper {
    position: relative;
    top: 0;
    width: 28px;
    height: 3px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    display: block;
}
.sw-bottom {
    position: relative;
    width: 28px;
    height: 3px;
    top: 6.6px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.sw-footer {
    position: relative;
    width: 28px;
    height: 3px;
    top: 13.5px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sandwich.active .sw-bottom {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*sticky header*/

.sticky {
    position: fixed;
    padding: 0;
    background: #eee;
    display: block;
    height: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.top-logo img {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-phone, .bot-phone {
    font-family: ProximaNova;
    font-weight: 100;
    font-size: 26px;
    line-height: 147%;
    color: #3A3A3A;
    display: inline-block;
    padding: 0 50px 0 8px;
    top: 5px;
    position: relative;
}

.top-phone {
    font-family: ProximaNovaLight;
}

.top-book {
    font-family: ProximaNovaBold;
    /*font-weight: 900;*/
    font-size: 15px;
    line-height: 139%;
    color: #CB9D62;
    padding: 14px 20px;
    border: solid 2px #CB9D62;
    border-radius: 5px;
    top: 1px;
    position: relative;
}

.top-book:hover {
    color: #CB9D62;
    text-decoration: none;
}

.top-video {
    width: 1431px;
    /*height: 687px;*/
    /*height: 728px;*/
    height: 736px;
    background-image: url('/wp-content/uploads/2017/06/video_frame_flip.png');
    background-repeat: no-repeat;
}

.top-video-art {
    font-family: PlayfairDisplay;
    font-size: 50px;
    color: #fff;
    line-height: 100%;
    position: relative;
    top: 210px;
    left: 100px;
}

.top-video-dental {
    font-family: PlayfairDisplay;
    font-size: 80px;
    color: #fff;
    line-height: 100%;
    position: relative;
    top: 210px;
    left: 130px;
}

.top-video-precision {
    font-family: GreatDay;
    font-size: 60px;
    color: #CB9D60;
    line-height: 100%;
    position: relative;
    top: 270px;
    left: 65px;
}

.top-video-excellence {
    font-family: GreatDay;
    font-size: 60px;
    color: #CB9D60;
    line-height: 100%;
    position: relative;
    top: 270px;
    left: 65px;
}

.top-video-book {
    font-family: ProximaNova;
    font-size: 18px;
    color: #fff;
    background-color: #CB9D60;
    line-height: 100%;
    font-weight: 900;
    padding: 32px;
    border-radius: 5px;
    position: relative;
    top: 426px;
    left: 100px;
}

.top-video-book:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.section-title {
    font-family: PlayfairDisplayItalic;
    font-size: 66px;
    text-align: center;
}

.section-hr {
    margin: 0 auto;
    /*width: 427px;*/
    height: 50px;
    background: url(/wp-content/uploads/2017/06/hr2.png) no-repeat center;
}

.reviews-hr {
    margin: 0 auto;
    width: 41px;
    height: 50px;
    background: url(/wp-content/uploads/2017/06/quotes.png) no-repeat center;
}

.section-text {
    font-family: ProximaNova;
    font-size: 20px;
    text-align: center;
    line-height: 180%;
    font-weight: 100;
}

.section-text-smaller {
    font-family: ProximaNova;
    font-size: 18px;
    text-align: center;
    line-height: 140%;
    font-weight: 100;
}

.section-content {
    height: 815px;
}
.section-content img {
    position: absolute;
    width: 90%;
}
.section-content-cosmetic img {
    top: 65px;
}
.section-content-restorative img {
    top: 140px;
}
.section-content-box {
    position: relative;
    width: 340px;
    z-index: 99;
}
.section-content-cosmetic .section-content-box {
    top: 550px;
}
.section-content-box h3 {
    font-family: ProximaNova;
    font-size: 35px;
    font-weight: 900;
}
.section-content-box p {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 100;
}
.section-content-button {
    font-family: ProximaNova;
    font-size: 18px;
    color: #fff;
    background-color: #CB9D60;
    line-height: 100%;
    font-weight: 900;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}
.section-content-button:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.section-content-box ul, .news-list {
    padding: 0 0 26px 0;
}
.section-content-box ul li, .news-list li {
    font-family: ProximaNova;
    font-size: 12px;
    font-weight: 100;
    padding: 0 10px 0 0;
}
.section-content-box ul li a, .news-list li a {
    padding: 0 0 2px 0;
    border-bottom: dotted 1px #CB9D62;
    color: #000;
}
.section-content-box ul li a:hover, .news-list li a:hover {
    color: #CB9D62;
    text-decoration: none;
}
.section-content-box ul li:nth-child(even), .news-list li:nth-child(even) {
    color: #CB9D62;
}

.container-background {
    width: 100%;
    /*min-width: 1431px;*/ /*might need*/
    background: url(/wp-content/uploads/2017/06/container-background.png) no-repeat center;
}
.container-background-reviews {
    width: 100%;
    background: url(/wp-content/uploads/2017/06/reviews-background.png) no-repeat;
    margin-top: -200px;
}
.atmosphere-item {

}
.atmosphere-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
}
.atmosphere-item-text h3 {
    font-family: ProximaNova;
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 10px;
}
.atmosphere-item-text p {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 100;
    line-height: 138%;
}
.advantages-text {
    font-family: ProximaNova;
    font-size: 17px;
    line-height: 160%;
    font-weight: 100;
}

.review-item {
    text-align: center;
}
.review-item h3 {
    font-family: ProximaNovaExtraBold;
    font-size: 30px;
    font-weight: 900;
    line-height: 182%;
}
.review-item p {
    font-family: ProximaNovaLightItalic;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}
.review-item h6 {
    font-family: PlayfairDisplayItalic;
    font-size: 20px;
    line-height: 100%;
}
.owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #CB9D61 !important;
    background: transparent !important;
}
.owl-dot span:hover, .active span {
    background-color: #CB9D61 !important;
}

.contact {
    position: relative;
    top: -80px;
    left: 20px;
    font-family: ProximaNovaLight;
    background: url(/wp-content/uploads/2017/06/contact.png) no-repeat;
    padding: 40px 10px 100px 75px;
    color: #fff;
    font-size: 17px;
    opacity: 0;
}

.callnumber:hover, .callnumber, .callnumber:visited {
    text-decoration: none !important;
}

.contact-book {
    font-family: ProximaNovaExtraBold;
    font-size: 16px;
    color: #fff;
    background-color: #CB9D60;
    padding: 32px 60px;
    border-radius: 5px;
    position: relative;
    top: 65px;
    left: 16px;
}
.contact-book:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.current-menu-parent > a {
    color: #CB9D62 !important;
}
/*.current-menu-parent ul li a {*/
    /*color: #333 !important;*/
/*}*/
.current-menu-item > a {
    color: #CB9D62 !important;
}

/* why us page */
.banner {
    /*width: 1431px;*/
    width: 100%;
    height: 500px;
    background: url(/wp-content/themes/oakville/assets/images/banners/bann_01.jpg) center;
    position: relative;
    top: -20px;
    left: 0px;
}
.banner h3 {
    font-family: PlayfairDisplay;
    font-size: 50px;
    color: #fff;
    /*position: relative;*/
    /*top: 244px;*/
    /*left: 74px;*/
    text-align: center;
    padding-top: 220px;
}
.banner h2 {
    font-family: PlayfairDisplay;
    font-size: 80px;
    color: #fff;
    /*position: relative;*/
    /*top: 217px;*/
    /*left: 74px;*/
    text-align: center;
    margin-top: -15px;
}
.section-title-smaller {
    font-family: ProximaNovaBold;
    font-size: 32px;
    text-align: center;
    line-height: 135%;
}
.container-background-approach {
    width: 100%;
    background: url(/wp-content/uploads/2017/06/approach-background3.png) no-repeat center;
    margin-top: -287px;
    /*height: 835px;*/
    height: 740px;
}
.number-title {
    position: relative;
    top: -52px;
    left: 50px;
    font-family: ProximaNovaBold;
    font-size: 32px;
}
.news1-text {
    position: relative;
    top: 0;
    left: 650px;
    background: #f2f2f2;
    z-index: 4;
    width: 50%;
}
.news1-image {
    position: relative;
    top: -448px;
    left: 50px;
    z-index: 1;
}
.news2-text {
    position: relative;
    /*top: -349px;*/
    top: -368px;
    /*left: 50px;*/
    left: 16px;
    background: #f2f2f2;
    z-index: 2;
    width: 50%;
}
.news2-image {
    position: relative;
    top: -1103px;
    /*left: 739px;*/
    left: 706px;
    z-index: 3;
}
.news3-text {
    position: relative;
    top: -1057px;
    left: 650px;
    background: #f2f2f2;
    z-index: 4;
    width: 50%;
}
.news3-image {
    position: relative;
    /*top: -1588px;*/
    top: -1811px;
    left: 50px;
    z-index: 1;
}
.news-title {
    font-family: ProximaNovaBold;
    font-size: 32px;
    padding: 0 60px 5px;
}
.news-paragraph {
    font-family: ProximaNovaLight;
    font-size: 16px;
    padding: 0 60px 20px;
}
.news-hr {
    width: 100%;
    height: 1px;
    background: #ddd;
}
.news-list {
    padding: 20px 60px 25px;
}

/*services page*/
.service, .service-bigger {
    padding-bottom: 50px;
    border-radius: 5px;
}
.service-bigger {
    margin-top: -54px;
}
.service-text {
    background: #f2f2f2;
    padding: 0 20px 10px 25px;
    position: absolute;
    bottom: 20px;
    /*left: 15px;*/
    width: 80%;
}
.service-text h3 {
    font-family: ProximaNovaBold;
    font-size: 25px;
}
.service-text p {
    font-family: ProximaNovaLight;
    font-size: 16px;
}
.service-image {
    overflow: hidden;
    border-radius: 5px;
    width: 97%;
}
.service-text a {
    color: #333;
}
.service-text a:hover {
    color: #CB9D62;
    text-decoration: none;
}

/*individual service pages*/
.service-content h3 {
    font-family: ProximaNovaBold;
    font-size: 32px;
}
.service-content h6 {
    font-family: ProximaNovaLight;
    font-size: 20px;
    line-height: 175%;
}
.service-content p {
    font-family: ProximaNovaLight;
    font-size: 16px;
    line-height: 145%;
}
.service-h4 {
    font-family: ProximaNovaExtraBold;
    font-size: 17px;
}
.service-img, .service-content img {
    width: 100%;
}
.service-content h4 {
    font-family: ProximaNovaBold;
    font-size: 30px;
    padding-top: 50px;
}
.wpcf7 {
    padding-top: 20px !important;
}
.wpcf7 input[type="text"] {
    margin: 0 0 50px !important;
}
.wpcf7 textarea {
    margin: 0 0 18px !important;
}
.wpcf7 input[type="email"] {
    margin: 0 0 20px !important;
}
.wpcf7 textarea {
    height: 184px;
}
.wpcf7 input, .wpcf7 textarea {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #999;
    width: 100%;
    font-family: ProximaNovaLight;
    font-size: 18px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    border-bottom: 1px solid #CB9D60;
    outline: none;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    color: #000;
    font-family: ProximaNovaLightItalic;
}
.wpcf7 input:focus::placeholder, .wpcf7 textarea:focus::placeholder {
    color: #CB9D60;
}
.wpcf7 input[type="submit"] {
    font-family: ProximaNovaBold;
    font-size: 18px;
    color: #fff;
    padding: 24.5px 30px;
    background-color: #CB9D60 !important;
    border-radius: 2px;
    border: none !important;
    width: 20%;
    margin-top: 10px;
}
.service-list {
    padding: 10px 0 40px 0;
}
.service-list li {
    padding-bottom: 18px;
    list-style-type: none;
    display: block;
}
.service-list li:before {
    content: "•";
    color: #CB9D60;
    padding-right: 10px;
}
.service-list li a {
    font-family: ProximaNovaLight;
    font-size: 12px;
    color: #000;
    padding: 0 0 2px 0;
    border-bottom: dotted 1px #CB9D60;
    text-decoration: none;
    text-transform: uppercase;
}
.service-list li a:hover, .service-list .active a {
    color: #CB9D60;
    text-decoration: none;
}

/*practice page*/
.practice {
    /*width: 730.5px;*/
    /*height: 446px;*/
    /*padding: 0;*/
    /*margin: 0 auto;*/
}
.practice-image {
    /*text-align: center;*/
}
.practice-image img {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 659px;
    height: 420px;
}
.practice-indent {
    position: relative;
    top: 60px;
    left: 150px;
    /*padding: 0;*/
}
.practice-text {
    background: #f2f2f2;
    /*height: 400px;*/
    width: 659px;
    /*margin: 0 auto;*/
    height: 400px;
}
.practice-text2 {
    background: #CB9D60;
    color: #fff;
    /*height: 400px;*/
    z-index: 500;
    top: 60px;
    width: 659px;
    /*margin: 0 auto;*/
    height: 400px;
}
.practice-title {
    padding-top: 80px;
}
.practice-paragraph {
    padding-bottom: 80px;
}
.practice-list {
    margin-bottom: 5px;
}
.practice-text2 .practice-list li a {
    color: #fff;
    border-bottom: dotted 1px #fff;
}
.practice-text2 .practice-list li a:hover {
    color: #fff;
}
.practice-text2 .practice-list li:nth-child(even) {
    color: #fff;
}
.practice-row {
    padding-bottom: 135px;
    position: relative;
    left: -75px; /*push to the left to truly center it*/
}

/*approach page*/
.approach-bottom-text {
    font-family: ProximaNovaLight;
    font-size: 17px;
}
.approach-number {
    padding: 10px 20px;
    height: 115px;
}
.approach-number .number-title {
    font-size: 32px;
}
.container-background-inquiry {
    width: 100%;
    background: url(/wp-content/uploads/2017/06/inquiry-background6.png) no-repeat;
    margin-top: -200px;
}
.submit-inquiry {
    font-family: ProximaNovaBold;
    font-size: 18px;
    color: #fff;
    background-color: #CB9D60;
    border-radius: 3px;
    padding: 20px;
}
.submit-inquiry:hover {
    color: #fff;
    text-decoration: none;
}
.submit-inquiry-div {
    text-align: center;
    padding: 40px 0 60px 0;
}

/*individual 'other' pages*/
.other-list {
    /*margin-left: -60px;*/
    padding-left: 0;
}
.other-list li {
    display: block;
}
.other-list li a {
    font-family: ProximaNovaBold;
    font-size: 13px;
    height: 47px;
    width: 355px;
    color: #000;
    display: block;
    text-transform: uppercase;
    padding: 16px 20px;
    margin-bottom: 15px;
}
.other-list li a:hover, .other-list li.active a {
    border-radius: 3px;
    background: url(/wp-content/uploads/2017/06/other-button.png);
    color: #fff;
    text-decoration: none;
}
.other-content {
    padding-bottom: 50px;
}

/*appointment application page*/
.banner-appointment {
    width: 100%;
    height: 692px;
    background: url(/wp-content/uploads/2017/06/banner-appointment2.png);
    background-size: 100% 100%;
    position: relative;
    top: -20px;
    left: 0px;
    text-align: center;
}
.banner-appointment h3 {
    font-family: PlayfairDisplay;
    font-size: 50px;
    color: #fff;
    padding-top: 243px;
}
.banner-appointment h2 {
    font-family: PlayfairDisplay;
    font-size: 80px;
    color: #fff;
    line-height: 49%;
}
.banner-appointment p {
    font-family: ProximaNovaLightItalic;
    font-size: 18px;
    line-height: 175%;
    color: #fff;
    padding-top: 54px;
    padding-bottom: 154px;
}
.banner-appointment a {
    font-family: ProximaNovaExtraBold;
    font-size: 18px;
    color: #fff;
    background-color: #CB9D60;
    border-radius: 3px;
    padding: 30px 160px;
    position: relative;
}
.banner-appointment a:hover {
    text-decoration: none;
    color: #fff;
}
.banner-appointment a:after {
    content: '\2192';
    font-family: Helvatica;
    position: absolute;
    right: 30px;
}

/*contact page*/
.letshearyou-title {
    font-family: ProximaNovaExtraBold;
    font-size: 30px;
    padding-left: 15px;
    text-align: center;
}
.container-background-contact {
    width: 100%;
    background: url(/wp-content/uploads/2017/06/contact-background4.png) no-repeat center;
    margin-top: -400px;
    padding-bottom: 120px;
}

/*.top-phone a {*/
    /*color: #fff;*/
/*}*/
/*.top-phone a:hover {*/
    /*color: #CB9D60;*/
    /*text-decoration: none;*/
/*}*/

#home_video {
    margin-left: 210px;
}
.video-back {
    position: absolute;
    background-color: #080507;
    width: 1431px;
    height: 687px;
}

@media (min-width: 1200px) {
    .container-wider {
        width: 1200px !important;
    }
}

@media (min-width: 1431px) {
    .container-wider {
        width: 1431px !important;
        padding: 0 !important;
    }
}

/* FROM header.php */
.sub-menu {
    display: none;
    position: absolute !important;
    background: #fff;
    padding: 25px !important;
    box-shadow: 0px 0px 2px #aaaaaa;
    border-radius: 5px;
    top: 90px;
}
.sub-menu-filler {
    height: 50px;
    background: transparent;
    position: absolute;
    width: 100%;
    top: 64px;
}
.menu-item-object-service {
    padding: 0 !important;
}
.sub-menu:after {
    position: absolute;
    top: -6px;
    left: 20px;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
header {
    position: fixed;
    background: rgba(242, 242, 242, 0.75);"
z-index: 99999;
}
.top-logo {
    margin: -286px;
    opacity: 0;
}
.sub-menu li {
    display: block !important;
    padding-bottom: 10px !important;
}
.sub-menu2 li {
    display: inline-block !important;
    float: left;
    width: 150px;
}
.sub-menu2 li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}
.sub-menu2 li:nth-child(even) {
    float: right;
}
.banner h3, .banner h2 {
    opacity: 0;
}
.sub-menu li a {
    text-transform: capitalize;
    font-family: ProximaNova !important;
}

.top-book-mobile {
    display: none;
}
#home_video, .top-video {
    overflow: hidden;
}
.wpcf7-response-output {
    border: none !important;
}

.practice-text2 .practice-paragraph {
    padding-bottom: 60px !important;
}

.convergine-wrapper {
    width: 225px;
    margin: 10px auto 0;
    float: right;
    display: table;
}

.convergine-wrapper .left-block {
    width: 175px;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.convergine-wrapper .left-block a {
    color: #333;
    font-family: ProximaNova, sans-serif;
    font-size: 12px;
    text-transform: none;
    line-height: 22px;
    display: block;
    text-decoration: none;
}

.convergine-wrapper .right-block a {
    margin-top: 0px;
    display: block;
    position: relative;
}

.convergine-wrapper .left-block a span {
    text-decoration: underline;
    color: #333;
    text-transform: none;
}

.logo-mobile {
    display: none;
    height: 54px;
}
.toggle_mnu {
    background: #2d2926;
    top: 29px;
    position: absolute;
}
.mobile-menu2 {
    display: none;
}
.mobile-title {
    display: none;
    font-family: ProximaNova;
    /*color: #CB9D60;*/
    color: #3a3a3a;
    font-size: 17px;
    position: relative;
    top: 3px;
}
.mobile-menu2 ul {
    padding-top: 0 !important;
    margin-top: -10px !important;
}

.banner {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.container-emergency {
    padding-bottom: 50px !important;
}

.other-content {
    padding-right: 100px !important;
}

.row-times-mobile {
    display: none;
}

::selection {
    background: #CB9D62; /* WebKit/Blink Browsers */
    color: #f2f2f2;
}
::-moz-selection {
    background: #CB9D62; /* Gecko Browsers */
    color: #f2f2f2;
}
.wpcf7-recaptcha>div {
    margin: 0 auto;
}
.left-align {
    text-align: left;
}
.service-content .col-md-12 {
    text-align: left !important;
}
.service-content .wpcf7-recaptcha>div {
    margin: 0;
}

#home_video {
    position: absolute;
    object-fit: fill;
    transform: rotateY(180deg);
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -moz-transform:rotateY(180deg); /* Firefox */
}