/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 

    .hidden-480 , .btn-label{
        display:none;
    }
    .right-30px{
        padding-right: 0px;
    }
    .right-50px , .right-20px{
         padding-right: 0px;
    }
    .return-block{
        display:block;!important
    }
    .container-fluid {

        padding-left: 2px;
        padding-right: 2px;
    }
    .page-content {
        padding: 0 3px;
    }
    .panel-heading  .return-block{
        padding-left:20px
    }
    
    .col-xs-12 , .col-xs-6{
        margin-top: 10px;
    }
    .row-10{
        margin-top:0px !important
    }
    .panel-body{
       padding-top:20px;
       padding-left:10px!important
       padding-right:10px!important
    }
    footer{
        font-size: 0.8em;
        min-height: 90px;
    }
    
    .panel-trasparent{
 
        margin-left: 0px;
        margin-right: 0px;
    
}

#space-top {
    margin-top: 100px;
}
    
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {



}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width :480px) {

    .hidden-480 , .btn-label{
        display:none;
    }
    .right-30px{
        padding-right: 0px;
    }
    .return-block{
        display:block;!important
    }

    .container-fluid {

        padding-left: 2px;
        padding-right: 2px;
    }

    .page-content {
        padding: 0 3px;
    }
    .panel-heading  .return-block{
        padding-left:20px
    }
    .col-xs-12 , .col-xs-6{
        margin-top: 10px !important
    }
    .row-10{
        margin-top:0px !important
    }
    .panel-body{
       padding-top:20px;
       padding-left:10px!important
       padding-right:10px!important
    }
    .right-50px , .right-20px{
         padding-right: 0px;
    }
    footer{
        font-size: 0.8em;
        min-height: 90px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    /* Styles */
}
