html {
    height:100%;
    min-height:100%;
    padding:0;
    margin:0;
}

body {
    margin:0;
    padding:0;
    height:100%;
    min-height:100%;
    /*
    background: -moz-linear-gradient(top, #0b55a7 0%, #0a9fc9 40%, #09bfd8 100%) fixed; /* FF 3.6+ */ 
    /*
    background: -ms-linear-gradient(top, #0b55a7 0%, #0a9fc9 40%, #09bfd8 100%) fixed; /* IE10 */  
    /*
    background: -webkit-linear-gradient(top, #0b55a7 0%, #0a9fc9 40%, #09bfd8 100%) fixed; /* Safari 5.1+, Chrome 10+ */ 
    /*
    background: -webkit-gradient(linear, center top, center bottom, from(#0b55a7), to(#09bfd8) fixed);
    background: -o-linear-gradient(top, #0b55a7 0%, #0a9fc9 40%, #09bfd8 100%); /* Opera 11.10 */  
    /*
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b55a7', endColorstr='#09bfd8',GradientType=0 ) fixed; /* IE6-9 */
    /*
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b55a7', endColorstr=#09bfd8)"; /* IE8+ */  
    /*
    background: linear-gradient(top bottom, #0b55a7 0%,#0a9fc9 40%,#09bfd8 100%) fixed; /* the standard */ 
}

body.page-body {
    background:#fff;
}

div, span, p, body, h1, h2, h3 {
    font-family: 'Comfortaa', cursive;
    font-weight: 300;
    color:#5f5f6c;
}

p {
    display:block;
    padding:0 20px 40px 20px;
    font-size:1.1em;
    line-height:1.3em;
}

.header {
    text-align:center;
    display: block;
    padding:15px 20px 11px 20px;
}

.wrapper {
    display: block;
    padding:0 20px;
    margin:0px auto;
    max-width:640px;
}

.max-width {
    max-width:640px;
    margin:0px auto;
}

.hero-wrapper {
    width:100%;
    background-image: url(../images/bg-hero-1.png), url(../images/bg-hero-2.png), url(../images/bg-hero-3.png), url(../images/bg-hero-4.png), url(../images/bg.png);
    background-position: left top, left bottom, right top, right bottom, center 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
    background-size: 14%, 20%, 12%, 50%, auto;
    background-color:#9572ff;
    padding-top: 58px;
}

.hero {
    width:100%;
    margin:0px auto;
    max-width: 1025px;
}

.hero .form-wrapper {
    padding-top: 46px;
    font-size:19px;
}

.hero .col-1 {
    padding-top:36px;
}

.hero h1 {
    color:#fff;
    font-size:58px;
    line-height:68px;
    font-weight: 300;
    margin:0;
    padding:74px 0 20px 0;
    margin-bottom: 3px;
}

.hero-h2 {
    color:#fff;
}

.hero p {
    padding:0;
    margin:0;
    font-size: 25px;
    color:#fff;
}

.hero .logo {
    width:auto;
}

.full-wrapper-outer {
    width:100%;
    background: #fff;
    position: relative;
    z-index: 2;
}

.full-wrapper-outer.pattern-top {
    background:none;
}

.full-wrapper-outer.pattern-top .feature-inner {
    min-height: auto;
}

.full-wrapper-outer.pattern-top .feature-inner img {
    display:block;
}

.full-wrapper {
    width:100%;
    position: relative;
    overflow: hidden;
    max-width:2800px;
    margin:0px auto;
    color:#5f5f6c;
}

.full-wrapper p {
    color:#5f5f6c;
    font-size: 19px;
    line-height: 31px;
}

.features-wrapper {
    width:100%;
    max-width: 1127px;
    margin:0px auto;
}

.features-wrapper .hr {
    width:121px;
    height:5px;
    background: #6fe3f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.feature-inner {
    padding:0 20px;
    position:relative;
    min-height:300px;
}

.feature h2 {
    font-size:69px;
    font-weight: 500;
    line-height: 78px;
}

.hero-image-2 .feature-inner {
    min-height:0px;
}

.features-wrapper p {
    padding:23px 0 20px 0;
}

.feature-generic {
    width:80%;
    margin:0px auto;
}

.feature-generic .feature-inner {
    min-height:auto;
}

.feature-1 .col-1, .feature-2 .col-1, .feature-3 .col-1, .feature-4 .col-1, .feature-5 .col-1 {
    width:31%;
}

.feature-6 {
    padding-bottom: 112px;
}

.feature-6 .col-1 {
    width:36%;
}

.feature-1 .col-2, .feature-2 .col-2, .feature-3 .col-2, .feature-4 .col-2, .feature-5 .col-2 {
    width:53%;
    padding-right:3%;
    padding-top:32px;
}

.feature-2 .col-2 {
    position:relative;
    z-index:1;
    -webkit-transition: 1.3s ease-out;
    -moz-transition: 1.3s ease-out;
    -o-transition: 1.3s ease-out;
    transition: 1.3s ease-out;
}

.feature-2 .col-1 {
    position:absolute;
    right:-4200px;
    z-index:1;
    -webkit-transition: 1.3s ease-out;
    -moz-transition: 1.3s ease-out;
    -o-transition: 1.3s ease-out;
    transition: 1.3s ease-out;
}

.feature-3 .col-2 {
    position:relative;
    z-index:1;
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}

.feature-3 .col-1 {
    position:absolute;
    left:-1200px;
    z-index:1;
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}

.feature-4 {
    padding-bottom: 90px;
}

.feature-4 .col-2 {
    position:relative;
    z-index:1;
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}

.feature-4 .col-1 {
    position:absolute;
    right:-1200px;
    z-index:1;
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}

.feature-5 .col-2 {
    position:relative;
    z-index:1;
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}

.feature-5 .col-1 {
    position:absolute;
    left:-1200px;
    z-index:1;
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}

.feature-6 .col-2 {
    position:relative;
    z-index:1;
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}

.feature-6 .col-1 {
    position:absolute;
    right:-1200px;
    z-index:1;
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
}


.feature-2 .col-2 {
    padding-top:10px;
}

.feature-3 .col-2 {
    padding-top:10px;
}

.feature-6 h1 {
    font-size:59px;
    padding: 0 0 8px 0;
}

.feature-6 .col-2 {
    padding-top:17px;
    width:57.5%;
}

.feature-6 .button {
    font-size:20px;
    color:#fff;
    background: #ff9800;
    line-height: 50px;
    padding:0 40px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    margin-top:30px;
    clear:both;
}

.feature-6 .main-link {
    font-size:28px;
    color:#60606d;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 44px;
    padding-bottom:7px;
    text-decoration:none;
    border-bottom:solid 5px #00d9a1;
    display: inline-block;
    clear:both;
}

.page-content {
    width:100%;
    max-width: 1025px;
    margin:0px auto;
    padding:60px 0;
}

.breadcrumbs {
    padding-bottom: 20px;
}

.breadcrumbs span {
    display: inline-block;
    padding:0 10px;
}

.pattern {
    margin:0px auto;
    max-width:1127px;
}

.pattern-top {
    
}

.pattern .feature-inner {
    min-height:auto;
}

.pattern img {
    display: block;
    clear: both;
    height:auto;
}

.email-form-wrapper {
    background:url(../images/bg.png) repeat-y center 0 #9572ff;
    background-image: url(../images/bg-mail-1.png), url(../images/bg-mail-2.png), url(../images/bg.png);
    background-position: bottom left, bottom right, center top;
    background-size: 12%, 20%, cover;
    background-repeat: no-repeat, no-repeat, repeat-y;
    width:100%;
}

.email-form {
    padding:95px 0;
}

.email-form h1 {
    color:#fff;
    font-weight: 300;
    font-size:60px;
    line-height:80px;
    margin:0;
    padding:0 0 44px 0;
}

/* FOOTER */
footer {
    width:100%;
    padding-bottom: 57px;
    background:#fff;
}

.footer {
    padding: 124px 20px;
    max-width:1093px;
    margin:0px auto;
}

.footer .col-1 {
    width:65%;
    float:left;
    padding-top:16px;
}

.footer .col-2 {
    width:30%;
    float:right;
    text-align: right;
}

.footer nav a {
    font-size: 16px;
    font-weight: 600;
    color: #5f5f6c;
    text-decoration: none;
    padding-right: 41px;
}

.footer .social-media {
    text-align: right;
}

.footer .social-media a {
    color:#fff;
    background: #54a7ee;
    line-height: 48px;
    display: inline-block;
    width:48px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    text-align: center;
    font-size:30px;
    margin-left:30px;
    padding-top:4px;
}

.social-media a:first-child {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b6bf7+0,a065f2+44,b253de+100 */
    background: #9b6bf7; /* Old browsers */
    background: -moz-linear-gradient(top, #9b6bf7 0%, #a065f2 44%, #b253de 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b6bf7 0%,#a065f2 44%,#b253de 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b6bf7 0%,#a065f2 44%,#b253de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b6bf7', endColorstr='#b253de',GradientType=0 ); /* IE6-9 */
}

.social-media a:first-child {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b6bf7+0,a065f2+44,b253de+100 */
    background: #9b6bf7; /* Old browsers */
    background: -moz-linear-gradient(top, #9b6bf7 0%, #a065f2 44%, #b253de 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9b6bf7 0%,#a065f2 44%,#b253de 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9b6bf7 0%,#a065f2 44%,#b253de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b6bf7', endColorstr='#b253de',GradientType=0 ); /* IE6-9 */
}


.social-media a:nth-child(2) {
    background: #c044ce; /* Old browsers */
    background: -moz-linear-gradient(top, #c044ce 0%, #c242cb 44%, #d62bb3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c044ce 0%,#c242cb 44%,#d62bb3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c044ce 0%,#c242cb 44%,#d62bb3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c044ce', endColorstr='#d62bb3',GradientType=0 ); /* IE6-9 */
}

.social-media a:last-child {
    background: #e51ca3; /* Old browsers */
    background: -moz-linear-gradient(top, #e51ca3 0%, #e8189f 44%, #fc0388 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e51ca3 0%,#e8189f 44%,#fc0388 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e51ca3 0%,#e8189f 44%,#fc0388 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51ca3', endColorstr='#fc0388',GradientType=0 ); /* IE6-9 */
}

.trigger-lightbox {
    display:block;
    width:80px;
    height:80px;
    position:fixed;
    right:20px;
    bottom:20px;
    background:#00d9a1;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    z-index:10;
}

.logos {
    padding-top: 57px;
}

footer .logos .logo1 {
    width:108px;
    height:58px;
    display: inline-block;
    background:url(../images/sprite.png) no-repeat 0 0;
    background-size: cover;
    margin-right:10px;
}

footer .logos .logo2 {
    width:104px;
    height:58px;
    display: inline-block;
    background:url(../images/sprite.png) no-repeat right 0;
    background-size: cover;
    margin-right:10px;
}

.legal {
    padding:30px;
    font-size: 14px;
}


/* MAILCHIMP FORM */
#mc_embed_signup {
    background:none!important;
    width:94%!important;
}

#mc_embed_signup label {
    color:#fff!important;
    font-size: 17px;
    display: block;
    padding-top:30px;
    padding-bottom:5px;
    line-height:22px;
}

#mc_embed_signup input.email {
    float:left;
    display: inline-block;
    line-height:60px;
    height:60px;
    font-size:24px;
    color:#afafb6;
    padding:0 4%;
    margin:0;
    border:0;
    font-size:20px;
    font-weight: 300;
    width: 59%!important;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#mc_embed_signup .button {
    float:left;
    display: inline-block;
    line-height:60px;
    height:60px;
    font-size:24px;
    color:#afafb6;
    padding:0;
    margin:0;
    background: #6fe3f8;
    border:0;
    text-align: center;
    color:#fff;
    font-weight: 700;
    font-size:20px;
    width:20%;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.email-form #mc_embed_signup {
    width:60%!important;
    margin:0px auto;
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.no-side-padding {
    padding-left:0;
    padding-right:0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


@media only screen and (max-width: 65em){
    h1 {
        font-size:42px;
        line-height: 48px;
    }
    
    .hero-page {
        width:auto;
        padding:0 20px;
    }
    
    .hero a {
        font-size:22px;
        line-height: 30px;
    }
    
    .hero h1 {
        font-size:45px;
        line-height:58px;
    }
    
    .hero p {
        font-size:26px;
        line-height:40px;
    }
    
    .full-wrapper p {
        font-size: 17px;
        line-height: 26px;
    }
    
    .feature {
        padding: 40px 20px;
    }
    
    .feature h2 {
        font-size:50px;
        line-height: 68px;
    }
    
    .feature-1 .col-1, .feature-2 .col-1, .feature-3 .col-1, .feature-4 .col-1, .feature-5 .col-1, .feature-6 .col-1 {
        width:100%;
        display:block;
        clear:both;
        float:none;
        text-align: center;
    }

    .feature-1 .col-2, .feature-2 .col-2, .feature-3 .col-2, .feature-4 .col-2, .feature-5 .col-2, .feature-6 .col-2 {
        width:100%;
        padding-right:0%;
        padding-top:32px;
        text-align: center;
        display:block;
        clear:both;
        float:none;
    }
    
    .feature-6 .col-1 {
        padding-bottom:40px;
    }
    
    .features-wrapper .hr {
        margin:0px auto;
    }
    
    .features-wrapper p {
        padding-left:20px;
        padding-right:20px;
    }
    
    .page-content {
        padding:40px 20px;
        width: auto;
    }
    
    .page-content-wrapper .page-content p {
        padding-left:0px;
        padding-right:0px;
    }
    
    .pattern {
        display:none;
    }
    
    .feature-6 h1 {
        font-size:40px;
        padding: 0 0 8px 0;
    }
    
    .feature-6 .main-link {
        font-size:22px;
    }
    
    .email-form {
        padding:65p 0x;
        width:80%;
        margin:0px auto;
    }
    
    .email-form h1 {
        font-size:50px;
        line-height:70px;
    }
    
    .footer {
        padding:60px 20px;
    }
    
    .footer .col-1, .footer .col-2 {
        width:100%;
        float:none;
        text-align: center;
    }
    
    .footer nav {
        padding-bottom: 40px;
    }
    
    .footer nav a {
        display:block;
        clear:both;
        line-height: 34px;
        padding:0;
    }
    .footer .social-media {
        text-align: center;
    }

    .footer .social-media a {
        margin-left:15px;
        margin-right:15px;
    }
    
    .trigger-lightbox {
        width:50px;
        height:50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }
    
    .hero .col-1, .hero .col-2 {
        width:100%;
        display: block;
        clear: both;
        float:none;
        text-align: center;
        padding:40px 0;
    }
    
    .hero .col-2 {
        width:50%;
        margin:0px auto;
    }
    
    .hero .col-2 img {
        width:100%;
        display: block;
        height: auto;
    }
    
    .hero-wrapper .feature-inner {
        display:none;
    }
    
    .email-form h1 {
        font-size:40px;
        line-height:60px;
    }
    
    .email-form-wrapper {
        background-size: 16%, 24%, cover;
    }
    
    #mc_embed_signup {
        width:50%!important;
        margin:0px auto;
    }
    
    #mc_embed_signup input[type=email] {
       width:62%;
    }
    
    #mc_embed_signup input[type=submit] {
        float:left;
        width:33%;
    }
}

@media only screen and (max-width: 40em){
    .hero-wrapper {
        background-image: url(../images/bg-hero-1.png), url(../images/bg-hero-2.png), url(../images/bg-hero-3.png), url(../images/bg-hero-4.png), url(../images/bg.png);
        /*background: url(../images/bg.png) repeat-y center 0;*/
        background-size: 22%, 22%, 22%, 22%, cover;
        width:100%;
        padding: 0 0;
    }
    
    .hero-page {
        padding:0 0;
    }
    
    h1 {
        font-size:32px;
        line-height: 40px;
    }
    
    .hero {
        width:90%;
        margin: 0px auto;
    }
    
    .hero a {
        font-size:18px;
        line-height: 26px;
    }
    
    .hero h1 {
        font-size:38px;
        line-height:50px;
    }
    
    .hero .col-2 {
        display: none;
    }
    
    .feature img {
        display: block;
        width:100%;
        height:auto;
    }
    
    .feature h2 {
        font-size:38px;
        line-height: 56px;
    }
    
    .feature-6 h1 {
        font-size:32px;
        padding: 0 0 8px 0;
    }
    
    .feature-6 .main-link {
        font-size:16px;
        line-height: 20px;
    }
    
    .email-form h1 {
        font-size:28px;
        line-height:38px;
        padding:0 0 10px;
    }
    
    #mc_embed_signup, .email-form #mc_embed_signup {
        width:90%!important;
        margin:0px auto;
    }
}