body {
    padding: 0;
    margin: 0;
    background-color: rgb(255,255,255);
}
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 110px;
    background-color: rgb(255,255,255);
    z-index: 999;
}
header .logo-area {
    height: 77px;
}
header .logo-area .logo {
    float: left;
    margin-left: 18px;
    line-height: 77px;
}
header .logo-area .logo img {
    vertical-align: middle;
}
header .logo-area .mobile-menu {
    display: none;
    cursor: pointer;
    width: 38px;
    height: 50px;
    float: right;
    margin-right: 20px;
    background: url(../stat-site-img/menu.png) no-repeat center center transparent;
}
header .logo-area .social-area {
    float: right;
    margin-top: 20px;
}
header .logo-area .social-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header .logo-area .social-area ul li {
    float: left;
    margin-right: 15px;
}
header .logo-area .social-area ul li:nth-child(5) {
    margin-right: 18px;
}
header .logo-area .social-area ul li a {
    display: inline-block;
}
header .logo-area .social-area ul li a{
    width: 37px;
    height: 27px; 
   
}


header .logo-area .social-area ul li a.facebook{
    background: url('../stat-site-img/facebook.png') no-repeat;
     background-position:0 -27px; 
}
header .logo-area .social-area ul li a.facebook:hover{
    background-position: 0 1px;
}
header .logo-area .social-area ul li a.insta{
    background: url('../stat-site-img/insta.png') no-repeat;
     background-position:0 -27px;
}
header .logo-area .social-area ul li a.insta:hover{
     background-position: 0 1px;
}
header .logo-area .social-area ul li a.twitter{
    background: url('../stat-site-img/twitter.png') no-repeat;
     background-position:0 -27px;
}
header .logo-area .social-area ul li a.twitter:hover{
    background-position: 0 1px;
}
header .logo-area .social-area ul li a.blog{
    background: url('../stat-site-img/blog.png') no-repeat;
     background-position:0 -27px;
}
header .logo-area .social-area ul li a.blog:hover{
     background-position: 0 1px;
}
header .logo-area .social-area ul li a.youtube{
    background: url('../stat-site-img/youtube.png') no-repeat;
     background-position:0 -27px;
}
header .logo-area .social-area ul li a.youtube:hover{
    background-position: 0 1px;
}
header .menu-area {
    background-color: rgb(35,31,32);
    height: 33px;
}
header .menu-area .mobile-social-area {
    display: none;
}
header .menu-area > div > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
header .menu-area > div > ul li {
    float: left;    
}
header .menu-area > div > ul li:first-child {
    margin-left: 4px;
}
header .menu-area > div > ul li a {    
    font-family: "museo-sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255,255,255);
    padding: 0 16px;
    line-height: 33px;
    text-decoration: none;
    display: inline-block;
}
header .menu-area > div > ul li:hover a, header .menu-area > div > ul li.active a {
    background-color: #7AB800;
}
#who-we-are-section {
    margin-top: 0px;
    padding-top: 110px;
}
#who-we-are-section .back img {
    margin-top: 30px;
}
#who-we-are-section .parent {
    position: absolute;
    top: 100px;
    left: 80px;
    width: 800px;
    height: 800px;
}
#who-we-are-section .parent > div {
    display: table;
    width: 100%;
    height: 100%;
}
#who-we-are-section .parent > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
#who-we-are-section .parent .title {
    font-family: "museo-sans",sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: rgb(155,45,142);
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
}
#who-we-are-section .parent .description {
    font-family: "museo-sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255,255,255);
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
}
#who-we-are-section .parent .description.space {
    margin-top: 0;
    margin-bottom: 32px;
}
#who-we-are-section .parent .description.mobile {
    display: none;
}
#who-we-are-section .parent .description.des1 {
    padding-left: 108px;
}
#who-we-are-section .parent .description.des2 {
    padding-left: 85px;
}
#who-we-are-section .parent .description.des3 {
    padding-left: 65px;
}
#who-we-are-section .parent .description.des4 {
    padding-left: 50px;
}
#who-we-are-section .parent .description.des5 {
    padding-left: 30px;
}
#who-we-are-section .parent .description.des6 {
    padding-left: 20px;
}
#who-we-are-section .parent .description.des7 {
    padding-left: 8px;
}
#who-we-are-section .parent .description.des8 {
    padding-left: 12px;
}
#who-we-are-section .parent .description.des9 {
    padding-left: 16px;
}
#who-we-are-section .parent .description.des10 {
    padding-left: 25px;
}
#who-we-are-section .parent .description.des11 {
    padding-left: 38px;
}
#who-we-are-section .parent .description.des12 {
    padding-left: 60px;
}
#who-we-are-section .parent .description.des13 {
    padding-left: 83px;
}
#who-we-are-section .parent .mark.desktop, #who-we-are-section .parent .mark.mobile{
    font-family: "museo-sans",sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: rgb(155,45,142);
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
#who-we-are-section .parent .mark.mobile {
    display: none;
    margin-top: 0;
}
#find-store-section {
    padding-top: 110px;
    margin-top: -48px;
}
#find-store-section .parent {
    background-color: #7AB800;
    overflow: hidden;
}
#find-store-section .parent > div {
    width: 916px;
    margin: 0 auto;
}
#find-store-section .title.desktop, #find-store-section .title.mobile {
    font-family: "museo-sans",sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: rgb(255,255,255);
    margin: 0;
    line-height: 80px;
    text-align: center;
}
#find-store-section .title.mobile {
    display: none;
}
#webshop-section {
  /*  height: 190px;*/
    /*height: auto;*/
    margin-top: -110px;
    padding-top: 110px;
}

#webshop-section .clear{
    clear:both;
}

#webshop-section img{
    float:right;
    margin-left: 35px;
}
#webshop-section .parent {
    background-color: rgb(155,45,142);
    /*height: 190px;*/
    text-align: left;
    padding-left: 75px;
    font-family: "museo-sans",sans-serif;
}
#webshop-section .parent .title {
    
    font-size: 36px;
    font-weight: 500;
    color: rgb(244,178,52);
    text-align: right;
    margin: 0;
    padding-top: 37px;

}
#webshop-section .parent h2{
    color: #7ab800;
    font-size: 30px;
    font-weight: 500;
    margin-top: 17px;
   
}
#webshop-section .parent p{
    color: #ffffff;
    font-family: "museo-sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
   
}
#webshop-section .parent a {
    display: inline-block;
    font-family: "museo-sans-rounded",sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255,255,255);
    height: 26px;
    line-height: 26px;        
    background: url(../stat-site-img/arrow.png) no-repeat 95% center transparent;
    background-color: #7AB800;
    text-decoration: none;
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    text-align:center;
    padding:0 45px 0 14px;
   
    margin-top: 55px;
}
#signup-section {
    height: 723px;
    margin-top: -110px;
    padding-top: 110px;
}
#signup-section .photo-parent {
    float: left;
}
#signup-section .photo-parent img {
    float: left;
}
#signup-section .signup-parent {
    height: 83px;
    background: url(../stat-site-img/signup-text.png) no-repeat center center transparent;
    background-color: rgb(92,202,231);
    width: 100%;
    float: left;    
}
#signup-section .register-parent {
    float: left;
    width: 100%;
}
#signup-section .register-parent form.register-form {
    height: 320px;
}
#signup-section .register-parent form.register-form .register-left {
    float: left;
    width: 495px;
    height: 320px;
    background-color: rgb(244,178,52);
    padding: 0 75px 0 70px;
}
#signup-section .register-parent form.register-form .register-right {
    float: left;
    width: 320px;
    height: 320px;
    background-color: rgb(7,142,168);
}
#signup-section .register-parent form.register-form .register-left p {
    font-family: "museo-sans",sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: rgb(205,79,154);
    padding: 30px 0 16px 0;
    margin: 0;
    text-align: left;
    width: 495px;
}
#signup-section .register-parent form.register-form .register-left input {
    line-height: 18px;
    border: 0;
    padding: 10px 18px;
    font-family: "museo-sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(7,142,168);
    margin-bottom: 19px;
    width: 459px;
    height: 18px;
}
#signup-section .register-parent form.register-form .register-left input::-webkit-input-placeholder {  
    color: rgb(7,142,168);
}
#signup-section .register-parent form.register-form .register-left input:-moz-placeholder {
    color: rgb(7,142,168);
}
#signup-section .register-parent form.register-form .register-left input::-moz-placeholder {
    color: rgb(7,142,168);
}
#signup-section .register-parent form.register-form .register-left input:-ms-input-placeholder {  
    color: rgb(7,142,168);
}
#signup-section .register-parent form.register-form .register-right .register-check {
    margin: 85px 0 0 60px;
}
#signup-section .register-parent form.register-form .register-right .register-check > div {
    position: relative;
}
#signup-section .register-parent form.register-form .register-right .register-check .check-btn-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #7AB800;
    background-color: white;
}
#signup-section .register-parent form.register-form .register-right .register-check .check-btn {
    position: absolute;
    left: 0px;
    top: -4px;
    width: 22px;
    height: 22px;
    opacity: 0;
    cursor: pointer;
    background: url(../stat-site-img/check.png) no-repeat 3px 1px transparent;
}
#signup-section .register-parent form.register-form .register-right .register-check .check-btn.active {
    opacity: 1;
}
#signup-section .register-parent form.register-form .register-right .register-check p {
    margin: 0;
    font-family: "museo-sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255,255,255);
    padding-left: 45px;
    margin-bottom: 17px;
}
#signup-section .register-parent form.register-form .register-right .register-check p.margin0 {
    margin: 0;
}
#signup-section .register-parent form.register-form .register-right .register-btn {
    font-family: "museo-sans-rounded",sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255,255,255);
    width: 198px;
    height: 26px;
    line-height: 26px;
    background: url(../stat-site-img/arrow.png) no-repeat 175px center transparent;
    background-color: #7AB800;
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    margin: 45px 0 0 60px;
    border: 0;
    text-indent: 20px;
    text-align: left;
    padding: 0;
    cursor: pointer;
}
#contact-section {
    height: 479px;    
}
#contact-section .contact-image {
    float: left;
}
#contact-section .contact-info {
    float: left;
    background-color: rgb(205,79,154);
    height: 479px;
    width: 585px;
    padding: 0 34px 0 21px;
}
#contact-section .contact-info .contact-title {
    font-family: "museo-sans",sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: rgb(244,178,52);
    margin: 30px 0 16px 0;
}
#contact-section .contact-info .call-center {
    font-family: "museo-sans",sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: rgb(255,255,255);
    margin: 0 0 20px 0;
}
#contact-section .contact-info .contact-description {
    font-family: "museo-sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(92,202,231);
    line-height: 28px;
    margin: 0;
}
#contact-section .contact-info .email-title {
    font-family: "museo-sans",sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: rgb(244,178,52);
    margin: 25px 0 4px 0;
}
#contact-section .contact-info .email {
    font-family: "museo-sans",sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: rgb(255,255,255);
    margin: 0;
    text-decoration: none;
}
#contact-section .contact-info .phone-title {
    font-family: "museo-sans",sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: rgb(244,178,52);
    margin: 28px 0 4px 0;
}
#contact-section .contact-info .phone {
    font-family: "museo-sans",sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: rgb(255,255,255);
    margin: 0;
    text-decoration: none;
}
#footer-section {
    height: 160px;
    background-color: #7AB800;
}
#footer-section .container { 
    text-align: center;
}
#footer-section p {
    font-family: "museo-sans",sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgb(255,255,255);
    text-align: center;    
    padding: 12px 0 0 0;
    margin: 0;
}
#footer-section p:first-child {
    padding-top: 40px;
}
#footer-section p:nth-child(3) {
    border-bottom: 1px solid white;
    display: inline-block;
}
#register-section {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 110px;
}
#register-section .back img {
    margin-top: 30px;
}

#privacy-section {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 100px;
    font-family: "museo-sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;

}

#register-section .parent {
    position: absolute;
    top: 100px;
    left: 80px;
    width: 800px;
    height: 800px;
}
#register-section .parent .title {
    font-family: "museo-sans",sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: rgb(155,45,142);
    margin-top: 90px;
    margin-bottom: 16px;
    text-align: center;
}

/*@media (max-width: 320px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 320px;
    }
    #who-we-are-section, #find-store-section, #webshop-section, #signup-section {
        padding-top: 56px;
    }
    header {
        height: 56px;
    }
    header .logo-area {
        height: 50px;
        border-bottom: 6px solid rgb(35,31,32);
    }
    header .logo-area .logo {
        margin-left: 10px;
        line-height: 50px;
    }
    header .logo-area .logo img {
        width: 175px;
    }
    header .logo-area .social-area {
        display: none;
    }
    header .menu-area {
        display:none;
        height: 237px;
    }

    header .menu-area > div > ul li {
        text-align: center;
        float: none;
    }
    header .menu-area > div > ul li:first-child {
        margin: 0;
    }
    header .menu-area > div > ul li a {
        width: 100%;
        padding: 0;
        font-size: 18px;
        line-height: 34px;
    }
    header .menu-area .mobile-social-area {
        display: block;
    }
    header .menu-area .mobile-social-area ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    header .menu-area .mobile-social-area ul li {
        display: inline-block;
        padding: 0 5px;
        margin-top: 15px;
    }
    header .logo-area .mobile-menu {
        display: block;
    }    
    #who-we-are-section .back, #register-section .back {
        overflow: hidden;
    }
    #who-we-are-section .back img {
        margin-top: 20px;
        margin-left: -385px;
        height: 1090px;
    }
    #who-we-are-section .parent {
        top: 88px;
        left: 10px;
        width: 300px;
        height: 300px;
    }
    #register-section {
        margin-top: 0px;
        padding-top: 56px;
    }    
    #register-section .back img {
        margin-top: 20px;
        margin-left: 0;
        height: 320px;
    }
    #register-section .parent {
        top: 20px;
        left: 0;
        width: 320px;
        height: 320px;
    }
    #register-section .parent .title {
        font-size: 48px;
        margin-top: 125px;
    } 
    #who-we-are-section .parent > div, #who-we-are-section .parent > div > div {
        display: inline-block;
    }
    #who-we-are-section .parent .description.desktop {
        display: none;
    }
    #who-we-are-section .parent .description.mobile {
        display: block;
        line-height: 25px;
        padding-bottom: 24px;
    }
    #who-we-are-section .parent .mark.desktop {
        display: none;
    }
    #who-we-are-section .parent .mark.mobile {
        display: block;
    }     
    #find-store-section .title.mobile {
        display: block;
        line-height: 40px;
        padding: 25px 0;        
    }
    #find-store-section .title.desktop {
        display: none;
    }
    #find-store-section .parent > div {
        height: 485px;
    }        
    #signup-section {
        margin-top: -56px;
        height: 952px;
    }
    #signup-section .photo-parent img.desktop {
        display: none;
    }
    #signup-section .register-parent form.register-form .register-left {
        float: left;
        width: 300px;
        height: 320px;
        background-color: rgb(244,178,52);
        padding: 0 10px;
    }
    #signup-section .register-parent form.register-form .register-left p {
        width: auto;
        padding-top: 20px;
    }
    #signup-section .register-parent form.register-form .register-left input {
        width: 264px;
    }
    #signup-section .register-parent form.register-form .register-right {
        height: 230px;
    }
    #signup-section .register-parent form.register-form .register-right .register-check {
        margin: 30px 0 0 60px;
    }
    #signup-section .register-parent form.register-form .register-right .register-btn {
        margin-top: 15px;
    }
    #contact-section {
        height: 958px;
    }
    #contact-section .contact-info {
        margin-top: -85px;
        width: 300px;
        height: 560px;
        padding: 0 10px;        
    }
    #contact-section .contact-info .contact-title {
        text-align: center;
    }
}
*/
/*
@media (min-width: 768px) and (max-width: 959px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 768px;
    }
    #who-we-are-section {
        height: 998px;
        overflow: hidden;
    }
    #who-we-are-section .back {
        position: absolute;
        left: 50%;
        margin-left: -482px;
    }
    #who-we-are-section .parent {
        left: 0;
        width: 100%;
    }
    #who-we-are-section .parent .description.desktop {
        display: none;
    }
    #who-we-are-section .parent .description.mobile {
        display: block;
        line-height: 30px;
        padding-bottom: 24px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #register-section {
        height: 998px;
        overflow: hidden;
    }
    #register-section .back {
        position: absolute;
        left: 50%;
        margin-left: -482px;
    }        
    #register-section .parent {
        left: 0;
        width: 100%;
    }
    #register-section .parent .title {
        margin-top: 125px;
    }
    #signup-section {
        height: 786px;
    }
    #signup-section .photo-parent img:nth-child(3) {
        display: none;
    }
    #signup-section .photo-parent img {
        width: 384px;
    }
    #signup-section .register-parent form.register-form .register-left {
        width: 482px;
        padding: 0 15px 0 15px;
    }
    #signup-section .register-parent form.register-form .register-left p {
        width: auto;
    }
    #signup-section .register-parent form.register-form .register-left input {
        width: 446px;
    }
    #signup-section .register-parent form.register-form .register-right {
        width: 256px;
    }
    #signup-section .register-parent form.register-form .register-right .register-check, #signup-section .register-parent form.register-form .register-right .register-btn{
        margin-left: 30px;
    }
    #contact-section {
        height: 383px;
    }
    #contact-section .contact-image img {
        width: 256px;
    }
    #contact-section .contact-info {
        width: 472px;
        padding: 0 20px 0 20px;
        height: 383px;
    }
    #contact-section .contact-info .contact-title {
        font-size: 30px;
        margin: 25px 0 8px 0;
    }
    #contact-section .contact-info .call-center {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    #contact-section .contact-info .contact-description {
        line-height: 25px;
    }
    #contact-section .contact-info .email-title, #contact-section .contact-info .phone-title {
        font-size: 22px;
        margin: 10px 0 2px 0;
    }
    #contact-section .contact-info .email, #contact-section .contact-info .phone {
        font-size: 22px;
    }
}
*/