

h1 {
    font-weight: 200;
    font-size: 3.2em;
    line-height: 56px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
}

h3 {
    color: #464646;
    font-weight: 200;
}

h4 {
    font-weight: 200;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #a2bc13;
}

ul {
    list-style: none;
    margin: 0;
}

.page-container {
    height: 100%;
    width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #f8f8f8;
}

.section-main {
    height: 740px;
    text-align: center;
    color: #ffffff;
}

.section-main h4 {
    color: #494949;
    font-size: 1.25em;
}

.section-main h3 {
    color: #888;
}

.section-main ul {
    min-width: 380px;
    margin: 4px auto 0 90px;
}

.section-main ul li {
    display: block;
    text-align: left;
    font-size: 1.25em;
    line-height: 21px;
    padding: 2px 4px 15px 35px;
}

.section-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    text-align: center;
    background-color: #ffffff;
}

.section-steps {
    height: auto;
    text-align: center;
    background-color: #fff;
    padding-bottom: 10px;
}

.section-buttons ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 115px;
}

.section-buttons ul li p {
    margin: 6px 0 0;
    color: #696969;
    font-weight: 400;
    font-size: 20px;
}

.section-features {
    height: auto;
    background-color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-features .pad {
    padding: 0px 0 0px;
}

.section-features h2 {
    font-weight: 200;
    font-size: 3em;
    color: #ed3958;
    margin: 0 0 0px;
}

.section-features .wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.section-features .wrap .sets-item h3 {
    margin: 0;
}

.section-features .wrap .sets-item p {
    font-size: 0.90em;
    font-weight: 200;
    margin: 8px auto 0;
    width: 85%;
    color: #828285;
    text-align: left;
}

.section-features .wrap .sets-image {
    width: 90%;
    height: 33px;
    margin: 0 auto;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.button-icon {
    width: 75px;
    height: 75px;
    cursor: pointer;
    margin: auto;
}

#create-button {
    font-family: PFHandbookProRegular, sans-serif;
    background-color: #7FCD00;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    line-height: 42px;
    font-weight: lighter;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 55px;
    padding: 20px 60px;
    border-radius: 10px
}

.appCounts {
    top: -12px;
    font-size: 20px;
    color: #666666;
    width: 500px;
}

.create-block {
    margin-top: 50px;
    position: relative;
}

#createAppNow {
    font-family: PFHandbookProRegular, sans-serif;
    border: 1px solid #a2bc13;
    background-color: #a2bc13;
    padding: 18px 30px;
    font-size: 34px;
    line-height: 42px;
    font-weight: lighter;
    color: #FFF;
    vertical-align: middle;
    display: inline-block;
}

#createAppNow:hover {
    text-decoration: none;
}

#appCounts {
    position: relative;
    top: -12px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: #464646 0 0 10px, #464646 0 0 10px,
    #464646 0 0 10px, #464646 0 0 10px,
    #464646 0 0 10px;
    letter-spacing: 1px;
    margin-top: -3px;
}

.section-main ul {
    margin: -8px auto 0 55px;
}

.section-main ul li {
    padding: 2px 4px 18px 35px;
    font-size: 18px;
}

.main-text {
    text-align: center;
    padding-top: 60px;
    width: 100%;
}

.top-menu {
    text-align: right;
    display: inline-block;
    padding-left: 0px;;
}

.btnsblock {
    display: inline-block;
}

.sp {
    display: inline-block;
    height: 170px;
    padding-left: 25px;
    padding-right: 25px;
    width: 250px;
    vertical-align: text-top;

}

.sp p {
    color: #555555;
}

.backgroundImage {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.steps, .stepsLast {
    margin: auto;
    text-align: center;
    font-size: 24.5px;
    color: #464646;
    display: flex;
    align-items: center;
}

#step1 {
    background-image: url("/img/step1grey.png");
}

#step1:before {
    content: url('/img/step1blue.png');
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

#step1:hover {
    background-image: url("/img/step1blue.png");
}

#step2 {
    background-image: url("/img/step2grey.png");
}

#step2:before {
    content: url('/img/step2blue.png');
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

#step2:hover {
    background-image: url("/img/step2blue.png");
}

#step3 {
    background-image: url("/img/step3grey.png");
}

#step3:before {
    content: url('/img/step3blue.png');
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

#step3:hover {
    background-image: url("/img/step3blue.png");
}

.grow {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover, .grow:focus, .grow:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.stepsBlock {
    width: 100%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.quotes {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    text-shadow: #464646 0 0 10px, #464646 0 0 10px,
    #464646 0 0 10px, #464646 0 0 10px,
    #464646 0 0 10px;
}

h2 {
    margin: 0px;
}

/* Buzz */
@-webkit-keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.buzz {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.buzz:hover, .buzz:focus, .buzz:active {
    -webkit-animation-name: buzz;
    animation-name: buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#h_img1:before {
    content: url('/img/homepagePic3rsz1.jpg');
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

#h_img2:before {
    content: url('/img/homepagePic4.jpg');
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

#h_img3:before {
    content: url('/img/homepagePic5.jpg');
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}

.sectionScroll {
    background-color: #fff;
}

.sectionTitle {
    color: #fff;
    font-size: 40px;
    text-align: center;
    background-color: #7FCD00;
    line-height: 40px;
    padding: 10px;
    font-weight: normal;
}

.sectionTitle a{
    color: #fff;
    text-decoration: none;
}


.sectionTitle a:hover{
    color: #fff;
    text-decoration: none;
}

.featuredTemplates .sectionItem {
    text-align: center;
    display: flex;
    align-items: center;
}

.featuredTemplateBlock {
    width: 80%;
    margin: auto;
}

.testimonialsItem {
    color: #464646;
    display: inline-block;
    width: 47%;
    font-size: 40px;
    padding: 20px;
    vertical-align: text-top;
}

.testimonialsRow {
    width: 80%;
    margin: 60px auto 60px auto;
}

#appCounts1 {
    color: #fff !important;
}

.section-buttons {
    background-color: transparent !important;
}

.featuredTemplates {
    color: #464646;
    max-height: 600px;
}

.templateTitle {
    text-align: center;
    font-size: 40px;
}

.templateDescription {
    text-align: center;
    font-size: 22px;
}

.templateAnimation {
    width: 300px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    padding: 20px;

}

.templatesTable {
    width: 90%;
    table-layout: fixed;
    margin: auto;
}

.templatesTable td {
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
}

.templateAnimation video, .animationOverlay {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -131px;
    width: 262px;
}

.animationOverlay {
    background-color: #666;
    opacity: 0.5;
    height: 476px;
}

.arrowRight {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 100px solid #000;
    margin: 140px auto;
}

.steps {
    display: inline-block;
    margin: auto;
    text-align: center;
    font-size: 24px;
    vertical-align: text-top;
    color: #464646;
    width: 33%;
    margin-bottom: 20px;
}

.stepImage {
    background-size: contain;
    width: 180px;
    height: 180px;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.stepsBlock {
    width: 90%;
    margin: auto;
}

.stepTitle {
    font-size: 40px;
}

.steps a {
    cursor: auto;
}

.sectionCreate .sectionItem {
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.videoHow {
    padding: 20px;
    width: 90%;
    margin: auto;
}

.createB{
    display: none;
}

.leftMenuMobile{
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 150px;
    z-index: 10;
    top: 68px;
    left: -150px;
    display: none;
}

.leftMenuMobile ul li a{
    font-size: 21px;
}

.leftMenuMobile ul li a:hover{
    color: #ed309d;
}

.leftMenuMobile ul li{
    padding: 20px;
}

.backgroundImage {
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
}


.backgroundImage .imageSlide{
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background-size: cover;
    min-height: 740px;
    background-position: center;
}

.image1{
    background-image: url("/img/homepage/h2.jpg?1");
}
.image2{
    background-image: url("/img/homepage/h6.jpg?1");
}
.image3{
    background-image: url("/img/homepage/h10.jpg?1");
}


h1,#appCounts,.quotes {
    text-shadow: none !important;
}

.imgOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.35;
    display: block !important;;
}



.templates{
    display: none !important;
}

#appCounts1{
    display: block;
    color: #fff;
    font-size: 25px;
}

.section-buttons {
    background-color: transparent !important;
}

.create-block {
    margin-top: 125px;
}


.pageTitle{
    margin: 60px auto;
    text-align: center;
    position: relative;
    line-height: 100%;
    font-size: 4.5em;
    width: 100%;
}

.free{
    font-size: 35px;
    margin:40px auto;
    width: 90%;
}

.counts{
    width: 90%;
    margin: 100px auto 0px auto ;
}

.pageTitle a{
    color: #fff;
    text-decoration: none;
}

.pageTitle a:hover{
    color: #fff;
    text-decoration: none;
}


.templateTitle a:hover{
    color: #666;
    text-decoration: none;
}



@media screen and (max-width: 1070px) {
    .logo-img{
        display: none;
    }

    .pad .container{
        width: auto !important;
        float: right;
    }

    .header .top-menu{
        float: left;
    }

    .header {
        height: 68px;
    }

    .section-login .pad{
        padding: 0px;
    }

    .nav-header{
        width: 100% !important;
    }

    .steps{
        display: block;
        width: 100%;
    }

    .featuredTemplates{
        display: none;
    }

    .videoHow iframe {
        width: 740px;
        height: 460px;
    }
}

@media screen and (max-width: 820px) {
    #menu{
        display: none;
    }

    .dropButton{
        display: block !important;
        height: 68px;
        line-height: 68px;
        cursor: pointer;
        margin-left: 20px;
    }

    .dropButton img{
        width: 32px;
    }

    .supportButton{
        display: none;
    }


    .quotes{
        display: none;
    }

    .pageTitle{
        font-size: 4em;
    }

    .free{
        font-size: 24px;
    }

    .videoHow iframe {
        width: 540px;
        height: 260px;
    }

}

@media screen and (max-width: 650px) {
    .videoHow iframe {
        width: 340px;
        height: 260px;
    }
}


@media screen and (max-width: 890px) {
    .quotes {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .templateImage {
        width: 80px;
        height: 80px;
    }

    .createSameBlock {
        margin-bottom: 20px;
    }


    #create-button{
        font-size: 40px;
        padding: 20px 30px;
    }

    .pageTitle{
        font-size: 3em;
    }

    .counts{
        margin-top: 60px;
    }

    .videoHow iframe {
        width: 260px;
        height: 120px;
    }
}

@media screen and (max-width: 740px) {
    .footerMain{
        display: none;
    }
}


@media screen and (max-width: 400px) {
    .logoutClass{
        display: none;
    }
}

