/*
  * Hartmann Theme v1.0.0 
  * Copyright 2017 InetDesign APS
*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #002a3c;
    letter-spacing: 1px;
}

.wrapper {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.font-red {
    color: #00B93B !important;
}

.scroll-top {
    visibility: hidden;
    padding: 18px 20px;
    background-color: #666;
    color: white;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 88;
    border-radius: 100%;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.scroll-top.visible {
    visibility: visible;
    opacity: 1;
}

.scroll-top.active {
    bottom: 15px;
}

.scroll-top:hover {
    background-color: #333;
}

.scroll-top .icon-scroll {
    background-image: url(img/icon-arrow-bold.svg);
    background-position: right center;
    background-size: auto 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (min-width:768px) {
    .scroll-top.active {
        bottom: 355px;
    }
}

@media (min-width:1200px) {
    .scroll-top.active {
        bottom: 400px;
    }
}
/*disable shaddow nav ipad*/
input,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

@media(min-width:768px) {
    .form-control {
        font-size: 14px;
    }
}
/*------------- anhchor -------------*/

a,
a:focus,
a:active,
a:hover {
    color: #000000;
    text-decoration: none;
}

a, a:hover, .btn, .btn:hover {
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #00B93B;
}

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child {
    margin-top: 0;
}

@media (max-width:991px) {
    h1, .h1 {
        font-size: 22px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    h4, .h4 {
        font-size: 16px;
    }

    h5, .h5 {
        font-size: 14px;
    }

    h6, .h6 {
        font-size: 12px;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    h4, .h4, h5, .h5, h6, .h6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    h4, .h4, h5, .h5, h6, .h6 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 900;
}

.desc a {
    text-decoration: underline;
}

.desc p,
.desc li {
    font-weight: 400;
}

.desc p:last-child {
    margin-bottom: 0;
}

@media (min-width:992px) {
    .desc p,
    .desc li {
        font-size: 20px;
        line-height: 28px;
    }

    .desc .table-wrap p,
    .desc .table-wrap li {
        font-size: 16px;
        line-height: 28px;
    }
}

.title {
    margin-top: 0;
}

.title.title-clean {
    margin: 0 !important;
}

.subtitle {
    color: #002a3c;
    font-weight: 700;
    line-height: normal;
}

.heading {
    text-align: center;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

@media (min-width:768px) {
    .heading {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
}

/*------------ text-center -------------*/

.text-center ul {
    display: inline-block;
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    margin: 10px 0;
}

.text-center ul:before,
.text-center ul:after {
    content: "";
    display: table;
}

.text-center ul:after {
    clear: both;
}


/*------------ iframe-wrapper -------------*/

.iframe-wrapper {
    position: relative;
    margin: 35px 0;
}

.iframe-wrapper iframe {
    height: 700px;
}

/*-------------- section ----------------*/

section,
section.section-small {
    padding-top: 35px;
    padding-bottom: 35px;
}

section header,
section.section-small header {
    text-align: center;
    margin-bottom: 35px;
}

section p + .btn {
    margin-top: 20px;
}

section.section-clean {
    padding: 0;
}

section.section-bg {
    background-color: #e8e8e8;
}

section.section-first {
    border-top: 1px solid #eceff0;
}

section .headline {
    margin-bottom: 20px;
}


/*-------------- section colors ----------------*/

section.gray,
section.gray article {
    background-color: #eceff0;
}

section.gray .block:after {
    border-color: white;
}

section.gray-darker,
section.gray-darker article {
    background-color: #a5acaf;
}

section.gray-darker h1,
section.gray-darker .h1,
section.gray-darker h2,
section.gray-darker .h2,
section.gray-darker h3,
section.gray-darker .h3,
section.gray-darker h4,
section.gray-darker .h4,
section.gray-darker h5,
section.gray-darker .h5,
section.gray-darker p,
section.gray-darker li,
section.gray-darker .slider .title {
    color: white;
}

section.red,
section.red article {
    background-color: #169C31;
    color: white;
}

section.red h1,
section.red .h1,
section.red h2,
section.red .h2,
section.red h3,
section.red .h3,
section.red h4,
section.red .h4,
section.red h5,
section.red .h5,
section.red p,
section.red li,
section.red .slider .title {
    color: white;
}

section.red .owl-theme .owl-controls .owl-buttons div {
    background-image: url(img/icon-arrow-right.svg);
}

section.gray-darker.ticks span,
section.red.ticks span {
    color: white;
    background-image: url(img/icon-tick-white.svg);
}

section.gray-darker .btn-group .btn-main,
section.red .btn-main {
    border-color: white;
}

section.gray-darker .btn-main:hover,
section.red .btn-main:hover {
    border-color: white;
    background-color: white;
    color: black;
}

section.gray-darker .rsArrowIcn,
section.red .rsArrowIcn {
    background-image: url(img/icon-arrow-right.svg);
}

section.gray-darker .rsBullet.rsNavSelected,
section.red .rsBullet.rsNavSelected {
    background-color: white;
}

section.gray-light {
    background-color: #eceff0;
}


.divider,
.divider.divider-small {
    height: 35px;
}



hr.hr-clean {
    margin: 0;
}

@media (min-width:768px) {
    section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    section header {
        margin-bottom: 55px;
    }

    section.section-small {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    section.section-small header {
        margin-bottom: 35px;
    }


    .divider {
        height: 55px;
    }

    .divider.divider-small {
        height: 35px;
    }
}

@media (min-width:992px) {
    section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    section header {
        margin-bottom: 85px;
    }

    section.section-small {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.section-small header {
        margin-bottom: 40px;
    }

    section.section-small .h2.title {
        margin-bottom: 20px;
    }

    section.section-small * + .btn-wrap {
        margin-top: 25px !important;
    }

    .divider {
        height: 85px;
    }

    .divider.divider-small {
        height: 40px;
    }
}

@media (max-width:767px) {
    section {
        border-top: 1px solid #fff;
    }
}
/*--------------- section-columns -------------*/
.section-columns .container {
    margin-bottom: -15px;
}

.section-columns [class*="col-xs"],
.section-columns [class*="col-sm"],
.section-columns [class*="col-md"],
.section-columns [class*="col-lg"] {
    margin-bottom: 15px;
    display: block;
}

.section-columns .box:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

@media (min-width:768px) {
    .section-columns .container {
        margin-bottom: -30px;
    }

    .section-columns [class*="col-xs"],
    .section-columns [class*="col-sm"],
    .section-columns [class*="col-md"],
    .section-columns [class*="col-lg"] {
        margin-bottom: 30px;
    }
}

@media (min-width:992px) {
    .section-columns {
        padding-bottom: 65px;
    }
}

@media (max-width:991px) {
    .section-columns [class*="col-xs"]:last-child,
    .section-columns [class*="col-sm"]:last-child,
    .section-columns [class*="col-md"]:last-child,
    .section-columns [class*="col-lg"]:last-child {
        margin-bottom: 0;
    }
}

.table-responsive {
    background-color: #eceff0;
    padding: 10px;
}

.table-responsive a {
    /*border-bottom: 1px solid #858585;*/
    text-decoration: none !important;
}

.table-responsive .btn {
    border: 0;
}

.table-responsive a:hover {
    border-bottom: none;
}

.table-responsive .table > thead > tr > th,
.table-responsive .table > tbody > tr > th,
.table-responsive .table > tfoot > tr > th,
.table-responsive .table > thead > tr > td,
.table-responsive .table > tbody > tr > td,
.table-responsive .table > tfoot > tr > td {
    padding: 10px 5px;
    border-color: white;
    text-align: left;
    border-right: 0;
    vertical-align: middle;
}

.table-responsive .table.no-border > thead > tr > th,
.table-responsive .table.no-border > tbody > tr > th,
.table-responsive .table.no-border > tfoot > tr > th,
.table-responsive .table.no-border > thead > tr > td,
.table-responsive .table.no-border > tbody > tr > td,
.table-responsive .table.no-border > tfoot > tr > td {
    border-color: transparent;
}

.table-responsive .table > thead > tr > th:first-child,
.table-responsive .table > tbody > tr > th:first-child,
.table-responsive .table > tfoot > tr > th:first-child,
.table-responsive .table > thead > tr > td:first-child,
.table-responsive .table > tbody > tr > td:first-child,
.table-responsive .table > tfoot > tr > td:first-child {
    border-left: 0;
}

.table-responsive .table > thead > tr > th,
.table-responsive .table > tbody > tr > th {
    padding-top: 0;
    border-top: 0;
}

@media (min-width:768px) {
    .table-responsive {
        padding: 30px;
    }

    .table-responsive .table > thead > tr > th,
    .table-responsive .table > tbody > tr > th,
    .table-responsive .table > tfoot > tr > th,
    .table-responsive .table > thead > tr > td,
    .table-responsive .table > tbody > tr > td,
    .table-responsive .table > tfoot > tr > td {
        padding: 18px;
    }
}
/*--------------- loader -------------*/

.loader {
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 889999999;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.loader .loading {
    width: 100px;
    height: 50px;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

.loader .loading .fa-load {
    width: 50px;
    height: 50px;
    background-image: url(img/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

/*------------- central -------------*/

.central {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*------------- input -------------*/

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none; /*disable shaddow nav ipad*/
    -moz-appearance: none; /*disable shaddow nav ipad*/
    border-radius: 0; /*disable border-radius ipad*/
}

/*------------- blockquote -------------*/

blockquote {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 0 25px;
    font-style: italic;
    position: relative;
    font-weight: 600;
    border: 0;
}

blockquote .quote {
    background-image: url(img/icon-quote.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 10px;
    background-repeat: no-repeat;
}

blockquote .quote-left {
    margin-right: 5px;
}

blockquote .quote-right {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 5px;
}

blockquote figcaption {
    display: inline;
}
/*blockquote figure:before,
blockquote figure:after {
    background-position: top left;
    background-size: 14px;
    background-repeat: no-repeat;
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: -30px;
}

blockquote figure:before {
    background-image: url(img/icon-quote.svg);
}

blockquote figure:after {
    background-image: url(img/icon-quote.svg);
    top: auto;
    right: -20px;
    left: auto;
    bottom: 20px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

blockquote .signature {
    color: #00B93B;
    font-style: normal;
}

@media (min-width:992px) {
    blockquote {
        margin: 0;
    }
}

@media (max-width:768px) {
    blockquote {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }
}
/*--------------- label & checkbox -----------------*/

label {
    cursor: pointer;
}

label > div {
    display: inline-block;
}

label a,
label a:active,
label a:visited {
    text-decoration: underline;
}

label a:hover {
    color: #555;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    border: 1px solid #000;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    height: 20px;
    margin: 0 .5em 0 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
    text-align: center;
}

input[type="radio"] + label:before {
    content: "\f10c";
    border: none;
}

input[type="radio"] + label {
    margin-right: 20px;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 16px;
}

input[type="checkbox"]:checked + label:before {
    line-height: 18px;
    content: "\f00c";
}

input[type="radio"]:checked + label:before {
    content: "\f111";
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    font-weight: bold;
}

/*-------------- prettyselect ------------*/

.prettyselect-wrap {
    display: block;
    position: relative;
    cursor: pointer;
}

.prettyselect-wrap .prettyselect-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prettyselect-wrap.disabled .prettyselect-label {
    color: gray;
}

.prettyselect-wrap.disabled .prettyselect-label:after,
.prettyselect-wrap.disabled .prettyselect-label:hover:after {
    background-color: #bbbaba;
    border-color: transparent;
}

.prettyselect-wrap.disabled .prettyselect-label:hover,
.prettyselect-wrap.disabled .prettyselect-label:focus,
.prettyselect-wrap.disabled .prettyselect-label:active {
    color: inherit;
    border-color: #ccc;
    cursor: not-allowed;
}

.prettyselect-wrap .prettyselect-label {
    border: 1px solid #ccc;
    padding: 11px 65px 11px 15px;
    background-color: white;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prettyselect-wrap .prettyselect-label:hover,
.prettyselect-wrap .prettyselect-label:focus,
.prettyselect-wrap .prettyselect-label:active,
.prettyselect-wrap .prettyselect-label.active {
    color: #000;
    border-color: #00B93B;
}

.prettyselect-wrap .prettyselect-label:hover:after {
    color: #ffffff;
    background-color: #00B93B;
    border-color: #00B93B;
}

.prettyselect-wrap .prettyselect-label:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    padding: 14px;
    border-left: 1px solid #a1a1a1;
    background: #00B93B url(img/icon-down-fat.svg) no-repeat center;
    background-size: 25px auto;
    width: 44px;
    height: 100%;
}

.prettyselect-wrap ul.prettyselect-drop {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 8899;
    max-height: 300px;
    overflow: auto;
}

ul.prettyselect-drop li {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: inherit;
}

ul.prettyselect-drop li:hover {
    color: #000000;
    background: #f8f8f8;
    font-weight: bold;
}

/*--------------- buttons -----------------*/

.btn {
    text-transform: uppercase;
    text-decoration: none !important;
}

.btn-big {
    padding: 15px 30px;
}

.btn-main {
    background-color: #00B93B;
}

.btn-main:hover {
    background-color: #00B200;
    border-bottom-color: #00ff00;
}

.btn-main,
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    color: white;
}

.btn-clean {
    background-color: #00B93B;
    border-color: white;
    color: white !important;
}

.btn-clean:hover {
    background-color: white;
    border-color: white;
    color: black !important;
}

@media (max-width:400px) {
    .btn {
        font-size: 12px;
    }
}

.btn-back {
    padding-left: 40px;
    position: relative;
}

.btn-back:before {
    background-image: url(img/icon-left-fat.svg);
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    display: block;
    left: 14px;
    top: 14px;
}

/*--------------------- btn-blue ---------------*/

.btn-blue {
    background-color: #002A3C;
}

.btn-blue:hover {
    background-color: #0a455f;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff;
}

/*--------------- navbar -----------------*/

nav {
    position: relative;
    z-index: 88;
    /*border-bottom: 1px solid #eceff0;*/
}

nav .container,
nav .navigation {
    position: relative;
}

nav .navigation > ul {
    border-bottom: 1px solid #eceff0;
}

nav .navigation ul,
nav .navigation > ul > li {
    margin: 0;
    padding: 0;
}

nav .navigation ul li {
    list-style-type: none;
}

nav .navigation > ul > li,
nav .navigation > ul > li > a {
    display: inline-block;
}

nav .navigation > ul > li > a {
    padding: 14px 20px;
}

nav .navigation > ul > li.active a,
nav .navigation > ul > li > a:hover {
    color: #00B93B;
}
/*----------- search-wrapper ------------*/

nav .search-wrapper {
    display: none;
    position: absolute;
    background: white;
    top: 52px;
    right: 15px;
    left: 15px;
    z-index: 88;
    padding: 10px 0;
}

nav .search-wrapper.open {
    display: block;
}

nav .search-wrapper .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    height: inherit;
}

nav .navigation .logo {
    display: block;
}

nav .navigation .logo:after {
    display: none;
}

nav .navigation .logo img {
    max-width: 250px;
}

@media (min-width:992px) {
    nav .navigation .floating-menu > ul > li,
    nav .navigation .floating-menu > ul > li > a {
        display: inline-block;
    }

    nav .navigation .logo {
        position: absolute;
        z-index: 88;
        top: 12px;
    }
}

@media (max-width:991px) {
    nav .search-wrapper {
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px 0;
    }

    nav .search-wrapper .form-control {
        width: 95%;
        margin: 0 auto;
    }
}
/*--- navbar-top ---*/

nav .navbar-top {
    display: none;
}

nav .navbar-top > ul {
    text-align: right;
}

nav .navbar-top .open-login {
    border-left: 1px solid #eceff0;
    margin-left: 10px;
}

nav .navbar-top .search {
    color: white;
    background-color: #00B93B;
}

nav .navbar-top .search:hover {
    background-color: #19B038;
}

nav .navbar-top .open-login,
nav .navbar-top .search {
    position: relative;
    padding-right: 50px;
}

nav .navbar-top .search:hover {
    color: white;
}

nav .navbar-top .open-login:hover {
    color: black;
    background-color: #f8f8f8;
}

nav .navbar-top .open-login:after,
nav .navbar-top .search:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 13px;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

nav .navbar-top .search:after {
    background-image: url(img/icon-search.svg);
}

nav .navbar-top .search.open:after {
    background-image: url(img/icon-close-white.svg);
}

nav .navbar-top .open-login:after {
    background-image: url(img/icon-red-down-arrow.svg);
}

nav .navbar-top .open-login.open:after {
    background-image: url(img/icon-close.svg);
}



@media(max-width:991px) {
    nav .navbar-top {
        border-bottom: 1px solid #eceff0;
        position: relative;
        z-index: 8899;
    }

    nav .navbar-top > ul {
        text-align: center;
        border: 0;
    }

    nav .navbar-top > ul > li {
        width: auto;
    }

    nav .navbar-top > ul > li > a {
        text-align: center;
        display: block;
        font-size: 14px;
        margin: 0;
    }

    nav .navbar-top > ul > li > a,
    nav .navbar-top > ul > li > a.open-login {
        padding: 10px 8px;
    }

    nav .navbar-top > ul > li > a.open-login {
        margin: 0;
        border: 0;
    }

    nav .navbar-top > ul > li > a.open-login:after {
        display: none;
    }

    nav .navbar-top > ul > li:last-child {
        display: none;
    }
}

@media(max-width:320px) {
    nav .navbar-top > ul > li > a,
    nav .navbar-top > ul > li > a.open-login {
        padding: 10px 3px;
        font-size: 12px;
    }
}

/* --------- desktop menu ---------- */

nav .navbar-main .floating-menu > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    letter-spacing: 1px;
}

nav .navbar-main .navbar-dropdown .navbar-box ul > li {
    padding: 0;
    list-style-type: none;
    margin-bottom: 5px;
}

nav .navbar-main .navbar-dropdown .navbar-box ul > li.label {
    padding: 5px 0;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

nav .navbar-main .navbar-dropdown .navbar-box ul > li > a {
    color: white;
    padding: 4px 0;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #169C31;
}

nav .navbar-main .navbar-dropdown .navbar-box ul > li > a:hover {
    color: #ffb2b2;
}

nav .navbar-main .navbar-dropdown .navbar-box ul > li:last-child > a {
    border-bottom: 0;
}

nav .navbar-main .menu-search,
nav .navbar-main .menu-toggle-nav,
nav .navbar-main .menu-toggle {
    display: none;
}

@media (min-width:992px) {

    nav .navbar-top {
        display: block;
    }

    /*--- navbar-main ---*/

    nav .navbar-main .floating-menu > ul {
        position: relative;
        text-align: right;
        border-bottom: 0px solid #CCC;
    }

    nav .navbar-main .floating-menu > ul > li > a {
        color: black;
        padding: 39px 15px 31px;
    }

    nav .navbar-main .floating-menu > ul > li > a:after {
        position: absolute;
        background-color: #19B038;
        content: "";
        left: 0;
        right: 100%;
        bottom: 0;
        height: 10px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        overflow: hidden;
    }

    nav .navbar-main .floating-menu > ul > li.active > a,
    nav .navbar-main .floating-menu > ul > li a:hover {
        color: #00B93B;
    }

    nav .navbar-main .floating-menu > ul > li.active > a:after,
    nav .navbar-main .floating-menu > ul li:hover a:after {
        right: 0;
    }

    nav .navbar-main .floating-menu > ul > li:last-child > a {
        padding-right: 0;
    }

    /* 
    // removed hover & added click event to jQuery
    // -------------------------------------------

    nav .navbar-main .floating-menu > ul > li:hover .navbar-dropdown {
        visibility: visible;
    }

        nav .navbar-main .floating-menu > ul > li:hover .navbar-dropdown .navbar-box {
            -webkit-transform: translate3d(0%,0%,0);
            transform: translate3d(0%,0%,0);
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }

    // -------------------------------------------
    */

    nav .navbar-main .floating-menu > ul > li.expanded .navbar-dropdown {
        visibility: visible;
    }

    nav .navbar-main .floating-menu > ul > li.expanded .navbar-dropdown .navbar-box {
        -webkit-transform: translate3d(0%,0%,0);
        transform: translate3d(0%,0%,0);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    /* ---- navbar-dropdown ---- */

    nav .navbar-main .navbar-dropdown {
        position: absolute;
        overflow: hidden;
        color: #fff;
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        visibility: hidden;
        text-align: left;
    }

    nav .navbar-main .navbar-dropdown .navbar-box {
        display: table;
        width: 100%;
        min-height: 300px;
        -moz-transform: translate3d(0%,-100%,0);
        -ms-transform: translate3d(0%,-100%,0);
        -o-transform: translate3d(0%,-100%,0);
        -webkit-transform: translate3d(0%,-100%,0);
        transform: translate3d(0%,-100%,0);
    }


    nav .navbar-main .navbar-dropdown .navbar-box > div {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }

    nav .navbar-main .navbar-dropdown .navbar-box .left {
        background-color: #169C31;
        width: 40%;
    }

    nav .navbar-main .navbar-dropdown .navbar-box .right {
        width: 60%;
        background-color: #19B038;
    }

    nav .navbar-main .navbar-dropdown .navbar-box .box {
        padding: 50px 40px;
    }

    nav .navbar-main .navbar-dropdown .navbar-box ul {
        margin: 0 2% 0 2%;
        padding: 0;
        float: left;
        width: 47%;
    }

    nav .navbar-main .navbar-dropdown .navbar-box ul + ul {
        margin-right: 0;
    }

    nav .navbar-main .navbar-dropdown .title {
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 30px;
    }

    nav .navbar-main .navbar-dropdown .title,
    nav .navbar-main .navbar-dropdown .desc {
        line-height: 28px;
        margin-bottom: 30px;
    }

    nav .navbar-main .navbar-dropdown .desc p {
        font-size: 15px;
        letter-spacing: 2px;
    }

    nav .navbar-main .navbar-dropdown .desc .btn {
        margin-top: 20px;
    }
}

/* --------- mobile menu ---------- */

@media (max-width:991px) {
    nav .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    nav .navbar-main .menu-search,
    nav .navbar-main .menu-toggle,
    nav .navbar-main .menu-toggle-nav {
        display: block;
    }

    nav .navigation .logo {
        width: 275px;
        overflow: hidden;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 14px;
    }

    nav .navbar-main .menu-search,
    nav .navbar-main .menu-toggle {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 30px;
        top: 18px;
        right: 20px;
        width: 30px;
        height: 30px;
    }

    nav .navbar-main .menu-toggle {
        background-image: url(img/icon-menu.svg);
        background-size: auto 39px;
    }

    nav .navbar-main .menu-search {
        background-image: url(img/icon-search-red.svg);
        background-size: auto 34px;
        right: 70px;
    }

    nav .navbar-main .floating-menu,
    nav .navbar-main .floating-menu .navbar-dropdown {
        position: absolute;
        padding: 0 30px;
        z-index: 889;
        width: 100%;
        top: 0;
        background-color: #00B93B;
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    nav .navbar-main .floating-menu > ul {
        overflow: hidden;
        margin-bottom: 50px;
    }

    nav .navbar-main .floating-menu > ul > li {
        display: block;
    }

    nav .navbar-main .floating-menu > ul .navbar-dropdown {
        top: 100px;
        z-index: 99;
        left: 0;
    }

    nav .navbar-main .floating-menu.expanded,
    nav .navbar-main .floating-menu.expanded .menu-toggle-close,
    nav .navbar-main .floating-menu .menu-toggle-back.show,
    nav .navbar-main .floating-menu li.expanded .navbar-dropdown {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    nav .navbar-main .floating-menu.expanded .menu-toggle-close {
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    nav .navbar-main .floating-menu li.expanded .navbar-dropdown {
        width: 100%;
    }

    nav .navbar-main .menu-toggle-nav {
        height: 100px;
        border-bottom: 1px solid #ff8282;
    }

    nav .navbar-main .menu-toggle-close,
    nav .navbar-main .menu-toggle-back {
        display: block;
        height: 100px;
        width: 50%;
        float: left;
        background-size: auto 50px;
        background-position: 100% center;
        background-repeat: no-repeat;
        cursor: pointer;
        -moz-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
        -o-transform: translate3d(0,-100%,0);
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    nav .navbar-main .menu-toggle-close {
        background-image: url(img/icon-close-white.svg);
    }

    nav .navbar-main .menu-toggle-back {
        background-image: url(img/icon-back.svg);
        background-size: auto 40px;
        background-position: 0 center;
        color: white;
        text-transform: uppercase;
        padding: 38px 0 0 35px;
    }

    nav .navbar-main .floating-menu > ul > li > a {
        color: white;
        display: block;
        border-bottom: 1px solid #ff8282;
        padding: 20px;
    }

    nav .navbar-main .floating-menu > ul > li .open-dropdown {
        position: absolute;
        display: block;
        width: 60px;
        width: 100%; /*works with desktop hover dropdown*/
        height: 100%;
        right: 0;
        top: 0;
        background-image: url(img/icon-arrow-nav.svg);
        background-position: right center;
        background-size: auto 20px;
        background-repeat: no-repeat;
    }

    nav .navbar-main .navbar-dropdown .left {
        display: none;
    }

    nav .navbar-main .navbar-dropdown ul {
        margin: 20px 0;
        padding: 0;
    }

    nav .navbar-main .navbar-dropdown .navbar-box ul > li > a {
        border-bottom: 0;
    }

    nav .navbar-main .navbar-dropdown .navbar-box ul > li.label {
        text-transform: uppercase;
        margin-bottom: 10px;
        display: inline-block;
    }
}

@media (max-width:380px) {
    nav .navigation .logo {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    nav .navigation .logo img {
        max-width: 150px;
    }
}

/*--------------- second-nav -----------------*/

.second-nav {
    background-color: #a5acaf;
    text-align: right;
}

.second-nav .open-second-nav {
    display: none;
}

.second-nav ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.second-nav li {
    list-style-type: none;
    display: inline-block;
}

.second-nav li a {
    display: inline-block;
    line-height: 70px;
    color: white;
    padding-left: 10px;
}

.second-nav li a:hover,
.second-nav li.active a:hover {
    color: white;
    text-shadow: 0 0 1px #fff;
}

.second-nav li.active a {
    color: #169C31;
}

@media (min-width:1200px) {
    .second-nav li a {
        padding-left: 22px;
    }
}

@media (max-width:991px) {
    .second-nav {
        text-align: left;
        z-index: 99;
    }

    .second-nav,
    .second-nav .container {
        position: relative;
        min-height: 50px;
    }

    .second-nav .open-second-nav {
        display: block;
        float: right;
        height: 50px;
        line-height: 50px;
        padding-right: 35px;
        padding-left: 15px;
        background-image: url(img/icon-menu.svg);
        background-size: auto 19px;
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: #d8d8d8;
        cursor: pointer;
        font-size: 14px;
        color: #00B93B;
    }

    .second-nav .open-second-nav.expanded {
        color: black;
        background-image: url(img/icon-close.svg);
    }

    .second-nav ul {
        background: #169C31;
        position: absolute;
        display: inline-block;
        right: 15px;
        -moz-transform: translate3d(200%,50px,0);
        -ms-transform: translate3d(200%,50px,0);
        -o-transform: translate3d(200%,50px,0);
        -webkit-transform: translate3d(200%,50px,0);
        transform: translate3d(200%,50px,0);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .second-nav ul.expanded {
        -moz-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

    .second-nav ul li {
        display: block;
    }

    .second-nav ul li a {
        display: block;
        line-height: 35px;
        padding: 5px 20px;
    }

    .second-nav li.active a {
        color: #ff8084;
    }
}
/*----------------- login-wrapper ------------------*/

.login-wrapper {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-top: 0;
    min-width: 300px;
    position: absolute;
    display: inline-block;
    text-align: left;
    padding: 20px;
    top: 100%;
    left: auto;
    right: 0;
    display: none;
    z-index: 88;
}

.login-wrapper.open {
    display: block;
}

.login-wrapper .btn {
    margin-top: 20px;
}

.login-wrapper a {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

/*----------------- frontpage-slider ------------------*/

.frontpage-slider {
    padding: 0;
    border: 0;
}

.frontpage-slider .rsBullet {
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    background-color: #BCBCBB;
    width: 18px;
    height: 27px;
    cursor: pointer;
}

.frontpage-slider .rsBullet.rsNavSelected {
    background-color: #00B93B;
}

.frontpage-slider .rsBullets,
.frontpage-slider .rsArrow {
    display: none;
}

.frontpage-slider .rsBullets {
    text-align: center;
    width: 180px;
    left: 50%;
    bottom: 40px;
    margin-left: -540px;
}

.frontpage-slider .rsArrow {
    height: 40px;
    top: auto;
    bottom: 40px;
    left: 50%;
}

.frontpage-slider .rsArrowIcn {
    background-image: url(img/icon-arrow-red.svg);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.frontpage-slider .rsArrowIcn:hover {
    background-color: transparent;
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.frontpage-slider .rsArrowLeft .rsArrowIcn:hover {
    -moz-transform: rotate(180deg) scale(1.4);
    -ms-transform: rotate(180deg) scale(1.4);
    -o-transform: rotate(180deg) scale(1.4);
    -webkit-transform: rotate(180deg) scale(1.4);
    transform: rotate(180deg) scale(1.4);
}

.frontpage-slider .rsArrowLeft .rsArrowIcn,
.frontpage-slider .rsArrowRight .rsArrowIcn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 55px;
}

.frontpage-slider .rsArrowLeft .rsArrowIcn {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.frontpage-slider .rsArrowRight {
    right: auto;
    margin-left: -350px;
}

.frontpage-slider .rsArrowLeft {
    margin-left: -580px;
}

.frontpage-slider .slider {
    height: 600px;
}

.frontpage-slider .slider .title {
    color: #00B93B;
    line-height: normal;
    margin-top: 20px;
}

.frontpage-slider .slider .desc .btn {
    margin-top: 20px;
}

.frontpage-slider .slider figure {
    display: table;
    width: 100%;
}

.frontpage-slider .slider figure > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.frontpage-slider .arrow article .box {
    padding-bottom: 120px;
}



@media (min-width:768px) {
    .frontpage-slider .slider {
        height: 500px;
    }

    .frontpage-slider .rsBullets,
    .frontpage-slider .rsArrow {
        display: block;
    }

    .frontpage-slider .rsBullets {
        margin-left: -320px;
    }

    .frontpage-slider .rsArrowLeft {
        margin-left: -365px;
    }

    .frontpage-slider .rsArrowRight {
        margin-left: -140px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .frontpage-slider .rsBullets,
    .frontpage-slider .rsArrow,
    .frontpage-slider .slider .desc {
        display: none !important;
    }
}

@media (min-width:992px) {
    .frontpage-slider .slider {
        height: 620px;
    }

    .frontpage-slider .slider .title {
        margin-top: 0;
    }

    .frontpage-slider .rsBullets {
        margin-left: -440px;
    }

    .frontpage-slider .rsArrowLeft {
        margin-left: -480px;
    }

    .frontpage-slider .rsArrowRight {
        margin-left: -260px;
    }
}

@media (min-width:1200px) {
    .frontpage-slider .rsBullets {
        margin-left: -532px;
    }

    .frontpage-slider .rsArrowLeft {
        margin-left: -580px;
    }

    .frontpage-slider .rsArrowRight {
        margin-left: -350px;
    }
}

@media (max-width:767px) {
    .frontpage-slider .slider {
        height: 390px;
    }

    .frontpage-slider .slider figure {
        display: flex;
        flex-flow: column;
    }

    .frontpage-slider .slider figure > div {
        display: block;
        width: 100%;
        text-align: center;
        height: 195px;
        overflow: hidden;
    }

    .frontpage-slider .slider figure .image {
        order: 2;
    }

    .frontpage-slider .slider figure .image img {
        height: 100%;
    }

    .frontpage-slider .slider figure .text {
        order: 1;
    }

    .frontpage-slider .slider .desc .btn {
        margin-top: 10px;
        display: none;
    }
}

/*----------------- intro ------------------*/

.intro {
    position: relative;
    padding-bottom: 35px;
}

.intro a {
    text-decoration: underline;
}

.intro .btn-group {
    border: 1px solid #fff;
    margin-top: 15px;
}

.intro .btn-group .btn {
    border: 0;
}

.intro h1,
.intro .h1,
.intro .block {
    margin-bottom: 24px;
}

.intro .title:last-child {
    margin-bottom: 0 !important;
}

.intro .block .desc p,
.intro .block .desc li {
    font-size: inherit;
}

.intro * + .btn-wrap {
    margin-top: 24px;
}

.intro .block:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    border-top: 1px solid #eee;
}

.intro .block .desc {
    padding-bottom: 24px;
}

.intro .block:first-child:after,
.intro .block:last-child:after {
    border: none;
}

.intro .block:last-child {
    margin-bottom: 0;
}

.intro .block:last-child .desc {
    padding-bottom: 0;
}

@media (min-width:768px) {
    .intro {
        padding-bottom: 55px;
    }

    .intro .btn-group {
        margin-top: 0;
        margin-left: 15px;
    }
}

@media (min-width:992px) {
    .intro {
        padding-bottom: 85px;
    }

    .intro h1,
    .intro .h1 {
        margin-bottom: 35px;
    }

    .intro * + .btn-wrap {
        margin-top: 35px;
    }

    .intro .h2.title {
        margin-bottom: 20px;
    }

    .intro.bigger .h2.title {
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .intro .text-center {
        text-align: left;
    }
}

/*------------ arrow ------------*/

.arrow {
    position: relative;
}

.arrow.arrow-full,
.arrow.arrow-gray {
    padding: 0;
}

.arrow.arrow-gray,
.arrow.arrow-gray article,
.arrow.arrow-full article {
    background-color: #EDEEEF;
}

.arrow.arrow-gray-darker,
.arrow.arrow-gray-darker article {
    background-color: #a5acaf;
}

.arrow.arrow-red,
.arrow.arrow-red article {
    background-color: #169C31;
}

.arrow.arrow-red article *,
.arrow.arrow-gray-darker article * {
    color: #fff !important;
}

.arrow article {
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
}

.arrow article:last-child {
    padding-bottom: 0;
}

.arrow article .box {
    position: relative;
    z-index: 2;
    min-height: inherit;
    padding-top: 90px;
    padding-bottom: 100px;
}

.arrow article.rtl .box {
    padding-right: 45px;
    margin-right: 50%;
}

.arrow article.ltr .box {
    padding-left: 45px;
    margin-left: 50%;
}

.arrow article:before,
.arrow article:after {
    content: '';
    top: 0;
    right: auto;
    left: auto;
    background-size: cover;
    background-position: inherit;
    width: 50%;
    height: 100%;
    position: absolute;
}

.arrow article:after {
    background-color: inherit;
}

.arrow article:before {
    background-image: inherit;
}

.arrow article.ltr:after,
.arrow article.rtl:before {
    right: 0;
}

.arrow article.ltr:before,
.arrow article.rtl:after {
    left: 0;
}

.arrow article .box .btn {
    margin-top: 15px;
}

@media (max-width:767px) {
    .arrow article:before {
        width: 100%;
        height: 220px;
        top: 0;
    }

    .arrow article:after {
        width: 100%;
        top: 220px;
        bottom: 0;
        height: initial;
    }

    .arrow article.ltr .box,
    .arrow article.rtl .box,
    .arrow article .box {
        width: 100%;
        padding: 0;
        margin: 250px 0 30px 0;
    }

    .arrow article.ltr .box,
    .arrow article.rtl .box {
        margin-top: 0;
        padding-top: 250px;
    }

    .arrow article .box .btn {
        margin-top: 15px;
    }
}

/*---------------- .arrow-full arrow-fixed-height --------------------*/

@media (min-width:768px) {
    .arrow.arrow-boxed.arrow-fixed-height article,
    .arrow.arrow-full.arrow-fixed-height .container {
        display: table;
        height: 490px;
    }

    .arrow.arrow-boxed.arrow-fixed-height article > .box,
    .arrow.arrow-full.arrow-fixed-height .container > .box {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        margin: 0;
        padding: 0;
        float: none;
    }

    .arrow.arrow-boxed.arrow-fixed-height article.rtl .box,
    .arrow.arrow-full.arrow-fixed-height article.rtl .box {
        padding-right: 40px;
    }

    .arrow.arrow-boxed.arrow-fixed-height article.ltr .box,
    .arrow.arrow-full.arrow-fixed-height article.ltr .box {
        padding-left: 40px;
    }
}

/*---------------- double-cols --------------------*/

.double-cols {
    overflow: hidden;
}

.double-cols .block-wrapper {
    margin-left: -20px;
    margin-right: -20px;
}

.double-cols .block {
    display: table;
    width: 100%;
}

.double-cols .block > div {
    display: table-cell;
    position: relative;
    width: 50%;
    border: 20px solid #fff;
}

.double-cols .box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #EDEEEF;
}

.double-cols .box {
    width: 100%;
}

.double-cols .box-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    height: 300px;
}

.double-cols .box-img img {
    width: 100%;
}

.double-cols .box-info {
    padding: 50px 70px 70px;
    min-height: 300px;
}

.double-cols .box-info p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.double-cols .box-info p.small {
    margin-bottom: 60px;
}

.double-cols .the-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
}

.double-cols .box-info .btn {
    position: absolute;
    bottom: 50px;
}



@media screen and (max-width: 1400px) {
    .double-cols .box-img {
        height: 250px;
    }
}

@media screen and (max-width: 992px) {
    .double-cols .box-info {
        padding: 25px 20px;
    }

    .double-cols .box-img {
        height: 230px;
    }

    .double-cols .box-info p.small {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 768px) {
    .double-cols .box-img {
        height: 240px;
    }

    .double-cols .block > div {
        display: block;
        width: 100%;
        border: none;
    }

    .double-cols .box-info p.small {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 450px) {
    .double-cols .box-img {
        height: 150px;
    }

    .double-cols .box-info button {
        bottom: 20px;
    }
}

@media screen and (max-width: 350px) {
    .double-cols .box-img {
        height: 120px;
    }
}


/*------------------ testimonial ----------------*/

.testimonial {
    padding: 0;
    background-color: #EDEEEF;
}

.testimonial .btn-wrap {
    margin-top: 20px;
}

.testimonial .block img {
    width: 100%;
}

.testimonial .block .info {
    padding: 20px 0;
}

.testimonial .block > div {
    background-position: top center;
    background-size: cover;
}

.testimonial .image {
    min-height: 300px;
}

@media (min-width:992px) {
    .testimonial .block .info {
        padding: 40px 55px;
    }

    blockquote {
        margin: 0;
    }

    .testimonial .block {
        width: 100%;
        display: table;
    }

    .testimonial .block > div {
        width: 50%;
        display: table-cell;
        vertical-align: top;
        background-position: center;
        background-size: cover;
    }

    .testimonial .h3.subtitle {
        margin-bottom: 20px;
    }

    .testimonial .signature {
        margin-top: 13px;
    }
}

@media (max-width:767px) {
    .testimonial .block img {
        margin-top: 15px;
    }

    .testimonial .block .info {
        padding: 20px 0 40px 0;
    }
}

/*-------------- links --------------*/

.links {
    position: relative;
}

.links a {
    display: block;
}

.links figure {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.links figure div {
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.links figure:hover div {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.links figure:hover figcaption {
    background-color: #ff0000;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}

.links figure figcaption {
    background-color: #00B93B;
    padding: 5px 20px 9px 20px;
    position: relative;
    font-size: 22px;
    line-height: normal;
    color: #eee;
}

.links figure div,
.links figure figcaption {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*------------- contact-area ----------------*/

.contact-area {
    background-color: #eceff0;
    padding: 30px 0;
    position: relative;
}

.contact-area .subtitle {
    font-weight: 400;
}

.contact-area .contact-form {
    width: 50%;
    float: left;
}

.contact-area .img {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 230px;
    border-bottom: 2px solid #ad1518;
}

.contact-area .txt {
    margin-top: 10px;
}

.contact-area .txt p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.contact-area .txt .btn {
    margin-top: 15px;
}

.contact-area .txt p strong {
    font-size: 18px;
}

.contact-area textarea {
    min-height: 165px;
}

.contact-area .form-control {
    height: 42px;
}

.contact-area .prettyselect-label {
    padding: 10px 65px 10px 15px;
    font-size: 14px;
    color: #999;
}

.contact-area .owl-carousel .owl-item .img {
    width: 90%;
    margin: 0 auto;
}

@media(min-width:992px) {
    .contact-area {
        padding: 70px 0;
    }

    .contact-area .img {
        height: 308px;
    }
}

@media(min-width:1200px) {
    .contact-area .img {
        height: 334px;
        margin-top: -25px;
    }

    .contact-area.with-txt-area .img {
        margin-top: 33px;
    }

    .contact-area.with-slider .img {
        height: 290px;
        margin-top: 0;
    }
}

/*----------------- footer ------------------*/

footer {
    position: inherit;
    color: white;
}

footer a,
footer span,
footer a:hover,
footer a:focus {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

footer ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

footer li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
}

footer li a {
    font-size: 14px;
}

footer li.small a {
    display: inline-block;
    text-decoration: underline;
}

footer li.small p {
    margin: 0;
}

footer li.small a:hover {
    text-decoration: none;
}

footer content {
    padding: 50px 0 0 0;
    background-color: #00B93B;
}

footer content .h3 {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    font-size: 17px;
    letter-spacing: 2px;
}

footer content ul {
    margin-bottom: 30px;
}

footer content li,
footer content li a {
    display: block;
    line-height: 28px;
}

footer figure {
    padding: 10px 0;
    background-color: #19B038;
    border-bottom: 10px solid #00B93B;
}

footer figure li {
    line-height: 50px;
}

footer figure li a {
    padding-right: 25px;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}

footer figure li a .fa {
    font-size: 32px;
    margin-left: 10px;
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

footer content,
footer figure {
    display: block;
}

footer figure .social span {
    margin-right: 5px;
    font-size: 14px;
}

@media (max-width:767px) {
    footer ul {
        display: block;
        margin-bottom: 20px;
    }

    footer content {
        padding-top: 30px;
    }

    footer content ul {
        display: none;
    }

    footer content ul.open {
        display: block;
    }

    footer content .h3 {
        margin: 20px 0;
        cursor: pointer;
        background-image: url(img/icon-arrow.svg);
        background-size: auto 20px;
        background-repeat: no-repeat;
        background-position: 100% 0;
    }

    footer content .h3.open {
        background-image: url(img/icon-close-white.svg);
    }

    footer figure ul {
        margin-bottom: 0;
    }

    footer figure li,
    footer figure li a {
        display: block;
    }

    footer figure .social {
        margin-top: 10px;
        float: left !important;
    }

    footer figure .social li {
        display: inline-block;
    }
}

/*------------ box-grid -------------*/

.box-grid {
    position: inherit;
}

.box-grid .heading {
    text-align: center;
    margin-top: 0 !important;
}

.box-grid .box {
    padding: 25px;
    background: #eceff0;
    position: relative;
}

.box-grid .box .box-text,
.box-grid .box .box-btn {
    margin-bottom: 20px;
}

.box-grid .more {
    text-align: center;
}

.box-grid .more .h3 {
    margin-bottom: 0;
}

.box-grid .more a {
    text-decoration: underline;
}

.box-grid .more [class*="col-xs"],
.box-grid .more [class*="col-sm"],
.box-grid .more [class*="col-md"],
.box-grid .more [class*="col-lg"] {
    margin-bottom: 0;
}

.box-grid .box-img {
    min-height: 280px;
    background-size: cover;
    background-position: center;
}

.box-grid.box-grid-lg .box {
    padding: 15px;
}

@media (min-width:992px) {
    .box-grid .box {
        padding: 30px 40px;
    }

    .box-grid .more {
        margin-top: 30px;
    }

    .box-grid.three-cols .box {
        padding: 26px 40px;
    }

    .box-grid.three-cols .box p {
        margin-bottom: 20px;
    }
}

/*------------ box-grid-lg -------------*/

.box-grid.box-grid-lg {
    position: relative;
}

.box-grid.box-grid-lg .box-img {
    min-height: 280px;
    background-size: cover;
    background-position: center;
}

.box-grid.box-grid-lg .box {
    padding: 15px;
}

.box-grid.box-grid-lg .box:hover {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

@media (min-width:768px) {
    .box-grid.box-grid-lg .box {
        padding: 35px;
    }
}

@media (min-width: 992px) {
    .box-grid.box-grid-lg .box {
        padding: 30px 70px;
    }
}

@media (max-width:768px) {
    .box-grid .box-img {
        min-height: 200px;
    }
}


/*------------ products -------------*/
.products {
}

.products a {
    display: block;
}

.products .btn {
    display: inline-block;
}
/* --- products figure --- */

.products figure {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #edeef0;
    background: #edeef0;
}

.products figure > a {
    display: table;
    width: 100%;
}

.products figure:last-child {
    margin-bottom: 0;
}

.products figure > div,
.products figure > a > div {
    display: block;
}

.products figure .img {
    background-size: cover;
    background-position: center;
}

.products figure .text {
    padding: 20px;
    background: #edeef0;
}

.products figure figcaption {
    position: absolute;
    top: 30px;
    right: 30px;
    text-transform: uppercase;
    font-size: 18px;
    color: #748B93;
    font-weight: 700;
}

.products figure ul {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0 15px;
}

.products figure ul li {
    color: #2D5766;
    font-weight: bold;
    margin-bottom: 10px;
}

/* --- products article --- */

.products article {
    background-color: #f6f6f6;
    border: 2px solid #ddd;
}

.products article .img {
    width: 100%;
}

.products article .img img {
    width: 100%;
}

.products article content {
    display: block;
    padding: 15px 35px;
}

.products article content .h2 {
    color: black;
}

.products article content .h2 small {
    display: block;
    padding-top: 10px;
    color: #000;
    font-size: 50%;
    font-weight: 900;
}

.products article content > div {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 13px;
}

.products article content > div:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.products article content label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 900;
}

.products article content .spec {
    display: inline-block;
    margin-bottom: 15px;
    width: 49%;
}

.products article content .spec span {
    display: block;
}

@media (min-width:992px) {
    .products article content .spec {
        padding-right: 25px;
        width: auto;
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .products figure {
        margin-bottom: 30px;
    }

    .products figure > div,
    .products figure > a > div {
        display: table-cell;
    }

    .products figure .img {
        width: 40%;
    }

    .products figure .text {
        width: 60%;
        padding: 40px;
    }
}

@media (max-width:767px) {
    .products figure .img {
        min-height: 240px;
    }
}

/*-------------- colors ----------------*/

.colors {
    position: relative;
}

.colors .color {
    display: block;
    padding: 5px;
    font-size: 11px;
    height: 25px;
    width: 15px;
    float: left;
    position: relative;
    cursor: default;
}

.colors .color:after {
    content: attr(data-text);
    background-color: #333;
    color: white;
    position: absolute;
    white-space: nowrap;
    padding: 3px 5px;
    border-radius: 2px;
    top: 120%;
    left: 50%;
}

.colors .color:before {
    content: "";
    border-width: 0 10px 10px 10px;
    border-style: solid solid solid solid;
    border-color: #333333 transparent #333333;
    position: absolute;
    left: 50%;
    top: 100%;
}

.colors .color:before,
.colors .color:after {
    opacity: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.colors .color:hover:after,
.colors .color:hover:before {
    opacity: 1;
}

.colors .color.color-big {
    width: auto;
}

.colors .color.color-white {
    background-color: #efeee8;
}

.colors .color.color-specialbrown {
    background-color: #be9170;
}

.colors .color.color-grass {
    background-color: #6bac5d;
}

.colors .color.color-yellow {
    background-color: #f4e172;
}

.colors .color.color-terracotta {
    background-color: #f79a73;
}

.colors .color.color-lightblue {
    background-color: #81b9db;
}

.colors .color.color-sunflower {
    background-color: #fec849;
}

.colors .color.color-pink {
    background-color: #f49ac1;
}

.colors .color.color-ocean {
    background-color: #5193ce;
}

.colors .color.color-mango {
    background-color: #fcb654;
}

.colors .color.color-coralred {
    background-color: #f26654;
}

.colors .color.color-grey {
    background-color: #d8d3ca;
}

.colors .color.color-champagne {
    background-color: #eed0b2;
}

.colors .color.color-specialyellow {
    background-color: #d8d888;
}

.colors .color.color-sand {
    background-color: #e3c088;
}

.colors .color.color-lightgreen {
    background-color: #c5e1b1;
}

.colors .color.color-walnut {
    background-color: #cf8b6b;
}

.colors .color.color-green {
    background-color: #b3d678;
}

@media (min-width:768px) {
    .colors .color {
        padding: 5px 10px;
        width: 30px;
    }
}

@media (min-width:1200px) {
    .colors .color {
        width: 40px;
    }
}
/*--------------------- find ---------------*/

.find {
    background-color: #A4AEB0;
    padding-top: 50px;
    padding-bottom: 70px;
}

.find .h2 {
    color: white;
    margin-bottom: 40px !important;
}

.find p {
    color: white;
    margin-bottom: 20px !important;
}

.find form {
    display: block;
    margin-top: 15px;
}

@media (max-width:991px) {
    .find .prettyselect-wrap {
        margin-bottom: 20px;
    }
}

/*------------------- tab-wrapper -------------------*/

.tab-wrapper {
    padding-top: 0;
    padding-bottom: 25px;
}

.tab-wrapper .nav-tabs-scroll {
    position: relative;
}

.tab-wrapper .h2 {
    margin-bottom: 0 !important;
}

.tab-wrapper .heading {
    margin-bottom: 20px !important;
}

.tab-wrapper .tab-content {
    margin-top: 25px;
}

.tab-wrapper .nav-tabs {
    border-bottom: 0;
    display: inline-flex;
}

.tab-wrapper .tab-header {
    background-color: #eceff0;
    padding-top: 30px;
}

.tab-wrapper .nav-tabs > li > a {
    white-space: nowrap;
    background-color: #a5acaf;
    padding: 14px 25px;
    font-weight: 600;
    color: white;
}

.tab-wrapper .nav-tabs > li.active > a,
.tab-wrapper .nav-tabs > li.active > a:hover,
.tab-wrapper .nav-tabs > li.active > a:focus {
    color: #00B93B;
    background-color: #fff;
}

@media (min-width:768px) {
    .tab-wrapper {
        padding-bottom: 35px;
    }

    .tab-wrapper .tab-content {
        margin-top: 35px;
    }

    .tab-wrapper .boxes figure {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .tab-wrapper .boxes figure:hover {
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
}

/*-------------- articles ----------------*/

.articles {
    padding: 20px 0 20px 0;
}

.articles figure {
    padding: 40px;
    background-color: #edeeef;
    margin-bottom: 20px;
}

.articles figure:last-of-type {
    margin-bottom: 60px;
}

.articles figure:hover {
    background-color: #f8f8f8;
}

.articles figure:last-child {
    margin-bottom: 0;
}

.articles figure:hover a * {
    color: #00B93B;
}

.articles figure a {
    display: block;
    text-decoration: none;
}

.articles figure .h3 {
    margin-bottom: 25px;
}

.articles figure a .h3:last-child,
.articles figure .h3:last-child {
    margin-bottom: 0;
}

.articles figure figcaption {
    color: #00B93B;
    margin-bottom: 5px;
}


@media (min-width:768px) {

    .articles figure {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .articles figure:hover {
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
}

/*------------ executive-board ------------*/

.executive-board {
    padding-top: 30px;
}

.executive-board figure {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.executive-board figure > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.executive-board figure .image {
    background-size: cover;
    background-position: center;
}

.executive-board figure .text .box {
    padding: 30px 60px;
    background-color: #eceff0;
}

.executive-board figure .text .box > span {
    display: block;
    border-bottom: 1px solid white;
    padding: 10px 0;
}

.executive-board figure .text .box .h3 {
    margin-bottom: 0;
    border-bottom: 1px solid white;
    padding: 10px 0;
}

.executive-board figure .text .box .h3 small {
    padding-left: 20px;
    text-transform: uppercase;
}

@media (min-width:768px) {
    .executive-board figure .image {
        width: 30%;
    }

    .executive-board figure .text {
        width: 70%;
    }
}

/*---------------- job-apply ---------------*/

.job-apply {
    padding-top: 0;
    text-align: left;
}

.job-apply .text-info {
    color: #ccc;
    text-align: right;
    margin-bottom: 16px;
    font-size: 13px;
}

.jop-apply label {
    margin-bottom: 10px;
}

.job-apply .prettyselect-wrap {
    font-size: 14px;
}

.job-apply.expandible {
    display: none;
    margin-top: 35px;
}

.job-apply.expandible.expanded {
    display: block;
}

.job-apply .form-control,
.job-apply .prettyselect-wrap {
    margin-bottom: 15px;
}

.job-apply .prettyselect-wrap .prettyselect-label {
    color: #999;
}

.job-apply .file-upload {
    position: relative;
}

.job-apply .file-upload label {
    color: #999;
    font-weight: normal;
    line-height: 33px;
    background: transparent;
}

.job-apply .file-upload label > input {
    border: 0;
    outline: none;
}

.job-apply .file-upload:after {
    height: 100%;
    position: absolute;
    content: "Select file";
    display: block;
    background-color: #00B93B;
    color: #fff;
    top: 0;
    right: 0;
    left: auto;
    padding: 14px 20px;
    z-index: -1;
}

.job-apply .file-upload input[type="file"] {
    display: none;
}

@media (min-width:768px) {
    .job-apply.expandible {
        margin-top: 65px;
    }
}
/*---------------- employers -----------------*/

.employers {
    position: relative;
    padding-top: 0;
}

.employers figure {
    position: relative;
    background-color: #eceff0;
    display: table;
    width: 100%;
    margin-bottom: 1px;
}

.employers figure > div {
    display: table-cell;
    vertical-align: middle;
}

.employers figure .image {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.employers figure .text {
    width: 100%;
}

.employers figure .text .box {
    padding: 40px 70px;
}

@media(min-width:768px) {
    .employers figure > div {
        vertical-align: middle;
    }

    .employers figure .image {
        width: 30%;
        min-height: 250px;
    }

    .employers figure .text {
        width: 70%;
    }
}

@media (min-width:1200px) {
    .employers figure .text .box {
        padding: 110px 150px;
    }
}

@media (max-width:767px) {
    .employers figure .image {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        right: auto;
        left: 50%;
        top: -20px;
        margin-left: -40px;
    }

    .employers figure .text .box {
        padding: 70px 20px 40px 20px;
    }
}

/*-------------------- contact ------------------*/

.contact {
    position: relative;
}

.contact .subtitle {
    text-transform: uppercase;
    font-weight: bold;
}

.contact.contact-map {
    padding: 0;
}

.contact .container {
    position: relative;
}

.contact .main-map {
    height: 500px;
    background-color: #ccc;
}

.contact .map-info {
    padding: 30px 45px;
    background-color: #00B93B;
}

.contact .map-info * {
    color: white;
}

.contact .box-grid.box-grid-lg .box-img {
    background-color: #ccc;
}

@media (min-width:768px) {
    .contact .map-info {
        padding: 30px 45px;
        background-color: #00B93B;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin-left: -120px;
        width: 500px;
    }
}

@media (min-width:992px) {
    .contact .map-info {
        margin-left: -320px;
    }
}

/*------------- double-slider -------------*/

.double-slider {
    background-color: #EDEEEF;
}

.double-slider .owl-double .owl-item {
    overflow: hidden;
    padding: 0 15px;
}

.double-slider .owl-double .owl-item img {
    object-fit: cover;
}

.double-slider .owl-double .owl-controls {
    margin: 0;
}

/*------------- download -------------*/

.download {
    position: relative;
}

.download .download-title {
    margin-bottom: 30px;
}

.download .download-link {
    background-color: #00B93B;
    color: white;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    float: right;
    margin-right: -18px;
    border: 0;
}

.download .download-link:hover {
    background-color: #19B038;
}

.download .download-link span {
    display: block;
    font-weight: normal;
    text-transform: none;
}

.download .table-responsive .table > thead > tr > th,
.download .table-responsive .table > tbody > tr > th,
.download .table-responsive .table > tfoot > tr > th,
.download .table-responsive .table > thead > tr > td,
.download .table-responsive .table > tbody > tr > td,
.download .table-responsive .table > tfoot > tr > td {
    border-left: 0;
}

#coutry-wrapper {
    position: relative;
}

ul.ui-menu {
    margin: 0;
    padding: 0;
    background-color: white;
    max-height: 272px;
    overflow: auto;
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 88;
}

ul.ui-menu li {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #eceff0;
    cursor: pointer;
}

ul.ui-menu li:hover {
    background-color: #eceff0;
}

ul.ui-menu li:last-child {
    border-bottom: none;
}
/*------------- table-links -------------*/

.table-links {
    position: relative;
}

.table-links h2,
.table-links .h2 {
    margin-bottom: 60px;
}

/*--------------------- Ticks ---------------*/

.ticks {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.ticks.ticks-gray {
    background-color: #a5acaf;
}

.ticks.ticks-gray span {
    color: #fff;
    background-image: url(img/icon-tick-white.svg);
}

.ticks span {
    font-size: 22px;
    color: #00B93B;
    font-weight: bold;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 46px;
    background-image: url(img/icon-tick.svg);
    display: inline-block;
    text-align: left;
}

@media (max-width:767px) {
    .ticks span {
        margin-bottom: 30px;
        display: block;
        margin-left: 26px;
        text-align: left;
        margin-left: 30px;
    }

    .ticks .col-sm-4:last-child span {
        margin-bottom: 0;
    }
}

@media (max-width:480px) {
    .ticks span {
        font-size: 16px;
        margin-left: 0;
    }
}

/*--------------------- Table basic ---------------*/

.table-wrap {
    /*background-color: #EDEEEF;
    padding: 30px;*/
}

/*.table-wrap table {
        width: 100%;
    }

    .table-wrap th {
        font-size: 18px;
        font-weight: 900;
    }

    .table-wrap td, th {
        padding: 15px 30px;
        vertical-align: middle;
    }

    .table-wrap table td, table th {
        border: 1px solid #fff;
    }

    .table-wrap table tr:first-child th {
        border-top: 0;
    }

    .table-wrap table tr td:first-child,
    .table-wrap table tr th:first-child {
        border-left: 0;
    }

    .table-wrap table tr td:nth-child(3),
    .table-wrap table tr th:nth-child(3) {
        border-left: 0;
    }

    .table-wrap table tr td:last-child,
    .table-wrap table tr th:last-child {
        border-right: 0;
    }

    .table-wrap tr:hover {
        background-color: #f5f5f5;
    }


@media (max-width:767px) {
    .table-wrap {
        padding: 0px;
    }

        .table-wrap table td, table th {
            border: none;
        }

        .table-wrap tr {
            display: block;
            border-bottom: 10px solid white;
            padding: 15px;
        }

        .table-wrap td {
            display: block;
        }

        .table-wrap td, th {
            padding: 15px 10px 5px;
        }

        .table-wrap tr:hover {
            background-color: #EDEEEF;
        }

        .table-wrap tr:last-child {
            border-bottom: 0;
        }
}*/

/*--------------------- Table-links ---------------*/

/*.table-links .table-wrap span {
    display: none;
}

.table-links .table-wrap td:nth-child(3) {
    text-align: right;
}

.table-links .table-wrap table tr td:nth-child(2),
.table-links .table-wrap table tr th:nth-child(2) {
    border-right: 0;
    padding-left: 30px;
}


.table-links .table-wrap tr:first-child {
    background-color: initial;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.table-wrap table tr td:first-child,
.table-wrap table tr th:first-child {
    min-width: 80px;
}

@media (max-width:767px) {
    .table-links .table-wrap td:nth-child(3) {
        text-align: left;
    }

    .table-links .table-wrap a {
        width: 100%;
    }

    .table-links .table-wrap tr:first-child {
        display: none;
    }

    .table-links .table-wrap span {
        display: block;
        font-weight: bold;
    }
}*/

/*--------------------- Product table ---------------*/

.machine-type .table-wrap td {
    padding: 30px 0;
    text-align: center;
}

.machine-type .table-wrap td:first-child {
    text-align: left;
    border-top: 0;
}

.machine-type .table-wrap table td[colspan]:not([colspan="2"]) {
    border-right: 1px solid white;
}

.machine-type tr:first-child td:last-child {
    border-top: 0;
}

.machine-type .btn {
    margin-bottom: -8px;
}

.machine-type .h2 {
    margin-top: 5px;
}

.machine-type .btn-blue {
    background-image: url(../css/img/icon-close-white.svg);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 14px center;
    padding-left: 50px;
}

.machine-type .btn:first-child {
    margin-right: 20px;
}

.machine-type .container .row {
    margin-bottom: 25px;
}


@media (min-width:768px) {
    .machine-type .table-wrap tr td {
        width: 20%;
    }

    .machine-type .table-wrap tr td:first-child {
        width: 60%;
    }
}


@media (max-width:767px) {
    .machine-type .table-wrap td {
        padding: 5px 0;
        width: 50%;
        text-align: center;
        display: inline-block;
        float: left;
    }

    .machine-type .table-wrap td[colspan] {
        width: 100%;
        float: none;
        text-align: center;
        display: block;
    }

    .machine-type .table-wrap td:first-child {
        padding: 5px 10px;
        width: 100%;
        float: none;
        text-align: center;
        display: block;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: -15px;
    }

    .machine-type .table-wrap tr {
        border-bottom: 10px solid white;
        padding: 30px 10px;
        height: 220px;
    }

    .machine-type .btn {
        width: 48%;
        float: left;
        margin-bottom: -15px;
    }

    .machine-type .btn:first-child {
        margin-right: 4%;
    }
}


@media (max-width:480px) {
    .machine-type .table-wrap td {
        font-size: 14px;
    }

    .machine-type .table-wrap td:first-child {
        font-size: 16px;
    }
}

/*--------------------- Section columns without button ---------------*/

.section-columns.no-btn .box {
    padding: 25px 40px 30px 40px;
}

@media (max-width:767px) {
    .section-columns.no-btn .box {
        padding: 25px 40px 25px 40px;
    }
}

/*--------------------- Images showcase ---------------*/

.images-showcase {
    position: inherit;
}

.images-showcase .big-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}

.images-showcase .half-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

.images-showcase > .container > div {
    margin-bottom: 30px;
}

.images-showcase > .container > div:last-child {
    margin-bottom: 0;
}

.images-showcase p {
    /* margin: 30px 0 !important; */
}

@media (max-width:1200px) {
    .images-showcase .big-image {
        height: 500px;
    }

    .images-showcase .half-image {
        height: 400px;
    }
}

@media (max-width:991px) {
    .images-showcase .big-image {
        height: 400px;
    }

    .images-showcase .half-image {
        height: 300px;
    }
}

@media (max-width:767px) {
    .images-showcase .big-image {
        height: 300px;
    }
}

@media (max-width:480px) {
    .images-showcase .big-image {
        height: 200px;
    }

    .images-showcase .half-image {
        height: 200px;
    }
}

/*--------------------- Job ---------------*/

.job-info {
    background-color: #EDEEEF;
}

.txt-left {
    width: 47%;
    margin-right: 3%;
    float: left;
}

.txt-right {
    width: 47%;
    margin-left: 3%;
    float: left;
}

.txt-left a,
.txt-right a {
    text-decoration: underline;
}

@media (max-width:767px) {
    .txt-left {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 30px;
    }

    .txt-right {
        margin-left: 0;
        float: none;
        width: 100%;
    }
}


/*-------------- image-double -------------*/

.image-double {
    position: relative;
}

.image-double .row > div > .img-block {
    display: block;
    text-align: center;
}

.image-double .row > div > .img-block,
.image-double .row > div > .img-block img {
    width: 100%;
}

@media (min-width:768px) {
    .image-double .row {
        display: table;
    }

    .image-double .row > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: 50%;
    }

    .image-double .row > div > .img-block {
        width: 50%;
        float: left;
    }
}

@media (min-width:992px) {
    .image-double .row > div > .img-block {
        width: 50%;
    }
}

@media (max-width:767px) {
    .image-double .row > div > .img-block img {
        width: auto;
        max-width: 100%;
    }
}

/*--------------- history -----------------*/

.history {
    padding: 0;
}

.history section {
    padding: 0;
}

.history video {
    width: 100%;
}

.history header {
    position: relative;
    background-color: #aa171b;
    color: #fff;
    background-size: cover;
    background-position: center;
    margin: 0;
}

.history header .scroll {
    background-image: url(img/mouse-scroll.gif);
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 46px;
    height: 107px;
    margin-left: -23px;
}

.history header .image {
    margin-bottom: 50px;
}

.history header .info-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.history .title-year {
    font-size: 500%;
}

.history .desc p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.history .desc p:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .history .desc p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

/*history navigation*/

.history nav {
    position: fixed;
    z-index: 889;
    top: 50%;
    right: 5px;
    background-color: white;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.history nav ul {
    margin: 0;
    padding: 10px 0;
}

.history nav li {
    list-style-type: none;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 4px 10px;
}

.history nav li span {
    width: 13px;
    height: 13px;
    display: block;
    background-color: #c8c8c8;
    border-radius: 100%;
}

.history nav li:before {
    background-color: black;
    color: white;
    position: absolute;
    content: attr(data-year);
    font-size: 12px;
    right: 44px;
    top: 0px;
    padding: 1px 8px;
    -moz-transform: translate3d(50%,0,0);
    -ms-transform: translate3d(50%,0,0);
    -o-transform: translate3d(50%,0,0);
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
}

.history nav li:after {
    content: '';
    position: absolute;
    border-width: 8px 0 8px 7px;
    border-style: solid solid solid solid;
    border-color: transparent #000 transparent;
    bottom: 3px;
    left: -13px;
    z-index: 88;
}

.history nav li:before,
.history nav li:after {
    opacity: 0;
}

.history nav li,
.history nav li:before,
.history nav li:after {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.history nav li:hover span,
.history nav li.active span {
    background-color: black;
}

.history nav li.active:before,
.history nav li.active:after,
.history nav li:hover:before,
.history nav li:hover:after {
    display: block;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}

.history nav li.active:after,
.history nav li:hover:after {
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/*--- timeframe-arrow ---*/

.history .timeframe-arrow {
    position: relative;
    background: #b8a28d;
    color: white;
}

.history .timeframe-arrow .title-year {
    color: white;
}

.history .timeframe-arrow .container {
    position: initial;
}

.history .timeframe-arrow .item {
    width: 50%;
    float: left;
}

.history .timeframe-arrow .item.item-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.history .timeframe-arrow .item.item-image {
    background-size: cover;
    position: absolute;
    top: 0;
    height: 100%;
}

.history .timeframe-arrow .item.item-image:before {
    content: attr(data-title);
    position: absolute;
    width: 90%;
    text-align: center;
    color: white;
    left: 50%;
    bottom: 20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.history .timeframe-arrow.rtl .item-text {
    padding-right: 5%;
}

.history .timeframe-arrow.rtl .item-image {
    right: 0;
}

.history .timeframe-arrow.ltr .item-text {
    margin-left: 50%;
    padding-left: 5%;
}

.history .timeframe-arrow.ltr .item-image {
    left: 0;
}

.history .timeframe-arrow.green {
    background-color: #236944;
    padding: 100px 0;
}

.history .timeframe-arrow.light {
    background-color: #bfab98;
}
/*--- timeframe-clean ---*/

.history .timeframe-clean {
    padding: 50px 0;
    text-align: center;
}

.history .timeframe-clean.red {
    color: #00B93B;
}
/*--- timeframe-slider ---*/

.history .timeframe-slider {
    position: relative;
}

.history .timeframe-slider .slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.history .timeframe-slider .caption {
    width: 100%;
    top: 0;
}

.history .timeframe-slider .caption .text {
    padding: 60px 40px 60px 0;
}

.history .timeframe-slider .caption .text,
.history .timeframe-slider .caption .text .title-year {
    color: white;
}

.history .timeframe-slider .caption .text .title-year,
.history .timeframe-slider .caption .text .desc {
    position: relative;
}

.history .timeframe-slider .caption .text:before {
    content: "";
    display: block;
    background-color: rgba(181, 25, 30, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.history .timeframe-slider .rsArrow {
    height: 40px;
    top: auto;
    bottom: 60px;
    left: 50%;
}

.history .timeframe-slider .rsArrowIcn {
    background-image: url(img/icon-arrow-left.svg);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.history .timeframe-slider .rsArrowIcn:hover {
    background-color: transparent;
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.history .timeframe-slider .rsArrowLeft .rsArrowIcn:hover {
    -moz-transform: rotate(180deg) scale(1.4);
    -ms-transform: rotate(180deg) scale(1.4);
    -o-transform: rotate(180deg) scale(1.4);
    -webkit-transform: rotate(180deg) scale(1.4);
    transform: rotate(180deg) scale(1.4);
}

.history .timeframe-slider .rsArrowLeft .rsArrowIcn,
.history .timeframe-slider .rsArrowRight .rsArrowIcn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 55px;
}

.history .timeframe-slider .rsArrowLeft .rsArrowIcn {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.history .timeframe-slider .rsArrowRight {
    right: auto;
    margin-left: -50px;
}

.history .timeframe-slider .rsArrowLeft {
    margin-left: 5px;
}

.history .timeframe-slider .slidecaption {
    position: absolute;
    width: 100%;
    max-width: 1190px;
    bottom: 120px;
    color: white;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.history .timeframe-grayintro {
    background-color: #b8a28d;
    color: white;
    text-align: center;
    padding: 50px 0 30px 0;
    margin-top: 50px;
}

.history .timeframe-grayintro.next {
    margin-top: 20px;
}

.history .timeframe-grayintro * {
    color: white;
}

.history .timeframe-red {
    background-color: #00B93B;
    color: white;
}

.history .timeframe-red.next {
    margin-top: 50px;
}

.history .timeframe-red.next .text {
    text-align: center;
    padding: 40px;
}

.history .timeframe-red.next .title-year {
    color: white;
}

.history .img-half {
    width: 50%;
    float: left;
}

.history .img-full {
    width: 100%;
}

.history .img-half,
.history .img-full {
    position: relative;
}

.history .img-caption {
    position: absolute;
    left: 50%;
    bottom: 18px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 0 0 5px #000;
}

.history .img-half img,
.history .img-full img {
    width: 100%;
}

.history .timeframe-double {
    background: #169C31;
    color: white;
    padding: 50px 0 50px 0;
    text-align: center;
}

.history .timeframe-double.next {
    padding-top: 0;
}

.history .timeframe-double .image-wrapper {
    margin: 30px 0;
}

.history .timeframe-double .title-year {
    color: white;
}

.history .timeframe-double .image-description {
}

.history .timeframe-full {
    background-position: center;
    background-size: cover;
    position: relative;
}

.history .timeframe-full .caption {
    position: absolute;
    top: 10%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.history .timeframe-full .caption * {
    color: white;
}


.history .timeframe-arrow-color {
    background-color: #c5b3a2;
    color: white;
    position: relative;
    padding: 80px 0;
}

.history .timeframe-arrow-color .container {
    position: relative;
    z-index: 99;
}

.history .timeframe-arrow-color .title-year {
    color: white;
}

.history .timeframe-arrow-color:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #b8a28d;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

@media(min-width:768px) {
    .history .timeframe-arrow .item.item-text {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .history .timeframe-slider .caption {
        position: absolute;
    }

    .history .timeframe-slider .caption .text {
        width: 50%;
        float: left;
    }

    .history .timeframe-slider .caption .text:before {
        width: 50%;
    }

    .history .timeframe-slider .slider {
        position: absolute;
    }

    .history .timeframe-grayintro {
        margin-top: 100px;
    }
}

@media (max-width:767px) {
    .history section > div {
        height: auto !important;
    }

    .history nav {
        display: none;
    }

    .history .timeframe-arrow .item {
        width: 100%;
    }

    .history .timeframe-arrow .item.item-image {
        position: relative;
        height: 350px;
    }

    .history .timeframe-double .image-wrapper img {
        width: 100%;
    }

    .history .title-year {
        font-size: 200%;
    }

    .history .timeframe-slider,
    .history .timeframe-slider .slider,
    .history .timeframe-full {
        min-height: 350px;
    }

    .history .timeframe-slider .slidecaption {
        display: none;
    }

    .history .timeframe-slider .caption .text {
        position: relative;
    }

    .history .timeframe-slider .caption .text:before {
        left: -30px;
        width: 150%;
    }

    .history .timeframe-grayintro {
        padding: 30px 20px;
    }

    .history .timeframe-arrow-color:after {
        display: none;
    }

    .history .timeframe-arrow-color {
        padding: 30px 0;
    }

    .history .timeframe-double.next {
        padding-top: 30px;
    }

    .history .timeframe-arrow.ltr .item-text {
        margin-left: 0;
    }
}
/*-------------- pagination --------------*/

.pagination > li > a,
.pagination > li > span {
    color: #000;
    padding: 10px 20px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #169C31;
    border-color: #169C31;
}


/*------------------- cookies -----------------*/

.cookies {
    display: none;
    background-color: #d9d9d9;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 8899999;
    border-top: 1px solid #e7e7e7;
}

.error-message {
    color:red;
    font-weight:bold;
}

table.monitoring tbody th,
table.monitoring tbody td {
    /*padding:10px !important;*/
}

table.monitoring tbody td.note {
    background-image: url('./img/xlsx-note-red.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
