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

    html {
        font-size: 20px;
    }
    #navmenu {
        display:none;
    }
    #navmenu_mobile {
        position: fixed;
        top:0;
        left: 0;
        width:100%;
        padding:20px 0;
        background-color:#FFF;
        z-index: 2000;
        font-size: .8em;
        display: block;
    }
    #open_menu {
        display: block;
    }
    .menu_logo {
        height:24px;
    }

    .home_logo_mobile {
        height:40px;
    }
    .menulist {
        margin-top: 0px;
        height:0;
        width:100%;
        float:left;
        padding-left: 10px;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .menulist li {
        float:none;
        padding-left: 10px;
        border-bottom:1px solid rgba(45,45,45,.1);
    }
    .menulist li:hover {
        background-color: rgba(45,45,45,.1);
    }
    .primary_link {
        display: block;
        width:100%;
        padding:10px 0px;
        
    }
    .show_menu {
        padding-top:20px;
        height: 205px;
    }

    #wrapper {
        display:none;
    }

    /* INIZIO MOBILE */

    #wrapper_mobile {
        display: block;
        width:96%;
        padding:0 2%;
        background-color: #FFF;
        margin-top:60px;
    }
    #home {
        padding-top: 70px;
    }
    .big_title_mobile {
        font-size: 2em;
        font-weight: 700;
        padding-left:10%;
        display: block;
        width:30%;
        float:left;
        text-align: right;
    }
    .big_subtitle_mobile {
        font-size: 1.9em;
        font-weight: 300;
        font-style: italic;
        display: block;
        width:70%;
        float:right;
    }
    .button_mobile {
        text-align: center;
        text-decoration: none;
        margin:15% auto;
        font-size: 1em;
        display:block;
        width:100px;
        line-height: 1.6em;
        height:1.6em;
        padding:.3em .5em;
        border-radius: 100px;
        background-color:  #FF5500;
        font-weight: 300;
        color:#FFF;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .button_mobile:hover {
        background-color: #2D2D2D;
    }
    .space {
        clear:both;
        width:100%;
        height:5em !important;
    }
    #intro_mobile {
        padding-top: 70px;
    }
    .half_left {
        width: 50%;
        float:left;
        position: relative;
    }
    .half_right {
        width:50%;
        float:right;
        position: relative;
    }
    .half_left img, .half_right img {
        display: block;
        width:100%;
    }
    .intro_text {
        padding:25% 10% 0 10%;
    }
    .title_mobile {
        font-weight:700;
        font-size: 1.5em;
        line-height: 1.8em;
        font-style: italic;
    }
    .offset_left_mobile {
        margin-left: -.5em;
    }
    .offset_right_mobile {
        margin-right: -.5em;
    }
    .subtitle_mobile {
        font-size:1.2em;
        font-weight:300;
    }
    #features_mobile {
        padding-top:70px;
    }
    .section_title_mobile {
        font-size: 1.5em;
        font-weight: 700;
        padding:0 5%;
        font-style: italic;
    }
    .section_flow_mobile {
        font-size: 1em;
        font-weight: 300;
        line-height: 1.2em;
        padding:0 10%;
    }
    .feature_block {
        width: 49%;
        float:left;
        height:30vw;
        margin: 1% 0.5% 0 0.5%;
        background-color: #FF5500;
        box-sizing: border-box;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        position: relative;
        border-radius: 10px;
    }
    .feature_title {
        display: block;
        width:98%;
        height:96%;
        text-align: center;
        margin:1%;
        line-height: 30vw;
        color:#FFF;
        font-size: .9em;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .feature_line {
        line-height: 5em !important;
    }
    .feature_content_mobile {
        height:0;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;

    }
    .phone_mobile {
        display: block;
        margin:0 auto;
        position: relative;
        width:100%;
        max-width: 250px;
        z-index: 10;
    }
    .feature_screen_mobile {
        display: block;
        width: 100%;
        max-width: 224px;
        height:auto;
        margin:0 auto;
        position: relative;
        top:-498px;
        border-radius: 5px;
        z-index: 9;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;

    }
    .flow_feature {        
        font-size:1em;
        line-height: 1.2em;
        font-weight: 300;
        text-align: left;
        padding:25% 2% 0 0;
    }
    .expand_feature_block {
        width:99%;
        height:650px !important;
        padding-bottom: 3%;
        background-color: #2D2D2D !important;
    }
    .expand_feature_content {
        height:auto;
    }
    .hline, .vline {
        background-color:#FFF !important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .rotate {
        -webkit-transform: rotate(45deg) !important;
        -moz-transform: rotate(45deg) !important;
        -o-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }

    #customization_mobile {
        padding-top:70px;
    }
    .title_customization_mobile {
        display: block;
        width: 100%;
        font-weight: 500;
        font-size: 1.2em;
        text-align: center;
    }
    .customizaion_icon_mobile {
        display: block;
        width:50% !important;
        margin:10% auto;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    @keyframes animation_zoom {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -o-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.3);
        }
        100% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
    }
    .zoom {
        -webkit-animation-name: animation_zoom;
        -moz-animation-name: animation_zoom;
        -o-animation-name: animation_zoom;
        -ms-animation-name: animation_zoom;
        animation-name: animation_zoom;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -ms-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: 3;
        -moz-animation-iteration-count: 3;
        -o-animation-iteration-count: 3;
        -ms-animation-iteration-count: 3;
        animation-iteration-count: 3;
        -webkit-animation-timing-function:ease-in-out;
        -moz-animation-timing-function:ease-in-out;
        -o-animation-timing-function:ease-in-out;
        -ms-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out;
    }
    .flow_customization {
        display: block;
        width:90%;
        font-size:1em;
        line-height: 1.2em;
        font-weight: 300;
        text-align: left;
        padding:5% 5% 0 5%;
        text-align: center;
        margin-bottom:50px;
    }
    #casestudies_mobile {
        padding-top:70px;
    }
    .case_dot_mobile {
        margin: 20% auto;
        width:4em;
        height:4em;
        border-radius: 10em;
    }

    /* CASE STUDIES */

    .case_block {
        width: 30%;
        float:left;
        height:28vw;
        margin: 10% 10% 10% 10%;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        position: relative;
        border-radius: 2000px;
    }

    #bnlpay_mobile {
        background-color: #00A866 !important;
    }
    #hellopay_mobile {
        background-color: #00A7C3 !important;
    }
    #wow_mobile {
        background-color: #FFD900 !important;
    }
    #swiss_mobile {
        background-color: #E30613 !important;
    }
    .case_title {
        display: block;
        width:100%;
        text-align: center;
        line-height: 28vw;
        color:#FFF;
        font-size: .9em;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .case_line {
        line-height: 5em !important;
    }
    .case_content_mobile {
        height:0;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;

    }
    .case_phone_mobile {
        display: block;
        margin:0 auto;
        position: relative;
        width:100%;
        max-width: 250px;
        z-index: 10;
    }
    .case_screen_mobile {
        display: block;
        width: 100%;
        max-width: 224px;
        height:auto;
        margin:0 auto;
        position: relative;
        top:-498px;
        border-radius: 5px;
        z-index: 9;
    }
    .flow_case {        
        font-size:1em;
        line-height: 1.2em;
        font-weight: 300;
        text-align: left;
        padding:5% 2% 0 0;
    }
    .expand_case_block {
        width:99%;
        height:450px !important;
        padding-bottom: 3%;
        background-color: #2D2D2D !important;
        margin: 10% 0 0 .5% !important;
    }
    .expand_case_content {
        height:auto;
    }
    .case_link {
        width:60%;
        display: inline-block;
        text-align: left;
        color:#FFF;
        font-weight: 500;
        text-decoration: none;
    }

    /* ABOUT US */

    #aboutus_mobile {
        padding-top: 70px;
    }
    .about_logo_mobile {
        display: block;
        width: 40%;
        margin:10% auto;
    }
    .flow_about {        
        font-size:1em;
        line-height: 1.2em;
        font-weight: 300;
        text-align: left;
        padding:0 5% 0 5%;
    }
    .flow_about a {
        text-decoration: none;
        margin:0;
        font-size:1em;
        line-height: 1.2em;
        color:#2D2D2D;
    }
    .flow_about a:hover {
        color:#FF5500;
    }
    .temp_spacer {
        display: none;
        width:100%;
        height:2em;

    }
    .footer_mobile {
        width:104%;
        margin-left:-2%;
        line-height: 1.5em;
        padding:.5em 0;
        font-size: .8em;
        font-weight:300;
        color: #FFF;
        text-align: center;
        background-color: #2D2D2D;
    }
}

@media screen and (max-width:650px) {
    html {
        font-size: 16px;
    }
    .half_left, .half_right {
        width:100% !important;
        float:none;
    }
    .intro_text {
        padding-top:5%;
        padding-bottom:15%;
    }
    .phone_mobile {
        display: none !important;
    }
    .feature_screen_mobile {
        width: 100%;
        max-width: 230px;
        height:auto;
        margin:0 auto;
        position: initial;
        z-index: initial;
        box-shadow: 0 15px 10px rgba(0,0,0,.5);
    }
    .feature_block {
        width:99%;
        height:20vw;
        margin-bottom:2% !important;
    }
    .feature_title {
        text-align: right;
        line-height: 20vw;
    }
    .expand_feature_block {
        height:auto !important;
    }
    .flow_feature {
        width:90%;
        padding: 10% 5% 5% 5%;
    }
    .customizaion_icon_mobile {
        margin:0 auto;
    }
    .offset_left_mobile, .offset_right_mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* CASE STUDIES */

    .case_phone_mobile {
        display: none !important;
    }
    .case_screen_mobile {
        width: 100%;
        max-width: 230px;
        height:auto;
        margin:0 auto;
        position: initial;
        z-index: initial;
        box-shadow: 0 15px 10px rgba(0,0,0,.3);
    }
    .case_block {
        width:94%;
        height:20vw;
        margin: 10% 0 0 3% !important;
    }
    .case_title {
        line-height: 20vw;
        text-align: right;
    }
    .expand_case_block {
        height:37.5em !important;
        border-radius: 10px !important;
    }
    .flow_case {
        width:90%;
        padding: 10% 5% 5% 5%;
        text-align: center;
    }
    .dot {
        padding-right: 7%; 
    }
    .temp_spacer {
        display: block;
    }
    .case_link {
        width:100%;
        text-align: center;
    }    
    .footer_mobile {
        line-height: 1.4em;
        font-size: .7em;
    }
}