*{
    font-family: Georgia, Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    outline: none;
}
.container{
    width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
.btns{
    padding: 30px 0;
    text-align: center;
}
.btns .button{
    display: inline-block;
    color: #fff;
    background: #126b33;
    text-decoration: none;
    min-height: 40px;
    padding: 0 50px;
    border: none;
    line-height: 40px;
    border-radius: 3px;
}
.btns .button:hover{
    box-shadow: 0 1px 3px #999;
}
section.content{
    padding: 40px 0;
}
section.content p{
    margin-bottom: 10px;
}
section.content ul,section.content ol{
    padding-left: 30px;
}
section.content li{
    margin-bottom: 10px;
}
section.content h3{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
section.content h5{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

section.name{
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #295e32;
}
section.name h3{
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

header{
    padding: 75px 0;
    background-image: url(/wp-content/themes/land/img/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    text-align: center;
}
header h5{
    margin-bottom: 20px;
    text-align: center;
}
header h5 span{
    display: inline-block;
    background: #b6d7a8;
    font-size: 28px;
    padding: 5px 10px;
    color: #000;
    font-weight: 400;
}
header h1{
    font-size: 48px;
    text-decoration: underline;
    margin-bottom: 20px;
    font-weight: 400;
}
header h4{
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 20px;
    font-weight: 400;
}
header h3{
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}

.dbg{position: relative;}
.dbg .container{position: relative;z-index: 3;}
.dbg:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: 0.4;
    z-index: 1;
}

.content .alignleft{
    float: left;
    margin: 0 15px 15px 0;
}
.content .alignright{
    float: right;
    margin: 0 0 15px 15px;
}
.content img{
    max-width: 100%;
    height: auto;
}

.leftit .left{
    width: 40%;
    float: left;
}
.leftit .right{
    width: 55%;
    float: right;
}
.rightit .left{
    width: 55%;
    float: left;
}
.rightit .right{
    width: 40%;
    float: right;
}

.socs{
    text-align: center;
    padding: 15px 0;
}
.socs a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}

.slick-slider .img{
    width: 100px;
    height: 580px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

footer{
    padding: 50px 0;
    background: #295e32;
    color: #fff;
}

.slick-prev, .slick-next{
    background: #a1a1a1;
}


@media(max-width:1300px){
    .container{
        width: 992px;
    }
}
@media(max-width:1040px){
    .container{
        width: 768px;
    }
}
@media(max-width:800px){
    .container{
        width: 480px;
    }
    .leftit .left, .leftit .right, 
    .rightit .left, .rightit .right{
        width: 100%;
        float: none;
    }
}
@media(max-width:520px){
    .container{
        width: 360px;
    }
}
@media(max-width:400px){
    .container{
        width: 100%;
    }
}

.container:after,.cl:after{
    content:"";
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    clear: both;
}
