:root {
    --NAV-HEIGHT: 72px;
    --MOBILE-HEADER-HEIGHT: 50px;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Signika';
}

*, html {
    scroll-behavior: smooth !important;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
    color: #313131;
    font-weight: 700;
}

h1.slim,
h2.slim,
h3.slim,
h4.slim {
    font-weight: 300;
}

h1.slim strong,
h2.slim strong,
h3.slim strong,
h4.slim strong {
    font-weight: 700;
}

h1:not(.without-margin-bottom),
h2:not(.without-margin-bottom),
h3:not(.without-margin-bottom),
h4:not(.without-margin-bottom) {
    margin-bottom: 30px;
}

h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: none;
}

h4.faq:not(.faq-first) {
    margin-top: 60px;
}

.highlight {
    display: block;
    font-size: 13px;
    color: #66a320;
    font-weight: 700;
    text-transform: uppercase;
}

.highlight a {
    color: #66a320;
}

.highlight:not(.highlight-up) {
    padding-top: 10px;
}

.highlight.highlight-up {
    padding-bottom: 10px;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    color: #7e7e7e;
}

p:not(.without-margin-bottom) {
    margin-bottom: 30px;
}

p.shortest {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #66a320;
    font-size: 13px;
    font-weight: 700;
}

p.max-750 {
    max-width: 750px;
    margin: 0 auto;
}

strong {
    color: #313131;
    font-weight: 700;
}

ul {
    list-style-type: square;
    margin: 0 0 0 18px;
}

ul:not(.without-margin-bottom) {
    margin-bottom: 30px;
}

ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    color: #313131;
}

ul li span {
    color: #7e7e7e;
}

ul.fa-ul {
    margin-left: 21px;
}

ul.fa-ul li i.fa-li {
    color: #66a320;
    font-size: 13px;
    padding-top: 4px;
}

ul.social {
    list-style: none;
    margin: 0;
}

ul.social li {
    display: inline-block;
    margin-right: 15px;
}

ul.social li:last-child {
    margin-right: 0;
}

ul.social i {
    font-size: 28px;
    color: #ddd;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

ul.social i.fa-facebook-square:hover {
    color: #3a5795;
}

ul.social i.fa-google-plus-square:hover {
    color: #DB4437;
}

ul.social i.fa-twitter-square:hover {
    color: #55ACEE;
}

ol {
    margin: 0 0 0 19px;
}

ol:not(.without-margin-bottom) {
    margin-bottom: 30px;
}

ol li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    color: #313131;
}

ol li span {
    color: #7e7e7e;
}

ul ol,
ul ul,
ol ol,
ol ul {
    margin-bottom: 0 !important;
}

a {
    text-decoration: underline;
    color: #66a320;
}

a:hover {
    text-decoration: none;
    color: #b3b0d8;
}

a:active {
    text-decoration: underline;
    color: #66a320;
}

a:visited {
    text-decoration: underline;
    color: #66a320;
}

i.fa {
    font-family: 'FontAwesome';
}

.clear {
    clear: both;
}

.centered {
    text-align: center;
}

.line {
    width: 100px;
    height: 1px;
    border-top: 1px dashed #f2f2f2;
    margin: 0 auto 30px auto;
}

@media (max-width: 1349px) {

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 23px;
    }

    h5 {
        font-size: 13px;
    }

    p,
    ul li,
    ol li {
        font-size: 14px;
    }

}

@media (max-width: 699px) {

    h1 {
        font-size: 32px;
    }

}

/**

 *

 * 1.1. form

 * -----------------------------------------------------------------------------

 *

 */

.form {
    position: relative;
    z-index: 100;
    font-size: 0;
}

.form.form-gray {
    background: #f9f9f9;
    padding: 45px;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form.form-gray:not(.without-margin-top) {
    margin-top: 90px;
}

.form h5 {
    display: block;
    font-size: 13px;
    color: #66a320;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.form h5:not(.without-margin-top) {
    margin-top: 30px;
}

.form h5 .value-slider-text {
    color: #313131;
    float: right;
    font-size: 15px;
}

.form .value-slider {
    margin-bottom: 10px;
}

.form input[type="text"] {
    display: block;
    margin-bottom: 10px;
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: calc(100% - 34px);
    padding: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
    outline: none;
    color: #313131;
    font-weight: 200;
    font-size: 14px;
    appearance: none;
}

.form textarea {
    display: block;
    margin-bottom: 10px;
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: calc(100% - 34px);
    height: 111px;
    padding: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
    outline: none;
    color: #313131;
    font-weight: 200;
    font-size: 14px;
    resize: none;
    appearance: none;
}

.form .select {
    position: relative;
    margin-bottom: 10px;
    display: block;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form .select:after {
    display: block;
    position: absolute;
    width: 50px;
    height: calc(100% - 2px);
    padding-top: 15px;
    top: 1px;
    right: 1px;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    color: #DDD;
    font-size: 18px;
    text-align: center;
    
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #f5f5f5;
    transition: all 0.1s linear;
}

.form .select select {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 15px 16px;
    border: none;
    background: transparent;
    outline: none;
    color: #313131;
    font-weight: 200;
    font-size: 14px;
    appearance: none;
    z-index: 1000;
}

.form .select:hover:after {
    color: #313131;
    border-left-color: #EEE;
}

.form .select.error {
    border: 1px solid #fd0815 !important;
}

.form .select:hover {
    border: 1px solid #ccc;
}

.form .select:focus {
    border: 1px solid #aaa;
}

.form .checkbox {
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.03);
    padding: 0;
    color: #313131;
    font-weight: 200;
    font-size: 14px;
    min-height: 49px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: border 0.1s linear;
    transition: border 0.1s linear;
    outline: none;
    cursor: pointer;
}

.form .checkbox .checkbox-status {
    width: 43px;
    position: absolute;
    height: -webkit-calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: calc(100% - 6px);
    background: #eee;
    margin-top: 3px;
    margin-left: 3px;
    text-align: center;
}

.form .checkbox .checkbox-status i.fa-check {
    color: #7DBA2F;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -7px;
}

.form .checkbox .checkbox-status i.fa-times {
    color: #e73a30;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -5.5px;
}

.form .checkbox .checkbox-values {
    display: block;
    margin: 16px 10px 16px 60px;
}

.form .checkbox .checkbox-values .checkbox-value-checked,
.form .checkbox .checkbox-values .checkbox-value-unchecked {
    display: none;
}

.form .checkbox[data-checked="yes"] .checkbox-values .checkbox-value-checked,
.form .checkbox[data-checked="no"] .checkbox-values .checkbox-value-unchecked {
    display: block;
}

.form input[type="text"].error,
.form textarea.error {
    border: 1px solid #fd0815 !important;
}

.form input[type="text"]:hover,
.form textarea:hover,
.form .checkbox:hover {
    border: 1px solid #ccc;
}

.form input[type="text"]:focus,
.form textarea:focus,
.form .checkbox:focus {
    border: 1px solid #aaa;
}

.form .thanks-lay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    display: none;
    font-size: 0;
}

.form .thanks-lay .thanks-lay-helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.form .thanks-lay .thanks-lay-content {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    color: #313131;
    text-align: center;
    margin: 0 45px;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: bottom;
}

.form .thanks-lay .thanks-lay-content .thanks-lay-icon {
    display: block;
    width: 40px;
    height: 40px;
    align-content: center;
    background: #66a320;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 22.5px auto;
}

.form .thanks-lay .thanks-lay-content .thanks-lay-icon i {
    color: #fff;
    font-size: 18px;
}

.form .thanks-lay .thanks-lay-content .thanks-lay-close {
    display: block;
    margin-top: 22.5px;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
}

.form .thanks-lay .thanks-lay-content .thanks-lay-close:hover {
    text-decoration: none;
}

.form .thanks-lay .thanks-lay-content .thanks-lay-content-sent {
    display: none;
}

@media (min-width: 1350px) {

    .form input[type="text"].half-width {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 38.5px);
        width: -moz-calc(50% - 38.5px);
        width: calc(50% - 38.5px);
    }

    .form input[type="text"].half-width.half-width-left {
        margin-right: 9px;
    }

    .form input[type="text"].one-third-width {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(33.334% - 40px);
        width: -moz-calc(33.334% - 40px);
        width: calc(33.334% - 40px);
        margin-right: 9px;
    }

    .form input[type="text"].one-third-width.one-third-width-last {
        margin-right: 0;
    }

    .form .select.half-width {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 6.5px);
        width: -moz-calc(50% - 6.5px);
        width: calc(50% - 6.5px);
    }

    .form .select.half-width.half-width-left {
        margin-right: 9px;
    }

    .form .select.one-third-width {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(33.334% - 8px);
        width: -moz-calc(33.334% - 8px);
        width: calc(33.334% - 8px);
        margin-right: 9px;
    }

    .form .select.one-third-width.one-third-width-last {
        margin-right: 0;
    }

    .form .checkbox.half-width {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(50% - 6.5px);
        width: -moz-calc(50% - 6.5px);
        width: calc(50% - 6.5px);
    }

    .form .checkbox.half-width.half-width-left {
        margin-right: 9px;
    }

    .form .checkbox.one-third-width {
        display: inline-block;
        vertical-align: top;
        margin-right: 9px;
        width: -webkit-calc(33.334% - 8px);
        width: -moz-calc(33.334% - 8px);
        width: calc(33.334% - 8px);
    }

    .form .checkbox.one-third-width.one-third-width-last {
        margin-right: 0;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    .form input[type="text"] {
        width: -webkit-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
        padding: 12px;
        font-size: 14px;
    }

}

/**

 *

 * 1.2. button

 * -----------------------------------------------------------------------------

 *

 */

 .button {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	color: #FFF;
	background-color: #66A320;
	padding: 12px 30px;
	border: none;
	border-radius: 2px;
	transition: all 0.1s linear;
	border-bottom: 2px solid #E8B320;
	outline: none;
	cursor: pointer;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.button.button-space {
    margin-top: 20px;
}

.button i {
    margin-left: 15px;
    color: rgba(49, 49, 49, 0.25);
}

.button:hover {
    background: #579412;
}

@media (max-width: 1349px) {

    .button {
        padding: 10px 30px 8px 30px;
        font-size: 13px;
    }

}

/**

 *

 * 1.3. images

 * -----------------------------------------------------------------------------

 *

 */

.images {
    cursor: pointer;
    margin-bottom: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.images.images-big {
    margin-bottom: 60px;
}

.images .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.images .image-for-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.images .image .video {
    padding: 22.5px 0 0 22.5px;
}

.images .image .video i {
    font-size: 42px;
    color: #fff;
}

.images .navigation {
    position: absolute;
    width: 100%;
    bottom: 22.5px;
    left: 22.5px;
    z-index: 300;
    list-style: none;
    margin: 0;
}

.images .navigation li {
    display: inline-block;
    margin-right: 10px;
}

.images .navigation li:last-child {
    margin-right: 0;
}

.images .navigation li .circle {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.images .navigation li.active .circle,
.images .navigation li:hover .circle {
    background: #fff;
}

.images-group {
    font-size: 0;
}

.images-group .images {
    margin-bottom: 30px;
}

.images-group .images.images-last {
    margin-bottom: 0;
}

.images-group .images-double .images {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    display: inline-block;
    margin-right: 30px;
}

.images-group .images-double .images.images-last {
    margin-right: 0;
    margin-bottom: 30px;
}

.images-group .images-double.images-last .images {
    margin-bottom: 0;
}

@media (min-width: 1600px) {

    .images {
        height: 250px;
    }

    .images.images-big {
        height: 350px;
    }

    .images-group .images,
    .images-group .images-double .images {
        height: 277px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    .images {
        height: 200px;
    }

    .images.images-big {
        height: 300px;
    }

    .images-group .images,
    .images-group .images-double .images {
        height: 220px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    .images {
        height: 160px;
    }

    .images.images-big {
        height: 220px;
        margin-bottom: 45px;
    }

    .images-group .images,
    .images-group .images-double .images {
        height: 180px;
    }

    .images-group .images-double .images {
        width: 100%;
        display: block;
        margin-right: 0;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    .images {
        height: 210px;
    }

    .images.images-big {
        height: 210px;
        margin-bottom: 45px;
    }

    .images-group .images,
    .images-group .images-double .images {
        height: 210px;
    }

    .images-group .images-double .images {
        width: 100%;
        display: block;
        margin-right: 0;
    }

}

@media (max-width: 699px) {

    .images {
        height: 210px;
    }

    .images.images-big {
        height: 210px;
        margin-bottom: 45px;
    }

    .images-group .images,
    .images-group .images-double .images {
        height: 210px;
    }

    .images-group .images-double .images {
        width: 100%;
        display: block;
        margin-right: 0;
    }

}

/**

 *

 * 1.4. progress bars

 * -----------------------------------------------------------------------------

 *

 */

.progress-bars {
    width: 250px;
    margin: 0 auto;
    position: relative;
}

.progress-bars .progress-bars-outer {
    width: 100%;
    overflow: hidden;
}

.progress-bars .progress-bar {
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 50px;
}

.progress-bars .progress-bar .progress-bar-number {
    font-size: 72px;
    font-weight: 700;
    color: #313131;
    display: block;
    margin-bottom: -5px;
}

.progress-bars .progress-bar .progress-bar-number-highlight {
    display: block;
    font-size: 13px;
    color: #7e7e7e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.progress-bars .progress-bar .progress-bar-line {
    background: #eee;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
}

.progress-bars .progress-bar .progress-bar-line .progress-bar-line-value {
    height: 7px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    border-radius: 3.5px;
    background: #66a320;
}

.progress-bars .progress-bar-prev,
.progress-bars .progress-bar-next {
    width: 35px;
    height: 35px;
    position: absolute;
    border: 1px solid #ddd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.progress-bars .progress-bar-prev {
    left: -108px;
}

.progress-bars .progress-bar-next {
    right: -108px;
}

.progress-bars .progress-bar-prev i,
.progress-bars .progress-bar-next i {
    font-size: 18px;
    color: #ccc;
    display: block;
    padding-top: 9px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.progress-bars .progress-bar-prev i {
    margin-left: -2px;
}

.progress-bars .progress-bar-next i {
    margin-right: -2px;
}

.progress-bars .progress-bar-prev:hover,
.progress-bars .progress-bar-next:hover {
    background: #eee;
}

.progress-bars .progress-bar-prev:hover i,
.progress-bars .progress-bar-next:hover i {
    color: #aaa;
}

@media (min-width: 900px) and (max-width: 1349px) {

    .progress-bars .progress-bar-prev {
        left: -45px;
    }

    .progress-bars .progress-bar-next {
        right: -45px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    .progress-bars {
        padding-bottom: 60px;
    }

    .progress-bars .progress-bar-prev,
    .progress-bars .progress-bar-next {
        top: 160px;
        margin: 0;
    }

    .progress-bars .progress-bar-prev {
        left: 50%;
        margin-left: -50px;
    }

    .progress-bars .progress-bar-next {
        left: 50%;
        margin-right: -50px;
    }

}

@media (max-width: 699px) {

    .progress-bars {
        margin-bottom: 70px;
    }

    .progress-bars .progress-bar-prev,
    .progress-bars .progress-bar-next {
        top: 160px;
        margin: 0;
    }

    .progress-bars .progress-bar-prev {
        left: 50%;
        margin-left: -50px;
    }

    .progress-bars .progress-bar-next {
        left: 50%;
        margin-right: -50px;
    }

}

/**

 *

 * 1.5. document

 * -----------------------------------------------------------------------------

 *

 */

a.document {
    display: block;
    background: #f9f9f9;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 17px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    line-height: 18px;
}

a.document:not(.without-margin-bottom) {
    margin-bottom: 11px;
}

a.document:hover {
    border: 1px solid #ddd;
}

a.document .file-icon {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    margin-right: 10px;
}

a.document .file-icon i {
    font-size: 34px;
    padding: 1px 0 0 4px;
    color: #66a320;
}

a.document .file-icon i.fa-file-pdf {
    color: #e73a30;
}

a.document .file-icon i.fa-file-word-o {
    color: #417BE4;
}

a.document .file-icon i.fa-file-excel-o {
    color: #7DBA2F;
}

a.document .description {
    display: inline-block;
    vertical-align: middle;
}

a.document .description .title {
    display: block;
    text-transform: uppercase;
    color: #313131;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 2px;
}

a.document .description .detail {
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 300;
}

a.document .description .detail-download {
    display: block;
    color: #7e7e7e;
    font-size: 12px;
    font-weight: 300;
}

.span-strong {
    font-weight: bold;
    font-size: 18px;
}

a.document i.download-icon {
    position: absolute;
    right: 20px;
    top: 26px;
    font-size: 22px;
    color: #ddd;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

a.document:hover i.download-icon {
    color: #66a320;
}

@media (min-width: 900px) and (max-width: 1349px) {

    a.document .file-icon {
        position: absolute;
    }

    a.document .description {
        padding-top: 50px;
    }

}

/**

 *

 * 1.6. timeline

 * -----------------------------------------------------------------------------

 *

 */

.timeline {
    position: relative;
}

.timeline .timeline-line {
    width: 5px;
    height: 100%;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius: 2.5px;
    background: #eee;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2.5px;
}

.timeline .timeline-elements {
    width: 400px;
    margin: 0 auto;
}

.timeline .timeline-elements .timeline-element {
    width: 400px;
    display: block;
    position: relative;
}

.timeline .timeline-elements .timeline-element.timeline-element-space-1 {
    margin: 45px 0 0 0;
}

.timeline .timeline-elements .timeline-element.timeline-element-space-2 {
    margin: 90px 0 0 0;
}

.timeline .timeline-elements .timeline-element .circle {
    width: 22px;
    height: 22px;
    border: 5px solid #fff;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    cursor: pointer;
}

.timeline .timeline-elements .timeline-element .circle .circle-inside {
    width: 12px;
    height: 12px;
    border: 5px solid #eee;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.timeline .timeline-elements .timeline-element .circle.circle-active .circle-inside,
.timeline .timeline-elements .timeline-element .circle:hover .circle-inside {
    border: 5px solid #66a320;
}

.timeline .timeline-elements .timeline-element .when {
    width: 167px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 7px;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #66a320;
}

.timeline .timeline-elements .timeline-element .what {
    width: 170px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 7px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #313131;
}

@media (min-width: 900px) and (max-width: 1349px) {

    .timeline .timeline-elements .timeline-element .when {
        width: 150px;
    }

    .timeline .timeline-elements .timeline-element .what {
        width: 150px;
    }

    .timeline .timeline-elements,
    .timeline .timeline-elements .timeline-element {
        width: 350px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    .timeline .timeline-elements .timeline-element .when {
        width: 110px;
    }

    .timeline .timeline-elements .timeline-element .what {
        width: 110px;
    }

    .timeline .timeline-elements,
    .timeline .timeline-elements .timeline-element {
        width: 280px;
    }

}

@media (max-width: 699px) {

    .timeline {
        margin-bottom: 30px;
    }

    .timeline .timeline-elements .timeline-element .when {
        width: 110px;
    }

    .timeline .timeline-elements .timeline-element .what {
        width: 110px;
    }

    .timeline .timeline-elements,
    .timeline .timeline-elements .timeline-element {
        width: 280px;
    }

}

/**

 *

 * 1.7. circle link

 * -----------------------------------------------------------------------------

 *

 */

.circle-link {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    padding-top: 3px;
    border: 2px solid #eee;
    border-radius: 100%;
    text-align: center;
    vertical-align: top;
    transition: all 0.1s linear;
    cursor: pointer;
}

.circle-link i {
    display: block;
    position: absolute;
    inset: 0;
    top: 50%;
    left: 50%;
    color: #66a320;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    transform: translate3d(-50%, -50%, 0);
}

.circle-link i.fa-search {
    margin-top: 1px;
}

.circle-link:hover {
    background: #ddd;
    border: 2px solid #ddd;
}

.circle-link:hover i {
    color: #fff;
}

@media (max-width: 1349px) {

    .circle-link i.fa-link {
        margin-top: 2px;
        margin-left: -0.5px;
        display: block;
    }

}

/**

 *

 * 1.8. icon box

 * -----------------------------------------------------------------------------

 *

 */

.icon-box .icon-box-icon {
    color: #313131;
    font-size: 52px;
    float: left;
}

.icon-box .icon-box-content {
    padding-left: 85px;
}

@media (max-width: 1349px) {

    .icon-box .icon-box-icon {
        float: none;
        margin-bottom: 30px;
    }

    .icon-box .icon-box-content {
        padding-left: 0;
    }

}

/**

 *

 * 1.9. news

 * -----------------------------------------------------------------------------

 *

 */

article.news {
    margin-bottom: 60px;
}

article.news:not(.news-full) {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 60px;
}

article.news .article-data {
    margin-bottom: 30px;
}

article.news .article-data .article-author-image {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: 50% 0%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

article.news .article-data .article-data-content {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    color: #66a320;
}

article.news .article-data .article-data-content .divider {
    display: inline-block;
    margin: 0 10px;
    font-weight: 300;
    color: #7e7e7e;
}

article.news .images,
article.news .images.images-big {
    height: 350px;
    margin-bottom: 30px;
}

article.news h1:not(.title),
article.news h2:not(.title),
article.news h3:not(.title),
article.news h4:not(.title),
article.news h5:not(.title),
article.news h6:not(.title) {
    margin-top: 60px;
}

article.news h5 {
    margin-bottom: 30px;
}

article.news blockquote {
    border-left: 3px solid #66a320;
    padding: 15px 0 15px 30px;
}

article.news blockquote cite {
    font-size: 16px;
    font-weight: 700;
}

article.news ul ul,
article.news ul ol,
article.news ol ul article.news ol ol {
    margin-left: 21px;
}

.news-switcher {
    text-align: center;
    margin: 70px 0 0 0;
}

.news-switcher .divider {
    display: inline-block;
    margin: 0 10px;
}

@media (min-width: 900px) and (max-width: 1349px) {

    article.news .images,
    article.news .images.images-big {
        height: 220px;
        margin-bottom: 30px;
    }

    .news-switcher {
        margin-bottom: 30px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    article.news {
        margin-bottom: 45px;
    }

    article.news:not(.news-full) {
        padding-bottom: 45px;
    }

    article.news .images,
    article.news .images.images-big {
        height: 250px;
        margin-bottom: 30px;
    }

    .news-switcher {
        margin-bottom: 30px;
    }

}

@media (max-width: 699px) {

    article.news {
        margin-bottom: 45px;
    }

    article.news:not(.news-full) {
        padding-bottom: 45px;
    }

    article.news .images,
    article.news .images.images-big {
        height: 210px;
        margin-bottom: 30px;
    }

    article.news .article-data .article-data-content {
        display: block;
        margin-top: 30px;
    }

    article.news .article-data .article-data-content .divider {
        display: block;
        font-size: 0;
        height: 8px;
    }

    .news-switcher {
        margin-bottom: 30px;
    }

}

/**

 *

 * 1.10. author box

 * -----------------------------------------------------------------------------

 *

 */

.author-box {
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 50px;
    position: relative;
    margin-top: 90px;
}

.author-box .author-image {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: -60px;
    border: 10px solid #fff;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: 50% 20%;
}

.author-box .double-content,
.author-box .double-content h3 {
    margin-top: 0 !important;
}

.author-box .double-content ul {
    list-style: none;
    margin-left: 0;
}

@media (min-width: 900px) and (max-width: 1349px) {

    .author-box .double-content .left,
    .author-box .double-content .right {
        width: 100% !important;
        margin: 50px 0 0 0;
        display: block;
        float: none;
    }

}

@media (max-width: 699px) {

    .author-box .double-content .left,
    .author-box .double-content .right {
        width: 100% !important;
        margin: 50px 0 0 0 !important;
        display: block;
        float: none;
    }

}

/**

 *

 * 1.11. comments

 * -----------------------------------------------------------------------------

 *

 */

.comments {
    margin-top: 90px;
}

.comments .comments-list {
    list-style: none;
    margin: 90px 0;
}

.comments .comments-list .comment {
    border-bottom: 1px solid #f5f5f5;
    margin-top: 30px;
}

.comments .comments-list .comment:last-child {
    border-bottom: none;
}

.comments .comments-list .comment .comment-author-image {
    width: 47px;
    height: 47px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: cover;
    background-position: 50% 50%;
    float: left;
}

.comments .comments-list .comment .comment-author-name {
    font-size: 16px;
    line-height: 1.6em;
    color: #313131;
    font-weight: 300;
    margin-left: 70px;
}

.comments .comments-list .comment .comment-author-name .reply {
    float: right;
}

.comments .comments-list .comment .comment-author-name .reply i {
    color: #eee;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.comments .comments-list .comment .comment-author-name .reply:hover i {
    color: #313131;
}

.comments .comments-list .comment .comment-author-name .author {
    background: #66a320;
    color: #825F00;
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-left: 10px;
    margin-top: 2px;
}

.comments .comments-list .comment .comment-pub-date {
    font-size: 14px;
    line-height: 1.6em;
    color: #7e7e7e;
    font-weight: 300;
    margin-left: 70px;
}

.comments .comments-list .comment .comment-content {
    margin-top: 30px;
}

.comments .comments-list .comment .sub-comments {
    list-style: none;
    border-top: 1px solid #f5f5f5;
    margin: 0;
}

.comments .comments-list .comment .sub-comments li.comment {
    margin-left: 70px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.comments .comments-list .comment .sub-comments li.comment:last-child {
    margin-bottom: 0;
}

.comments .comments-list .comment .sub-comments li.comment .comment-wrapper {
    border-left: 3px solid #f5f5f5;
    padding-left: 25px;
}

.comments .form textarea {
    height: 140px;
}

@media (max-width: 1349px) {

    .comments .comments-list .comment .sub-comments li.comment {
        margin-left: 30px;
    }

    .comments {
        margin-top: 60px;
    }

    .comments .comments-list {
        list-style: none;
        margin: 60px 0;
    }

}

/**

 *

 * 1.12. references

 * -----------------------------------------------------------------------------

 *

 */

.references {
    position: relative;
    margin-top: 60px;
}

.references:after {
    width: 60px;
    height: 60px;
    color: #f1f1f1;
    content: ',,';
    font-size: 92px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top: -68px;
    left: 0;
}

.references .reference {
    padding-left: 90px;
    position: absolute;
    top: 0;
    background: #fff;
}

.references .navigation {
    list-style: none;
    position: absolute;
    left: 90px;
    margin: 0;
    bottom: 0;
}

.references .navigation li {
    display: inline-block;
    margin-right: 10px;
}

.references .navigation li:last-child {
    margin-right: 0;
}

.references .navigation li .circle {
    width: 10px;
    height: 10px;
    background: #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.references .navigation li.active .circle,
.references .navigation li:hover .circle {
    background: #66a320;
}

@media (max-width: 1349px) and (min-width: 900px) {

    .references .reference {
        padding-left: 70px;
    }

    .references .navigation {
        left: 70px;
    }

    .references:after {
        top: -70px;
        left: -9px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    .references:after {
        font-size: 72px;
        left: -10px;
    }

    .references .reference {
        padding-left: 0;
        padding-top: 30px;
    }

    .references .navigation {
        list-style: none;
        position: absolute;
        left: 0;
    }

}

@media (max-width: 699px) {

    .references:after {
        font-size: 72px;
        left: -10px;
    }

    .references .reference {
        padding-left: 0;
        padding-top: 30px;
    }

    .references .navigation {
        list-style: none;
        position: absolute;
        left: 0;
    }

}

/**

 *

 * 1.13. quick call

 * -----------------------------------------------------------------------------

 *

 */

.quick-call-parent {
    text-decoration: none;
}

.quick-call {
    margin: 0 auto;
    width: 300px;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px;
    -webkit-border-radius: 95px;
    -moz-border-radius: 95px;
    border-radius: 95px;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-align: left;
}

.quick-call:hover {
    border: 1px solid #e4e4e4;
}

.quick-call:not(.without-margin-bottom) {
    margin-bottom: 30px;
}

.quick-call .quick-call-icon {
    height: 75px;
    width: 75px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    float: left;
}

.quick-call .quick-call-icon i {
    font-size: 32px;
    color: #66a320;
    padding-top: 22px;
    display: block;
    margin-left: 2px;
}

.quick-call h5 {
    font-size: 22px;
    padding-left: 95px;
    padding-top: 15px;
}

.quick-call h5 .highlight {
    padding-bottom: 3px;
    font-weight: 300;
    color: #7e7e7e;
}

@media (max-width: 899px) {

    .quick-call {
        width: -webkit-calc(100% - 22px);
        width: -moz-calc(100% - 22px);
        width: calc(100% - 22px);
        max-width: 300px;
    }

    .quick-call h5 {
        font-size: 20px;
        padding-left: 85px;
    }

}

/**

 *

 * 2. loader

 * -----------------------------------------------------------------------------

 *

 */

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99997;
}

/*
#loader .loader-spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background: #66a320;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    -moz-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}
*/

#loader .loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/logo-load.png) center no-repeat;
    width: 190px;
    margin-left: -95px;
    margin-top: -112px;
    height: 72px;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0.0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }

}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0.0);
    }

    100% {
        -moz-transform: scale(1.0);
        opacity: 0;
    }

}

@keyframes scaleout {
    0% {
        transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        opacity: 0;
    }

}

/**

 *

 * 3. wrapper, center

 * -----------------------------------------------------------------------------

 *

 */

.wrapper.wrapper-boxed {
    margin: 0 auto;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}

.wrapper.wrapper-shadow {
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 500;
}

.wrapper.wrapper-boxed section.video-header video {
    width: -webkit-calc(100% + 1px);
    width: -moz-calc(100% + 1px);
    width: calc(100% + 1px);
}

.center {
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1600px) {

    .center {
        width: 1300px;
    }

    .wrapper.wrapper-boxed {
        width: 92%;
    }

    .wrapper.wrapper-boxed section.page-not-found {
        width: 92%;
        left: 4%;
    }

    .wrapper.wrapper-boxed #video-popup .video-popup-background {
        width: 96%;
        left: 4%;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    .center {
        width: 1050px;
    }

    .wrapper.wrapper-boxed {
        width: 96%;
    }

    .wrapper.wrapper-boxed section.page-not-found {
        width: 96%;
        left: 2%;
    }

    .wrapper.wrapper-boxed #video-popup .video-popup-background {
        width: 96%;
        left: 2%;
    }

}

@media screen and (max-width: 1349px) {

    header .center {
        width: calc(100% - 30px);
    }
}

@media (min-width: 900px) and (max-width: 1349px) {

    .center {
        width: 750px;
    }

    .wrapper.wrapper-boxed {
        width: 96%;
    }

    .wrapper.wrapper-boxed section.page-not-found {
        width: 96%;
        left: 2%;
    }

    .wrapper.wrapper-boxed #video-popup .video-popup-background {
        width: 96%;
        left: 2%;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    .wrapper.wrapper-boxed {
        width: 96%;
    }

    .wrapper.wrapper-boxed section.page-not-found {
        width: 96%;
        left: 2%;
    }

    .wrapper.wrapper-boxed #video-popup .video-popup-background {
        width: 96%;
        left: 2%;
    }

}

@media (max-width: 699px) {

    .center {
        width: 85%;
    }

    .wrapper.wrapper-boxed {
        width: 96%;
    }

    .wrapper.wrapper-boxed section.page-not-found {
        width: 96%;
        left: 2%;
    }

    .wrapper.wrapper-boxed #video-popup .video-popup-background {
        width: 96%;
        left: 2%;
    }

}

/**

 *

 * 4. section modificators

 * -----------------------------------------------------------------------------

 *

 */

section:not(.gray) {
    background: #fff;
}

section.gray {
    background: #f9f9f9;
}

section:not(.heading-slider):not(.image-header):not(.video-header):not(.gallery-short):not(.contact-form):not(.without-border-bottom) {
    border-bottom: 1px solid #eee;
}

section.with-additional-padding-top {
    padding-top: 35px;
    border-top: 1px solid #eee;
}

section.with-additional-padding-bottom {
    padding-bottom: 45px;
    position: relative;
}

@media (max-width: 1349px) {

    section.with-additional-padding-top {
        padding-top: 0;
    }

}

/**

 *

 * 5. headers;
 * -----------------------------------------------------------------------------

 * parent;
 *

 * 5.1. header version 1

 * -----------------------------------------------------------------------------

 *

 */

header {
    position: relative;
    background: #f9f9f9;
}

header .header-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 36px;
    background: #f9f9f9;
    z-index: 500;
}

header .header-logo.desktop {
    display: block;
    height: 65px;
}

header .header-logo.mobile {
    height: 32px;
}

header .contact-element {
    display: inline-block;
    padding: 30px 45px;
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #eee;
}

header .contact-element.contact-element-last {
    padding-right: 0;
    border-right: none;
}

header .contact-element i {
    font-size: 14px;
    display: inline-block;
    color: #66a320;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1.6em;
}

header .contact-element .contact-element-title {
    font-size: 14px;
    font-weight: 300;
    color: #7e7e7e;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6em;
}

header .contact-element .contact-element-content {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #313131;
    line-height: 1.6em;
}

header .contact-element .contact-element-content a {
    color: #313131;
    text-decoration: none;
}

header .nav-wrapper {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    height: var(--NAV-HEIGHT);
    background: #2B414F;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 500;
}

header nav {
    float: left;
    padding-left: 40px;
}

header nav ul.menu {
    margin: 0;
    list-style: none;
}

header nav ul.menu li {
    display: inline-block;
    line-height: 1em;
    margin-top: 10px;
}

header nav ul.menu li a {
    text-decoration: none;
    color: #8D9CA5;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    padding: 19px 20px 29px 20px;
    display: block;
}

header nav ul.menu>li:first-child:not(.with-submenu) a {
    padding-left: 0;
}

header nav ul.menu li a:hover,
header nav ul.menu li.active a {
    color: #fff;
}

header nav ul.menu li i {
    margin-left: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

header nav ul.menu li:not(.with-submenu) a {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

header nav ul.menu li.with-submenu:hover>a {
    color: #313131;
    background: #fff;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

header nav ul.menu li.with-submenu:hover i {
    color: rgba(47, 47, 47, 0.35);
}

header nav ul.menu ul.submenu {
    position: absolute;
    background: #fff;
    list-style: none;
    text-align: left;
    width: 180px;
    margin-left: 0;
    margin-top: -10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    display: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e4e4e4;
}

header nav ul.menu li:hover>ul.submenu {
    display: block;
}

header nav ul.menu ul.submenu li {
    display: block;
    border-bottom: 1px dashed #f5f5f5;
    margin-top: 0;
}

header nav ul.menu ul.submenu li:last-child {
    border-bottom: 0;
}

header nav ul.menu ul.submenu li a {
    background: none;
    padding: 20px;
    color: #9d9d9d;
}

header nav ul.menu ul.submenu li a:hover {
    color: #313131;
}

header nav ul.menu li.with-submenu ul.submenu li.with-submenu ul.submenu {
    margin-left: -181px;
    margin-top: -54px;
}

header nav ul.menu li.with-submenu ul.submenu li.with-submenu i {
    margin-left: 0;
    margin-right: 10px;
    font-size: 13px;
}


@media (min-width: 1600px) {

    header .top .left {
        width: 400px;
        margin-right: 50px;
        display: inline-block;
        vertical-align: middle;
        height: 105px;
    }

    header .top .right {
        width: 850px;
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    header .top .left {
        width: 240px;
        margin-right: 50px;
        display: inline-block;
        vertical-align: middle;
        height: 105px;
    }

    header .top .right {
        width: 760px;
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    header {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 500;
    }

    header .top .left {
        width: 240px;
        margin: 0;
        display: block;
        height: 82px;
    }

    header .top .left img {
        margin-top: 5px;
    }

    header .top .right {
        display: none;
    }

}

@media screen and (min-width: 1100px) {

    header .header-logo.desktop {
        display: block;
    }

    header .header-logo.mobile {
        display: none;
    }

    header .mobile-menu-toggle {
        display: none;
    }

}

@media screen and (max-width: 1099.999px) {

    header {
        display: flex;
        position: sticky;
        justify-content: space-between;
        align-items: center;
        top: 0;
        height: var(--MOBILE-HEADER-HEIGHT);
        padding: 0;
        background-color: #FFF;
    }

    header .header-logo.desktop {
        display: none;
    }

    header .header-logo.mobile {
        display: block;
    }

    header .contact-elements {
        display: none;
    }

    header .header-top-wrapper {
        width: calc(100% - 15px);
        margin: 0 0 0 15px;
        padding-bottom: 0;
        background-color: inherit;
    }

    header .header-top-wrapper > a {
        margin: 0;
    }

    header .mobile-menu-toggle {
        display: block;
        font-size: 26px;
        line-height: 1;
        padding: 10px 15px;
    }

    header .nav-wrapper {
        display: block;
        position: fixed;
        top: var(--MOBILE-HEADER-HEIGHT);
        left: auto;
        right: -100%;
        width: 100%;
        max-width: 360px;
        height: calc(100dvh - var(--MOBILE-HEADER-HEIGHT));
        transform: none;
        transition: all 0.5s ease;
        border-radius: 0;
        box-shadow: none;
        overflow: auto;
        overscroll-behavior: contain;
        z-index: 499;
    }

    header .nav-wrapper.visible {
        display: block;
        right: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: -4px 12px 24px 4px rgba(0, 0, 0, 0.5);
    }

    header nav {
        padding: 15px 20px;

    }

    header ul.social-header {
        display: none;
    }

    header ul.menu > li a {
        color: #66a320 !important;
    }

    header ul.menu > li a i.fas {
        display: none;
    }

    header ul.submenu li a {
        color: #CCC !important;
    }

    header nav ul.menu {
        display: flex;
        flex-wrap: wrap;

    }

    header nav ul.menu > li {
        display: block;
        flex: 0 0 100%;
        margin: 0;
    }

    header nav ul.menu > li > a {
        padding: 10px 0px;
    }

    header nav ul.menu > li.with-submenu {
        margin-bottom: 15px;
    }

    header nav ul.menu > li.with-submenu > a {
        padding: 10px 0px 20px;
    }

    header nav ul.menu ul.submenu {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        border: none;
        box-shadow: none;
        background: inherit;
    }

    header nav ul.menu ul.submenu li {
        flex: 0 0 50%;
        border: none;
    }

    header nav ul.menu ul.submenu li a {
        padding: 10px 0px 10px;
    }

    header nav ul.menu li.with-submenu:hover > a {
        background: initial;
        color: initial;
    }

    header nav ul.menu li:hover > ul.submenu {
        display: flex;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    header {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 500;
    }

    header .top .left {
        width: 240px;
        margin: 0;
        display: block;
        height: 82px;
    }

    header .top .left img {
        margin-top: 5px;
    }

    header .top .right {
        display: none;
    }

}

@media (max-width: 699px) {

    header {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        z-index: 500;
    }

    header .top .left {
        display: block;
        width: 240px;
        height: 82px;
        margin: 0;
    }

    header .top .left img {
        margin-top: 5px;
    }

    header .top .right {
        display: none;
    }

}

/**

 *

 * 7. sections

 * -----------------------------------------------------------------------------

 * parent;
 *

 * 7.1. heading slider

 * -----------------------------------------------------------------------------

 *

 */

section.heading-slider {
    position: relative;
}

section.heading-slider .heading-slider-images {
    position: relative;
    overflow: hidden;
}

section.heading-slider .heading-slider-images .heading-slider-image {
    background-size: cover;
    background-position: 50% 49%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    margin-bottom: 0;
    font-size: 0;
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.25), inset 0 -6px 6px -6px rgba(0, 0, 0, 0.25);
}

section.heading-slider .heading-slider-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.heading-slider:not([data-heading-slider-id]) .heading-slider-image:not(:first-child) {
    display: none;
}

section.heading-slider .heading-slider-images .heading-helper {
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

section.heading-slider .heading-slider-images .heading {
    display: inline-block;
    vertical-align: middle;
    min-width: 230px;
    /*background: #fff;*/

    padding: 30px;
    /*-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.1 );
    text-align: center;*/

    overflow: hidden;
    position: relative;
}

section.heading-slider .heading-slider-images .heading i.background-icon {
    font-size: 250px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.02);
}

section.heading-slider .heading-slider-images .heading h3,
section.heading-slider .heading-slider-images .heading p {
    position: relative;
    z-index: 1;
}

section.heading-slider .heading-slider-images .heading-content.heading-left {
    text-align: left;
}

section.heading-slider .heading-slider-images .heading-content.heading-centered {
    text-align: center;
}

section.heading-slider .heading-slider-images .heading-content.heading-right {
    text-align: right;
}

section.heading-slider .navigation {
    position: absolute;
    width: 100%;
    bottom: 45px;
    text-align: right;
    z-index: 300;
}

section.heading-slider .navigation ul {
    list-style: none;
    margin: 0;
}

section.heading-slider .navigation ul li {
    display: inline-block;
    margin-right: 10px;
}

section.heading-slider .navigation ul li:last-child {
    margin-right: 0;
}

section.heading-slider .navigation ul li .circle {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.heading-slider .navigation ul li.active .circle,
section.heading-slider .navigation ul li:hover .circle {
    background: #fff;
}

@media (min-width: 1600px) {

    section.heading-slider .heading-slider-images,
    section.heading-slider .heading-slider-images .heading-helper {
        height: 350px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.heading-slider .heading-slider-images,
    section.heading-slider .heading-slider-images .heading-helper {
        height: 300px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.heading-slider .heading-slider-images,
    section.heading-slider .heading-slider-images .heading-helper {
        height: 275px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.heading-slider .heading-slider-images,
    section.heading-slider .heading-slider-images .heading-helper {
        height: 213px;
    }

    section.heading-slider .heading-slider-images .heading h1 {
        font-size: 32px;
    }

}

@media (max-width: 699px) {

    section.heading-slider .heading-slider-images,
    section.heading-slider .heading-slider-images .heading-helper {
        height: 200px;
    }

    section.heading-slider .heading-slider-images .heading h1 {
        font-size: 32px;
    }

    section.heading-slider .navigation {
        bottom: 30px;
    }

    section.heading-slider .heading-content {
        text-align: left !important;
    }

    section.heading-slider .heading-slider-images .heading {
        position: absolute;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 20px 10px;
        top: 45px;
    }

}

/**

 *

 * 7.2. image header

 * -----------------------------------------------------------------------------

 *

 */

section.image-header {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.25), inset 0 -6px 6px -6px rgba(0, 0, 0, 0.25);
}

section.image-header .center {
    position: relative;
    height: 100%;
}

section.image-header .heading-helper {
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

section.image-header .heading-content.heading-left {
    text-align: left;
}

section.image-header .heading-content.heading-centered {
    text-align: center;
}

section.image-header .heading-content.heading-right {
    text-align: right;
}

section.image-header .heading {
    display: inline-block;
    vertical-align: middle;
    min-width: 230px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    position: relative;
}

section.image-header .heading i.background-icon {
    font-size: 250px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.02);
}

section.image-header .heading h3,
section.image-header .heading p {
    position: relative;
    z-index: 1;
}

@media (min-width: 1350px) {

    section.image-header,
    section.image-header .heading-helper {
        height: 230px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.image-header,
    section.image-header .heading-helper {
        height: 200px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.image-header,
    section.image-header .heading-helper {
        height: 170px;
    }

}

@media (max-width: 699px) {

    section.image-header,
    section.image-header .heading-helper {
        height: 130px;
    }

    section.image-header .heading-content {
        text-align: left !important;
    }

    section.image-header .heading {
        position: absolute;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 20px 10px;
        top: 25px;
    }

}

/**

 *

 * 7.3. video header

 * -----------------------------------------------------------------------------

 *

 */

section.video-header {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}

section.video-header video {
    width: 100%;
    position: absolute;
    left: 0;
}

section.video-header .center {
    position: absolute;
    z-index: 300;
    left: 50%;
    font-size: 0;
}

section.video-header .heading-helper {
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

section.video-header .heading-content.heading-left {
    text-align: left;
}

section.video-header .heading-content.heading-centered {
    text-align: center;
}

section.video-header .heading-content.heading-right {
    text-align: right;
}

section.video-header .heading {
    display: inline-block;
    vertical-align: middle;
    min-width: 230px;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    position: relative;
}

section.video-header .heading i.background-icon {
    font-size: 250px;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.02);
}

section.video-header .heading h3,
section.video-header .heading p {
    position: relative;
    z-index: 1;
}

@media (min-width: 1600px) {

    section.video-header .center {
        margin-left: -650px;
    }

    section.video-header,
    section.video-header .center,
    section.video-header .heading-helper {
        height: 460px;
    }

    section.video-header.video-header-big,
    section.video-header.video-header-big .center,
    section.video-header.video-header-big .heading-helper {
        height: 700px;
    }

    section.video-header video {
        top: -300px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.video-header .center {
        margin-left: -525px;
    }

    section.video-header,
    section.video-header .center,
    section.video-header .heading-helper {
        height: 460px;
    }

    section.video-header.video-header-big,
    section.video-header.video-header-big .center,
    section.video-header.video-header-big .heading-helper {
        height: 600px;
    }

    section.video-header video {
        top: -250px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.video-header .center {
        margin-left: -375px;
    }

    section.video-header,
    section.video-header .center,
    section.video-header .heading-helper {
        height: 400px;
    }

    section.video-header.video-header-big,
    section.video-header.video-header-big .center,
    section.video-header.video-header-big .heading-helper {
        height: 550px;
    }

    section.video-header video {
        top: -100px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.video-header .center {
        margin-left: -315.5px;
    }

    section.video-header,
    section.video-header .center,
    section.video-header .heading-helper {
        height: 340px;
    }

    section.video-header.video-header-big,
    section.video-header.video-header-big .center,
    section.video-header.video-header-big .heading-helper {
        height: 390px;
    }

    section.video-header video {
        top: 0;
    }

}

@media (max-width: 699px) {

    section.video-header .center {
        margin-left: 0;
        left: 7.5%;
    }

    section.video-header,
    section.video-header .center,
    section.video-header .heading-helper {
        height: 280px;
    }

    section.video-header.video-header-big,
    section.video-header.video-header-big .center,
    section.video-header.video-header-big .heading-helper {
        height: 280px;
    }

    section.video-header video {
        top: 0;
    }

    section.video-header .heading-content {
        text-align: left !important;
    }

    section.video-header .heading {
        position: absolute;
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 20px 10px;
        top: 45px;
    }

}

/**

 *

 * 7.4. quick lead

 * -----------------------------------------------------------------------------

 *

 */

section.quick-lead {
    position: relative;
    z-index: 300;
    font-size: 0;
}

section.quick-lead .content {
    float: left;
}

section.quick-lead .box {
    position: absolute;
    right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e4e4e4;
    font-size: 0;
    overflow: hidden;
}

section.quick-lead .box .button {
    display: block;
    width: 100%;
}

section.quick-lead .box h2 {
    text-align: center;
    font-size: 62px;
    margin-bottom: 25px;
}

section.quick-lead .box .background-icon {
    font-size: 200px;
    position: absolute;
    /*

    -webkit-transform: rotate( 25deg );
    -moz-transform: rotate( 25deg );
    transform: rotate( 25deg );
	*/

    top: 0px;
    right: 10px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.03);
}

@media (min-width: 1600px) {

    section.quick-lead .content {
        width: 825px;
        padding: 40px 0;
    }

    section.quick-lead .box {
        width: 400px;
        min-height: -webkit-calc(100% + 91px);
        min-height: -moz-calc(100% + 91px);
        min-height: calc(100% + 91px);
        margin-top: -45px;
        margin-bottom: -45px;
    }

    section.quick-lead .box .padding {
        padding: 45px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.quick-lead .content {
        width: 575px;
        padding: 30px 0;
    }

    section.quick-lead .box {
        width: 400px;
        /*

        min-height: -webkit-calc( 100% + 91px );
        min-height: -moz-calc( 100% + 91px );
        min-height: calc( 100% + 91px );
		*/

        margin-top: -45px;
        margin-bottom: -45px;
    }

    section.quick-lead .box .padding {
        padding: 45px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.quick-lead .content {
        padding: 30px 0;
        width: 350px;
    }

    section.quick-lead .box {
        width: 350px;
        min-height: -webkit-calc(100% + 61px);
        min-height: -moz-calc(100% + 61px);
        min-height: calc(100% + 61px);
        margin-top: -30px;
        margin-bottom: -30px;
    }

    section.quick-lead .box .padding {
        padding: 30px;
    }

    section.quick-lead .box h2 {
        font-size: 48px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    .center {
        width: 625px;
    }

    section.quick-lead .content {
        padding: 30px 0;
        width: 300px;
    }

    section.quick-lead .box {
        width: 300px;
        min-height: -webkit-calc(100% + 61px);
        min-height: -moz-calc(100% + 61px);
        min-height: calc(100% + 61px);
        margin-top: -30px;
        margin-bottom: -30px;
    }

    section.quick-lead .box .padding {
        padding: 30px;
    }

    section.quick-lead .box h2 {
        font-size: 48px;
    }

}

@media (max-width: 699px) {

    section.quick-lead .content {
        padding: 30px 0;
    }

    section.quick-lead .box {
        position: relative;
        margin: 0 0 -30px 0;
        width: 100%;
    }

    section.quick-lead .box .padding {
        padding: 30px;
    }

    section.quick-lead .box h2 {
        font-size: 48px;
    }

}

/**

 *

 * 7.5. triple content

 * -----------------------------------------------------------------------------

 *

 */

section.triple-content {
    overflow: hidden;
}

section.triple-content .center {
    padding: 90px 0;
    font-size: 0;
}

section.triple-content .background-icon {
    font-size: 270px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    bottom: -40px;
    left: 0;
    z-index: 1;
    color: rgba(0, 0, 0, 0.03);
}

section.triple-content h3 .highlight.highlight-up {
    margin-top: 30px;
}

@media (min-width: 1600px) {

    section.triple-content .left,
    section.triple-content .middle,
    section.triple-content .right {
        width: 403px;
        display: inline-block;
        vertical-align: top;
        margin-right: 45px;
    }

    section.triple-content .right {
        margin-right: 0;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.triple-content .left,
    section.triple-content .middle,
    section.triple-content .right {
        width: 320px;
        display: inline-block;
        vertical-align: top;
        margin-right: 45px;
    }

    section.triple-content .right {
        margin-right: 0;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.triple-content .left,
    section.triple-content .middle,
    section.triple-content .right {
        width: 230px;
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }

    section.triple-content .right {
        margin-right: 0;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.triple-content .center {
        padding: 60px 0;
    }

    section.triple-content .left,
    section.triple-content .middle,
    section.triple-content .right {
        width: 100%;
        display: block;
        margin-right: 0;
    }

    section.triple-content .left,
    section.triple-content .middle {
        margin-bottom: 50px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 50px;
    }

    section.triple-content .images {
        height: 300px;
    }

}

@media (max-width: 699px) {

    section.triple-content .center {
        padding: 45px 0;
    }

    section.triple-content .left,
    section.triple-content .middle,
    section.triple-content .right {
        width: 100%;
        display: block;
        margin-right: 0;
    }

    section.triple-content .left,
    section.triple-content .middle {
        margin-bottom: 45px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 45px;
    }

}

/**

 *

 * 7.6. double content

 * -----------------------------------------------------------------------------

 *

 */

section.double-content {
    overflow: hidden;
}

section.double-content .center {
    padding: 90px 0;
    font-size: 0;
}

section.double-content .background-icon {
    font-size: 200px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: -80px;
    left: 0;
    z-index: 1;
    color: rgba(0, 0, 0, 0.03);
}

section.double-content .left {
    display: inline-block;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    vertical-align: middle;
    position: relative;
}

section.double-content .right {
    display: inline-block;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    vertical-align: middle;
    margin-left: 50px;
    position: relative;
}

section.double-content h3:not(.without-margin-top) {
    margin-top: 60px;
}

section.double-content.dynamic-timeline .timeline-description {
    position: absolute;
    top: 0;
    background: #fff;
}

section.double-content.dynamic-timeline.gray .timeline-description {
    background: #f9f9f9;
}

section.double-content .images {
    margin-bottom: 0;
}

section.double-content .images-group .images {
    margin-bottom: 30px;
}

@media (min-width: 700px) and (max-width: 899px) {

    section.double-content .center {
        padding: 60px 0;
    }

}

@media (max-width: 699px) {

    section.double-content .center {
        padding: 45px 0;
    }

    section.double-content .left,
    section.double-content .right {
        width: 100%;
        float: none;
        margin: 0;
    }

    section.double-content .left {
        margin-bottom: 45px;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 45px;
    }

}

/**

 *

 * 7.7. image on right side

 * -----------------------------------------------------------------------------

 *

 */

section.image-on-right-side {
    position: relative;
}

section.image-on-right-side .center {
    padding: 90px 0;
    font-size: 0;
}

section.image-on-right-side .middle-helper {
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

section.image-on-right-side .content {
    display: inline-block;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    vertical-align: middle;
    padding: 45px 0;
}

section.image-on-right-side .content .image {
    margin-top: 45px;
    margin-bottom: -45px;
}

section.image-on-right-side .center>.images {
    position: absolute;
    vertical-align: middle;
    height: -webkit-calc(100% - 180px);
    height: -moz-calc(100% - 180px);
    height: calc(100% - 180px);
    top: 90px;
    right: 0;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 50px;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

section.image-on-right-side .center>.images .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 0;
}

@media (min-width: 1600px) {

    section.image-on-right-side .middle-helper {
        height: 400px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.image-on-right-side .middle-helper {
        height: 300px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.image-on-right-side .middle-helper {
        height: 200px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.image-on-right-side .center {
        padding: 45px 0;
    }

    section.image-on-right-side .center>.images {
        margin-bottom: 0;
        height: -webkit-calc(100% - 90px);
        height: -moz-calc(100% - 90px);
        height: calc(100% - 90px);
        top: 45px;
    }

    section.image-on-right-side .middle-helper {
        height: 200px;
    }

    section.image-on-right-side .content {
        padding: 0;
    }

    section.image-on-right-side .content .images {
        margin: 45px 0 0 0;
    }

}

@media (max-width: 699px) {

    section.image-on-right-side .center {
        padding: 45px 0;
    }

    section.image-on-right-side .middle-helper {
        display: none;
    }

    section.image-on-right-side .content {
        width: 100%;
        float: none;
        padding: 0 0 45px 0;
    }

    section.image-on-right-side .center>.images {
        position: relative;
        height: 210px;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
    }

}

/**

 *

 * 7.8. image on left side

 * -----------------------------------------------------------------------------

 *

 */

section.image-on-left-side {
    position: relative;
}

section.image-on-left-side .center {
    padding: 90px 0;
    font-size: 0;
}

section.image-on-left-side .middle-helper {
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

section.image-on-left-side .content {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    vertical-align: middle;
    display: inline-block;
    padding: 45px 0;
}

section.image-on-left-side .content .images {
    margin-top: 45px;
    margin-bottom: -45px;
}

section.image-on-left-side .center>.images {
    position: absolute;
    vertical-align: middle;
    height: -webkit-calc(100% - 180px);
    height: -moz-calc(100% - 180px);
    height: calc(100% - 180px);
    top: 90px;
    left: 0;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

section.image-on-left-side .center>.images .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 0;
}

@media (min-width: 1600px) {

    section.image-on-left-side .middle-helper {
        height: 400px;
    }

    section.image-on-left-side .content {
        margin-left: 675px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.image-on-left-side .middle-helper {
        height: 300px;
    }

    section.image-on-left-side .content {
        margin-left: 550px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.image-on-left-side .middle-helper {
        height: 200px;
    }

    section.image-on-left-side .content {
        margin-left: 400px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.image-on-left-side .center {
        padding: 45px 0;
    }

    section.image-on-left-side .center>.images {
        margin-bottom: 0;
        height: -webkit-calc(100% - 90px);
        height: -moz-calc(100% - 90px);
        height: calc(100% - 90px);
        top: 45px;
    }

    section.image-on-left-side .middle-helper {
        height: 200px;
    }

    section.image-on-left-side .content {
        padding: 0;
        margin-left: 332.5px;
    }

    section.image-on-left-side .content .images {
        margin: 45px 0 0 0;
    }

}

@media (max-width: 699px) {

    section.image-on-left-side .center {
        padding: 45px 0;
    }

    section.image-on-left-side .middle-helper {
        display: none;
    }

    section.image-on-left-side .content {
        width: 100%;
        float: none;
        padding: 45px 0;
        margin-left: 0;
    }

    section.image-on-left-side .center>.images {
        position: relative;
        height: 210px;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
    }

}

/**

 *

 * 7.9. google map

 * -----------------------------------------------------------------------------

 *

 */

section.google-map {
    position: relative;
}

section.google-map:not(.google-map-big),
section.google-map:not(.google-map-big) .google-map-inner {
    height: 390px;
}

section.google-map.google-map-big,
section.google-map.google-map-big .google-map-inner {
    height: 500px;
}

section.google-map:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 200;
    top: 0;
    left: 0;
    box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.25);
}

section.google-map:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 200;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.25);
}

/**

 *

 * 7.10. contact

 * -----------------------------------------------------------------------------

 *

 */

div.contact .center {
    position: relative;
}

div.contact {
    min-height: 500px !important;
    height: auto;
    width: auto;
}

div.contact .padding {
    padding: 15px;
}

.form input[type="text"] {
    display: block;
    width: 100%;
}

.form textarea {
    display: block;
    width: 100%;
}

div.contact .button {
    display: block;
    width: 100%;
}

.bt-form-servizi {
    display: block;
    width: 100%;
}

div.contact .background-icon {
    font-size: 200px;
    position: absolute;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    transform: rotate(25deg);
    top: -30px;
    right: -30px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.03);
}

/**

 *

 * 7.11. content with sidebar

 * -----------------------------------------------------------------------------

 *

 */

section.content-with-sidebar.content-with-sidebar-left .sidebar,
section.content-with-sidebar.content-with-sidebar-right .content {
    float: left;
}

section.content-with-sidebar.content-with-sidebar-right .sidebar,
section.content-with-sidebar.content-with-sidebar-left .content {
    float: right;
}

section.content-with-sidebar .sidebar .widget ul.menu {
    list-style: none;
    margin: 0;
}

section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu {
    margin-left: -45px;
}

section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu li a {
    padding-left: 42px;
    border-left: 3px solid #fff;
}

section.content-with-sidebar .sidebar .widget ul.menu li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

section.content-with-sidebar .sidebar .widget ul.menu li:last-child {
    border-bottom: none;
}

section.content-with-sidebar .sidebar .widget ul.menu li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
}

section.content-with-sidebar .sidebar .widget .tagcloud {
    font-size: 0;
}

section.content-with-sidebar .sidebar .widget .tagcloud a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #7e7e7e;
    text-decoration: none;
    background: #f5f5f5;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 2px 2px 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.content-with-sidebar .sidebar .widget .tagcloud a:hover {
    color: #825F00;
    background: #66a320;
}

section.content-with-sidebar.content-with-sidebar-left .sidebar .widget ul.menu li:hover a,
section.content-with-sidebar.content-with-sidebar-left .sidebar .widget ul.menu li.active a {
    border-right: 3px solid #66a320;
    font-weight: 700;
}

section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu li:hover a,
section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu li.active a {
    border-left: 3px solid #66a320;
    font-weight: 700;
}

section.content-with-sidebar.content-with-sidebar-left .sidebar .widget p {
    font-size: 14px;
    margin-right: 45px;
}

section.content-with-sidebar.content-with-sidebar-right .sidebar .widget p {
    font-size: 14px;
}

section.content-with-sidebar.content-with-sidebar-left .content {
    border-left: 1px solid #f5f5f5;
}

section.content-with-sidebar.content-with-sidebar-right .content {
    border-right: 1px solid #f5f5f5;
}

section.content-with-sidebar .content .double-content {
    font-size: 0;
}

section.content-with-sidebar .content .double-content .left {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
}

section.content-with-sidebar .content .double-content .right {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    display: inline-block;
    vertical-align: top;
}

section.content-with-sidebar .content .double-content:not(.without-margin-top),
section.content-with-sidebar .content h3:not(.without-margin-top) {
    margin-top: 45px;
}

section.content-with-sidebar .content .double-content h3 {
    margin-top: 0;
}

@media (min-width: 1600px) {

    section.content-with-sidebar.content-with-sidebar-left .content,
    section.content-with-sidebar.content-with-sidebar-right .content {
        width: 909px;
    }

    section.content-with-sidebar.content-with-sidebar-left .content {
        padding: 60px 0 60px 60px;
    }

    section.content-with-sidebar.content-with-sidebar-right .content {
        padding: 60px 60px 60px 0;
    }

    section.content-with-sidebar.content-with-sidebar-left .sidebar {
        width: 330px;
        padding: 60px 0;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar {
        width: 285px;
        padding: 60px 0 60px 45px;
    }

    section.content-with-sidebar .sidebar .widget:not(.widget-last) {
        margin-bottom: 60px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.content-with-sidebar.content-with-sidebar-left .content,
    section.content-with-sidebar.content-with-sidebar-right .content {
        width: 709px;
    }

    section.content-with-sidebar.content-with-sidebar-left .content {
        padding: 60px 0 60px 60px;
    }

    section.content-with-sidebar.content-with-sidebar-right .content {
        padding: 60px 60px 60px 0;
    }

    section.content-with-sidebar.content-with-sidebar-left .sidebar {
        width: 280px;
        padding: 60px 0;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar {
        width: 235px;
        padding: 60px 0 60px 45px;
    }

    section.content-with-sidebar .sidebar a.document {
        padding: 17px 17px 17px 14px;
    }

    section.content-with-sidebar .sidebar a.document .file-icon {
        margin-right: 5px;
    }

    section.content-with-sidebar .sidebar a.document i.download-icon {
        right: 16px;
    }

    section.content-with-sidebar .sidebar .widget:not(.widget-last) {
        margin-bottom: 60px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.content-with-sidebar.content-with-sidebar-left .content,
    section.content-with-sidebar.content-with-sidebar-right .content {
        width: 479px;
    }

    section.content-with-sidebar.content-with-sidebar-left .content {
        padding: 45px 0 45px 45px;
    }

    section.content-with-sidebar.content-with-sidebar-right .content {
        padding: 45px 45px 45px 0;
    }

    section.content-with-sidebar.content-with-sidebar-left .sidebar {
        width: 225px;
        padding: 45px 0;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar {
        width: 195px;
        padding: 45px 0 45px 30px;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu {
        margin-left: -30px;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu li a {
        padding-left: 27px;
    }

    section.content-with-sidebar .content .double-content .left {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    section.content-with-sidebar .content .double-content .right {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }

    section.content-with-sidebar .sidebar .widget:not(.widget-last) {
        margin-bottom: 60px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.content-with-sidebar.content-with-sidebar-left .content,
    section.content-with-sidebar.content-with-sidebar-right .content {
        width: 100%;
        border: none;
        float: none;
    }

    section.content-with-sidebar.content-with-sidebar-left .content,
    section.content-with-sidebar.content-with-sidebar-right .content {
        padding: 45px 0;
    }

    section.content-with-sidebar.content-with-sidebar-left .sidebar,
    section.content-with-sidebar.content-with-sidebar-right .sidebar {
        padding: 45px 0;
        width: 100%;
        float: none;
        border-top: 1px solid #f5f5f5;
    }

    section.content-with-sidebar.content-with-sidebar-left .sidebar .widget p {
        margin-right: 0;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu {
        margin-left: 0;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu li a {
        padding-left: 27px;
    }

    section.content-with-sidebar .content .double-content .left {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    section.content-with-sidebar .content .double-content .right {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }

    section.content-with-sidebar .sidebar .widget:not(.widget-last) {
        margin-bottom: 45px;
        padding-bottom: 45px;
        border-bottom: 1px solid #f5f5f5;
    }

}

@media (max-width: 699px) {

    section.content-with-sidebar.content-with-sidebar-left .content,
    section.content-with-sidebar.content-with-sidebar-right .content {
        width: 100%;
        border: none;
        float: none;
    }

    section.content-with-sidebar.content-with-sidebar-left .content,
    section.content-with-sidebar.content-with-sidebar-right .content {
        padding: 45px 0;
    }

    section.content-with-sidebar.content-with-sidebar-left .sidebar,
    section.content-with-sidebar.content-with-sidebar-right .sidebar {
        padding: 45px 0;
        width: 100%;
        float: none;
        border-top: 1px solid #f5f5f5;
    }

    section.content-with-sidebar.content-with-sidebar-left .sidebar .widget p {
        margin-right: 0;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu {
        margin-left: 0;
    }

    section.content-with-sidebar.content-with-sidebar-right .sidebar .widget ul.menu li a {
        padding-left: 27px;
    }

    section.content-with-sidebar .content .double-content .left {
        width: 100%;
        float: none;
        margin: 0 0 60px 0;
    }

    section.content-with-sidebar .content .double-content .right {
        width: 100%;
        float: none;
        margin: 0;
    }

    section.content-with-sidebar .sidebar .widget:not(.widget-last) {
        margin-bottom: 45px;
        padding-bottom: 45px;
        border-bottom: 1px solid #f5f5f5;
    }

}

/**

 *

 * 7.12. logos slider

 * -----------------------------------------------------------------------------

 *

 */

section.logos-slider .center {
    padding: 90px 0;
    font-size: 0;
}

section.logos-slider h3 {
    text-align: center;
    margin: 0 0 20px 0;
}

section.logos-slider .logos-slider-navigation {
    text-align: center;
    margin: 0 0 20px 0;
}

section.logos-slider .logos-slider-navigation.logos-slider-navigation-bottom {
    margin: 20px 0 0 0;
}

section.logos-slider .logos-slider-navigation li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

section.logos-slider .logos-slider-navigation li .circle {
    width: 10px;
    height: 10px;
    background: #eee;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.logos-slider .logos-slider-navigation li .circle.circle-active,
section.logos-slider .logos-slider-navigation li .circle:hover {
    background: #66a320;
}

section.logos-slider .logos-slider-container {
    overflow: hidden;
}

section.logos-slider .logos-slider-container .logos-slider {
    list-style: none;
    margin: 0;
    font-size: 0;
    width: 5000px;
}

section.logos-slider .logos-slider .logos-slider-group {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

section.logos-slider .logos-slider .single-logo {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    margin-right: 44px;
    font-size: 0;
    opacity: 0.2;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.logos-slider .logos-slider .single-logo:hover {
    opacity: 1;
}

section.logos-slider .logos-slider .single-logo img {
    width: 100%;
    vertical-align: middle;
}

section.logos-slider .logos-slider .single-logo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media (min-width: 1600px) {

    section.logos-slider .logos-slider .single-logo {
        width: 179px;
    }

    section.logos-slider .logos-slider .logos-slider-group {
        width: 1345px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.logos-slider .logos-slider .single-logo {
        width: 174px;
    }

    section.logos-slider .logos-slider .logos-slider-group {
        width: 1095px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.logos-slider .center {
        padding: 90px 0 45px 0;
    }

    section.logos-slider .logos-slider .single-logo {
        width: 153.5px;
    }

    section.logos-slider .logos-slider-navigation.logos-slider-navigation-bottom {
        margin: 15px 0 30px 0;
    }

    section.logos-slider .logos-slider .logos-slider-group {
        width: 795px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.logos-slider .center {
        padding: 90px 0 45px 0;
    }

    section.logos-slider .logos-slider .single-logo {
        width: 178px;
    }

    section.logos-slider .logos-slider-navigation.logos-slider-navigation-bottom {
        margin: 15px 0 30px 0;
    }

    section.logos-slider .logos-slider .logos-slider-group {
        width: 670px;
    }

}

@media (max-width: 699px) {

    section.logos-slider .center {
        padding: 45px 0;
    }

    section.logos-slider .logos-slider .single-logo img {
        width: 170px;
    }

    section.logos-slider .logos-slider-navigation.logos-slider-navigation-bottom {
        margin: 15px 0 30px 0;
    }

}

/**

 *

 * 7.13. gallery short

 * -----------------------------------------------------------------------------

 *

 */

section.gallery-short {
    font-size: 0;
}

section.gallery-short .gallery-image {
    background-size: cover;
    background-position: 50% 50%;
    height: 350px;
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

section.gallery-short .gallery-image .gallery-image-caption {
    position: absolute;
    width: 100%;
    height: -webkit-calc(100% - 1px);
    height: -moz-calc(100% - 1px);
    height: calc(100% - 1px);
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.gallery-short .gallery-image:hover .gallery-image-caption {
    opacity: 1;
}

@media (min-width: 1349px) {

    section.gallery-short .gallery-image .gallery-image-caption h4 {
        padding-top: 120.5px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.gallery-short .gallery-image {
        height: 220px;
    }

    section.gallery-short .gallery-image .gallery-image-caption h4 {
        padding: 38px 15px 0 15px;
        font-size: 16px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.gallery-short .gallery-image {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        height: 220px;
    }

    section.gallery-short .gallery-image .gallery-image-caption h4 {
        padding-top: 55px;
    }

}

@media (max-width: 699px) {

    section.gallery-short .gallery-image {
        width: 100%;
        height: 220px;
    }

    section.gallery-short .gallery-image .gallery-image-caption h4 {
        padding-top: 55px;
    }

}

/**

 *

 * 7.14. offer

 * -----------------------------------------------------------------------------

 *

 */

section.offer .center {
    padding: 90px 0;
}

section.offer h2 {
    text-align: center;
    margin-bottom: 60px;
}

section.offer .values {
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0;
    position: relative;
}

section.offer .values .values-slider-container {
    overflow: hidden;
    padding-bottom: 4px;
}

section.offer .values .values-slider-container .values-slider {
    width: auto;
}

section.offer .values .value-single {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    border-bottom: 1px solid #d4d4d4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.offer .values .value-single:hover {
    border: 1px solid #ddd;
    border-bottom: 1px solid #c4c4c4;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.055);
}

section.offer .values .value-single .number {
    color: #f1f1f1;
    font-size: 192px;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    right: -15px;
    bottom: -60px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.offer .values .value-single:hover .number {
    color: rgba(233, 233, 233, 0.55);
}

section.offer .values .value-single h3,
section.offer .values .value-single p {
    position: relative;
    z-index: 1;
}

section.offer .values .values-prev,
section.offer .values .values-next {
    width: 35px;
    height: 35px;
    position: absolute;
    border: 1px solid #ddd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.offer .values .values-prev {
    left: -67.5px;
}

section.offer .values .values-next {
    right: -67.5px;
}

section.offer .values .values-prev i,
section.offer .values .values-next i {
    font-size: 18px;
    color: #ccc;
    display: block;
    padding-top: 9px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.offer .values .values-prev i {
    margin-left: -2px;
}

section.offer .values .values-next i {
    margin-right: -2px;
}

section.offer .values .values-prev:hover,
section.offer .values .values-next:hover {
    background: #eee;
}

section.offer .values .values-prev:hover i,
section.offer .values .values-next:hover i {
    color: #aaa;
}

@media (min-width: 1600px) {

    section.offer .values .value-single {
        width: 311px;
        padding: 45px;
    }

    section.offer .values .value-single:not(.value-single-last) {
        margin-right: 45px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.offer .values .value-single {
        width: 410px;
        padding: 45px;
    }

    section.offer .values .value-single:not(.value-single-last) {
        margin-right: 45px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.offer .values .value-single {
        width: 297px;
        padding: 30px;
    }

    section.offer .values .value-single:not(.value-single-last) {
        margin-right: 30px;
    }

    section.offer .values .values-prev,
    section.offer .values .values-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    section.offer .values .values-prev i,
    section.offer .values .values-next i {
        font-size: 13px;
    }

    section.offer .values .values-prev {
        left: -50px;
    }

    section.offer .values .values-next {
        right: -50px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.offer .center {
        padding: 60px 0 120px 0;
    }

    section.offer h2 {
        margin-bottom: 60px;
    }

    section.offer .values .value-single {
        width: 235px;
        padding: 30px;
    }

    section.offer .values .value-single:not(.value-single-last) {
        margin-right: 30px;
    }

    section.offer .values .values-prev,
    section.offer .values .values-next {
        width: 30px;
        height: 30px;
        top: auto;
        bottom: -75px;
        margin: 0;
    }

    section.offer .values .values-prev {
        left: 50%;
        margin-left: -50px;
    }

    section.offer .values .values-next {
        left: 50%;
        margin-right: -50px;
    }

    section.offer .values .values-prev i,
    section.offer .values .values-next i {
        font-size: 13px;
    }

}

@media (max-width: 699px) {

    section.offer .center {
        padding: 45px 0 120px 0;
    }

    section.offer h2 {
        margin-bottom: 45px;
    }

    section.offer .values .value-single {
        padding: 30px;
    }

    section.offer .values .value-single:not(.value-single-last) {
        margin-right: 30px;
    }

    section.offer .values .values-prev,
    section.offer .values .values-next {
        width: 30px;
        height: 30px;
        top: auto;
        bottom: -75px;
        margin: 0;
    }

    section.offer .values .values-prev {
        left: 50%;
        margin-left: -50px;
    }

    section.offer .values .values-next {
        left: 50%;
        margin-right: -50px;
    }

    section.offer .values .values-prev i,
    section.offer .values .values-next i {
        font-size: 13px;
    }

}

/**

 *

 * 7.15. presentation

 * -----------------------------------------------------------------------------

 *

 */

section.presentation {
    position: relative;
}

section.presentation .center {
    padding: 90px 0;
    position: relative;
}

section.presentation h2 {
    margin-bottom: 40px;
}

section.presentation .presentation-filter {
    position: absolute;
    right: 0;
    top: 110px;
    text-align: right;
    list-style: none;
    margin: 0;
}

section.presentation .presentation-filter li {
    display: inline-block;
}

section.presentation .presentation-filter li.filter,
section.presentation .presentation-filter li.link a {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #313131;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

section.presentation .presentation-filter li.filter.filter-active,
section.presentation .presentation-filter li.filter:hover,
section.presentation .presentation-filter li.link:hover a {
    color: #66a320;
}

section.presentation .presentation-filter li.link a {
    text-decoration: none;
}

section.presentation .presentation-filter li.link i {
    margin-left: 10px;
    color: #dadada;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.presentation .presentation-filter li.link:hover i {
    color: #66a320;
}

section.presentation .presentation-box {
    font-size: 0;
}

section.presentation .presentation-box .presentation-box-single {
    display: inline-block;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
}

section.presentation .presentation-box .presentation-box-call-to-action {
    text-align: center;
}

section.presentation .presentation-box .presentation-box-call-to-action h3 {
    margin-bottom: 5px;
}

section.presentation .presentation-box .presentation-box-call-to-action .middle-helper {
    display: inline-block;
    vertical-align: middle;
    width: 0;
}

section.presentation .presentation-box .presentation-box-call-to-action .content {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

section.presentation .presentation-box .presentation-box-single .presentation-box-single-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

section.presentation .presentation-box .presentation-box-single:hover .presentation-box-single-caption {
    opacity: 1;
}

@media (min-width: 1600px) {

    section.presentation .presentation-box {
        margin-left: -25px;
        margin-right: -25px;
    }

    section.presentation .presentation-box .presentation-box-single {
        margin: 50px 25px 0 25px;
    }

    section.presentation .presentation-box .presentation-box-call-to-action .middle-helper,
    section.presentation .presentation-box .presentation-box-single {
        height: 260px;
    }

    section.presentation .presentation-box.presentation-box-4-columns .presentation-box-single {
        width: 287.5px;
    }

    section.presentation .presentation-box.presentation-box-3-columns .presentation-box-single {
        width: 400px;
    }

    section.presentation .presentation-box .presentation-box-single .presentation-box-single-caption h4 {
        padding-top: 75.5px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.presentation .presentation-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    section.presentation .presentation-box .presentation-box-single {
        margin: 30px 15px 0 15px;
    }

    section.presentation .presentation-box .presentation-box-call-to-action .middle-helper,
    section.presentation .presentation-box .presentation-box-single {
        height: 220px;
    }

    section.presentation .presentation-box.presentation-box-4-columns .presentation-box-single {
        width: 240px;
    }

    section.presentation .presentation-box.presentation-box-3-columns .presentation-box-single {
        width: 330px;
    }

    section.presentation .presentation-box .presentation-box-single .presentation-box-single-caption h4 {
        padding-top: 60px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.presentation .presentation-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    section.presentation .presentation-box .presentation-box-single {
        margin: 30px 15px 0 15px;
    }

    section.presentation .presentation-box .presentation-box-call-to-action .middle-helper,
    section.presentation .presentation-box .presentation-box-single {
        height: 220px;
    }

    section.presentation .presentation-box .presentation-box-single {
        width: 360px;
    }

    section.presentation .presentation-box .presentation-box-single .presentation-box-single-caption h4 {
        padding-top: 60px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.presentation .presentation-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    section.presentation .presentation-box .presentation-box-single {
        margin: 30px 15px 0 15px;
    }

    section.presentation .presentation-box .presentation-box-call-to-action .middle-helper,
    section.presentation .presentation-box .presentation-box-single {
        height: 220px;
    }

    section.presentation .presentation-box .presentation-box-single {
        width: 297.5px;
    }

    section.presentation .presentation-box .presentation-box-single .presentation-box-single-caption h4 {
        padding-top: 60px;
    }

}

@media (max-width: 699px) {

    section.presentation .center {
        padding: 45px 0;
    }

    section.presentation .presentation-box {
        margin: -10px 0 0 0;
    }

    section.presentation .presentation-box .presentation-box-single {
        margin: 30px 0 0 0;
        width: 100%;
    }

    section.presentation .presentation-box .presentation-box-call-to-action .middle-helper,
    section.presentation .presentation-box .presentation-box-single {
        height: 220px;
    }

    section.presentation .presentation-box .presentation-box-single .presentation-box-single-caption h4 {
        padding-top: 60px;
    }

    section.presentation .presentation-filter {
        position: static;
        display: block;
        text-align: left;
        margin: 45px 0 35px 0;
    }

    section.presentation .presentation-filter li:first-child,
    section.presentation .presentation-filter li:first-child a {
        margin-left: 0;
    }

}

/**

 *

 * 7.16. call to action

 * -----------------------------------------------------------------------------

 *

 */

section.call-to-action .center {
    padding: 90px 0;
    text-align: center;
}

@media (min-width: 700px) and (max-width: 899px) {

    section.call-to-action .center {
        padding: 60px 0;
    }

}

@media (max-width: 699px) {

    section.call-to-action .center {
        padding: 45px 0;
    }

}

/**

 *

 * 7.17. careers positions

 * -----------------------------------------------------------------------------

 *

 */

section.careers-positions .center {
    padding: 90px 0;
}

section.careers-positions .positions-group {
    width: 800px;
    margin: 90px auto;
}

section.careers-positions .positions-group .positions-group-title {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 22.5px;
}

section.careers-positions .positions-group .positions-group-title h3 {
    margin: 0;
}

section.careers-positions .positions-group .single-position {
    border-bottom: 1px solid #f5f5f5;
    padding: 22.5px 0;
    font-size: 0;
}

section.careers-positions .positions-group .single-position .single-position-title {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6em;
    color: #313131;
    font-weight: 300;
}

section.careers-positions .positions-group .single-position .single-position-title a {
    text-decoration: none;
    color: #66a320;
    font-weight: 700;
}

section.careers-positions .positions-group .single-position .single-position-details {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6em;
    color: #313131;
    font-weight: 300;
    text-align: right;
}

section.careers-positions .positions-group .single-position .single-position-details strong {
    font-weight: 700;
    display: block;
}

@media (min-width: 900px) and (max-width: 1349px) {

    section.careers-positions .positions-group {
        width: 750px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.careers-positions .positions-group {
        width: 625px;
    }

}

@media (max-width: 699px) {

    section.careers-positions .center {
        padding: 45px 0;
    }

    section.careers-positions .positions-group {
        width: 100%;
        margin: 45px auto;
    }

    section.careers-positions .positions-group .single-position .single-position-title,
    section.careers-positions .positions-group .single-position .single-position-details {
        width: 100%;
        display: block;
    }

    section.careers-positions .positions-group .single-position .single-position-details {
        margin-top: 15px;
        text-align: left;
    }

}

/**

 *

 * 7.18. page not found

 * -----------------------------------------------------------------------------

 *

 */

section.page-not-found {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
}

section.page-not-found:after {
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

section.page-not-found.page-not-found-black:after {
    background: rgba(47, 47, 47, 0.9);
}

section.page-not-found.page-not-found-white:after {
    background: rgba(255, 255, 255, 0.9);
}

section.page-not-found .content {
    text-align: center;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -124px;
    z-index: 10;
}

section.page-not-found h1 {
    font-size: 148px;
    margin: -40px 0 0 0;
}

section.page-not-found.page-not-found-white p {
    color: #8A8A8A;
}

section.page-not-found.page-not-found-black h1,
section.page-not-found.page-not-found-black h1 strong {
    color: #fff;
}

/**

 *

 * 7.19. coming soon

 * -----------------------------------------------------------------------------

 *

 */

section.coming-soon {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

section.coming-soon:after {
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

section.coming-soon.coming-soon-black:after {
    background: rgba(47, 47, 47, 0.9);
}

section.coming-soon.coming-soon-white:after {
    background: rgba(255, 255, 255, 0.95);
}

section.coming-soon .content {
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

section.coming-soon h1 {
    margin-bottom: 60px;
}

section.coming-soon.coming-soon-black h1,
section.coming-soon.coming-soon-black h1 strong {
    color: #fff;
}

section.coming-soon.coming-soon-white p,
section.coming-soon.coming-soon-white .contact-element .contact-element-title {
    color: #8A8A8A;
}

section.coming-soon .contact-element {
    display: inline-block;
    margin-right: 90px;
    margin-bottom: 60px;
    vertical-align: top;
    text-align: left;
}

section.coming-soon .contact-element i {
    font-size: 14px;
    display: inline-block;
    color: #66a320;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1.6em;
}

section.coming-soon .contact-element .contact-element-title {
    font-size: 14px;
    font-weight: 300;
    color: #7e7e7e;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6em;
}

section.coming-soon .contact-element .contact-element-content {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6em;
}

section.coming-soon .contact-element .contact-element-content a {
    text-decoration: none;
}

section.coming-soon.coming-soon-black .contact-element .contact-element-content,
section.coming-soon.coming-soon-black .contact-element .contact-element-content a {
    color: #fff;
}

section.coming-soon.coming-soon-white .contact-element .contact-element-content,
section.coming-soon.coming-soon-white .contact-element .contact-element-content a {
    color: #313131;
}

section.coming-soon .coming-soon-counter {
    font-size: 120px;
    color: #66a320;
    font-weight: 700;
    margin-bottom: 60px;
    margin-top: -33px;
}

section.coming-soon.coming-soon-black .coming-soon-counter {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

section.coming-soon.coming-soon-white .coming-soon-counter {
    text-shadow: 0 1px 1px rgb(208, 146, 0);
}

section.coming-soon .coming-soon-counter span {
    font-weight: 300;
    font-size: 48px;
}

@media (min-width: 1349px) {

    section.coming-soon .content {
        width: 900px;
        padding: 170px 0;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.coming-soon .content {
        width: 750px;
        padding: 100px 0;
    }

    section.coming-soon .coming-soon-counter {
        font-size: 98px;
        margin-top: -27px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.coming-soon .content {
        width: 625px;
        padding: 90px 0;
    }

    section.coming-soon .coming-soon-counter {
        font-size: 76px;
        margin-top: -21px;
    }

}

@media (max-width: 699px) {

    section.coming-soon .content {
        width: 85%;
        padding: 30px 0;
    }

    section.coming-soon .coming-soon-counter {
        font-size: 52px;
        padding: 0 0 30px 0;
        margin: 0;
    }

    section.coming-soon h1 {
        margin-bottom: 45px;
    }

    section.coming-soon .contact-element {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }

}

/**

 *

 * 7.20. landing page

 * -----------------------------------------------------------------------------

 *

 */

section.landing-page {
    background-size: cover;
    background-position: 50% 10%;
    position: relative;
}

section.landing-page:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(47, 47, 47, 0.8);
}

section.landing-page .center {
    position: relative;
}

section.landing-page .heading {
    font-size: 0;
    padding-top: 25px;
}

section.landing-page .heading .left,
section.landing-page .heading .right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

section.landing-page .heading .right {
    text-align: right;
}

section.landing-page .heading .right p a {
    color: #c5c5c5;
    font-size: 14px;
}

section.landing-page .heading .right p i {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    vertical-align: middle;
}

section.landing-page .content {
    position: absolute;
    bottom: 90px;
}

section.landing-page .content h2,
section.landing-page .content h2 strong {
    color: #fff;
}

section.landing-page .content p {
    color: #c5c5c5;
}

section.landing-page .box {
    width: 400px;
    position: absolute;
    right: 0;
    bottom: -45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e4e4e4;
    font-size: 0;
    overflow: hidden;
    z-index: 400;
}

section.landing-page .box .padding {
    padding: 45px;
}

section.landing-page .box .button {
    display: block;
    width: 100%;
}

section.landing-page .box h2 {
    text-align: center;
    font-size: 62px;
    margin-bottom: 25px;
}

section.landing-page .box .background-icon {
    font-size: 200px;
    position: absolute;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    transform: rotate(25deg);
    top: -30px;
    right: -30px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.03);
}

@media (min-width: 1600px) {

    section.landing-page .center {
        height: 700px;
    }

    section.landing-page .content {
        width: 800px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.landing-page .center {
        height: 600px;
    }

    section.landing-page .content {
        width: 550px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.landing-page .center {
        height: 600px;
    }

    section.landing-page .content {
        width: 370px;
        bottom: 45px;
    }

    section.landing-page .box {
        width: 350px;
        bottom: -30px;
    }

    section.landing-page .box .padding {
        padding: 30px;
    }

    section.landing-page .box h2 {
        font-size: 48px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.landing-page .center {
        height: 650px;
    }

    section.landing-page .content {
        width: 300px;
        bottom: 45px;
    }

    section.landing-page .box {
        width: 300px;
        bottom: -30px;
    }

    section.landing-page .box .padding {
        padding: 30px;
    }

    section.landing-page .box h2 {
        font-size: 48px;
    }

}

@media (max-width: 699px) {

    section.landing-page .center {
        height: auto;
        padding-bottom: 30px;
    }

    section.landing-page .heading {
        padding-top: 10px;
    }

    section.landing-page .heading .left,
    section.landing-page .heading .right {
        width: 100%;
        display: block;
        text-align: center;
    }

    section.landing-page .content {
        position: relative;
        margin-top: 150px;
    }

    section.landing-page .box {
        margin: -50px 0 0 0;
        top: 0;
        bottom: auto;
        position: relative;
        width: 100%;
    }

    section.landing-page .box .padding {
        padding: 30px;
    }

    section.landing-page .box h2 {
        font-size: 48px;
    }

}

/**

 *

 * 7.21. multiple contacts

 * -----------------------------------------------------------------------------

 *

 */

section.multiple-contacts {
    padding: 90px 0;
    font-size: 0;
}

section.multiple-contacts.with-additional-padding-top {
    padding-top: 135px !important;
}

section.multiple-contacts .container {
    position: relative;
}

section.multiple-contacts .container .heading {
    padding-bottom: 45px;
}

section.multiple-contacts .container .center .content {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}

section.multiple-contacts .container .center .middle {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}

section.multiple-contacts.multiple-contacts-alt .container .center .content {
    text-align: right;
}

section.multiple-contacts.multiple-contacts-alt .container .center .middle {
    margin-right: 0;
}

section.multiple-contacts .container .center .author-box {
    margin-top: 0;
    padding-top: 100px;
}

section.multiple-contacts .google-map {
    position: absolute;
    vertical-align: middle;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 50px;
    margin-bottom: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

section.multiple-contacts .google-map .google-map-inner {
    height: 100%;
}

section.multiple-contacts.multiple-contacts-alt .google-map {
    left: 0;
    margin: 0 50px 0 0;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

@media (min-width: 1600px) {

    section.multiple-contacts .container .heading {
        width: 850px;
    }

    section.multiple-contacts.multiple-contacts-alt .container .heading {
        margin-left: 450px;
    }

    section.multiple-contacts .container .center .content,
    section.multiple-contacts .container .center .middle {
        width: 400px;
    }

    section.multiple-contacts.multiple-contacts-alt .container .center .content {
        margin-left: 450px;
    }

    section.multiple-contacts .google-map {
        width: -webkit-calc(50% - 250px);
        width: -moz-calc(50% - 250px);
        width: calc(50% - 250px);
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    section.multiple-contacts .container .heading {
        width: 683px;
    }

    section.multiple-contacts.multiple-contacts-alt .container .center .content,
    section.multiple-contacts.multiple-contacts-alt .container .heading {
        margin-left: 366px;
    }

    section.multiple-contacts .container .center .content,
    section.multiple-contacts .container .center .middle {
        width: 316px;
    }

    section.multiple-contacts .google-map {
        width: -webkit-calc(50% - 208px);
        width: -moz-calc(50% - 208px);
        width: calc(50% - 208px);
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    section.multiple-contacts.with-additional-padding-top {
        padding-top: 60px !important;
    }

    section.multiple-contacts .container .heading {
        width: 100%;
        padding-top: 340px;
    }

    section.multiple-contacts .container .center .content,
    section.multiple-contacts .container .center .middle {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }

    section.multiple-contacts .container .center .content {
        margin-right: 30px;
    }

    section.multiple-contacts .container .center .middle {
        margin-right: 0;
    }

    section.multiple-contacts .google-map {
        height: 250px;
        top: 0;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.multiple-contacts.with-additional-padding-top {
        padding-top: 60px !important;
    }

    section.multiple-contacts {
        padding: 60px 0;
    }

    section.multiple-contacts .container .heading {
        width: 100%;
        padding-top: 310px;
        padding-bottom: 30px;
    }

    section.multiple-contacts .container .center .content,
    section.multiple-contacts .container .center .middle {
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }

    section.multiple-contacts .container .center .content {
        margin-right: 30px;
    }

    section.multiple-contacts .container .center .middle {
        margin-right: 0;
    }

    section.multiple-contacts .google-map {
        height: 250px;
        top: 0;
    }

}

@media (max-width: 699px) {

    section.multiple-contacts {
        padding: 45px 0;
        font-size: 0;
    }

    section.multiple-contacts.with-additional-padding-top {
        padding-top: 60px !important;
    }

    section.multiple-contacts .container .heading {
        width: 100%;
        padding: 270px 0 0 0;
        margin: 0 0 90px 0;
    }

    section.multiple-contacts.multiple-contacts-alt .container .heading {
        margin: 0 0 60px 0;
    }

    section.multiple-contacts .container .center .content,
    section.multiple-contacts .container .center .middle {
        width: 100%;
        float: none;
        display: block;
    }

    section.multiple-contacts .container .center .content {
        margin-bottom: 45px;
    }

    section.multiple-contacts.multiple-contacts-alt .container .center .content {
        text-align: left;
        margin-bottom: 60px;
    }

    section.multiple-contacts .google-map {
        height: 210px;
        top: 0;
        width: 92.5%;
    }

}

/**

 *

 * 7.22. quote form

 * -----------------------------------------------------------------------------

 *

 */

section.quote-form .center {
    padding: 90px 0;
    width: 800px;
    margin: 0 auto;
}

@media (min-width: 900px) and (max-width: 1349px) {

    section.quote-form .center {
        width: 750px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    section.quote-form .center {
        width: 625px;
        padding: 60px 0;
    }

    section.quote-form .form.form-gray:not(.without-margin-top) {
        margin-top: 60px;
    }

}

@media (max-width: 699px) {

    section.quote-form .center {
        padding: 45px 0;
        width: 85%;
        margin-left: 7.5%;
    }

    section.quote-form .form {
        padding: 25px;
    }

}

/**

 *

 * 8. video popup

 * -----------------------------------------------------------------------------

 *

 */

#video-popup {
    display: none;
}

#video-popup .video-popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 50000;
}

#video-popup .video-popup-content {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 1200px;
    height: 675px;
    margin-left: -600px;
    margin-top: -337.5px;
}

#video-popup .video-popup-content iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#video-popup .video-popup-content .video-popup-content-close {
    position: absolute;
    margin-top: -45px;
    font-weight: 300;
    font-size: 28px;
    text-align: right;
    width: 100%;
    right: -2px;
}

#video-popup .video-popup-content .video-popup-content-close span {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

#video-popup .video-popup-content .video-popup-content-close span:hover {
    color: #fff;
}

/**

 *

 * 9. image popup
 * -----------------------------------------------------------------------------

 *

 */

#image-popup {
    display: none;
}

#image-popup .image-popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 50000;
}

#image-popup .image-popup-content {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 1200px;
    height: 675px;
    margin-left: -600px;
    margin-top: -337.5px;
    background-size: cover;
    background-position: 50% 50%;
}

#image-popup .image-popup-content .image-popup-content-close {
    position: absolute;
    margin-top: -45px;
    font-weight: 300;
    font-size: 28px;
    text-align: right;
    width: 100%;
    right: -2px;
}

#image-popup .image-popup-content .image-popup-content-close span {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    cursor: pointer;
}

#image-popup .image-popup-content .image-popup-content-close span:hover {
    color: #fff;
}

#image-popup .image-popup-content .image-prev,
#image-popup .image-popup-content .image-next {
    width: 35px;
    height: 35px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#image-popup .image-popup-content .image-prev {
    left: -67.5px;
}

#image-popup .image-popup-content .image-next {
    right: -67.5px;
}

#image-popup .image-popup-content .image-prev i,
#image-popup .image-popup-content .image-next i {
    font-size: 18px;
    color: #ccc;
    display: block;
    padding-top: 9px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#image-popup .image-popup-content .image-prev i {
    margin-left: -2px;
}

#image-popup .image-popup-content .image-next i {
    margin-right: -2px;
}

#image-popup .image-popup-content .image-prev:hover,
#image-popup .image-popup-content .image-next:hover {
    background: rgba(255, 255, 255, 0.2);
}

#image-popup .image-popup-content .image-prev:hover i,
#image-popup .image-popup-content .image-next:hover i {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 699px) {

    #image-popup .image-popup-content .image-prev {
        left: 50%;
        right: auto;
        margin-left: -47px;
        position: fixed;
        bottom: 45px;
        top: auto;
        margin-top: 0;
    }

    #image-popup .image-popup-content .image-next {
        left: 50%;
        right: auto;
        margin-left: 10px;
        position: fixed;
        bottom: 45px;
        top: auto;
        margin-top: 0;
    }

}

.image-helper {
    overflow: hidden;
}

/**

 *

 * 10. footer

 * -----------------------------------------------------------------------------

 *

 */

footer {
    background: #f9f9f9;
}

footer .center {
    position: relative;
    padding: 35px 0;
}

footer ul.left {
    list-style: none;
    font-size: 0;
    margin: 0;
    float: left;
}

footer ul.left>li {
    list-style: none;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

footer ul.left>li:last-child {
    margin-bottom: 0;
}

footer ul.left li h4 {
    text-transform: uppercase;
    color: #313131;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

footer ul.left ul.sub {
    display: inline-block;
    margin: 0;
}

footer ul.left ul.sub li {
    list-style: none;
    line-height: 1.6em;
    display: inline-block;
}

footer ul.left ul.sub li:before {
    content: '\b7';
    display: inline-block;
    margin: 0 10px;
    opacity: 0.4;
}

footer ul.right {
    list-style: none;
    font-size: 0;
    margin: 2px 0 0 0;
    float: right;
    text-align: right;
}

footer ul.right>li {
    list-style: none;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
}

footer ul.right>li:last-child {
    margin-bottom: 0;
}

footer ul.right .divider {
    padding: 0 10px;
}

footer ul.right ul.social li {
    margin-right: 7px;
}

footer ul.right ul.social li:last-child {
    margin-right: 0;
}

footer ul.right ul.social i {
    font-size: 23px;
}

footer a {
    text-decoration: underline;
    background: none;
    border: none;
    font-weight: 300;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    color: #7e7e7e;
}

footer a:hover {
    text-decoration: none;
}

footer p {
    margin-bottom: 15px;
    font-size: 14px;
}

@media (min-width: 900px) and (max-width: 1349px) {

    footer ul.left,
    footer ul.right {
        float: none;
    }

    footer ul.right {
        text-align: left;
        margin-top: 50px;
    }

    footer ul.left>li,
    footer ul.left li h4,
    footer ul.right>li,
    footer a {
        font-size: 13px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    footer ul.left,
    footer ul.right {
        float: none;
    }

    footer ul.right {
        text-align: left;
        margin-top: 50px;
    }

    footer ul.left>li,
    footer ul.left li h4,
    footer ul.right>li,
    footer a {
        font-size: 13px;
    }

}

@media (max-width: 699px) {

    footer .center {
        padding: 45px 0;
    }

    footer ul.left,
    footer ul.right {
        float: none;
    }

    footer ul.right {
        text-align: left;
        margin-top: 30px;
    }

    footer ul.left>li,
    footer ul.left li h4,
    footer ul.right>li,
    footer a {
        font-size: 13px;
    }

    footer ul.left li h4,
    footer ul.left ul.sub li {
        display: block;
    }

    footer ul.left ul.sub li:before {
        display: none;
    }

    footer ul.left ul.sub {
        margin-top: 15px;
    }

    footer ul.left>li,
    footer ul.right>li {
        margin-bottom: 30px;
    }

    footer ul.right .divider {
        display: block;
        font-size: 0;
        padding: 0;
        height: 0;
    }

}

.shadowHeader {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

/* GALLERY FOOTER */

ul.social-header {
    list-style: none;
    margin: 22px 40px 0px 0px;
    text-align: right;
}

ul.social-header li {
    display: inline-block;
    margin-right: 15px;
}

ul.social-header li:last-child {
    margin-right: 0;
}

ul.social-header i {
    font-size: 28px;
    color: #ddd;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

ul.social-header i.fa-facebook-square:hover {
    color: #3a5795;
}

ul.social-header i.fa-google-plus-square:hover {
    color: #DB4437;
}

ul.social-header i.fa-twitter-square:hover {
    color: #55ACEE;
}

footer h3 {
    margin: 0px;
}

footer .slim {
    margin: 0px;
}

footer .highlight {
    margin: 0px 0px 20px 0px;
}



@media (min-width: 1600px) {

    footer .images {
        height: 120px;
    }

}

@media (min-width: 1350px) and (max-width: 1599px) {

    footer .images {
        height: 110px;
    }

}

@media (min-width: 900px) and (max-width: 1349px) {

    footer .images {
        height: 100px;
    }

}

@media (min-width: 700px) and (max-width: 899px) {

    footer .images {
        height: 210px;
    }

}

@media (max-width: 699px) {

    footer .images {
        height: 210px;
    }

}

/* MY STYLE */

.text-grigio {
    color: #7e7e7e;
}

.text-verde {
    color: #68a444;
}

.text-azzurro {
    color: #b3b0d8;
}

.text-lighter {
    font-weight: lighter;
}

.text-bold {
    font-weight: bold;
}

.text-semibold {
    font-weight: 600;
}

.img-100 {
    width: 100%;
}

.margin-0 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.margin-10 {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

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

.posRelative {
    position: relative;
}

.didascaliaImage {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #000;
    opacity: 0.7;
    color: #FFF;
    padding: 5px;
}

th,
td {
    padding: 5px 25px 5px 0px;
    text-align: left;
}

.d-block {
    display: block !important;
}

.w-100 {
    width: 100% !important;
}

.wrapper {
    overflow: hidden;
}

.photo-gallery-folder-card p i,
.photo-gallery-folder-card p i:active {
    color: #66a320;
}

.photo-gallery-folder-card p i:hover {
	color: #b3b0d8;
}

.photo-gallery-image-card {
    position: relative;
}

.photo-gallery-image-card img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.building-project-image-card {
    position: relative;
}

.building-project-image-card img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 30px 30px;
}

.services-list-wrapper .services-list-card p {
    margin-bottom: 0;
}

.services-list-wrapper .services-list-card .image {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 6/4;
    margin-bottom: 35px;
}

.services-list-wrapper .services-list-card img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 1349.999px) {

    .services-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 575.999px) {

    .services-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

}

.product-list-brand-logo {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0px 0px 25px 0px;
    padding: 20px;
    border: 3px solid #CCC;
}

.product-page .image {
    display: block;
    position: relative;
}

.product-page .image > img {
    display: block;
    width: 100%;
}

.product-page .image .brand-logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-page .image .brand-logo img {
    display: block;
    width: 150px;
    padding: 10px;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.product-page .description ul li p {
    margin-bottom: 0;
}

@font-face{font-family:lg;src:url(../webfonts/lg.woff2?io9a6k) format("woff2"),url(../webfonts/lg.ttf?io9a6k) format("truetype"),url(../fonts/weblg.woff?io9a6k) format("woff"),url(../webfonts/lg.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:"\e095"}.lg-prev{left:20px}.lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:"\e90a"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:0}.lg-container.lg-show{display:block}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar{opacity:1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(../img/loading.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:"\e909"}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}

.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}

.field-wrapper.checkbox {
    position: relative;
    padding: 0 0 0 52px;
}

.field-wrapper.checkbox label {
    display: block;
    position: static;
    width: 100%;
    height: 46px;
    font-weight: 300;
    padding: 14px 0px;
}

.field-wrapper.checkbox:has(input) label::before {
    content: attr(data-not-checked);
}

.field-wrapper.checkbox:has(input:checked) label::before {
    content: attr(data-checked);
}

.field-wrapper.checkbox input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 40px;
    height: 38px;
    inset: 50% auto auto 4px;
    appearance: none;
    --webkit-appearance: none;
    --moz-appearance: none;
    background-color: #EEE;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTIgNTEyIj48cGF0aCBmaWxsPSIjRjAwIiBkPSJNMjQyLjcgMjU2bDEwMC4xLTEwMC4xYzEyLjMtMTIuMyAxMi4zLTMyLjIgMC00NC41bC0yMi4yLTIyLjJjLTEyLjMtMTIuMy0zMi4yLTEyLjMtNDQuNSAwTDE3NiAxODkuMyA3NS45IDg5LjJjLTEyLjMtMTIuMy0zMi4yLTEyLjMtNDQuNSAwTDkuMiAxMTEuNWMtMTIuMyAxMi4zLTEyLjMgMzIuMiAwIDQ0LjVMMTA5LjMgMjU2IDkuMiAzNTYuMWMtMTIuMyAxMi4zLTEyLjMgMzIuMiAwIDQ0LjVsMjIuMiAyMi4yYzEyLjMgMTIuMyAzMi4yIDEyLjMgNDQuNSAwTDE3NiAzMjIuN2wxMDAuMSAxMDAuMWMxMi4zIDEyLjMgMzIuMiAxMi4zIDQ0LjUgMGwyMi4yLTIyLjJjMTIuMy0xMi4zIDEyLjMtMzIuMiAwLTQ0LjVMMjQyLjcgMjU2eiIvPjwvc3ZnPg==");
    border: none;
    outline: none;
    margin: 0;
    transform: translateY(-50%);
}

.field-wrapper.checkbox input[type="checkbox"]:checked {
    background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMDkwIiBkPSJNMTczLjkgNDM5LjRsLTE2Ni40LTE2Ni40Yy0xMC0xMC0xMC0yNi4yIDAtMzYuMmwzNi4yLTM2LjJjMTAtMTAgMjYuMi0xMCAzNi4yIDBMMTkyIDMxMi43IDQzMi4xIDcyLjZjMTAtMTAgMjYuMi0xMCAzNi4yIDBsMzYuMiAzNi4yYzEwIDEwIDEwIDI2LjIgMCAzNi4ybC0yOTQuNCAyOTQuNGMtMTAgMTAtMjYuMiAxMC0zNi4yIDB6Ii8+PC9zdmc+");
}

.field-wrapper .select:has(select.has-error),
.field-wrapper input.has-error,
.field-wrapper textarea.has-error {
    border-color: #F00;
}

.form .field-wrapper>select {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 16px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
}