/*************************************************/
/*************************************************/
/* Styles for Mobiles - MOBILE LAYOUT (PORTRAIT/320PX) - Smartphone Vertical */
/*************************************************/
/*************************************************/

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

    .the-title-block{ font-size:25px; padding:0 10px; }
    .the-title-block:after{ width:50%; }

    #the-space-hero #img-the-hero{ width:70%; margin:0 auto; }
    #the-space-hero #msg-main-hero{ font-size:40px; }
    #the-space-hero #msg-hero-company{ letter-spacing:3px; font-size:11px; }

    #the-space-slider #img-the-responsive{ width:90%; margin:30px auto 0; }
    
    #the-space-whatis #the-info-wiw{ font-size:15px; width:80%; }
    #the-space-whatis #the-info-wiw p{ line-height:25px; padding-bottom:15px; }
    
    #the-space-payment #box-info-pay{ width:80%; padding:20px 10px; }
    
    
}

/* END MOBILE LAYOUT */
/*************************************************/