@media only screen and (max-width: 1100px) {

    header .wrapper,
    footer .wrapper,
    div.wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    header.scroll {
        /*padding: 0 0 13px 0;*/
    }
    header.scroll .logo {
        /*margin-left: 20px;*/
    }

    body#home #homehero {
        /*background-image: url('../img/video3.png');*/
        min-height: inherit !important;
        height: 700px !important;
    }

    section.hero h2 {
        margin-top: 150px;
    }

}

@media only screen and (max-width: 900px) {

    header {
        top: 0;
        padding-top: 0;
    }
    header nav {
        display: none;
    }
    header .unit-30 {
        width: 100% !important;
    }
    header .unit-70 {
        display: none;
    }
    section.hero h1 {
        font-size: 3em;
    }

    .slicknav_menu {
        display: block;
    }

    body.login div#login {
        width: 100%;
    }
    body div#login .inner {
        width: 100%;
    }

    body#home #homehero {
        background-image: url('../img/video3.png');
        min-height: inherit !important;
        height: 510px !important;
    }

    #features section .content {
        padding: 30px !important;
        margin-bottom: 0;
    }
    #features section img {
    }
    #features section .content h3,
    #features section .content p {
        text-align: center;
    }

    #features section#simple .macbook .screenshot img {
        top: 0 !important;
    }

    #features section.hero h2,
    #features section.hero h1 {
        text-align: center;
        width: 100%;
    }

    section.hero h1 {
        font-size: 38px;
    }

    section.hero h2 {
        margin-top: 130px;
        text-shadow: 0 0 17px rgba(0, 0, 0, 0.45);
    }

    section.hero#homehero h1 {
        font-size: 2em;
        margin-bottom: 30px;
        text-shadow: 0 0 23px rgba(0, 0, 0, 0.4);
    }
    section.hero#homehero .buttons a {
        margin-bottom: 7.5px;
    }

    #home header .logo {
        background-image: url('../img/logo-dark.svg');
    }
    #home section.logos .wrapper div {
        /*height: 204px;*/
        /*line-height: 204px;*/
        /*float: right;*/
        margin: 0;
        padding: 10px;
        text-align: center;
    }
    #home section.logos h3 {
        padding: 0 10px;
    }
    #home section.logos .wrapper div img {
        max-height: 100%;
    }

    #home section.whitelabel {
        padding-bottom: 0;
    }
    #home section.whitelabel .imaccont {
        position: relative;
        overflow: hidden;
    }
    #home section.whitelabel .imaccont .imac {
        position: relative;
        top: 0;
        border-radius: 15px;
        padding: 20px;
    }

    #home section.testimonial .unit-30 {
        margin-bottom: 0;
        text-align: center;
    }
    #home section.testimonial .unit-30 img {
        display: inline-block;
    }
    #home section.testimonial p {
        font-size: 1.3em;
    }
    #home section.testimonial .text .triangle {
        border-width: 20px 30px 20px 0;
        border-color: rgba(0, 0, 0, 0) #EDEDED rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        position: absolute;
        left: 50%;
        top: -35px;
        transform: rotate(90deg);
        margin-left: -20px;
    }

    section.calltoaction {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }
    section.calltoaction a.btn {
        display: block;
        float: none;
    }
}


@media only screen and (max-width: 767px) {


    #features section#realtime .stats {
        height: auto;
    }
    #features section#realtime .stats img {
        display: none;
    }
    #features section#realtime .stats img.responsive {
        display: block;
    }
    #features section#realtime .stats .screenshot {
        display: none;
    }

    #features section.hero {
        height: 360px;
    }
    #features section#responsive {
        position: relative;
        padding-top: 50px;
        padding-bottom: 300px;
    }
    #features section#responsive .text p {
        color: #fff;
    }
    #features section#responsive .responsives {
        position: absolute;
        top: 300px;
    }
    #features section#responsive .responsives .ipad {
        padding: 40px 35px 30px 35px;
    }

    #features section#ukrefund {
        text-align: center;
        padding: 70px 21px 60px 21px;
        min-height: inherit;
    }
    #features section#ukrefund .map img {
        opacity: .5;
        left: 16%;
        top: -260px;
    }

    #pricing section#signup {
        padding-right: 20px;
        padding-left: 20px;
    }

    #faq section#contact p {
        text-align: center;
    }
    #faq section#contact a.btn {
        float: none;
        margin: 0 auto;
        display: block;
        max-width: 100%;
        width: 300px;
    }

    #contact section.hero h2 {
        margin-top: 70px;
    }

}