@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?2616228');
    src: url('../font/fontello.eot?2616228#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?2616228') format('woff2'),
    url('../font/fontello.woff?2616228') format('woff'),
    url('../font/fontello.ttf?2616228') format('truetype'),
    url('../font/fontello.svg?2616228#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: '\e800';
}

.icon-quote:before {
    content: '\e801';
}

.icon-cancel:before {
    content: '\e802';
}

.icon-right-open-big:before {
    content: '\e803';
}

.icon-left-open-big:before {
    content: '\e804';
}

.icon-clipboard:before {
    content: '\e805';
}

.icon-down-open-big:before {
    content: '\e806';
}

.icon-up-open-big:before {
    content: '\e807';
}

.icon-phone:before {
    content: '\e808';
}

.icon-direction:before {
    content: '\e809';
}

.icon-compass:before {
    content: '\e80a';
}

.icon-location:before {
    content: '\e80b';
}

.icon-map:before {
    content: '\e80c';
}

.icon-mail:before {
    content: '\e80d';
}

.icon-user:before {
    content: '\e80e';
}

.icon-picture:before {
    content: '\e80f';
}

.icon-check:before {
    content: '\e810';
}

.icon-chart-bar:before {
    content: '\e811';
}

.icon-suitcase:before {
    content: '\e812';
}

.icon-cog:before {
    content: '\e813';
}

.icon-chat:before {
    content: '\e814';
}

.icon-star:before {
    content: '\e815';
}

.icon-star-empty:before {
    content: '\e816';
}

.icon-plus:before {
    content: '\e817';
}

.icon-minus:before {
    content: '\e818';
}

.icon-thumbs-up:before {
    content: '\e819';
}

.icon-mobile:before {
    content: '\e81a';
}

.icon-tools:before {
    content: '\e81b';
}

.icon-vimeo-circled:before {
    content: '\f307';
}

.icon-twitter-circled:before {
    content: '\f30a';
}

.icon-facebook-circled:before {
    content: '\f30d';
}

.icon-gplus-circled:before {
    content: '\f310';
}

.icon-pinterest-circled:before {
    content: '\f313';
}

.icon-tumblr-circled:before {
    content: '\f316';
}

.icon-linkedin-circled:before {
    content: '\f319';
}

.icon-instagram:before {
    content: '\f32d';
}

.icon-feather:before {
    content: '\e81c';
}

.icon-bookmark:before {
    content: '\e81d';
}

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    outline: none;
    color: #5d5c5c;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: #fff;
}

a, a:hover, a:visited, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #a1bf46;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a:hover {
    color: #000000ad;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
    font-family: 'Roboto Slab', serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding: 10px 0;
}

h4 {
    font-size: 18px;
}

body li {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

ul li {
    list-style: inside disc;
    letter-spacing: 0;
    font-size: 14px;
    padding: 1px 0;
    color: #7b827d;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.custom-page-content ul li:before {
    content: '\f058';
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    width: 20px;
    font-size: 15px;
    color: #555e58;
}

.custom-page-content ul li {
    list-style-type: none;
}

ol li {
    list-style: inside decimal;
    letter-spacing: 0;
    font-size: 14px;
    color: #7b827d;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

table {
    margin: 10px 0;
    width: 100%;
}

table tr:first-child {
    background: #a1bf46;
    color: #FFF;
}

table tr, table th, table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.st-content {
    background: #fff;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    width: 48px;
    height: 45px;
}

body.fade-out {
    opacity: 0;
}

button:active, button:focus {
    box-shadow: none;
    outline: none;
}

/* FANCY LIGHTBOX ***************************************/

BODY .fancybox-thumbs {
    background-color: transparent;
}

/* GDPR  ************************************************/
.gdpr-box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

.gdpr-contain {
    background: #a1bf46;
    text-align: center;
    padding: 5px 5%;
}

.gdpr-message {
    color: #fff;
    font-size: 14px;
}

.gdpr-message a {
    color: #FFF !important;
}

.gdpr-message a:hover {
    color: #fff;
    text-decoration: underline;
}

.gdpr-message, .gdpr-contain-btn {
    padding: 0 20px;
    display: inline-block;
}

.gdpr-contain-btn a.gdpr-accept {
    font-size: 14px;
    padding: 5px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a1bf46;
    background: #fff;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gdpr-contain-btn a.gdpr-accept:hover {
    background: rgba(11, 11, 11, 0.3);
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*  BACK TO TOP           *****************************/

.back-top {
    display: inline-block;
    z-index: 9;
    position: fixed;
    bottom: 70px;
    right: 25px;
    color: #394050;
    font-size: 56px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.back-top:hover {
    background: transparent;
    opacity: 1;
    color: #394050;
    transform: scale(1.2);
}

.back-top.back-top-fade {
    opacity: .5;
}

.back-top.back-top-visible {
    visibility: visible;
    opacity: .9;
}

.back-top i {
    color: #a1bf46;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

a.back-top:hover i {
    color: #a1bf46;
}

.back-top.back-top-visible, .back-top.back-top-fade, .back-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -ms-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.float-contact-open {
    display: none;
}

.map_contain {
    margin-bottom: -5px;
}
