/*==========================================
*** HTML TAG STYLES
==========================================*/

html {
    font-size: 21px;
}
body {
    font-family: 'Adobe Garamond Pro';
    font-size: 1rem;
    line-height: 140%;
    position: relative;
    overflow-x: hidden !important;
    color: #000000;
    background-color: #FFF;
    letter-spacing: 0.01rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*==========================================
*** SHELL STYLES
==========================================*/

a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-decoration: none;
    color: #000000;
    outline: none !important;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
button {
    border: none;
    outline: none !important;
}
.image-auto {
    width: auto;
    max-width: 100%;
}
.image-full {
    width: 100%;
    max-width: 100%;
}
.text-orange {
    color: #d86b1e!important;
}
strong, b {
    font-weight: 700;
}
h1, .h1 {
    font-size: 3.952rem;
    /* 83px */
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 1.190rem;
}
h2, .h2 {
    font-size: 2.952rem;
    /* 62px */
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 0.714rem;
}
h3, .h3 {
    font-size: 1.810rem;
    /* 38px */
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 0.714rem;
}
h4, .h4 {
    font-size: 1.524rem;
    /* 32px */
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 0.714rem;
}
.container-fluid {
    max-width: 1650px;
}
.form-control, .form-control:focus {
    background-color: #FFF;
    -webkit-border-radius: 0.100rem;
    -moz-border-radius: 0.100rem;
    border-radius: 0.100rem;
    border: 1px solid #FFF;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -moz-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out, -moz-box-shadow .15s ease-in-out;
    padding: 0.380rem 0.582rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 120%;
    color: #000000;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    height: auto;
    outline: none;
}
.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}
.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}
.form-control:-moz-placeholder {
    color: #000;
}
.form-control::-moz-placeholder {
    color: #000;
}
.form-control::-ms-input-placeholder {
    color: #000;
}
.form-control::placeholder {
    color: #000;
}
textarea.form-control, textarea.form-control:focus {
    height: 150px;
    resize: none;
}
.btn {
    font-weight: 700;
    font-size: 1.143rem;
    line-height: 1.238rem;
    padding: 0.5rem 1.190rem 0.338rem 1.190rem;
    text-transform: none;
    color: #FFFFFF;
    -webkit-border-radius: 0.190rem;
    -moz-border-radius: 0.190rem;
    border-radius: 0.190rem;
    background-color: #313c1c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: normal;
    border: 2px solid #313c1c;
    text-align: center;
    position: relative;
}
.btn:hover, .btn.focus, .btn:focus {
    opacity: 1;
    color: #313c1c;
    background-color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #313c1c;
}
.btn.white {
    background-color: #FFF;
    border-color: #FFF;
    color: #000;
}
.btn.white:hover, .btn.white.active, .btn.white.active:hover {
    background-color: #000;
    border-color: #000;
    color: #FFF;
}
.has-dark-overlay {
    -webkit-transition: background-color 600ms ease-in-out;
    -moz-transition: background-color 600ms ease-in-out;
    -o-transition: background-color 600ms ease-in-out;
    transition: background-color 600ms ease-in-out;
    background-color: rgba(51, 51, 51, .05);
    background-blend-mode: overlay;
}
.has-dark-overlay:hover {
    background-color: rgba(51, 51, 51, .40);
}
.checkbox label, .radio label {
    padding-left: 35px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    position: relative;
    color: #FFF;
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 0;
}
.radio label {
    padding-left: 40px;
    font-size: 1.2rem;
    font-weight: bold;
}
.checkbox label:hover, .radio label:hover {
    cursor: pointer;
}
.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr, .radio .cr {
    position: absolute;
    display: inline-block;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    margin-top: 0px;
    background-color: #ffffff;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(84, 84, 84, .8);
    -moz-box-shadow: 1px 1px 1px 0px rgba(84, 84, 84, .8);
    box-shadow: 1px 1px 1px 0px rgba(84, 84, 84, .8);
}
.radio .cr {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(84, 84, 84, .8);
    background-color: transparent;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: 0.782rem;
    line-height: 0;
    top: 55%;
    left: 20%;
    color: #FFF;
}
.radio .cr .cr-icon {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 4px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio label input[type="radio"]+.cr>.cr-icon {
    background-color: #fc475a;
}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"]+.cr>.cr-icon, .radio label input[type="radio"]+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(-20deg);
    -moz-transform: scale(1) rotateZ(-20deg);
    -ms-transform: scale(1) rotate(-20deg);
    -o-transform: scale(1) rotateZ(-20deg);
    transform: scale(1) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .radio label input[type="radio"]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled+.cr, .radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}
.checkbox label input[type="checkbox"]:checked+.cr {
    background-color: #5f7b59;
    border-color: #FFF!important;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.radio label input[type="radio"]:checked+.cr {
    background-color: transparent;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
header {
    height: 60px;
    font-size: 0.762rem;
    width: 100%;
    position: relative;
    font-weight: bold;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(114, 126, 101, 1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(114, 126, 101, 1);
    box-shadow: 0px 5px 5px 0px rgba(114, 126, 101, 1);
    z-index: 10;
}
header .tel {
    font-size: 1.286rem;
}
header .back {
    position: relative;
    padding-left: 10px;
}
header .back:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000;
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
}
.box-title {
    width: 100%;
    position: relative;
    display: block;
    background-image: url('../images/green-pattern-bg.jpg');
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 180px;
    color: #313c1c;
}
.box-text {
    width: 100%;
    position: relative;
    padding: 1.667rem 0;
}
.box-text h1 {
    color: #313c1c;
}
.box-slider {
    width: 100%;
    position: relative;
    padding: 2.143rem 0;
}
.slider .item {
    padding-left: 0.619rem;
    padding-right: 0.619rem;
    outline: none!important;
}
.slider .item .padding {
    position: relative;
    width: 100%;
    display: block;
}
.slider .item .padding.comming-soon:before {
    content: "Coming soon!";
    font-size: 1rem;
    line-height: 1;
    color: #aa2823;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 0.9rem;
    display: block;
    padding: 0.3rem 0.6rem;
    font-weight: bold;
    z-index: 10;
}
.slider .item .padding .image {
    width: 100%;
    position: relative;
    padding-top: 80%;
}
.slider .item .padding .image .inside {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slider .item .padding .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 10;
    background-color: rgba(255, 255, 255, .5);
    padding: 0.576rem 0.714rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.243rem;
}
.slider .item .padding .bottom strong {
    display: block;
}
.slider .item .padding a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: block;
}
.slick-prev, .slick-next {
    width: 1.857rem;
    height: 4.952rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    background: url('../images/arrow-right.png') no-repeat center center;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: url('../images/arrow-left.png') no-repeat center center;
}
.slick-prev {
    left: -2.619rem;
}
.slick-next {
    right: -2.619rem;
}
footer {
    width: 100%;
    position: relative;
    display: block;
    background-color: #313c1c;
    padding: 2.381rem 0;
    margin-top: 1.667rem;
}
footer img.footer-special-logo {
    width: 90%;
    max-width: 160px;
    height: auto;
}
/* modal css */

.modal-content {
    background-color: #71956a;
    padding: 25px 35px;
    border-color: #71956a;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.modal-body {
    padding: 0;
}
.wpcf7 form .wpcf7-response-output {
    border: none;
    background: transparent;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffffff;
    color: #333;
    border: none;
    margin: 20px 0px 0px;
    font-size: 16px;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #6c936f;
    color: #fff;
    border: none;
    margin: 20px 0;
}
span.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 16px;
    margin-top: 7px;
    text-align: left;
    line-height: 16px;
}
span.wpcf7-checkbox>.wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 560px;
        margin: 1.75rem auto;
    }
}
.select2-container--default .select2-selection--single {
    font-size: 21px;
    line-height: 24px;
    height: auto;
    padding-top: 0.41rem;
    padding-bottom: 0.41rem;
    outline: none!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 1;
    padding-left: 0.582rem;
    padding-right: 2rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000;
}
.select2-container {
    width: 100%!important;
}
.select2-container--classic .select2-selection--multiple:focus, .select2-container--classic .select2-selection--single:focus, .select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: none!important;
}
.select2-results__option {
    font-size: 21px;
    line-height: 24px;
    padding: 0.3rem 0.680rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #71956a;
    opacity: .8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.8rem;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 1.8rem;
}
/* responsive css */

@media (max-width: 1400px) {
    .box-images {
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: hidden;
    }
    .box-images .list-inline {
        margin-left: -15px;
        margin-right: -15px;
        display: block;
    }
    .box-images .list-inline .list-inline-item, .box-images .list-inline .list-inline-item:not(:last-child) {
        padding: 0;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: 33.3333%;
        float: left;
        display: block;
    }
}
@media (max-width: 1199.98px) {
    html {
        font-size: 20px;
    }
    .btn {
        white-space: normal;
    }
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .box-slider {
        padding-left: 2.500rem;
        padding-right: 2.500rem;
    }
    h1, .h1 {
        font-size: 3.252rem;
    }
    h2, .h2 {
        font-size: 2.152rem;
    }
    h3, .h3 {
        font-size: 1.410rem;
    }
    h4, .h4 {
        font-size: 1.224rem;
    }
}
@media (max-width: 991.98px) {
    body {
        font-size: 19px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    h1, .h1 {
        font-size: 2.952rem;
    }
    h2, .h2 {
        font-size: 1.952rem;
    }
    h3, .h3 {
        font-size: 1.210rem;
    }
    h4, .h4 {
        font-size: 1.124rem;
    }
    header {
        height: 50px;
    }
    .box-title {
        height: 140px;
    }
    footer {
        margin-top: 0;
    }
    .box-slider {
        padding: 1.9rem 2.5rem;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 18px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    header {
        height: 60px;
    }
    h1, .h1 {
        font-size: 2.252rem;
    }
    h2, .h2 {
        font-size: 1.552rem;
    }
    h3, .h3 {
        font-size: 1.010rem;
    }
    h4, .h4 {
        font-size: 1.324rem;
    }
    header {
        height: auto;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    header .tel {
        font-size: 1.086rem;
    }
    .box-title {
        height: auto;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .box-slider {
        padding-left: 0;
        padding-right: 0;
    }
    footer {
        margin-top: 0;
        padding: 1.5rem 0;
    }
    footer img.footer-special-logo {
        max-width: 100px;
    }
    .box-images .list-inline .list-inline-item, .box-images .list-inline .list-inline-item:not(:last-child) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .btn {
        font-size: 1rem;
    }
    .slider .item .padding .bottom {
        font-size: 0.9rem;
    }
}
@media (max-width: 575.98px) {
    body {
        font-size: 17px;
    }
    .box-title {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
    h1, .h1 {
        font-size: 1.952rem;
    }
    .btn {
        font-size: 0.8rem;
    }
    .box-slider {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .slider .item {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}