@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,600,700&subset=latin-ext');

body{
    background-color: #ffffff;
    font-family: "Fira Sans", sans-serif;
}

#layout a{
    text-decoration: none;
    color: #000000;
}

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

#layout .container{
    width: 1354px;
    max-width: 100%;
}


#content h2{
    font-size: 38px;
    font-weight: 600;
}

/* --- BUTTONS --- */
#content .button{
    padding: 10px 40px;
    background-color: #fffc1e;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#content .button.transparent{
    background-color: transparent;
    border: 2px solid #363636;
}

#content .button.transwhite{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

#content .button.whitegreen{
    background-color: #fff;
    border: 2px solid #45d23f;
}

/* --- HEADER --- */
#header{
    position: relative;
}

#header .szechenyi{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 192px;
    height: 134px;
    background: url("../images/logo-szechenyi-2020.png") no-repeat top right;
    background-size: contain;
    cursor: pointer;
    z-index: 10;

}
/*
#header .szechenyi:hover{
    top: 0;
    right: 0;
}
*/

#header .first-header{
    width:100%;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

#header .first-header .welcome{
    color: #606060;
    margin-right: auto;
}

#header .first-header .contacts .green-link{
    font-weight: 600;
    text-decoration: none;
}

#header .first-header .contacts .green-link:last-child{
    border-right: 1px solid #eaeaea;
}

#header .first-header .contacts{
    border-right: 1px solid #eaeaea;
    margin-left: auto;
    margin-right: 0;
    padding-right: 20px;
}

#header .first-header .contacts a{
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 0;
    font-weight: 300;
}

#header .first-header .social-container{
    margin-left: 20px;
    margin-right: 0;
    padding-right: 20px;
    border-right: 1px solid #eaeaea;
}

#header .first-header .search-button{
    margin-left: 20px;
    cursor: pointer;
}

#header .first-header span.icon{
    display:inline-block;
    width:21px;
    height: 21px;
    margin-right: 5px;
}

#header .first-header .contacts a span.icon.icon-furniture{background: url('../images/furniture_icon.png') no-repeat center center; background-size: contain;}
#header .first-header .contacts a span.icon.icon-tools{background: url('../images/tools-icon.png') no-repeat center center; background-size: contain;}
#header .first-header .contacts a span.icon.icon-phone{background: url('../images/phone-icon.png') no-repeat center center; background-size: contain;}
#header .first-header a span.icon.icon-facebook{width:31px;height:31px;background: url('../images/facebook-icon.png') no-repeat center center; background-size: contain;}
#header .first-header span.icon.icon-search{width:31px;height:31px;background: url('../images/search-icon.png') no-repeat center center; background-size: contain;}

#header .second-header{
    display:flex;
    padding: 15px 0;
    /* margin: 0 -15px; */
    flex-wrap: wrap;
    position: relative;
}

#header .second-header .brand{
    width: 100px;
    margin: 0;
}

#header .second-header .brand img{
    max-width: 100%;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    /* image-rendering: -webkit-optimize-contrast; *//* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

#header .navigation{
    display: flex;
    width: calc(100% - 120px);
    justify-content: flex-end;
    align-items: center;
}

#header .navigation .nav{
    display:flex;
    flex-wrap: wrap;
}

#header .navigation .nav li:last-of-type a{
    color: #45d23f;
    /* padding-right: 0; */
}

#header .navigation .nav li a{
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

#header .navigation .nav li.nav-selected a{
    background-color: #45d23f;
    color: #fff;
}

#header .menu-toggle-button {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 40px;
    right: 17px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    background-color: #45d23f;
    background-image: url("../images/icons/icon-menu.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    cursor: pointer;
}


/* --- TOPIMAGE --- */
.topimage-wrapper{
    padding: 0;
    margin-bottom: 30px;
}

.topimage-wrapper .top-image {
    position: relative;
    height: 240px;
    width: 100%;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/backgrounds/bg-topimage.jpg");
}

#layout .topimage-wrapper h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 46px;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* --- LANDING BOXES --- */
#content .box-container{
    margin-top:80px;
}

#content .box-container .box{
    position: relative;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

#content .box-container .box:hover{
    background-size: 110%;
}

#content .box-container .box-content{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 7%;
    padding: 30px 4vw;
}

#content .box-container .box-content .title{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
    color: #363636;
}

#content .box-container .box-content .text{
    font-size: 20px;
    color: #363636;
    /* font-weight: 300; */
    margin-bottom: 30px;
}

#content .box-container .first-box{
    background-image: url('../images/content/img_1_layout_1.jpg');
    padding-bottom: 50%;
    margin-bottom: 25px;
}

#content .box-container.carpenter-boxes .first-box{
    background-image: url('../images/asztalosoknak-1.jpg');
    padding-bottom: 50%;
    margin-bottom: 0;
}


#content .box-container.carpenter-boxes .row{
    display: flex;
    margin-bottom: 30px;
}

#content .box-container .first-box .box-content{
    /*top: 110px;*/
    top: 4.8vw;
}

#content .box-container .first-box a{
    color: #fff;
}

#content .box-container .first-box .title{
    color: #ffffff;
    line-height: 1.2;
}

#content .box-container .first-box .text{
    color: #ffffff;
}

#content .box-container .second-box{
    background-image: url('../images/backgrounds/bg-box-2.jpg');
    padding-bottom: 50%;
    text-align: left;
}

#content .box-container.carpenter-boxes .second-box{
    background-image: url('../images/asztalosoknak-2.jpg');
    padding-bottom: 50%;
    text-align: center;
}

#content .box-container.carpenter-boxes .second-box .title{
    color: #ffffff;
}

#content .box-container.carpenter-boxes .static-text{
    /* text-align: center; */
    align-items: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 17px;
}
#content .box-container.carpenter-boxes .static-text > *:first-child{
    margin-top: auto;
    left: 0;
    width: 100%;
    text-align: center !important;
    font-size: 22px;
}
#content .box-container.carpenter-boxes .static-text > *:last-child{
    margin-bottom:  auto;
}

#content .box-container .second-box .box-content{
    top: 2vw;
}

#content .box-container .second-box .title{
    color: #45d23f;
}

#content .box-container .second-box .text{
    color: #fff;
}

#content .box-container .second-box .text a{
    border: 1px solid #363636;
    display: table;
    margin: 10px auto;
}

#content .box-container .second-box .text a:hover{
    background-color: #45d23f;
}

#content .box-container .third-box{
    background-image: url('../images/content/img_3_layout_1.jpg');
    padding-bottom: 146.1%;
}

#content .box-container .third-box .box-content{
    /*top: 105px;*/
    top: 6.7vw;
}

#content .box-container .third-box .text a{
    display: table;
    margin: 10px auto;
}

#content .box-container .third-box .text a:hover{
    background-color: #45d23f;
}


/* --- SERVICES --- */
#content .services-container, #content .products-container{
    margin-top: 80px;
    margin-bottom:40px;
}

#content .services-container h2, #content .products-container h2{
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 45px;
}

#content .services-container .services-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#content .services-container .service-box{
    margin-bottom: 20px;
    width: 33%;
    flex: 1 0 auto;
    padding: 10px;
}

#content .services-container .service-box .img-wrapper{
    overflow: hidden;
    text-align: center;
    max-height: 370px;
    position: relative;
    padding: 50%;
}

#content .services-container .service-box img{
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100% !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#content .services-container .service-box img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#content .services-container .service-box .service-text{
    text-align: center;
    margin: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}

#content .products-container .product-box .product-name{
    font-size: 20px;
    margin-top: 10px;
}

#content .products-container .product-box .m-top{
    margin-top:24px;
}

#content .products-container .product-box{
    overflow: hidden;
    text-align: center;
}

#content .products-container .product-box img{
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#content .products-container .product-box img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#content .products-container .product-box .badge.gray{
    background-color: #363636;
}

#content .products-container .product-box .badge{
    background-color: #45d23f;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    padding: 5px 10px;
    color: #ffffff;
    margin-bottom:10px;
    font-size: 17px;
    font-family: "Fira Sans Light";
    width:100%;
    white-space: normal;
    line-height: 1.25;
}

#content .products-container .product-box a{
    padding: 10px 40px;
    background-color: #fffc1e;
    text-transform: uppercase;
    margin-top:10px;
    font-size: 17px;
    display: inline-block;
    /* max-width: 100px; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#content .products-container .product-box a:hover{
    background-color: #45d23f;
}

/* --- PARALLAX --- */
.parallax {
    position: relative;
    background-position: center 0;
    background-repeat: no-repeat;
    min-height:600px;
    margin-top:50px;
    margin-bottom:50px;
}

.parallax:before{
    /* content: ''; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}

.parallax1 {
    background-color: #fff;
    background-image: url("../images/content/parallax_layout_1.jpg");
    background-attachment: fixed;
}

.parallax .content{
    min-height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding: 30px 15px;
}

.parallax .content h2{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 45px;
    max-width: 970px;
}

.parallax .content .text{
    font-size: 26px;
    margin-bottom: 15px;
}

#layout .parallax .content a{
    color: #fff;
}

.parallax .content a:hover{
    /*background-color: #45d23f;*/
}

/* --- SERVICE --- */
.service-container {
    margin-bottom: 50px;
    text-align: center;
}

.service-container .detailed{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    max-width: 100%;
}

.service-container .service{
    width: 33.2%;
    padding: 15px;
}

.service-container .service > div{
    display:block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom:100%;
    color:#ffffff;
    background-color: #45d23f;
    text-decoration: none;
    font-size: 1.1em;
    overflow: hidden;
}

.service-container .service .text-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    text-decoration: none;
    cursor: default;
}

.service-container .service .text-layer:hover .service-image{
    /* opacity:0.3; */
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.service-container .service .service-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-container .service .description{
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: 1;
    width:100%;
    min-height: 1px;
    padding-top: 15px;
    background-color: #45d23fb0;
    z-index: 1;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*-ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.service-container .service .text-layer:hover > .description{
    min-height: 100%;
}

#layout.mobile .service-container .service .text-layer .service-image{
    opacity:0.3;
}

#layout.mobile .service-container .service .description{
    opacity: 1;
    /*-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
}
#layout.mobile .service-container .service .text-layer:hover > .description{
    opacity: 1;
}

.service-container .service .description .service-name{
    font-size: 22px;
    font-weight:700;
    max-width: 85%;
    margin-bottom: 10px;
}

.service-container .service .description .data{
    max-width:85%;
    line-height: 1.2;
    font-size: 15px;
    max-height: 1px;
    opacity: 0;
    /*display: none;*/
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

#layout .service-container .service .text-layer:hover > .description .data{
    max-height: 1000px;
    opacity: 1;
    /*display: block;*/
}

.service-container .service .description .data .service-services{
    font-size:0.65em;
}

#content .service-container .top-text{
    font-size: 0.8em;
    color: #ffffff;
    padding: 15px 0 15px 0;
    position: relative;
    width:100%;
}


@media (max-width: 990px){
    .service-container .service{
        width:33.1%;
    }
}

@media (max-width: 700px){
    .service-container .service{
        width:49.8%;
    }
}

@media (max-width: 580px){
    .service-container .service .text-layer .service-image{
        /* opacity:0.3; */
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .service-container .service .description{
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .service-container .service .text-layer:hover > .description{
        opacity: 1;
    }
}

@media (max-width: 520px) {
    .service-container .service {
        width: 100%;
    }
}


/* --- CONTACT --- */
.contact-info{
    text-align: center;
    width: 100%;
    /* max-width: 1140px; */
    margin: 30px auto 0;
}

.contact-site .contact-info{
    margin: 60px auto;
    /* max-width: 1140px; */
}

.contact-info > div{
    display: inline-block;
    /* width: 200px; */
    margin: 15px 30px;
    font-size: 18px;
}


.contact-info h4{
    font-size: 31px;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

/* --- CARPENTER ICONS --- */
.carpenter-icons{
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 30px auto 30px;
}

.carpenter-icons > div{
    width: 25%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.carpenter-icons .icon{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: 15px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.carpenter-icons > div:nth-of-type(1) .icon{background-image: url("../images/icons/settings.png")}
.carpenter-icons > div:nth-of-type(2) .icon{background-image: url("../images/icons/dollar.png")}
.carpenter-icons > div:nth-of-type(3) .icon{background-image: url("../images/icons/carpenter.png")}
.carpenter-icons > div:nth-of-type(4) .icon{background-image: url("../images/icons/30.png")}
.carpenter-icons > div:nth-of-type(5) .icon{background-image: url("../images/icons/hand-shake.png")}
.carpenter-icons > div:nth-of-type(6) .icon{background-image: url("../images/icons/medal.png")}
.carpenter-icons > div:nth-of-type(7) .icon{background-image: url("../images/icons/delivery.png")}
.carpenter-icons > div:nth-of-type(8) .icon{background-image: url("../images/icons/chat.png")}

.carpenter-icons .text{
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 170px;
    display: inline-block;
}

/* --- CARPENTER BOX --- */
#content .carpenter-boxes{
    margin-bottom: 60px;
}

#content .box-container.carpenter-boxes .box{
    position: relative;
}

#content .box-container.carpenter-boxes .box:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(35, 35, 35, 0.48);
    z-index: 0;
}

#content .box-container.carpenter-boxes .box-content{
    z-index: 1;
    top: 50% !important;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* --- CONTACT FORM --- */
.contact-form-wrapper h2{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-site .ccm-block-express-form{
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-site .ccm-block-express-form label{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.contact-site .ccm-block-express-form .form-control{
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
    border-width: 2px;
    border-color: #d6d3d3;
}

.contact-site .ccm-block-express-form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #45d23f;
}

.contact-site .ccm-block-express-form button[type="submit"]{
    border: none;
    outline: none;
}

.contact-site .ccm-block-express-form .text-muted.small{
    display: none;
}

/*  ----------  HISTORY SLIDER  ----------  */
.history-slider{}

.history-slider .swiper-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 146px) !important;
    background: url("http://harsfa.mcp.hu/application/themes/harsfa_new/images/content/parallax_layout_1.jpg") no-repeat center;
    background-attachment: fixed;
}

.history-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    color:#fff;
    overflow: hidden;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.history-slider .swiper-pagination{
    position: absolute;
    right: 25px;
    top: 50%;
    bottom: auto !important;
    width: auto;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.history-slider .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 16px 0;
    opacity: 0.7;
    background: #fff;
}

.history-slider .slider-content{
    position: relative;
    max-width: 580px;
    padding: 30px 0;
    text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.3);
}
.history-slider .slider-content:before,
.history-slider .slider-content:after{
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100vh;
    background: #fff;
}

.history-slider .slider-content:before{
    bottom: 100%;
}

.history-slider .slider-content:after{
    top: 100%;
}

.history-slider .slider-content .year{
    position: relative;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 6px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.history-slider .slider-content .year:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #45d23f;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    
}

.history-slider .slider-content h4{
    font-size: 26px;
    margin: 15px auto;
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 1px;
}
.history-slider .slider-content p{
    font-weight: 300;
    font-size: 20px;
    margin: 20px auto;
}



/* --- SEARCH --- */
#layout #search-container{
    display: block;
    /*max-height: 1px;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 750ms;
    -moz-transition: all 750ms;
    -ms-transition: all 750ms;
    -o-transition: all 750ms;
    transition: all 750ms;
}

body{
    overflow: auto;
}
body.visible-search{
    overflow: hidden;
}

body.visible-search #layout #search-container{
    opacity: 1;
    z-index: 100;
}

#search-container .background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(48, 150, 44, 0.87);
}

#search-container .search-box{
    opacity: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

body.visible-search #search-container .search-box{
    opacity: 1;
    top: 50%;
}

#search-container .close-search{
    content: '';
    position: absolute;
    top: 2vw;
    right: 2vw;
    font-size: 30px;
    width: 42px;
    height: 42px;
    background: url("../images/icons/icon-close-search.png") no-repeat center;
    background-size: contain;
    z-index: 100;
    cursor: pointer;
}

.ccm-search-block-form h3{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 42px;
    margin: 0 0 30px;
    letter-spacing: 2px;
    color: #fff;
}

.search-results .ccm-search-block-form h3{
    color: #333;
    text-align: left;
    font-size: 36px;
}


.ccm-search-block-form input[type="text"]{
    display: inline-block;
    width: 240px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
    border: 2px solid #d6d3d3;

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ccm-search-block-form input[type="text"]:focus {
    outline: none;
    box-shadow: none;
    border-color: #fffc1e;
}

.ccm-search-block-form input[type="submit"]{
    border: none;
    border-radius: 0;
    outline: none;
    padding: 10px 40px;
    background-color: #fffc1e;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* --- FOOTER --- */
footer{
    /*background-image: url('../images/bg-footer.png');*/
    /* min-height: 400px; */
    background: #f6f6f6;
    color: #808080;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}

footer .first-column .brand img{
    max-width:110px;
    margin-bottom:20px;
}

footer .first-column .text{
    font-size:13px;
    font-weight: 300;
}

footer .title{
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    margin-bottom:20px;
    font-weight: 600;
}

footer .links, footer .contacts{
    display: flex;
    flex-direction:column;
}

#layout footer .links a{
    color: #45d23f;
    margin: 0 0 15px 0;
}

footer .contacts div{
    margin: 0 0 15px 0;
}

footer .second-footer-row{
    padding: 20px 15px;
    border-top: 1px solid #dcdcdc;
    font-weight: 400;
    font-size: 12px;
    margin-top: 15px;
}