/*
Theme Name: NFD Theme
Author: NFD Theme
Version: 1.0.0
*/
/* GLOBAL STYLING */
/* Block Elements */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
}

.alignleft {
    float: left;
    margin-right: 20px;
    max-width: 60%;
    margin-bottom: 25px;
}

#click-menu {
    top: 7px !important;
    padding: 0px !important;
}

.alignright {
    max-width: 60%;
    margin-left: 20px;
    float: right;
    margin-bottom: 25px;
}

.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

#load_bar {
    text-align: center !important;
    display: none;
}

#load_bar img {
    border: none !important;
}

.select .options div,
a,
header nav a,
header nav li.home:before,
.anchors li span,
.button,
.socials i,
.select .current {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#sidebar>ul {
    margin: 0px !important;
}

.select_keeper {
    display: none;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

.fancybox-close {
    background-position: 0 0;
}

body {
    font-size: 14px;
    color: #000000;
    margin: 0px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 24px;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blocquote,
nav,
header,
footer,
section,
aside,
hr,
menu,
label,
hgroup,
figure,
figcaption,
details {
    display: block;
}

p {
    margin-top: 0px;
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: initial;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 11px;
}

*:focus {
    outline: none;
}

.select .current,
input[type="submit"],
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type='tel'] {
    border: 0px;
    margin: 0px;
}

.select .current,
textarea,
input[type=text],
input[type=password],
input[type=email],
input[type='tel'] {
    border: 2px solid #303132;
    width: 100%;
    background-color: transparent;
    padding: 5px 7px;
    line-height: 20px;
    margin-bottom: 0px;
    outline: none;
}

textarea {
    height: 40px;
    float: left;
}

input.datepicker {
    padding-right: 30px;
}

.datepicker {
    position: relative;
}

div.datepicker:before {
    content: '\f073';
    color: #303132;
    bottom: 6px;
    right: 12px;
    font-size: 14px;
    font-family: FontAwesome;
    position: absolute;
}

.select {
    position: relative;
}

.select .current {
    cursor: pointer;
    position: relative;
}

.select .current:before {
    content: '';
    position: absolute;
    right: 12px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 4px solid #303132;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select.open .current:before {
    border-top: 0px solid #303132;
    border-bottom: 4px solid #303132;
}

.select .options {
    z-index: 1;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    border: 2px solid #303132;
    border-top: 0px;
    width: 100%;
    background-color: #eaeaea;
    margin-bottom: 0px;
}

.select .options div {
    width: 100%;
    padding: 7px;
    cursor: pointer;
    line-height: 20px;
}

.select .options div:hover {
    background-color: #e1dfdf;
}

form p,
form span {
    margin: 0px;
}

label {
    display: block;
    color: #303132;
    font-weight: 700;
}

input[type=radio],
input[type=checkbox] {
    border: 0;
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td {
    vertical-align: top;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    margin-left: 40px;
    margin-bottom: 25px;
}

/* Inline Elements */
a {
    color: #d00e05;
    text-decoration: none;
}

a:hover {
    color: #d00e05;
}

.button:hover {
    color: #fff;
}

a:active {
    color: #d00e05;
    outline: 0;
}

strong {
    font-family: 700;
}

img {
    height: auto;
    max-width: 100%;
    border: 5px solid #d00e05;
    margin-bottom: 30px;
}

::-moz-selection {
    background-color: #d00e05;
    color: white;
}

::selection {
    background-color: #d00e05;
    color: white;
}

small {
    font-size: 85%;
}

del {
    text-decoration: line-through;
}

sub {
    font-size: smaller;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    vertical-align: super;
}

/* GLOBAL CUStoM STYLING */
.form_row:before,
.form_row:after,
.cf:before,
.cf:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.form_row:after,
.cf:after {
    clear: both;
}

.form_row,
.cf {
    zoom: 1;
}

.overflow_no,
.overflow_no * {
    overflow: visible;
}

.flex-direction-nav a {
    color: transparent !important;
    display: inline-block;
    text-indent: 2000px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 4px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: -13px;
}

.flex-direction-nav a:before {
    position: absolute;
    left: 2px;
    top: 15px;
    content: '';
    width: 0;
    height: 0;
    float: left;
    border-right: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.flex-direction-nav a.flex-next:before {
    content: '';
    left: 10px;
    border-left: 10px solid white;
    border-right: 0px solid white;
}

.slider_one .flexslider {
    width: 100%;
    margin-bottom: 0px;
    padding: 5px;
    background-color: #d00e05;
}

.slider_one .slides {
    -moz-box-shadow: 0 1px 5px rgb(208, 14, 5);
    /* drop shadow */
    -webkit-box-shadow: 0 1px 5px rgb(208, 14, 5);
    /* drop shadow */
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

/* HEADER */
header>.wrapper {
    padding: 18px 0px;
}

.logo,
.logo img {
    margin: 0px;
    border: 0px !important;
}

header .logo img {
    width: 400px;
}

header .logo {
    max-width: 100%;
    display: inline-block;
    float: left;
}

.socials {
    float: left;
    margin-top: 9px;
}

.socials ul {
    margin-left: 0px;
}

header .socials {
    margin-left: 140px;
}

.socials a {
    float: left;
    color: #b38774;
    border: 2px solid #b38774;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.socials a {
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -ms-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
}

footer .socials li:first-child {
    padding-left: 0px;
}

footer .socials a {
    color: #303132;
    border-color: #303132;
}

.socials li {
    float: left;
    list-style-type: none;
    padding: 3px;
}

.socials a:hover {
    color: #fff;
    border-color: #d00e05;
    background: #d00e05;
}

header .contact {
    margin-top: 15px;
    float: right;
}

header .contact a i {
    font-size: 28px;
    margin-right: 4px;
    color: #d00e05;
    float: left;
}

header .contact a {
    width: 200px;
    float: left;
    color: #422918;
    font-size: 22px;
    font-weight: 700;
}

header .contact a.smaller {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}

header nav {
    padding: 16px 0 0 0;
    position: relative;
    z-index: 3;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.83);
    width: 100%;
    bottom: -60px;
    left: 0px;
}

header nav ul {
    margin: 0px;
}

header.header {
    position: relative;
    z-index: 9999;
}

/*
header nav:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #8fc01b;
    opacity: 0.9;
    z-index: -1;
}*/
header nav li {
    list-style-type: none;
    float: left;
}

header nav ul li {
    margin-left: 25px;
}

header nav>ul>li:first-child {
    margin-left: 0px;
}

header nav a {
    /*text-shadow: 0 1px 1px rgba(208, 14, 5, 0.4);*/
    color: #422918;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*
header nav li>a:hover, header nav li>a:active, header .current-menu-item>a, header .current-menu-item.home:before{
    color: #d00e05;
}*/


header nav li.home:hover:before {
    color: #000000;
}

header nav li.home:before {
    content: '\f015';
    font-family: FontAwesome;
    margin-right: 8px;
    color: white;
    font-size: 15px;
    color: #d00e05 !important;
}

.center {
    text-align: center;
}

.orange,
.orange a {
    color: #422918;
}

.style_one {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 34px;
}

.cover {
    background-size: cover;
}

.contain {
    background-size: contain;
}

.anchors li {
    list-style-type: none;
    float: none;
    display: inline-block;
}

.display_table {
    display: table !important;
}

.display_cell {
    display: table-cell !important;
}

.anchors ul {
    text-align: center;
    margin: 0px;
}

.anchors li span {
    margin: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: table;
    width: 177px;
    height: 177px;
    background: #deded3;
    border: 5px solid #ebebeb;
    float: left;
}

.anchors li:hover span {
    border-color: #d00e05;
    background-color: #d00e05;
    color: #fff;
}

.anchors li a {
    text-transform: uppercase;
    padding: 10px;
    font-family: 'Lato', serif;
    display: table-cell;
    vertical-align: middle;
    color: #422918;
    font-size: 18px;
    font-weight: 700;
}

.anchors li:hover span a {
    color: #fff;
}

section {
    padding: 70px 0px;
}

section.borded {
    margin-top: -50px;
}

section.borded .wrapper {
    padding-top: 50px;
    border-top: 1px solid #ebebeb;
}

.appointment form {
    position: relative;
    padding: 10px;
    padding-bottom: 18px;
    float: right;
    z-index: 1;
}

.style_three {
    color: #f2f2f2;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 45px;
}

.appointment form:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
    z-index: -1;
}

.style_two {
    letter-spacing: 3px;
    color: #303132;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.style_two:before {
    position: relative;
    content: '';
    top: 6px;
    display: inline-block;
    width: 5px;
    height: 27px;
    margin-right: 10px;
    background-color: #d00e05;
}

.white {
    color: white !important;
}

.standard_half {
    width: 48%;
    float: left;
}

.standard_half+.standard_half {
    float: right;
}

.half {
    width: 46%;
    float: left;
}

.half:nth-child(even) {
    float: right;
}

.half.display_cell {
    float: none;
}

.half.display_cell {
    vertical-align: middle;
}

.half+.half.display_cell {
    padding-left: 5%;
}

.half.small {
    width: 40%;
}

.darker>div {
    position: relative;
    z-index: 2;
}

.darker {
    position: relative;
}

.darker:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    display: block;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
    top: 0;
}

.slider_one .flex-control-nav {
    display: none !important;
}

.slides img {
    margin: 0px !important;
    border: 0px !important;
}

.half.big {
    width: 58%;
}

.list_images img {
    border: 0px;
    width: 100%;
    margin: 0px;
}

html .display_cell.slider_one {
    padding-left: 5% !important;
}

.slider {
    overflow: hidden;
}

.slider img {
    width: 100%;
}

.list_images li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    display: inline-block;
    padding: 12px;
}

.list_images a {
    overflow: hidden;
    width: 100%;
    display: block;
}

.list_images {
    margin: -12px;
}

.border_left {
    border-left: 1px solid #ebebeb;
}

.test_holder {
    overflow: hidden;
}

.page404 {
    padding: 150px 0px 150px 0px;
    text-align: center;
}

.page404 h1 {
    line-height: auto;
    font-size: 200px;
    color: #d00e05;
}

.border_left.half {
    width: 50%;
    padding-left: 4%;
}

.testimonials {
    margin: -6px;
}

.testimonials .holder {
    float: left;
    padding: 6px;
    width: 50%;
}

.testimonials .holder.wide {
    width: 100%;
}

.holder>div,
.slider_two .testimonial {
    padding: 19px;
    width: 100%;
    min-height: 109px;
    z-index: 1;
    position: relative;
}

.holder>div:before,
.slider_two .testimonial:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.9;
}

.slider_two .testimonial:before {
    background-color: #f2f2f2;
    opacity: 1;
}

.testimonials p,
.slider_two p {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
}

.slider_two p {
    height: 70px;
    overflow: hidden;
}

.form_contact_page .captcha {
    width: 70px;
    float: left;
}

.form_contact_page input[type="submit"] {
    width: auto;
    float: right;
}

.form_contact_page .wpcf7-quiz-label {
    float: none;
    width: auto;
    margin-left: 7px;
}

.wpcf7-quiz-label {
    display: inline-block;
    float: right;
    height: 31px;
    width: 70%;
    text-align: left;
    line-height: 2.5em;
}

span.wpcf7-not-valid-tip {
    clear: both;
    font-size: 12px;
    width: 100%;
    line-height: normal;
}

.wpcf7-response-output {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.wpcf7-form-control-wrap.msg,
.wpcf7-form-control-wrap.comments,
.wpcf7-form-control-wrap.quiz-878 {
    clear: both;
    display: block;
}

.flexslider {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
}

.slider_two p {
    margin-bottom: 6px;
}

.slider_two .testimonial+.testimonial {
    margin-top: 5px;
}

.testimonials span,
.slider_two .testimonial span {
    color: #422918;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

footer .dark_grey {
    background-color: #cccccc;
    color: white;
    padding: 13px 0px;
    font-size: 13px;
    font-weight: 500;
}

footer .light_grey {
    padding: 50px 0px;
    background-color: #f2f2f2;
}

.footer_title {
    color: #303132;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

footer ul {
    list-style-type: none;
    margin: 0px;
}

footer li,
footer a {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}

.appointment form {
    max-width: 311px;
    width: 100%;
}

aside .online_widget {
    border: 2px solid #f2f2f2 !important;
    float: none;
}

form .title,
.online_widget .title {
    color: #d00e05;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

footer .title_less {
    margin-top: 31px;
}

.button {
    background-color: #d00e05;
    color: white;
    padding: 8.5px 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact_page .row {
    clear: both;
}

.button i {
    margin-right: 5px;
}

.specials h3 {
    width: calc(100% - 220px);
    float: left;
    color: #303132;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.specials .button {
    float: right;
    position: relative;
    top: -12px;
}

.specials section {
    padding: 30px 0px;
}

.specials .notice {
    width: 100%;
    padding: 10px 16px;
    background-color: #f2f2f2;
    margin-bottom: 0px;
    clear: both;
    font-style: italic;
}

.contact_page i {
    width: 26px;
    position: relative;
    top: -10px;
    font-size: 36px;
    line-height: 61px;
    float: left;
    display: inline-block;
    margin-right: 5px;
    color: #d00e05;
}

.contact_page a {
    color: #303132;
    font-size: 16px;
    line-height: 13px;
    font-weight: 500;
}

.contact_page a.bigger {
    line-height: 44px;
    font-size: 22px;
    font-weight: 700;
}

.button:hover {
    background-color: #422918
}

input[type='submit'] {
    float: right;
    width: 100%;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    top: 5px;
    left: 5px;
}

.gmnoprint,
.gmnoprint+div {
    display: none;
}

html form input.captcha {
    width: 70px;
    float: left;
}

html .first_homepage_section form p.captcha {
    color: #303132;
}

html form p.captcha {
    float: left;
    margin-left: 8px;
    font-weight: 700;
    display: inline-block;
    line-height: 36px;
}

.form_row {
    clear: both;
}

.form_row+.form_row {
    margin-top: 7px;
}

.first_homepage_section {
    margin-top: -62px;
    padding-top: 62px;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 0px;
}

.first_homepage_section>div {
    z-index: 2;
    position: relative;
}

/*
.first_homepage_section:before{
    height: 6px;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    background-color: white;
}
.first_homepage_section:after{
    height: calc(100% - 62px);
    width: 100%;
    content: '';
    left: 0;
    bottom:0;
    position: absolute;
    z-index: 1;
    opacity: 0.25;
    background-color: black;
}*/
.form_contact_page {
    background-color: #f2f2f2;
    padding: 26px;
    overflow: hidden;
    clear: both;
}

.form_contact {
    min-height: 500px;
    width: 350px;
    padding: 25px;
    position: relative;
    margin-left: 45px;
    top: 0;
    z-index: 1;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    /* drop shadow */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    /* drop shadow  */
    padding-top: 10px;
}

.button.wide {
    width: 100%;
}

.map_sec .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.form_contact:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: white;
    opacity: 0.9;
    z-index: -1;
}

.map_sec {
    overflow: hidden;
    position: relative;
}

.form_contact .title {
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

#map {
    height: 500px;
}

.map_pop {
    left: 42px;
    top: 34px;
    width: 240px;
    position: relative;
}

.blog .button {
    padding: 5.5px 50px;
}

.map_pop h3,
.map_pop .titlemap {
    text-transform: uppercase;
    font-family: 'Josefin Slab', serif;
    color: #422918;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.map_pop a {
    font-family: 'Fauna One', serif;
    font-size: 13px;
    color: #422918;
    display: block;
    line-height: 17px;
}

.map_pop a+a {
    margin-top: 10px;
}

.map_pop i {
    margin-right: 11px;
    float: left;
    color: #d00e05;
    font-size: 20px;
}

.map_pop a+a i {
    margin-right: 6px;
}

.map_pop .section_pop {
    padding: 17px;
    position: relative;
}

.map_pop .section_pop+.section_pop {
    margin-top: 5px;
    padding: 13px 17px;
}

.section_pop2 {
    margin-top: 5px;
    position: relative;
}

.section_pop2 .getdir {
    font-family: 'Josefin Slab', serif;
    font-style: italic;
    padding: 13px 17px;
    z-index: 9999;
    -webkit-appearance: none;
    font-weight: 700;
    background-color: #fff !important;
}

.map_pop input {
    text-indent: 5px;
    border: 0px;
    float: left;
    color: #422918 !important;
    background-color: transparent !important;
    padding: 0px;
    font-weight: 700;
    font-family: 'Josefin Slab', serif;
    text-transform: uppercase;
    font-size: 13px;
}

.request_direction {
    position: relative;
    overflow: hidden;
}

.request_direction .button {
    color: transparent !important;
    position: absolute;
    /*
    top: 4px;
    right: 5px;*/
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    font-weight: 400 !important;
    border-left: 6px solid #d00e05;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.map_pop .section_pop:before {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: white;
    opacity: 0.8;
}

.map_pop ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #422918;
}

.map_pop :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #422918;
    opacity: 1;
}

.map_pop ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #422918;
    opacity: 1;
}

.map_pop :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #422918;
}

.map_pop :placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #422918;
}

.main {
    width: 70%;
    float: left;
}

aside {
    width: 27%;
    float: right;
}

aside .widget:first-child {
    margin-top: 20px;
}

.page_title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 38px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.widget+.widget {
    margin-top: 35px;
}

.online_widget .notice {
    text-align: center;
    margin-top: 8px;
    font-weight: 700;
    margin-bottom: 15px;
}

.widget form,
.online_widget {
    overflow: hidden;
    background-color: #f2f2f2;
    padding: 23px 13px;
}

.online_widget {
    max-width: 350px;
    width: 100%;
    background-color: white;
    padding: 40px;
    float: right;
}

aside .online_widget {
    max-width: 100%;
}

.online_widget hr {
    margin-bottom: 17px;
    border-color: #303132;
}

.online_widget .editor_wp,
.online_widget p {
    color: #000000 !important;
    text-align: center;
    font-size: 20px !important;
}

.online_widget .phone {
    text-align: center;
    margin-bottom: 19px;
    font-weight: 900;
    color: #303132;
    display: block;
    font-size: 24px;
}

.online_widget .phone i {
    color: #d00e05;
    font-size: 26px;
    padding-right: 5px;
}

.pointer {
    cursor: pointer;
}

.wide {
    display: block;
    width: 100% !important;
    text-align: center;
}

.online_widget img {
    margin: 0px;
    border: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 170px;
}

.button.grey {
    display: inline-block;
    background-color: white;
    color: #8f9092;
    border: 3px solid #ebebeb;
}

.button.grey:hover {
    border-color: #d00e05;
    background-color: #d00e05;
    color: white;
}

.single_blog {
    margin-bottom: 10px;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    background-color: #ebebeb;
}

.flex-control-paging li a.flex-active {
    background-color: #9bc70a;
}

.slider_two .flex-direction-nav {
    display: none;
}

.widget_testimonials .title,
.widget_posts .title {
    text-transform: uppercase;
    margin-bottom: 7px;
}

.widget_posts .title {
    font-size: 18px;
    line-height: initial;
    font-weight: 700;
}

.flex-control-paging li a:hover {
    background-color: #9bc70a;
}

.date {
    padding: 6px 11px;
    background-color: #d00e05;
    color: white;
    line-height: 19px;
    font-size: 15px;
    font-weight: 700;
    margin-right: 12px;
    float: left;
    display: inline-block;
    text-align: center;
}

.blog section {
    padding-top: 0px;
}

.date span {
    display: block;
    line-height: 25px;
    font-size: 27px;
    font-weight: 400;
}

.blog .header {
    display: block;
    overflow: hidden;
}

.excerpt {
    clear: both;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog .header h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #303132;
    font-size: 21px;
    line-height: 26px;
}

aside {
    margin-bottom: 10px;
}

.pagination {
    border-top: 1px solid #ebebeb;
    padding: 40px 0px;
    text-align: center;
}

section {
    overflow: hidden;
}

#load_more {
    float: none;
    display: inline-block;
    padding-left: 50px;
    cursor: pointer;
    padding-right: 50px;
}

.link_sidebar {
    display: block;
    padding: 259px 28px 18px 28px;
    background-size: cover;
    background-position: center;
}

footer {
    clear: both;
}

.link_sidebar .title {
    color: white;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-shadow: 0 -1px 11px rgba(15, 49, 80, .4);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.link_sidebar span {
    text-transform: uppercase;
    color: white;
    opacity: 0.4;
    display: block;
    font-weight: 700;
    font-size: 14px;
}

#printt {
    width: 800px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f2f2f2;
    border: 2px solid #e0e0e0;
    padding: 30px;
    overflow: hidden;
}

#printt .half span {
    display: block;
    text-align: center;
}

#printt .logo {
    margin-bottom: 20px;
}

#printt h3 {
    color: #303132;
    font-size: 14px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 14px;
}

#printt span {
    line-height: 16px;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

#printt span.bigger {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
}

#printt span i {
    color: #d00e05;
    font-size: 23px;
    display: inline;
    margin-right: 4px;
}

.prnt {
    text-align: left;
    margin-top: 15px;
}

#printt .content {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}

.coupon .button {
    border: 0px;
    float: none;
}

.widget_posts img {
    margin: 0 !important;
    float: left;
}

.widget_posts .post {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.widget_posts .post>div {
    vertical-align: middle;
}

.widget_posts .post>div+div {
    margin-left: 18px;
}

.app_forms a {
    position: relative;
    margin-top: 5px;
    display: block;
    padding: 25px 100px 25px 25px;
    font-size: 16px;
    color: #303132;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #f2f2f2;
}

.app_forms {
    margin-bottom: 70px;
}

.app_forms a:before {
    content: '\f0ed';
    width: 79px;
    font-family: FontAwesome;
    line-height: 75px;
    text-align: center;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #d00e05;
    color: white;
    display: block;
    font-size: 27px;
}

.widget_posts a {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    display: block;
}

.widget_posts span {
    display: block;
    color: #8f9092;
    font-size: 13px;
    font-weight: 700;
}

.widget_posts span i {
    color: #422918;
    margin-right: 4px;
}

.shares {
    border: 0px !important;
    margin: 0px !important;
    position: relative;
    left: -3px;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.tabs .heads li:first-child {
    clear: left;
    border-left: 2px solid #e0e0e0;
}

.tabs .heads ul,
.tabs .sub_pages ul {
    list-style-type: none;
    margin: 0px;
}

.tabs li {
    margin: 0px;
}

.tabs .heads li {
    cursor: pointer;
    font-size: 14px;
    color: #919191;
    float: left;
    background-color: #f2f2f2;
    padding: 12px;
    font-weight: 900;
    border-top: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
}

.tabs .heads {
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
}

.tabs .heads li.current_tab {
    position: relative;
    background-color: white;
    color: #d00e05;
    cursor: initial;
}

.tabs .heads li.current_tab:before {
    position: absolute;
    left: 0;
    top: 99%;
    height: 5px;
    width: 100%;
    content: '';
    z-index: 1;
    background-color: white;
}

.tabs .style_two {
    margin-top: 40px;
}

.tabs .sub_pages li {
    cursor: pointer;
    cursor: pointer;
    float: left;
    padding: 10px 5px;
    margin-right: 20px;
    color: #303132;
    font-size: 13px;
    font-weight: 400;
}

.tabs .sub_pages li a {
    color: #303132;
}

.tabs .sub_pages li.orange,
.tabs .sub_pages li.orange a {
    color: #d00e05;
}

.tabs .sub_pages ul {
    display: none;
}

.tabs .sub_pages ul.current_tab {
    display: block;
}

.hamburger {
    display: none;
}

.first_homepage_section .page_title {
    color: white;
    margin-bottom: 6px;
    font-size: 28px;
    margin-top: 20px;
}

.blog .date {
    text-transform: uppercase;
}

.first_homepage_section p {
    color: white;
    line-height: 24px;
    margin-bottom: 0px;
    font-size: 16px;
}

.first_homepage_section.darker:before {
    opacity: 0.8;
}

.first_homepage_section.darker:after {
    opacity: 0.5;
}

.wpcf7-form-control-wrap label {
    display: inline;
}

.row {
    display: inline-block;
    width: 100%;
}

.righttext {
    text-align: right;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.masonryImage {
    width: 16.65%;
    font-size: 0px;
    background: #000;
    line-height: 0px;
}

.masonryImage img {
    margin-bottom: 0px;
    width: 100%;
    border: 4px solid #000;
    line-height: 0px;
    font-size: 0px;
    /*-webkit-filter: grayscale(100%);*/
    -webkit-transition: .2s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .2s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .2s ease-in-out;
    /*filter: grayscale(100%);*/
}

.masonryImage img:hover {
    /* -webkit-filter: grayscale(0%);*/
    -webkit-transition: .2s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .2s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .2s ease-in-out;
    /* filter: grayscale(0%); */
}

.insurance {
    background: #f2f2f2;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-row {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}


.align-self-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-center {
    align-items: center;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify-center {
    justify-content: center;
}


.insurance .small-box-logo {
    width: 25%;
}

.insurance .wrapp-box-logo {
    width: 90%;
    background: #fff;
    height: 80px;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}

.insurance .wrapp-box-logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* max-height: 60px; */
    border: none;
    margin-bottom: 0;
    max-height: 45px;
    width: auto;
}

.insurance .col_70 {
    width: 70%;
    margin: 0 auto;
}

.insurance .cta {
    text-transform: uppercase;
    font-family: 'Lato', serif;
    color: #422918;
    font-size: 18px;
    padding-top: 30px;
    font-weight: 700;
}

.bkmain {
    background: #000;
    display: inline-block;
    width: 100%;
}

.limitateheight {
    height: 700px;
    overflow: hidden;
}

.hpside {
    /* position: absolute!important;*/
    /*right: 18%;
    top: 135px;*/
}

.first_homepage_section .hpside {
    /* top: 137px; */
}

.photocolage {
    display: none;
}

.limitateheight {
    background: #000;
}

.loaderbox img {
    border: none;
    width: 100px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 45%;
}

.editor_wp {
    margin-top: 40px;
}

.editor_wp2 {
    color: #000000 !important;
    text-align: center;
    font-size: 20px !important;
    margin-top: 20px;
}

header.header {
    background: #dedede;
    /*#fffab8;*/
}

.titlecf {
    color: #422918;
    font-size: 24px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.8em;
}

.wrapper.map_sec .form_contact textarea {
    height: 60px;
}

footer .menu-menu-2 li.current-menu-item a {
    color: #d00e05;
}

header nav .sub-menu {
    padding-top: 9px;
    position: absolute;
    top: 40px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 550px;
    z-index: 10;
    display: none;
    background: rgba(244, 244, 244, 0.9);
}

header nav .sub-menu li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

header nav .sub-menu li a {
    padding-left: 20px;
}

header nav ul li.menu-item-has-children>a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #422918;
    position: absolute;
    right: 0px;
    top: 10px;
}

header nav ul li.menu-item-has-children {
    padding-right: 15px;
}

header nav ul li.menu-item-has-children:hover>a:before {
    border-top: 5px solid #d00e05;
}


header nav li {
    position: relative;
}

header nav ul>li {
    padding-bottom: 16px;
}

header nav ul li:hover .sub-menu,
header nav ul li:focus .sub-menu,
header nav ul li:active .sub-menu,
header nav ul li.hover .sub-menu {
    display: block;
}

.excl i {
    font-size: 160px;
    color: #d00e05;
    margin-top: 50px;
}

.supsystic-social-sharing.supsystic-social-sharing-content-align-center {
    text-align: left !important;
}

.mapsection {
    padding-top: 0px;
}

.innerpage {
    padding-bottom: 20px;
}

.maphompage {
    padding-top: 100px;
}

.row {
    display: inline-block;
    width: 100%;
}

.contact_page {
    display: inline-block;
    width: 100%;
}

.detailsmobile {
    display: none;
}

.no-title {
    margin-top: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
}

.wp-pagenavi {
    text-align: center;
}

div.wpcf7-response-output {
    margin: 8px 0 !important;
}

.navpg .wp-pagenavi a,
.navpg .wp-pagenavi span {
    font-weight: 400;
}

.navpg .wp-pagenavi a:hover,
.navpg .wp-pagenavi span.current {
    color: #000;
    font-weight: 700;
}

.prev_next_links {
    font-weight: 700;
    display: inline-block;
    width: 100%;
}

.prev_next_links a:hover {
    color: #000;
}

.prev_next_links .to-left {
    width: 50%;
    float: left;
}

.prev_next_links .to-right {
    width: 50%;
    float: right;
    text-align: right;

}

#reply-title {
    color: #422918;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.8em;
    margin-bottom: 10px;
    margin-top: 10px;
}

#comment {
    height: 100px;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}

.comment-form .comment-notes {
    margin-bottom: 10px;
}

.comment-form input[type="submit"] {
    background-color: #d00e05;
    color: white;
    padding: 8.5px 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    width: auto;
    float: left;
}

.comment-form input[type="submit"]:hover {
    background-color: #422918;
}


.comment-list>li {
    margin-top: 10px;
    /* padding-top: 20px; */
    border-bottom: 2px solid #ededed;
    padding-bottom: 22px;
    padding-left: 10px;
    float: none;
    display: block;
    overflow: hidden;
}

.comment-list {
    /* overflow: hidden; */
    display: inline-block;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
    margin-top: 40px;
}

.comment-list>li:last-child {
    border-bottom: none !important;
}

.children li {
    margin-top: 10px;
    float: none;
    display: inherit;
    overflow: hidden;
}

.comment-body {
    text-align: left;
    overflow: hidden;
}

.comment-author.vcard {
    color: #4E4E4E;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 16px;
    float: none;
}

.comment-reply-link {
    background-color: #d00e05;
    color: white;
    padding: 8.5px 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    width: auto;
    float: right;
}

.comment-reply-link:hover {
    color: #fff;
    background-color: #422918;
}

.comment-awaiting-moderation {
    font-size: 13px;
}

.comment-meta.commentmetadata {
    margin-top: 0px;
    font-size: 13px;
}

.comment-author.vcard img {
    width: 50px;
    height: 50px;
    border: 2px solid #d00e05;
    float: left;
    margin-right: 16px;

}

.comments-title {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: initial;
    text-transform: uppercase;
    font-weight: 700;
}

.commentlist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.comment-content.comment {
    padding: 20px;
    background: #f3f3f3;
}

.comment-content.comment p:last-child {
    margin-bottom: 0px;
}

.commentlist li time {
    font-size: 16px;
}

.commentlist li {
    margin-bottom: 10px;
}

#cancel-comment-reply-link {
    font-size: 14px;
    font-style: italic;
}

.post-ratings img {
    margin-right: 5px;
}

.hide {
    display: none;
}

.cover .reviewmgr-stream iframe {
    height: 275px !important;
}

.testmslider {
    margin-bottom: 0px;
}

.map-group-info {
    background: #fff;
    padding: 25px;
}

.map-group-info .col_33 {
    width: 33.33%;
    float: left;
}

.map-group-info .col_66 {
    width: 66.66%;
    float: left;
}

.map-group-info .wrapp-infobox {
    background: #deded3;
    padding: 20px;
}

.map-group-info .wrapp-infobox .big-title {
    letter-spacing: 1px;
    color: #303132;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 13px;
    text-transform: uppercase;
    text-align: center;
}


.map-group-info .wrapp-mapbox {
    font-size: 0;
    line-height: 0;
    padding-left: 20px;
}

.map-group-info .wrapp-mapbox iframe {
    width: 100%;
    font-size: 0;
    line-height: 0;
    height: 597px;
}

.map-group-info .wrapp-infobox img {
    border: none;
    width: 246px;
    margin: 0 auto;
    display: block;
}



.block-call {
    padding-left: 45px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.block-call:before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 35px;
    background-image: url(images/location.png);
    position: absolute;
    left: 0;
    top: 0;
}

.block-map.block-call:before {
    background-image: url(images/phone.png);
}

.block-call span {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.block-call a {
    font-size: 16px;
    color: #000 !important;
    line-height: 1em;
}

.block-call p {
    margin-bottom: 0;
}

.medium_title {
    letter-spacing: 1px;
    color: #303132;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: center;
}

.medium_title.site-title {
    margin-top: 12px;
}

.wrapp_hours .block-day {
    display: inline-block;
    width: 100%;
}

.wrapp_hours .block-day-left,
.wrapp_hours .block-day-right {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #000 !important;
    line-height: 1.6em;
    font-weight: 400;
}

.wrapp_hours .block-day-right {
    text-align: right;
}

.map-group-info .wrapp-infobox .note {
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    background: #d61409;
    color: #fff;
    margin-top: 10px;
}

.fix-button {
    position: fixed;
    bottom: 27px;
    right: 27px;
    width: 270px;
    z-index: 9999;
    background: #dc190d;
    color: #fff;
    padding: 15px 34px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    /* border: 0px solid #8e0a02; */
    box-shadow: 0 0 40px #777777;
}

.fix-button a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    vertical-align: top;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
}

.fix-button a:before {
    content: "";
    width: 33px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 28px;
    background-image: url(images/phone-white.png);
    position: absolute;
    left: 2px;
    top: 2px;
}

.fix-button img {
    border: none;
    margin-bottom: 0;
}

.fix-button .note {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1em;
    margin-top: 5px;
    text-align: center;
}

.button-circle {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    vertical-align: top;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding-left: 12px;
    background: #dc190d;
    color: #fff;
    padding: 15px 34px;
    /* border: 0px solid #8e0a02; */
    box-shadow: 0 0 40px #bbbbbb;
}

.button-circle:hover {
    color: #fff;
    background-color: #422918;
}

.first_homepage_section .hpside {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 78px;
    width: 350px;
}

.first_homepage_section .hpside .wpcf7 {
    display: inline-block;
    width: 100%;
}

.first_homepage_section .hpside .widget {
    width: 350px;
}

.first_homepage_section .hpside .button-circle {
    box-shadow: none;
    width: 350px;
    padding-top: 27px;
    padding-bottom: 27px;
    font-size: 29px;
}

.first_homepage_section .hpside textarea {
    height: 52px;
}

.first_homepage_section .hpside .form_row+.form_row {
    position: relative;
}

.first_homepage_section .hpside div.wpcf7 .ajax-loader {
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 9999;
}

.first_homepage_section .hpside .widget {
    background: #fff;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    margin-bottom: 0;
}


#ui-datepicker-div {
    z-index: 4444 !important;
}

.ui-widget-content {
    border: 1px solid #d00e05;
    padding: 15px;
}

.ui-widget-header {
    color: #d00e05;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-state-hover {
    background: #efefef;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #293033;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #283e56;
    color: white;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #649e33;
    color: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #283e56;
    color: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #d00e05;
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker .ui-datepicker-prev {
    background: #d00e05;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: white;
    line-height: 28px;
    text-align: center;
    display: block;
}

.ui-datepicker .ui-datepicker-next {
    background: #d00e05;
}

.ui-datepicker .ui-datepicker-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: white;
    line-height: 28px;
    text-align: center;
    display: block;
}

.ui-widget-content {
    background: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #d00e05;
}

.ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #d00e05;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #293033;
    border: none;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev {
    background: #d00e05;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

.ui-widget-header {
    border: none;
    background-color: transparent;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev:hover {
    left: 0px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 1px;
    top: 4px;
}

.ui-datepicker {
    width: 270px;
    font-size: 14px;
}

.ui-datepicker-today .ui-state-default,
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-active {
    background: #d00e05;
    color: #fff;
}

.ui-datepicker-calendar tr th span,
.ui-datepicker-calendar tr td span,
.ui-datepicker-calendar tr td a {
    font-size: 13px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    padding: 4px 3px;
}

.hidden-info-birthday {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

/*ui ------------ */

.home header.header {
    background: #fff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
    background: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
    background: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
    background: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
    background: #ffb900;
}


.insurance_box {
    background: #deded3;
}

.insurance_box .col_50 {
    width: 50%
}

.insurance_box .box_image .small-box-logo {
    width: 33.33%;
}

.insurance_box .box_image .small-box-logo .wrapp-box-logo {
    width: 93%;
    background: #fff;
    height: 100px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}

.insurance_box .box_image .small-box-logo .wrapp-box-logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* max-height: 60px; */
    border: none;
    margin-bottom: 0;
    max-height: 45px;
    width: auto;
}

.insurance_box .box_text p {
    text-transform: uppercase;
    font-family: 'Lato', serif;
    color: #422918;
    font-size: 17px;
    padding-top: 10px;
    font-weight: 700;
    margin-bottom: 0;
}

.insurance_box .btn_cta {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    font-weight: 700;
    position: relative;
    background: #dc190d;
    color: #fff;
    padding: 13px 34px;
    box-shadow: 0 0 40px #bbbbbb;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}

.insurance_box .btn_cta:hover {
    color: #fff;
    background-color: #422918;
}

.insurance_box h3 {
    margin-bottom: 20px;
}

.big-video video {
    border: 5px solid #d00e05;
}

@media (max-width: 1380px) {
    .masonryImage {
        width: 25%;
    }
}


@media (max-width: 1240px) {
    .wrapper {
        width: 980px;
    }

    header .socials {
        margin-left: 25px;
    }

    .anchors li span {
        width: 135px;
        height: 135px;
    }

    .anchors li a {
        font-size: 14px;
    }

    .page404 h1 {
        font-size: 170px;
    }

    .widget .form_row .captcha {
        width: 45%;
        float: left;
    }

    .widget .form_row .captcha+.captcha {
        float: right;
    }

    .widget .form_row .button {
        width: 100%;
        margin-top: 11px;
    }

    header nav ul li {
        margin-left: 13px;
    }

    header nav a {
        font-size: 11px;
    }

    header .logo img {
        width: 320px;
    }
}

@media (max-width: 1020px) {
    .wrapper {
        width: 90%;
        max-width: 980px;
    }

    header nav li {
        display: none;
    }

    html body #wprmenu_menu {
        display: none !important;
    }

    header .logo {
        max-width: 200px;
    }

    main {
        clear: both;
    }

    .first_homepage_section {
        margin-top: 0px;
        padding-top: 50px;
    }

    .hamburger {
        cursor: pointer;
        margin-right: 20px;
        display: block;
        text-align: right;
        height: 24px;
    }

    .hamburger div {
        border-top: 4px solid #d00e05;
        margin-top: 4px;
        width: 35px;
    }

    .hamburger>div {
        display: inline-block;
        margin-top: 0px;
    }

    .first_homepage_section:before {
        height: 0;
    }

    .first_homepage_section:after {
        height: 100%;
    }

    header .socials {
        margin-top: -6px;
    }

    header .contact {
        margin-top: 1px;
    }

    .page404 h1 {
        font-size: 100px;
    }

    .masonryImage {
        width: 33.33%;
    }

    .first_homepage_section {
        padding-top: 0px;
    }

    .hpside {
        top: 91px;
    }

    header nav {
        position: relative;
        bottom: auto;
        left: auto;
        height: 50px;
    }

    #click-menu {
        top: 16px !important;
    }


    .anchors li span {
        margin: 10px 5px;
    }

    .wrapp_hours .block-day-left,
    .wrapp_hours .block-day-right,
    .block-call a {
        font-size: 14px;
    }

    .map-group-info .wrapp-infobox .big-title {
        font-size: 22px;
    }

    .map-group-info .medium_title {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .medium_title.site-title {
        margin-top: 5px;
        font-size: 15px;
    }

    .insurance_box .col_50 {
        width: 100%;
        text-align: center;
    }

    .insurance_box .box_text {
        margin-bottom: 20px;
    }

}

@media (max-width: 980px) {
    .tabs .heads li {
        width: 100%;
        border-left: 2px solid #e0e0e0;
        border-top: 2px solid #e0e0e0;
    }

    .tabs .sub_pages li {
        width: 100%;
        display: block;
        margin-right: 0px;
    }

    .tabs .heads li.current_tab:before {
        display: none;
    }

    .form_contact_page .wpcf7-quiz-label {
        float: none;
        width: auto;
        margin-left: 7px;
    }

    main,
    aside,
    .main {
        width: 100%;
    }

    aside {
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .widget .form_row .captcha {
        width: 70px;
        float: left;
    }

    .widget .form_row .captcha+.captcha {
        float: left;
        width: auto;
    }

    .widget .form_row .button {
        width: auto;
        margin-top: 0px;
    }

    .first_homepage_section .widget .form_row .button,
    aside .widget .form_row .button {
        width: 100%;
    }

    footer .wrapper>.half {
        width: 100%;
    }

    footer .wrapper>.half+.half {
        margin-top: 30px;
    }

    .map-group-info .col_33 {
        width: 50%;
    }

    .map-group-info .col_66 {
        width: 50%;
    }

    .map-group-info .wrapp-mapbox iframe {
        height: 549px;
    }

    .insurance .col_70 {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .form_contact {
        -moz-box-shadow: 0 0 0px rgba(0, 0, 0, .25);
        -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, .25);
        width: 100%;
        margin-left: 0px;
    }

    .map_sec .map {
        height: 300px;
        position: relative;
    }

    header .logo {
        width: 40%;
        float: left;
    }

    header .socials {
        width: 40%;
        float: right;
        clear: right;
    }

    header .socials ul {
        width: auto;
        float: right;
    }

    header .contact {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    header .contact a {
        text-align: left;
        float: left;
        width: auto;
        margin: 0px 0px;
        display: inline-block;
    }

    header .contact a+a {
        float: right;
        margin-top: -13px;
    }

    header .contact a+a i {
        float: none;
    }

    section .half+.half {
        margin-top: 30px;
    }

    section .half,
    .half.small,
    .half.big {
        width: 100%;
    }

    section .half.display_cell {
        display: block !important;
    }

    html .display_cell.slider_one {
        padding-left: 0% !important;
    }

    section .half+.half.display_cell {
        padding-left: 0%;
    }

    .border_left.half {
        width: 100%;
        padding-left: 0%;
    }

    .border_left {
        border-left: 0px solid #ebebeb;
    }

    .testimonials .holder {
        width: 100%;
    }

    .contact_page .half+.half {
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .flex-direction-nav {
        display: none;
    }

    .dark_grey .half {
        width: 100%;
        text-align: center;
    }

    section {
        padding: 25px 0px;
    }

    .form_contact {
        padding: 25px 0;
    }

    .detailsmobile {
        display: inline-block;
        width: 100%;
        padding-bottom: 40px;
    }

    .map_pop {
        display: none;
    }

    .detailsmobile .map_pop {
        left: 0;
        top: 0;
        width: 100%;
        display: inline-block;
    }

    .section_pop2 .getdir {
        border: 1px solid #d00e05;
    }

    .detailsmobile .map_pop .section_pop {
        padding: 17px 0;
    }

    html form input.captcha {
        width: 29%;
    }

    .detailsmobile {
        padding-bottom: 10px;
    }

    header .logo {
        max-width: 350px;
    }
}


@media (max-width: 768px) {
    .prev_next_links .to-left {
        width: 100%;
    }

    .prev_next_links .to-right {
        width: 100%;
        float: left;
        text-align: left;
    }

    .map-group-info .col_33,
    .map-group-info .col_66 {
        width: 100%;
    }

    .map-group-info .wrapp-mapbox {
        padding-left: 0;
    }

    .map-group-info .wrapp-mapbox iframe {
        height: 300px;
    }

    .map-group-info .wrapp-infobox {
        padding: 12px;
    }

    .fix-button {
        width: 290px;
        right: calc((100% - 290px)/2);
    }

    aside .widget:first-child {
        margin-top: 0;
    }

    .insurance .small-box-logo {
        width: 33.33%;
    }

    .insurance .cta {
        font-size: 15px;
        padding-top: 15px;
    }

    .style_two {
        margin-bottom: 15px;
    }

    .insurance_box .box_image .small-box-logo .wrapp-box-logo {
        height: 70px;
    }

    .insurance_box .box_image .small-box-logo .wrapp-box-logo img {
        max-height: 31px;
    }
}

@media (max-width: 700px) {

    .appointment form,
    .online_widget {
        float: none;
        margin: 0 auto;
    }

    .specials h3 {
        width: 100%;
        margin-bottom: 15px;
    }

    .specials .title {
        overflow: hidden;
    }

    .specials .button {
        float: none;
        margin-bottom: 10px;
        top: 0px;
    }

    .standard_half {
        width: 100%;
    }

    .page404 h1 {
        font-size: 50px;
    }

    .excl i {
        font-size: 60px;
        margin-top: 0px;
    }

    .big-video video {
        width: 100%;
        height: auto;
    }

}

@media (max-width: 500px) {

    .alignleft,
    .alignright,
    .aligncenter {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: 90%;
        display: block;
    }

    .schedule .half+.half {
        margin-top: 0px;
    }

    footer .half {
        width: 100%;
        text-align: center;
    }

    footer .socials {
        float: none;
        text-align: center;
    }

    header .socials {
        margin-left: 0px;
    }

    footer .socials li {
        float: none;
        display: inline-block;
    }

    footer .socials a {
        float: none;
        display: inline-block;
    }

    .socials a {
        height: 28px;
        width: 28px;
        line-height: 25px;
    }

    .dark_grey {
        text-align: center;
    }

    .masonryImage {
        width: 50%;
    }

    .hpside .online_widget {
        max-width: 100%;
    }



}

@media (max-width: 480px) {

    header .logo,
    header .socials,
    header .socials ul {
        display: block !important;
        width: 100% !important;
        max-width: 100%;
        text-align: center !important;
    }

    header .socials ul {
        margin-bottom: 0px;
    }

    /*
    header .logo, header .socials,header .socials ul{
        display: block!important;
        width: 100%!important;
        max-width: 100%;
        text-align: center!important;
    }*/
    header .socials li {
        float: none !important;
        display: inline-block;
    }

    header .contact a {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    header .contact a i {
        float: none;
    }

    .no-title {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    footer .wrapper>.half+.half {
        margin-top: 0px;
    }

    .insurance .small-box-logo {
        width: 50%;
    }

    .insurance_box .box_image .small-box-logo {
        width: 50%;
    }
}

.new-recaptcha {
    overflow: hidden;
    border-right: 1px solid #eaeaea;
    border-radius: 3px;
}