h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    margin: 10px 0;
}

h3{
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 16px;
}
h3:first-child{
    border-right: solid 1px #fbbc08;
    padding-right: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}
h3 a:hover{
    color: #4a602b;
}

h4{
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin: 20px 0 10px;
}

.more,
.more:visited,
.more:active,
.more:focus{
    position: relative;
    float: left;
    border-top: solid 1px #fbbc08;
    padding: 15px 20px 15px 0;
    color: #000;
    font-weight: 400;
}

.more:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
         -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}
.more:hover:after{
    border-color: #4a602b;
}

/* main*/

#main{
    position: relative;
    margin: 20px 0;
    z-index: 2;
    font-weight: 400;
}
#main .container{
    padding: 5% 0 3%;
}

#main .post{
    float: left;
    width: calc(100% - 300px);
    padding-right: 100px;
}

#main .column{
    position: relative;
    float: left;
    width: 300px;
    padding-top: 20px;
}


#main .img{
    margin: 30px 0;
}

#main .post h2{
    margin-top: 0;
    font-size: 36px;
    line-height: 40px;
}

#main .column h3{
    float: none;
    font-size: 28px;
    line-height: 28px;
    border: none;
    padding: 0;
    margin: 30px 0 15px;
    text-transform: none;
}
#main .column input{
    display: block;
    width: 100%;
    line-height: 45px;
    padding: 0 50px 0 10px;
    border: solid 1px #fbbc08;
}

#main .search{
    position: relative;
}

#main #search{
    cursor: progress;
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background: #fbbc08;
    border-left: solid 1px #fbbc08;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
#main #search:hover{
    background: transparent;
}
#main #search:before,
#main #search:after{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 30px;
    height: 30px;
    background: url('../img/search.png');
    background-position: -30px 0;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
#main #search:after{
    opacity: 0;
    background-position: 0;
}
#main #search:hover:before{
    opacity: 0;
}
#main #search:hover:after{
    opacity: 1;
}

#main .categories{
    border-bottom: solid 1px #000;
    padding-bottom: 30px;
}

#main .categories a,
#main .categories a:visited,
#main .categories a:focus,
#main .categories a:active{
    position: relative;
    font-size: 18px;
    color: #4a602b;
    font-weight: 400;
}
#main .categories a:hover{
    color: #000;
}
#main .categories a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: #4a602b;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
#main .categories a:hover:after{
    opacity: 1;
}

#main .image{
    border-bottom: solid 1px #000;
    padding: 30px 0;
}
#main .image img{
    position: relative;
    max-width: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

}

#main .video,
#main .btn,
#main iframe{
    margin-bottom: 20px;
}


#products-slider{
    margin: 0 -5px 30px;
    position: relative;
}
#products-slider .product{
    padding: 0 5px;
    outline: 0;
    text-align: center;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
#products-slider .product a{
    display: inline-block;
}
#products-slider .product:hover{
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
}
#products-slider .slick-arrow{
    position: absolute;
    font-size: 0;
    background: transparent;
    border: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    outline: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#products-slider .slick-arrow:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    border-left: solid 2px #485f2b;
    border-bottom: solid 2px #485f2b;
}
#products-slider .slick-prev{
    left: -20px;
}
#products-slider .slick-next{
    right: -20px;
}
#products-slider .slick-prev:before{
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
#products-slider .slick-next:before{
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
       -moz-transform: translate(-50%, -50%) rotate(-135deg);
         -o-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
}

/*posts*/

#posts{
    overflow: hidden;
    position: relative;
    background: #fdf6ec;
    padding: 20px 0;
}
#posts .container{
    padding: 5% 0 3%;
}

#posts .posts{
    margin: 0 -10px;
}

#posts .item{
    float: left;
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    background: #fff;
}
#posts .item,
#posts .item:active,
#posts .item:visited,
#posts .item:focus{
    color: #000;
}

#posts .item .img{
    display: block;
    padding-bottom: 50%;
}
#posts .item h4{
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 20px;
}
#posts .item h3{
    font-size: 12px;
    line-height: 12px;
}

#posts .item .info{
    padding: 17px 20px 8px;
}
#posts .item .details{
    display: inline-block;
    width: 100%;
}
#posts .item .more,
#posts .item .more:visited,
#posts .item .more:active,
#posts .item .more:focus{
    font-size: 13px;
    padding: 10px 15px 10px 0;
}
#posts .item .more:after{
    width: 6px;
    height: 6px;
}


#posts .bg{
    position: absolute;
    top: 0;
    left: 0;
}
#posts .bg.glowin{
    opacity: 1;
}

/* Responsive ----------------------------------------------------------*/

@media(max-width: 1700px){
    #header .bg img{
        min-width: 1680px;
    }
}

@media(max-width: 1450px){
    #main .image img{
        width: 125%;
    }
}


@media(max-width: 1350px){
    #main .image img{
        width: 115%;
    }
}

@media(max-width: 1300px){
    #main .post {
        padding-right: 40px;
        width: calc(100% - 250px);
    }
    #main .column{
        width: 250px;
    }
    #main .column input{
        line-height: 40px;
    }
    #main .image img{
        width: 110%;
    }
    #main #search{
        width: 42px;
        height: 42px;
    }
    #main #search:before,
    #main #search:after{
        width: 25px;
        height: 25px;
        background-size: 50px;
    }
    #main #search:before{
        background-position: -25px 0;
    }
}

@media(max-width: 1200px){
    #header .bg img{
        min-width: 1450px;
    }
}

@media(max-width: 1024px){
    #header .bg img{
        min-width: 1400px;
    }
    #main .post,
    #main .column{
        float: none;
        width: auto;
        border: 0;
    }
    #main .column .left,
    #main .column .right{
        float: left;
        width: 50%;
    }
    #main .column .left{
        padding-right: 20px;
    }
    #main .column .right{
        padding-left: 20px;
    }
    #main .image{
        float: none;
        width: auto;
        border-top: solid 1px #000;
        padding-top: 30px;
    }
    #main .categories{
        border: none;
        padding: 0;
        line-height: 20px;
        margin-bottom: 35px;
    }
    #main .image img{
        width: auto;
        max-width: 100%;
    }
    #main .search{
        margin-bottom: 35px;
    }
}

@media(max-width: 900px){
    #posts .item{
        width: calc(33.3% - 20px);
    }
    #posts .item:nth-last-child(2){
        display: none;
    }
}

@media(max-width: 800px){
    #header .bg img{
        min-width: 1250px;
    }
}

@media(max-width: 700px){
    #posts .item{
        width: calc(50% - 20px);
    }
    #posts .item:nth-last-child(2){
        display: block;
    }
}

@media(max-width: 550px){
    #main .column .left,
    #main .column .right{
        float: none;
        width: auto;
        padding: 0;
    }
    #main .column input{
        line-height: 35px;
    }
    #main #search{
        width: 37px;
        height: 37px;
    }
    #main #search:before,
    #main #search:after{
        top: 6px;
        left: 6px;
    }
}

@media(max-width: 500px){
    #posts .posts {
        margin: 0;
    }
    #posts .item{
        float: none;
        width: auto;
        margin: 0 0 30px;
    }
}

@media(max-width: 400px){
    #products-slider {
        margin: 0 0 30px;
    }
    #products-slider .slick-prev{
        left: -15px;
    }
    #products-slider .slick-next{
        right: -15px;
    }
}

@media(max-width: 350px){
    #header .bg img{
        margin-left: 20px;
    }
}