﻿



/* screen 110%*/
@media only screen and (max-width: 1440px) {
    .pic-collection {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.7);
    }

    .menu-wrap > p {
       font-size:11px;
    }
  
}


/*screen 150%*/
@media only screen and (max-width: 1190px) {
    .pic-collection {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.6);
        margin-left:-5px;
    }

    .icon-list a {
        height: 30px;
    }
    .icon-list a i {
        width: 50px;
        height: 40px;
        float: left;
        position:relative;
        bottom:7px;
    }
    .icon-list a span {
        margin-left: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px;
        display: inline-block;
        height: 25px;
        float: right;
    }

    .menu-wrap > p {
        font-size: 9px;
        padding-top:19px;
    }
    .DashbordFrame {
        height: 150px;
    }

    .div-s label {
        width: 11%;
        font-size:10px;
    }


}


/*screen 175%*/
@media only screen and (max-width: 945px) {
    .Spilitwidth40, .Spilitwidth50, .Spilitwidth60 {
        width: 100%;
    }
}

/*screen 200%*/
@media only screen and (max-width: 760px) {
}

@media only screen and (max-width: 560px) {
}

@media only screen and (max-width: 340px) {
}

