/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

input, textarea, button {
    font-family: arial;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

figure {
    margin: 0;
}

body {
    font-family: 'Anton', sans-serif;
    font-size: 16px !important;
    color: #1a1a1a !important;
    background: #fff;
    line-height: 1.3;
    min-width: 302px;
}

.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity = 0); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}

/* *** HEADER *** */

header {
    position: fixed;
    z-index: 100;
    top: 35px;
    left: 37px;
    float: left;
    width: 125px;
}

header .logo {
    float: left;
    margin-bottom: 35px;
}

header .logo img {
    float: left;
    width: 124px;
}

.menu-box {
    float: left;
    width: 100%;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    position: relative;
    z-index: 100;
    float: left;
    width: 100%;
}

.main-menu > ul > li {
    list-style: none;
    float: left;
    width: 100%;
    position: relative;
}

.main-menu > ul > li.active:after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.main-menu > ul > li:last-child:before {
    height: 104px;
    background: #5a2206;
    width: 3px;
    margin: 5px 0 6px 0;
    content: "";
    display: block;
}

.main-menu > ul > li > a {
    color: #5a2206;
    display: block;
    float: left;
    font-size: 26px;
}

.main-menu > ul > li > a:hover, .main-menu > ul > li .active /*.main-menu > ul > li.active a*/ {
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}

.main-menu > ul > li:nth-child(1) > a:hover, .main-menu > ul > li:nth-child(1) .active
/*.main-menu > ul > li.active:nth-child(1) a*/ {
    color: #b1191c !important;
}

.main-menu > ul > li:nth-child(2) > a:hover, .main-menu > ul > li:nth-child(2) .active
/*.main-menu > ul > li.active:nth-child(2) a*/ {
    color: #529aba !important;
}

.main-menu > ul > li:nth-child(3) > a:hover, .main-menu > ul > li:nth-child(3) .active
/*.main-menu > ul > li.active:nth-child(3) a*/ {
    color: #c76814 !important;
}

.home-page .logo, .home-page .logo-rsp {
    display: none !important;
}

.main-menu > ul > li:nth-child(4) > a:hover, .main-menu > ul > li:nth-child(4) .active
/*.main-menu > ul > li.active:nth-child(4) a*/ {
    color: #bc8903 !important;
}

.main-menu > ul > li:nth-child(5) > a:hover, .main-menu > ul > li:nth-child(5) .active
/*.main-menu > ul > li.active:nth-child(5) a*/ {
    color: #56801f !important;
}

.main-menu > ul > li:nth-child(6) > a:hover, .main-menu > ul > li:nth-child(6) .active
/*.main-menu > ul > li.active:nth-child(6) a*/ {
    color: #5a2206 !important;
    opacity: 0.8;
}

.main-menu > ul > li:last-child > a {
    font-size: 16px;
}

.home-page .main-menu a:hover, .home-page .main-menu .active a {
    text-shadow: 0 0 10px rgba(255,255,255,0.8);
}

.main-menu a.active {
    cursor: default;
}

/* *** HOME *** */

html, body {
    height: 100%;
}

.content-box {
    height: 100%;
}

.content-box-1 {
    background: url('../img/img01.jpg') center center no-repeat;
    background-size: cover;
}

.content-box-1-1 {
    background: url('../img/1.png') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
   
}

.content-box-1-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
   
    background: url('../img/2.png') center center no-repeat;
    background-size: cover;
}


.social-box {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 100;
    width: 77px;
}

.social-box a:hover {
    margin-right: -2px;
}

body {
    overflow-x: hidden;
}

.btn-shop {
    width: 52px;
    height: 132px;
    float: right;
    display: block;
    background: url('../img/icons/img01.png') center center no-repeat;
}

.btn-fb {
    width: 48px;
    height: 59px;
    float: right;
    margin: 5px 0 4px 0;
    display: block;
    background: url('../img/icons/img02.png') center center no-repeat;
}

.btn-instagram {
    width: 77px;
    float: right;
    height: 75px;
    display: block;
    background: url('../img/icons/img03.png') center center no-repeat;
}

.btn-terravita {
    width: 53px;
    margin-top: 7px;
    float: right;
    height: 131px;
    display: block;
    background: url('../img/icons/img09.png') center center no-repeat;
}

.btn-instagram-rwd {
    width: 53px;
    float: right;
    height: 58px;
    display: block;
    background: url('../img/icons/img05.png') center center no-repeat;
}

.instagram-box {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 363px;
    background: rgba(0,0,0,0.6);
    right: -363px;
    height: 100%;
    -webkit-transition: 0.45s linear;
    -moz-transition: 0.45s linear;
    -ms-transition: 0.45s linear;
    -o-transition: 0.45s linear;
    transition: 0.45s linear;  
}

.instagram-box.active {
    right: 0;
}

.btn-instagram-1:hover {
    opacity: 0.9;
}

.i-box-1 {
    width: 67px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn {
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    top: 20px;
    right: 7px;
    background: url('../img/icons/close.png') center center no-repeat;
}

.close-btn:hover {
    opacity: 0.9;
}

.i-carousel {
    float: left;
    padding-left: 67px;
    padding-right: 38px;
    width: 100%;
}

.i-carousel ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.i-carousel figure {
    position: relative;
    width: 258px;
    height: 258px;
    background-size: cover;
    background-position: center center;
}

.i-carousel figure a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.i-carousel figure a {
    display: block;
    background: #000;
    opacity: 0;
}

.i-carousel figure a:hover {
    opacity: 0.1;
}

.i-box-1 .prev-box, .i-box-1 .next-box {
    position: absolute;
    width: 34px;
    height: 25px;
    z-index: 1000;
}

.i-box-1 .prev-box {
    left: 16px;
    top: 24px;
}

.i-box-1 .next-box {
    left: 16px;    
    bottom: 24px;
}

.i-box-1 .bx-prev, .i-box-1 .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.i-box-1 .bx-prev {
    background: url('../img/icons/prev.png') no-repeat;   
}

.i-box-1 .bx-next {
    background: url('../img/icons/next.png') no-repeat; 
}

.i-box-1 .prev-box a:hover, .i-box-1 .next-box a:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.slide-box {
    height: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    left: 0;
    width: 100%;
}

.left-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.right-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.slide-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.slide-box .description {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.slide-box .flex-box {
    display: flex;
    align-items: center;
    justify-content: center;    
    height: 100%;
    width: 100%;
}

.title {
    color: #fff;
    text-align: right;
    width: 50%;
    font-size: 44px;
    padding-right: 68px;
    margin-left: 39px;
    background: url('../img/icons/img04.png') right center no-repeat;
    line-height: 0.95;
}

.slide-box .image {
    margin: 35px 0;
}

.btn-1 {
    border: 2px solid #fff;
    width: 128px;
    font-size: 26px;
    font-weight: bold;
    height: 128px;
    border-radius: 50%;
    font-family: 'Ubuntu', sans-serif;
    line-height: 126px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.btn-1:hover {
    background: #fff;
    color: #5a2206;
}

.slide-box {
    display: none;
}

.content-box-1-1 {
    display: none;
}

.slide-box .description {
    position: absolute;
    top: -100%;
    left: 0;
}

.left-box {
    left: 0;
}

.right-box {
    right: -50%;
}

.btn-instagram-rwd {
    display: none;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 9px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #5a2206;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.1;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.3);
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #fff;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #592106;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    background: #e3e3e3;
    color: #fff;
}

.menu-rsp nav ul ul ul {
    background: #f6f6f6;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** DETAILS *** */

@media (min-width: 1200px) {
    .container {
        max-width: 890px;
    }
}

.z-content-box-1 {
    color: #fff;
}

.z-title {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 35px;
}

.z-title span {
    font-size: 71px;
}

.z-content-box-1 .txt-1 {
    font-size: 23px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.icons img {
    margin-right: 15px;
}

.icons {
    margin-bottom: 35px;
}

.z-content-box-1 h2 {
    font-size: 23px;
    margin: 0;
}

.z-content-box-1 .txt-2 {
    font-size: 16px;
    margin: 0 0 35px 0;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.z-content-box-1 h3 {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.table-1 {
    width: 95%;
    float: right;
}

.table-1 td {
    width: 50%;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.z-content-box-1-2 {
    height: auto;
    padding: 30px 0;
}

.z-content-box-1-1 {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: auto;
    height: 730px;
    text-align: center;
    padding: 32px 0;
}

.z-content-box-1-1 .figure-1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -870px;
    width: 420px;
}

.z-content-box-1-1 .figure-2 {
    width: 100%;
    text-align: center;
    bottom: 40px;
    left: 0;
    position: absolute;
}

.z-title-1 {
    opacity: 0.6;
    position: relative;
    margin-bottom: 20px;
}

.z-title-1 img {
    max-height: 150px;
}

.z-content-box-1 {
    height: auto;
}

.z-content-box-1-3 {
    background-size: cover;
    padding: 35px 0 20px 0;
    overflow: hidden;
    background-position: center center;
    color: #b5b5b5;
}

.z-content-box-1-3 .container {
    position: relative;    
}

.z-content-box-1-3 figure {
    position: absolute;
    top: 45px;
    left: -300px;
}

.z-content-box-1-3 .z-txt-1 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 8px;
}

.z-content-box-1-3 .z-txt-2 {
    font-size: 35px;
    line-height: 1.2;
}

.z-content-box-1-3 .z-txt-2 span {
    display: block;
    font-size: 71px;
}

/* *** X RAY *** */

.clearer {
    clear: both;
}

/* *** RWD *** */

@media only screen and (max-width: 1590px) {
    .slide-box .image {
        height: 280px;
    }
    header {
        left: 20px;
        top: 20px;
    }
    header .logo {
        margin-bottom: 25px;
    }
    .social-box {
        top: 60px;
    }
    header {
        top: 15px;
    }
    header .logo {
        margin-bottom: 15px;
    }
    .main-menu > ul > li:last-child:before {
        height: 50px;
    }
    .z-content-box-1-1 .figure-1 {
        left: -15px;
        margin-left: 0;
        width: 300px;
    }
    .z-content-box-1-1 .figure-2 img {
        width: 400px;
    }
    .z-content-box-1-3 figure {
        position: absolute;
        top: 82px;
        left: -186px;
        width: 200px;
    }
}

@media only screen and (max-width: 1300px) {
    .z-content-box-1-3 figure {
        position: absolute;
        top: 96px;
        left: -136px;
        width: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .z-content-box-1-3 {
        padding-top: 30px;
    }
    .z-content-box-1-3 figure {
        position: relative;
        margin-left: 0;
        top: auto;
        left: auto;
    }
    #lupa {
        display: none;
    }
    .bone {
        display: none !important;
    }
    .flesh {
        
        position: relative !important;
        width: 767px !important;
        margin: 0 auto !important;
        top: auto !important;
        left: auto !important;
        float: none !important;
        clear: both !important;
        height: 300px !important;
        background-position: center center !important;
    }
    .z-title-1 img {
        width: 400px;
    }
    .z-content-box-1-1 .figure-2, .z-content-box-1-1 .figure-1 {
        display: none;
    }
    .z-content-box-1-1 {
        height: auto;
    }
    .z-title, .z-content-box-1-3 .z-txt-1, .z-content-box-1-3 .z-txt-2{
        font-size: 25px;
    }
    .z-title span, .z-content-box-1-3 .z-txt-2 span {
        font-size: 50px;
    }
    .z-content-box-1-2, .z-content-box-1-3 {
        padding-left: 150px;
    }
    .z-content-box-1-3 .z-txt-2 {
        margin-bottom: 5px;
    }
    .z-content-box-1 .txt-1 {
        font-size: 20px;
    }
    .table-1 td {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .z-content-box-1-2, .z-content-box-1-3 {
        padding-left: 0;
    }
    header {
        display: none;
    }
    .header-rsp {
        display: block;
    }

    .social-box {
        top: 75px;
    }
    .btn-1 {
        width: 90px;
        height: 90px;
        font-size: 20px;
        line-height: 86px;
    }
    .title {
        font-size: 40px;
    }
    .slide-box .image {
        height: auto;
        height: 200px;
    }
    .slide-box {
        bottom: 0;
        top:auto;
        height: 100%;
    }
    .flesh {
        width: 667px !important;
        height: 250px !important;
    }
}

@media only screen and (max-width: 767px) {
    .btn-terravita {
    width: 30px;
    margin-top: 5px;
    float: right;
    height: 74px;
    display: block;
    
    background: url('../img/icons/img09.png') center center no-repeat;
    background-size: 100% auto;
}
    .content-box-1-1 {
        background: url('../img/1rwd.png') center center no-repeat;
        background-size: auto 100%;
    }
    .content-box-1-2 {
        background: url('../img/2rwd.png') center center no-repeat;
        background-size: cover;
    }
    /*.content-box-1-1 {
        background: url('../img/img02.png') center center no-repeat;
        background-size: contain;
    }    */
    .content-box-1 {
        heig/ht: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .btn-shop {
        width: 30px;
        height: 74px;
        background-size: 100% auto;
    }
    .btn-instagram {
        display: none;
    }
    .btn-instagram-rwd {
        width: 30px;
        height: 30px;
        display: block;
        background-size: 100% auto;  
    }
    .social-box {
        width: 30px;
    }
    .btn-fb {
        width: 30px;
        height: 30px;
        background-size: 100% auto;
    }
    .title {
        margin-left: 18px;
    }
    .title {
        padding-right: 35px;
    }
    .btn-1 {
        width: 70px;
        height: 70px;
        font-size: 16px;
        line-height: 68px;
    }

    .slide-box .flex-box {
        vertical-align: middle;
    }
    .slide-box .image {
        height: auto;
        height: 110px;
        margin: 15px 0;
    }
    .title {
        font-size: 25px;
        background-size: auto 30px;
    }
    .z-title-1 img {
        width: 260px;
    }
    .flesh {
        width: 450px !important;
        height: 150px !important;
    }
    .icons img {
        margin-right: 0;
        width: 70px;
    }
    .z-content-box-1 .txt-1 {
        font-size: 16px;
    }
    .z-title span, .z-content-box-1-3 .z-txt-2 span {
        font-size: 38px;
    }
 
}

@media only screen and (max-width: 574px) {
    .flesh {
        width: 280px !important;
        height: 110px !important;
    }
    .z-content-box-1-1 {
        padding-bottom: 20px;
    }
    .table-1 {
        width: 100%;
        margin-top: 35px;
    }
}

@media only screen and (max-height: 302px) {
    .slide-box .image {
        height: 50px;
    }
    .title {
        font-size: 20px;
    }
    .btn-1 {
        width: 50px;
        border: 1px solid #fff;
        height: 50px;
        line-height: 48px;
        font-size: 12px;
    }
    .title {
        width: auto;
        margin-left: 0;
    }
}

/* *** CONTACT *** */

.cz-contact-box {
        background: url(../img/04-12/img01.jpg) center center no-repeat;
        background-size: cover;
        min-height: 100vh;
        float: left;
        width: 100%;
        height: auto !important;
}

.cz-contact-box .description {
    height: 100vh;
    display: flex;
    align-items: center;
}

.cz-box {
    color: #97bf0d;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-bottom: 45px;
    line-height: 1.2;
}

.cz-box a {
    color: #97bf0d;
}

.cz-box .btn-green:hover {
    color: #fff !important;
}

.cz-box a:hover {
    opacity: 0.9;
    color: #5a2206;
}

.cz-box-1 {
    /*margin-left: 50px;*/
}

.cz-box h3 {
    font-family: 'Anton', sans-serif;
    font-size: 32px;
    font-weight: normal;
}

.cz-map-box .txt {
    color: #3898b3;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
}

.btn-map {
    width: 127px;
    height: 127px;
    color: #3898b3;
    border: 2px solid #3898b3;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center;
    line-height: 124px;
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.btn-map:hover {
    background:#3898b3;
    color: #fff;
}


@media (min-width: 1200px){
    .cz-container {
        max-width: 900px;
    }
}

@media (min-width: 1590px){
    .cz-container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1590px) {
    .cz-box {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .cz-contact-box .description {
        height: auto;
        padding: 50px 130px;
    }
}

@media only screen and (max-width: 991px) {
    .cz-contact-box .description {
        padding: 90px 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    .cz-box-1 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cz-map-box .txt {
        width: 100%;
        margin-left: 0;
        padding: 10px 0 0 0;
    }
    .cz-box {
        font-size: 16px;
    }
    .btn-map {
        width: 100px;
        height: 100px;
        font-size: 18px;
        line-height: 97px;
    }
}
.social-box  {
position: fixed;
}


/* *** *** */

.b-next {
 
    position: fixed;
    bottom: 15px;
    width: 0px;
    height: 0px;
    right: 15px;

    display: block;
  
border-top: 15px solid transparent;
	border-left: 30px solid #5a2206;
	border-bottom: 15px solid transparent;    
     display: none;
}

.b-next:hover {
    opacity: 0.9;
}

.b-prev {
    position: fixed;
    bottom: 15px;
    width: 0px;
    height: 0px;
    left: 15px;

    display: block;
  
border-top: 15px solid transparent;
	border-right: 30px solid #5a2206;
	border-bottom: 15px solid transparent;  
     display: none;
}

@media only screen and (max-width: 991px) {
   .b-next, .b-prev {
    display: block;
    }
    #cookiesBarWrap {
        padding-left: 15px;
        padding-right: 45px;
        max-width: 100%;
    }
    #cookiesBarClose {
        right: 15px !important;
    }
}
.btn-1-1 {
    border: 2px solid #010101;
    width: 128px;
    font-size: 26px;
    font-weight: bold;
    height: 128px;
    border-radius: 50%;
    font-family: 'Ubuntu', sans-serif;
    line-height: 126px;
    display: inline-block;
    color: #010101;
    text-align: center;
}

.btn-1-1:hover {
    background: #010101;
    color: #5a2206;
}

.btn-green {
    width: 300px;
    height: 56px;
    color:#97bf0d;
    border: 2px solid #97bf0d;
    display: inline-block;
    vertical-align: middle;
    border-radius: 45px;
    text-align: center;
    line-height: 53px;
    font-size: 26px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
	margin-top:15px
}
.btn-green:hover {
	background: #97bf0d;
    color: #fff;
}
.btn-green a:hover {
    color: #fff;
}