@charset "UTF-8";
@font-face {
    font-family: 'zona_probold';
    src: url('../fonts/zonapro-bold-webfont.eot');
    src: url('../fonts/zonapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/zonapro-bold-webfont.woff2') format('woff2'),
         url('../fonts/zonapro-bold-webfont.woff') format('woff'),
         url('../fonts/zonapro-bold-webfont.ttf') format('truetype'),
         url('../fonts/zonapro-bold-webfont.svg#zona_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none;
    color: #666
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, td img {
    vertical-align: top
}

input, select, button, textarea {
    margin: 0;
    font-size: 100%;
    color: #666;
    font-family: "zona_probold", Arial, sans-serif;
}

input, textarea, button {
    -webkit-appearance: none
}

input[type="checkbox"] {
    vertical-align: bottom
}

input[type="radio"] {
    vertical-align: text-bottom
}

sub {
    vertical-align: sub;
    font-size: smaller
}

sup {
    vertical-align: super;
    font-size: smaller
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

body {
    background: #fff;
    position: relative;
    color: #000;
    text-align: left;
    font-family: "zona_probold", Arial, sans-serif;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100
}

@media only screen and (max-width: 1024px) {
    header {
        position: absolute
    }
}

section {
    min-height: 600px
}

@media only screen and (max-width: 767px) {
    section {
        min-height: 0
    }
}

.logo {
    position: absolute;
    left: 30px;
    top: 40px
}

.logo img {
    width:190px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}



.logo img.white {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.logo img.white.active {
    opacity: 1
}

.logo img.color {
    opacity: 0
}

.logo img.color.active {
    opacity: 1
}

@media only screen and (max-width: 1024px) {
    .logo {
        left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        top: 20px
    }

    .logo img {
        height: 60px;
        width:auto;
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape){
    .logo img{
        height:30px;
    }
    .logo{
        top:10px;
    }
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: #008f29;
    z-index: 1000
}

footer .btn-down {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/content/arrows.png) no-repeat 0 0;
    width: 36px;
    height: 31px
}

@media only screen and (max-width: 767px) {
    footer .btn-down {
        display: none
    }
}

footer .copy {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    padding: 32px 0 0 40px
}

footer .madeby {
    position: absolute;
    right: 40px;
    top: 25px
}

@media only screen and (max-width: 767px) {
    footer .copy {
        font-size: 14px;
        line-height: 18px;
        padding: 0
    }

    footer .madeby {
        position: relative;
        right: auto;
        top: auto
    }

    footer .madeby img {
        margin-top: 10px;
        width: 150px
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-subscribe_1 .subscribe {
        width: 280px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.footer-subscribe_1, .footer-subscribe_2 {
    display: none
}

@media only screen and (max-width: 767px) {
    .footer-subscribe_2 {
        display: block;
        padding: 10px
    }
}

.footer-subscribe_1 p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    left: 40px;
    top: 50%;
    padding-right: 480px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.footer-subscribe_1 .subscribe {
    position: absolute;
    left: 70%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer-subscribe_1 .share {
    position: absolute;
    right: 40px;
    top: 28px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase
}

.footer-subscribe_1 .share a {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .footer-subscribe_1 p, .footer-subscribe_1 .share {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-subscribe_1 .subscribe {
        left: auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .footer-subscribe_1 p {
        font-size: 14px;
        line-height: 16px
    }
}

.subscribe {
    height: 40px;
    width: 345px
}

@media only screen and (max-width: 767px) {
    .subscribe {
        width: 280px
    }
}

.subscribe input[type="text"] {
    float: left;
    padding: 0 0 0 17px;
    height: 40px;
    line-height: 40px;
    width: 212px;
    box-sizing: border-box;
    border: 1px solid #9c9c9c;
    background: #fff;
    font-size: 18px;
    color: #777;
    font-weight: 300;
    border-radius: 20px 0 0 20px;
    outline: none
}

.subscribe input[type="submit"] {
    float: left;
    height: 40px;
    width: 132px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #00bcdc;
    border: 1px solid #9c9c9c;
    border-left: 0;
    border-radius: 0 20px 20px 0;
    outline: none;
	cursor: pointer
}

@media only screen and (max-width: 767px) {
    .subscribe input[type="text"] {
        width: 170px;
        font-size: 16px
    }

    .subscribe input[type="submit"] {
        width: 110px;
        font-size: 16px
    }
}

.subscribe .thx {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    display: none
}

.section__wrap {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 180px
}

@media only screen and (max-width: 1024px) {
    .section__wrap {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .section__wrap {
        width: 100%;
        box-sizing: border-box
    }
}

.section-1 {
    background: url(../img/content/asf.jpg) no-repeat 100% 0;
    position: relative;
    background-size: cover
}

.section-1 .text h1 {
    color: #fff;
    font-weight: 300;
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 25px
}

@media only screen and (max-width: 1024px) {
    .section-1 .text h1 br {
        display: none
    }
}

.section-1 .text p {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 26px;
}

@media only screen and (max-width: 767px) {
    .section-1 .text h1 {
        font-size: 30px;
        line-height: 40px
    }

    .section-1 .text p {
        font-size: 16px;
        line-height: 20px;
        padding-top: 50px;
        padding-bottom: 10px;
    }
    /* .section__wrap{
        top:90px;
        transform:translate(0, 0);
		-webkit-transform: -webkit-translate(0,0);

    } */
}



.section-1 .subscribe {
    padding-bottom: 22px;
}

@media only screen and (max-width: 767px) and (orientation:landscape){
    .section__wrap{
        top:40px;
    }
	.section-1 .subscribe {
		padding-bottom: 5px;	
	}
}

.section-1 .kickstarter {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-weight: 300
}

.section-1 .kickstarter img {
    margin-left: 12px;
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .section-1 .kickstarter {
        padding-right: 20px
    }

    .section-1 .kickstarter img {
        /* display: block; */
        margin-left: 0;
        /* margin-top: 5px; */
    }
}

.section-2 {
    background: #fff;
    position: relative
}

.section-2 .text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 180px;
    width: 50%;
    box-sizing: border-box
}

.section-2 .text h2 {
    font-size: 55px;
    line-height: 60px;
    color: #008f29;
    font-weight: 400;
    padding-bottom: 40px
}

.section-2 .text p {
    color: #64666b;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300
}

.section-2 .img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-height: 100%
}

.section-2 .img img {
    max-height: 100%;
    max-width: 100%;
}


@media only screen and (max-width: 1024px) {
    .section-2 .text {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .section-2 {
        height: auto !important
    }

    .section-2 .text {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: auto;
        padding: 20px;
        text-align: center
    }

    .section-2 .text h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px
    }

    .section-2 .text p {
        font-size: 20px;
        line-height: 22px
    }

    .section-2 .img {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        max-height:none;
    }

    .section-2 .img img {
        width: 100%
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    .section-2 .img {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        max-height:none;
    }
}

.section-3 {
    background: #cee1ca;
    position: relative
}

.section-3 .text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 180px;
    padding-right: 50px;
    width: 50%;
    box-sizing: border-box
}

.section-3 .text h2 {
    font-size: 55px;
    line-height: 60px;
    color: #008f29;
    font-weight: 400;
    padding-bottom: 40px
}

.section-3 .text p {
    color: #231f20;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300
}

.section-3 .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: 0 0;
    background-size: cover
}

@media only screen and (max-width: 1024px) {
    .section-3 .text {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .section-3 {
        height: auto !important
    }

    .section-3 .text {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: auto;
        padding: 20px;
        text-align: center
    }

    .section-3 .text h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px
    }

    .section-3 .text p {
        font-size: 20px;
        line-height: 22px
    }

    .section-3 .img {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        height: 300px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.section-4 {
    background: #fff;
    position: relative
}

.section-4 .text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.section-4 .text h2 {
    font-size: 45px;
    line-height: 50px;
    color: #008f29;
    text-align: center;
    padding-bottom: 65px;
    font-weight: 400
}

.section-4 .text ul {
    text-align: center;
    font-size: 0;
    line-height: 0
}

.section-4 .text ul li {
    vertical-align: middle;
    list-style: none;
    display: inline-block;
    padding-left: 40px
}

.section-4 .text ul li img {
    display: block;
    margin-bottom: 40px;
    width: 305px
}

.section-4 .text ul li:first-child {
    padding-left: 0
}

.section-4 .text ul li p {
    font-size: 22px;
    line-height: 42px;
    color: #008f29;
    font-weight: 300
}

.section-4 .text ul li p strong {
    font-size: 30px;
    line-height: 42px;
    color: #008f29
}

@media only screen and (max-width: 1024px) {
    .section-4 .text ul li {
        padding-left: 40px;
        padding-bottom: 40px
    }

    .section-4 .text ul li img {
        width: 250px
    }

    .section-4 .text ul li:first-child {
        padding-left: 0
    }
}

@media only screen and (max-width: 1024px) and (orientation:portrait) {
    .section-4 .text ul li img{
        width:200px;
    }
}

@media only screen and (max-width: 767px) {
    .section-4 {
        height: auto !important
    }

    .section-4 .text {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: auto;
        padding: 20px;
        text-align: center
    }

    .section-4 .text h2 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 40px;
        padding-top: 20px
    }

    .section-4 .text ul li {
        padding:0 0 50px 0;
        display: block;
    }

    .section-4 .text ul li img {
        margin:0 auto 15px;
    }
}

.section-5 {
    position: relative;
    background: #fff;
}

.section-5 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #008f29;
    text-align: center;
    padding-bottom: 65px;
    position: absolute;
    font-weight: 400;
    left: 0;
    width: 100%;
    top: -120px
}

.section-5 img {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 300px;
    margin-right: 40px
}

.section-5 .text {
    position: relative;
    height: 210px;
    padding-left: 50%;
    padding-top: 40px;
    width: 37%
}

.section-5 .text q {
    font-size: 18px;
    line-height: 24px;
    color: #231f20;
    font-weight: 300;
    quotes: none;
    position: relative;
    display: block
}

.section-5 .text q:after {
    content: "“";
    font-size: 60px;
    line-height: 60px;
    color: #339933;
    position: absolute;
    display: block;
    left: -20px;
    top: -30px
}

.section-5 .text q:before {
    content: "”";
    font-size: 60px;
    line-height: 60px;
    color: #339933;
    position: absolute;
    display: block;
    right: -20px;
    bottom: -40px
}



@media only screen and (max-width: 767px) {
    .section-5 {
        height: auto !important
    }

    .section-5 h2 {
        position: relative;
        left: auto;
        top: auto;
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
        color: #fff;
        padding-top: 20px
    }

    .section-5 .text {
        position: relative;
        height: auto;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 40px;
        width: auto
    }

    .section-5 .text q {
        margin: 0 20px;
        font-size: 20px;
        line-height: 22px
    }

    .section-5 .text p {
        padding: 20px 20px 10px 20px
    }

    .section-5 img {
        display: block;
        width: 50%;
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-bottom: 40px
    }
}

.section-5__wrap {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 280px;
    margin-top: -125px;
    background: #d8e6d0
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-5__wrap {
        height: 350px;
        margin-top: -175px
    }
}

@media only screen and (max-width: 767px) {
    .section-5__wrap {
        position: relative;
        top: auto;
        height: auto;
        width: auto;
        margin-top: 0
    }
}

.section-6 {
    background: #98c28e;
    position: relative
}

.section-6 h2 {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding-bottom: 65px;
    position: absolute;
    font-weight: 400;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -230px
}

.section-6 .carousel {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    overflow: hidden
}

.section-6 .carousel .slick-prev {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 39px;
    height: 77px;
    background: url(../img/content/arrow_left.png) no-repeat 0 0;
    -webkit-transform: translate(-389px, -50%);
    -ms-transform: translate(-389px, -50%);
    transform: translate(-389px, -50%);
    outline: none;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-appearance:none;
}

.section-6 .carousel .slick-prev:hover {
    opacity: 1
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-6 .carousel .slick-prev {
        -webkit-transform: translate(-359px, -50%);
        -ms-transform: translate(-359px, -50%);
        transform: translate(-359px, -50%)
    }
}

@media only screen and (max-width: 767px) {
    .section-6 .carousel .slick-prev {
        -webkit-transform: translate(-150px, -50%);
        -ms-transform: translate(-150px, -50%);
        transform: translate(-150px, -50%);
        background-size: cover;
        height: 36px;
        width: 18px
    }
}

.section-6 .carousel .slick-next {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 39px;
    height: 77px;
    background: url(../img/content/arrow_right.png) no-repeat 0 0;
    -webkit-transform: translate(350px, -50%);
    -ms-transform: translate(350px, -50%);
    transform: translate(350px, -50%);
    outline: none;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-appearance:none;
}

.section-6 .carousel .slick-next:hover {
    opacity: 1
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .section-6 .carousel .slick-next {
        -webkit-transform: translate(320px, -50%);
        -ms-transform: translate(320px, -50%);
        transform: translate(320px, -50%)
    }
}

@media only screen and (max-width: 767px) {
    .section-6 .carousel .slick-next {
        -webkit-transform: translate(130px, -50%);
        -ms-transform: translate(130px, -50%);
        transform: translate(130px, -50%);
        background-size: cover;
        height: 36px;
        width: 18px
    }
}

.section-6 .carousel .item {
    text-align: center;
    float: left;
    width: 580px;
    cursor: pointer;
    padding: 0 100px;
    opacity: .35;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.section-6 .carousel .item.slick-center {
    opacity: 1
}

.section-6 .carousel .item p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 74px
}

.section-6 .carousel .item .author {
    position: relative;
    font-weight: 300
}

.section-6 .carousel .item .author strong {
    font-weight: 400
}

.section-6 .carousel .item .author:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/content/arrow_bottom.png) no-repeat 0 0;
    width: 573px;
    height: 17px;
    left: 50%;
    margin-left: -286px;
    top: -41px
}

@media only screen and (max-width: 767px) {
    .section-6 .carousel .item .author:after {
        width: 200px;
        background-position: 50% 0;
        margin-left: -100px
    }
}

@media only screen and (max-width: 767px) {
    .section-6 {
        height: auto !important
    }

    .section-6 h2 {
        position: relative;
        left: auto;
        top: auto;
        font-size: 24px;
        line-height: 28px;
        padding: 20px 30px 30px 30px;
        color: #fff;
        margin-top: 0;
        width: auto
    }

    .section-6 .carousel {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0;
        padding-bottom: 20px
    }

    .section-6 .carousel .item {
        padding: 0 30px
    }

    .section-6 .carousel .item p {
        font-size: 16px;
        line-height: 20px
    }
}

.section-7 {
    background: #fff;
    position: relative
}

.section-7 .text {
    padding-left: 180px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 80%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.section-7 .text h2 {
    font-size: 45px;
    line-height: 54px;
    color: #008f29;
    padding-bottom: 60px;
    font-weight: 400
}

.section-7 .text p {
    font-size: 18px;
    line-height: 22px;
    color: #777;
    padding-top: 19px
}

.section-7 .img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-height: 100%
}

.section-7 .img img {
    max-height: 100%;
    max-width: 100%
}

@media only screen and (max-width: 1024px) {
    .section-7 .text {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .section-7 .text {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .section-7 .text h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 20px 30px;
        text-align: center
    }

    .section-7 .text p {
        font-size: 20px;
        line-height: 22px;
        padding-left: 20px
    }

    .section-7 .img {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        width: auto;
        max-height:none;
    }

    .section-7 .img img {
        width: 100%
    }
}


@media only screen and (max-width: 767px) and (orientation:landscape){
    .section-2 .img img, .section-7 .img img{
        max-height: none;
        position: relative;
        height:auto;
    }
}

/*Tzvi*/

#at-share-dock {
    bottom: 79px!important;
    box-shadow: none!important;
}


.at4-share-title {
    background: #008f29;
    color: white;
    padding-left: 2px;
    padding: 5px 4px;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
 
	.section-7 .img {
		padding-bottom: 50px;
	}
}