@media all and (max-width: 790px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .tt-1_1, .tt-container, .tt-content, .tt-1_2, .tt-1_3, .tt-2_3, .tt-1_4, .tt-3_4, .tt-4_5,.tt-1_5{
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
		text-align:justify;
    }
    .tt-1_6{
        width: 30%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .tt-5_6{
        width: 66%;
        margin-left: 1%;
        margin-right: 1%;
    }

   
    .tt-right{
        float: none  !important;
    }
    .tt-left{
        float: none !important;
    }
    
    .tt-left-rp{
        float: left !important;
    }
    
    .tt-right-rp{
        float: right !important;
    }
    
    .tt-text-left-rp{
        text-align: left !important;
    }

    .tt-text-center-rp{
        text-align: center !important;
    }
    .tt-text-right-rp{
        text-align: right !important;
    }
    
    .tt-only-desktop{
        display: none;
        width: 0;
    }
    .tt-only-mobile{
        display: block;
    }
    .tt-full-width-rp{
        width:100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
  
    .panel-div > *, .login_content, .register_content{
        width: 98% !important;
        margin-left: 1%;
        margin-right: 1%;
        min-height: 0px !important;
    }
    .panel-div input, .panel-div select{
        line-height: 30px !important;
        height: 30px !important;
        margin: 0;
    }
    ul.dropdown ul{
        right: auto;
        width: 200px;
    }
    #bigImg{
        width: 100%;
        height: 100%;
    }
    a.Button, button.Button{
        display: block;
        text-align: center;
        line-height: 32px;
        height: 32px;
        width: 98%;
        margin: 0 1%;
        padding: 0 !important;
        font-weight: bold;
    }
    #captch_verification{
        width: 95% !important;
    }



}
