/*body {*/
/*    padding-top: 50px;*/
/*}*/

@media all and (max-width: 640px) {
    body #content main {
        padding-top: 0;
    }

    body section.blog h2{
        font-size: 14px;
    }

}

#banner,
#banner .sl_a a,
#banner .sl_a,
#banner .sl_a > div,
#banner .sl_a > div > a {
    display: block;
    position: relative;
    width: 100%;
    height: 770px;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}



#banner .sliderBullets {
    bottom: 50px;
}

.text-main {
    position: relative;
    width: 100%;
    max-width: 1210px;
    margin: -40px auto 0 auto;
    overflow: hidden;
}

#content .text-main .left_col {
    width: 40.5%;
}

#content .text-main .right_col {
    width: 58.5%;
}

section.goods_set_wrapper h2,
.goods_set.current h2,
section.blog h2,
section.about h2,
section.subscribe div.title,
section.goods_set_wrapper ul.tabs {
    display: block;
    height: 60px;
    line-height: 60px;
    font-family: Montserrat;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

section.goods_set_wrapper h2,
.goods_set.current h2,
section.about h2 {
    padding-bottom: 40px;
    background: transparent url("/images/divider.png") center 62px no-repeat;
}

section.goods_set_wrapper ul.tabs {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

section.goods_set_wrapper ul.tabs li {
    display: inline-block;
    position: relative;
    height: 20px;
    color: #9a9a9a;
    margin: 0 10px;
    cursor: pointer;
}

section.goods_set_wrapper ul.tabs li:hover {
    text-decoration: underline;
}

section.goods_set_wrapper ul.tabs li.current {
    color: #231f20;
}

section.goods_set_wrapper ul.tabs li:before {
    content: " ";
    display: block;
    position: absolute;
    left: -16px;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #9a9a9a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

section.goods_set_wrapper ul.tabs li:first-child:before {
    display: none;
}

.goods_set {
    display: none;
    overflow: hidden;
    padding: 40px 0;
    margin: 0 0 0 -48px;
}

section.goods_set_wrapper .current,
.goods_set.current {
    display: block;
}

section.subscribe div.title {
    padding: 0 0 40px 0;
    margin-top: -10px;
    font-weight: 600;
}


section.blog {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding: 40px 0;
    height: 360px;
    overflow: hidden;
}

section.about {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

section.about p {
    padding-bottom: 10px;
}

section.blog .news_list {
    display: block;
    list-style-type: none;
    margin-left: -60px;
    overflow: hidden;
    margin-top: 20px;
}

section.blog .news_list li {
    display: block;
    float: left;
    position: relative;
    width: 370px;
    height: 260px;
    margin: 0 0 60px 60px;
}

section.blog .news_list a {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 15px;
    padding: 65px 20px 20px 20px;
    background: transparent url("/images/blog-opacity.png") 0 0 repeat-x;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    line-height: 15px;
    overflow: hidden;
    transition: all 0.3s;
}

section.blog .news_list img {
    width: 100%;
}

section.blog .news_list a.img,
section.blog .news_list li:hover a.img {
    position: relative;
    width: 370px;
    height: 260px;
    padding: 0;
    background: none;
}

section.blog .news_list li:hover a {
    padding-top: 50px;
    height: 30px;
}

section.blog .news_list p {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 40px;
    z-index: 1;
    color: #fff;
    transition: all 0.3s;
}

section.blog .news_list li:hover p {
    bottom: 55px;
}

section.subscribe {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    padding: 40px;
}

section.subscribe form {
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    border: none;
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 40px;
}

section.subscribe div.result {
    text-align: center;
    padding-top: 4px;
}

section.subscribe form input[type=email] {
    display: block;
    margin-right: 50px;
    width: 90%;
    padding: 10px 5%;
    font-size: 15px;
    color: #231f20;
    line-height: 40px;
    outline: none;
    height: 36px;
    border: 1px solid #e5e5e5;
}

section.subscribe form input.error {
    border-color: red;
    background-color: #ffeeee;
}

section.subscribe form input[type=submit] {
    display: block;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #231f21;
    border: none;
    border-width: 0;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-color 0.5s;
    outline: none;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
}

section.subscribe form input[type=submit]:hover {
    background-color: #9a9a9e;
}

section.subscribe div.title span {
    display: block;
    text-align: center;
    color: #999;
    padding: 0 0 40px 0;
    margin-top: -30px;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: normal;
}

main .goods_wrapper {
    margin-left: 0;
}