* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

html,body {
    height: 100%;
}

img {
    border: none;
}

body {
    font-family: source-sans-pro, Helvetica, Arial, sans-serif, sans-serif;
    font-size: 18px;
    margin-top: 90px;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 300;
}

h1 {
    font-size: 4.0em;
    font-weight: 500;
    letter-spacing: -.05em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.8em;
    font-weight: 200;
}

p {
    margin: 0.5em 0 1.2em;
    font-weight: 300;
    line-height: 1.6em;
    color: #777;
}

b {
    font-weight: 500;
    color: #25382f;
}

li {
    font-weight: 300;
    line-height: 1.6em;
}

ul,ol {
    padding-left: 3em;
}

ul li,ol li {
    color: #777;
}

ul li {
    list-style: disc;
}

a {
    color: #7EC172;
    text-decoration: none;
}

a:hover {
    color: #7EC172;
}

.imgIcon{
    width: 300px;
    padding-top:25px;
    left: -50%;
    display:inline;
}

hr {
    clear: both;
    border: none;
    border-top: 1px solid #eee;
    margin: 0 auto;
    width: 80%;
    max-width: 1200px;
}

form {
    text-align: center;
    padding-top: 80px;
}

form label {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 20px;
    font-weight: 300;
}

form select {
    width: 300px;
}

form input[type="text"],form input[type="email"],form input[type="password"] {
    width: 274px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    padding: 3px 8px;
}

form .control-group {
    margin-bottom: 1em;
}

.wrap {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap-ctr {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.adjust{
    height:51px;
}

.saw:after {
    right: 2%;
    left: auto;
    bottom: -60px;
    content: '';
    position: absolute;
    border-top: 60px #fff solid;
    border-left: transparent 60px solid;
    border-right: transparent 60px solid;
    z-index: 2;
}

.animatedFadeInUp {
    -webkit-animation-duration: 0.75s; /* Chrome, Safari, Opera */
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
}

.animatedFadeIn{
    -webkit-animation-duration: 0.75s; /* Chrome, Safari, Opera */
    animation-duration: 0.75s;
    -webkit-animation-delay: 0.1s; /* Chrome, Safari, Opera */
    animation-delay: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;  
}
section {
    position: relative;
}

section .wrap {
    min-height: 200px;
    padding: 80px 0;
    width: 55%;
    padding-right: 25%;
}

section .wrap-ctr {
    min-height: 200px;
    padding: 80px 0;
}

#hero .wrap {
    min-height: 200px;
    padding: 40px 0 120px 0;
    width: 55%;
    padding-right: 25%;
}

section .wrap .insert {
    position: absolute;
    top: 60px;
    right: 0%;
    width: 33%;
    max-width: 250px;
}

section .wrap .insert.large {
    top: 40px;
    right: -12.5%;
    width: 40%;
    max-width: 400px;
}

section .wrap.reverse {
    padding-right: 0;
    padding-left: 25%;
}

.destroy{
    padding: 9px 9.5px 5px 9.5px !important;
    background:darkred !important;
    border-radius: 25px !important;
    cursor: pointer;
}

.destroy:hover{
    color: red;
}

.buttonOff{
    color: grey !important;
    background: black !important;
}
section .wrap.reverse .insert {
    right: auto;
    left: 0%;
}

section .wrap.reverse .insert.large {
    left: -13%;
}

section .wrap.center {
    text-align: center;
    min-height: 130px;
    margin-top: 0;
}

section .wrap.full {
    padding-right: 0;
    padding-left: 0;
    width: 80%;
}

section .wrap.short {
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 70px;
}

.primary {
    background: #7EC172;
    color: #3E7543;
    /*text-shadow: 1px 1px white;*/
    /*background-image: url(../images/background.svg);*/
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

.primary p {
    color: #fff;
}

.primary p a {
    color: #fff;
    font-weight: 500;
}

.primary .saw:after {
    left: 2%;
    right: auto;
    bottom: -60px;
    content: '';
    position: absolute;
    border-top: 60px #7ec172 solid;
    border-left: transparent 60px solid;
    border-right: transparent 60px solid;
    z-index: 2;
}

.secondary {
    background: #7dd1c0;
    color: #fff;
}

.secondary p {
    color: #fff;
}

.secondary p a {
    color: #fff;
    font-weight: 500;
}

.secondary .saw:after {
    left: 2%;
    right: auto;
    bottom: -60px;
    content: '';
    position: absolute;
    border-top: 60px #7dd1c0 solid;
    border-left: transparent 60px solid;
    border-right: transparent 60px solid;
    z-index: 2;
}

.reverse {
    padding-left: 37.5%;
    padding-right: 0;
}

#header {
    position: fixed;
    height: 90px;
    background: #fff;
    background: rgba(255,255,255,0.9);
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

#header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

#header .wrap {
    padding: 28px 0 10px;
}

#header a {
    color: #25382f;
    font-size: 1.0em;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

#header .logo {
    float: left;
    line-height: 36px;
}

.tooltipster-shadow {
    border: 3px solid #2c2c2c;
    background: rgba(255,255,255,0.9);
}

.tooltipster-warning {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    border: 3px solid darkred;
    color: darkred;
}
.tooltipster-warning .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}



.logo{
    -webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
    animation-delay: 0s;
    visibility: hidden;
}
.sweepLeft {
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
    animation-delay: 0.5s;
    visibility: hidden;
}

.slogan{
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-duration: 1s;
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
    visibility: hidden;
}

.collapse{
    -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
    animation-duration: 0.5s;
}

.unhinge{
    -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
    animation-delay: 0.5s;  
}

#home{
    -webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
    animation-duration: 1.5s;
   -webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
    animation-delay: 0s; 
}
#header .logo img {
    float: left;
    margin-top: -12px;
    margin-left: -10px;
    padding-right: 15px;
    width: 45px;
    height: 45px;
}

#header .logo .header {
    color: black;
    font-size: 1.8em;
    letter-spacing: -0.4px;
    font-weight: normal;
    font-family:helvetica;
}

#header nav {
    float: right;
}

#header nav a {
    margin-left: 40px;
    font-weight: 400;
    font-size: 0.9em;
}

#header nav a.selected {
    border-bottom: 4px solid #6DC274;
}

#header nav .bt {
    color: #fff;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

footer {
    clear: both;
    min-height: 100px;
    border-top: 1px solid #eee;
    background:#f7f7f7;
}


footer .wrap {
    padding: 40px 0;
    font-size: 0.8em;
    color: #777;
}

footer nav {
    text-align: center;
}

footer nav a {
    width: 64px;
    height: 64px;
    background-color: #777;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    display: inline-block;
    margin: 0 70px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

footer nav a.adobe-logo {
    /*background-image: url("../images/logo-adobe.svg");*/
}

footer nav a.github-logo {
    background-image: url("../img/logo-github.svg");
}

footer nav a.twitter-logo {
    background-image: url("../img/logo-twitter.svg");
}

footer nav a.google-groups-logo {
    /*background-image: url("../images/logo-google-groups.svg");*/
}

footer nav a:hover {
    background-color: #09b39c;
}

footer nav a:hover.twitter-logo {
    background-color: #2ba9e1;
}

footer nav a:hover.adobe-logo {
    background-color: #ed1c24;
}

footer nav a:hover.google-groups-logo {
    background-color: #1b4eed;
}

.bt {
    background-color: #7ec172;
    display: inline-block;
    color: #fff;
    padding: 2px 10px 4px 10px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-borderradius: 5px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.bt.large {
    font-size: 1.5em;
    padding: 5px 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-borderradius: 8px;
}

.bt .sub-text {
    margin-top: -0.5em;
    display: block;
    font-size: 0.5em;
}

#hero {
    background-image: url(../img/multiplane_landscape.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 40% 50%;
}

#hero section {
    padding: 160px 0 40px;
}

#hero .wrap img.insert {
    top: 10px;
}

#get-snap {
    padding: 40px 0;
    /*background: url(../images/background_2.svg) no-repeat -650px 0;*/
}

#get-snap .wrap {
    z-index: 2;
}

#get-snap h2 {
    margin-right: 20px;
    display: inline-block;
}

.demo {
    text-align: center;
}

.demo aside {
    width: 25%;
    float: left;
}

.demo iframe {
    width: 75%;
    min-height: 300px;
    border: none;
    float: right;
}

.demo nav {
    padding: 0 0 30px;
}

.demo nav h3 {
    padding: 2px 8px;
    font-size: 0.9em;
    color: #fff;
    text-align: left;
    background: #9ea8af;
    border-bottom: 1px solid #fff;
}

.demo nav a {
    position: relative;
    color: #25382f;
    display: block;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #fff;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.fa-jumbo{
    display:inline;
    position:absolute;
    padding-top: 134px;
    right:8%;
    color:#6cb7a7;
    font-size: 13em;
}

.demo nav a:hover {
    background-color: #eee;
}   

.demo nav a img {
    background: #fff;
    float: left;
    width: 80px;
    height: 80px;
}

.demo nav a.selected {
    text-indent: 0;
    padding-right: 8px;
    background-color: #ea7373;
    color: #fff;
}

.demo nav a.ext:after {
    content: '';
    background: url("../images/icon-external.svg");
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.video-container {
    background: #333;
    background-image: url(../img/stars.png);
    color: #fff;
    text-align: center;
}

.video-container p {
    color: #bbb;
}

.video-container a {
    color: #ea7373;
}

.youtube-video {
    display: inline-block;
    width: 800px;
    height: 520px;
}

a.anchor{display: block; position: relative; top: -90px; visibility: hidden;}

@media all and (max-width: 1150px) {
    .wrap {
        width: 90%;
    }
    
    .imgIcon{
        width: 250px;
    }

    section .wrap {
        width: 59%;
        padding-right: 31%;
    }

    section .wrap .insert.large {
        right: -5.5%;
    }

    section .wrap.reverse {
        padding-right: 0;
        padding-left: 31%;
    }

    section .wrap.reverse .insert.large {
        left: -6%;
    }

    #header .logo .header {
        font-size: 1.6em;
    }

    #header nav a {
        font-size: 0.9em;
        margin-left: 20px;
    }
}

@media all and (max-width: 1000px) {
    .wrap,section .wrap.full {
        width: 95%;
    }
    .imgIcon{
        width: 230px;
        left:-60%;
    }

    section .wrap {
        width: 57%;
        padding-right: 38%;
    }

    section .wrap .insert.large {
        right: -2%;
    }

    section .wrap.reverse {
        padding-right: 0;
        padding-left: 38%;
    }

    section .wrap.reverse .insert.large {
        left: -2%;
    }

    .demo nav h3 {
        font-size: 0.8em;
    }

    .demo nav a {
        height: 50px;
        line-height: 50px;
        font-size: 0.9em;
    }

    .demo nav a img {
        width: 50px;
        height: 50px;
    }

    .youtube-video {
        width: 700px;
        height: 456px;
    }

    footer nav a {
        margin: 0 30px;
        width: 48px;
        height: 48px;
    }
}

@media all and (max-width: 800px) {
    .youtube-video {
        width: 100%;
        height: 280px;
    }
}

@media all and (max-width: 750px) {
    .mobile-hide {
        display: none;
    }

    .fa-jumbo, .imgIcon{
        display:none;
    }

    body {
        margin-top: 0;
    }

    #header {
        position: relative;
        height: auto;
        padding-bottom: 10px;
        text-align: center;
    }

    #header .logo {
        float: none;
        display: inline-block;
        margin-top: -6px;
        height: 60px;
    }

    #header nav {
        clear: both;
        display: block;
        float: none;
        padding-top: 10px;
        margin-top: -8px;
        border-top: 1px solid #eee;
    }

    #header nav a {
        float: none;
        font-size: 0.8em;
    }

    #header nav a:first-child {
        margin-left: 0;
    }

    #header nav .bt {
        display: none;
    }

    section .wrap {
        width: 95%;
        padding: 50px 0;
        min-height: 0;
    }

    section .wrap.reverse {
        padding-left: 0;
    }

    section .wrap .insert {
        position: relative;
        max-height: 200px;
        max-width: none;
        display: none;
    }

    section .wrap.short {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 0;
    }

    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1.5em;
        font-weight: 300;
    }

    #hero,.primary {
        background-size: 1600px 400px;
        background-position: -500px 0;
    }

    .primary {
        background-position: -500px -50px;
    }

    #get-snap {
        /*display: none;*/
    }

    .saw:after,.primary .saw:after,.secondary .saw:after {
        border-width: 22px;
        border-bottom-width: 0;
        bottom: -22px;
    }

    .demo aside {
        width: 100%;
        display: block;
        float: none;
    }

    .demo iframe {
        width: 100%;
        display: block;
        float: none;
    }

    .demo nav {
        padding: 0 0 0;
    }
}

@media all and (max-width: 480px) {
    #hero,.primary {
        background-size: 1200px 300px;
        background-position: -340px 0;
    }

    .primary {
        background-position: -340px -50px;
    }

    footer nav a {
        margin: 0 16px;
        width: 40px;
        height: 40px;
    }
}
