@import "/data/css/designer_custom.css";

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.reset-padding {
    padding: 0 !important;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 24px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

.google-map {
    width: 100%;
    height: 500px;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .form-group > input:not([value=""]) + label,
.contact .form-group > input:focus + label,
.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
    overflow: hidden;
}

.contact-line .left .contact-icon {
    float: left;
    margin-right: 15px;
}

.contact-line .right .contact-icon {
    float: right;
    margin-right: 15px;
}

.contact-line .right address {
    float: right;
}

.resizable {
    display: block;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: #fff;
}

.re-captcha.has-error > div {
    border: 2px solid #a94442 !important;
}

.rc-anchor-compact-footer {
    display: none;
}

.contact-find-us h3 {
    font-family: "Open Sans", sans-serif;
}


.navbar {
    min-height: 100px !important;
}

.navbar-brand img {
    height: 70px !important;
}

.navbar-default .navbar-nav > .active > a {
    border-bottom: 5px solid #E73B3F;
}

.navbar-default .navbar-nav > li > a {
    height: 99px !important
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        height: auto !important;
    }
}

.toolbar a > .glyphicon {
    margin-right: 5px;
}

.dropdown-submenu > .dropdown-menu.right {
    right: 100%;
    left: auto;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.navbar-brand {
    padding: 15px;
    height: auto;
}

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

.absolute-position-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000036;
}

.tp-caption {
    text-align: center !important;
}

.testimonial-img {
    max-width: 40px !important;
}

.single-testimonial-star {
    color: #ffb300;
}

.pt-50 {
    padding-top: 50px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.df {
    display: flex;
}

.a-c {
    align-items: center;
}

.j-c {
    justify-content: center;
}

.gap-15 {
    gap: 15px;
}

.testimonials-slider .slick-track {
    display: flex !important;
}

.testimonials-slider .slick-slide {
    height: auto;
}

.dfc {
    display: flex;
    flex-direction: column;
}

.google-full-img {
    max-width: 100px;
}

.mb-0{
    margin-bottom: 0;
}

.j-sb{
    justify-content: space-between;
}

.testimonials-slider .slick-slide {
    padding: 0 15px;
}

.testimonials-slider {
    margin: 0 -15px;
}

.testimonials-block {
    overflow: hidden;
}

.testimonials-slider {
    margin-bottom: 40px;   /* space for dots */
}

.testimonials-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.testimonials-slider .slick-dots li button:before {
    font-size: 10px;
    color: #999;
}

.testimonials-slider .slick-dots li.slick-active button:before {
    color: #000;
}

body{
    max-width: 100%;
    overflow-x: clip;
}

