

/******************* TABLET VERTICAL 800 AND UP*/
@media(min-width:481px){
}

/******************* SCREEN ABOUT 800 = TABLETS HORIZONTAL AND UP */
@media(min-width:768px){
}

/******************* SCREEN ABOUT 1024 AND UP*/
@media(min-width:992px){
}


@media(max-width:928px){
    #home {
        display:none;
    }
    
    #home-mobile {
        display:block;
    }
}

/******************* BIG SCREEN OVER 1200 AND UP*/
@media(max-width:1280px){

    .plan img {
        width:60%;
    }
    
    .locationInfoText .inner {
        padding: 0px 20px 10px 10px;
    }
    
    .location-text {
    font-size:18px;    
    }
    

    
    .article {
        font-size: 20px;
        line-height: 26px;
        padding: 30px;
    }

    .center-title{
        padding-bottom: 20px;
        padding-top: 50px;
    }
    
    h1.contact-us {
    font-size: 30px;
    }

    #contact-submit input[type="submit"] {
        width:100%;
    }

    h2.contact-us{
    font-size:22px; 
    
     margin: 20px 0 0 !important;
    }
    
    .tech-specs-text {
        font-size: 16px;
    }

    .plans-title {
        font-size: 22px;
    }

    #menu li a {
        font-size:25px;
    }

    .plans-size {
        font-size: 22px;
    }

    .tech-specs-title-main{
        font-size:30px;
    }
}
/******************* BIGGER SCREEN OVER 1600 AND UP*/
@media(min-width:1600px){
    .plans-cover{
        max-height:50%;
    }

    .location-info img {
        width:100%;
    }
}

@media(max-width:1600px){
  
  .article {
        font-size: 22px;
        line-height: 32px;
        padding: 30px;
    }  
    
}

@media (max-width: 1280px) {
    .tech-specs-text {
        padding: 0 15px 0 0;
    }

    .tech-specs-title {

        font-size: 24px;

    }
}

@media (max-width: 1024px) {
    .off.article.skx_frst {
        font-size: 14px;
    }
}



/******************* LESS THAN TABLET LANDSCAPE*/
@media(max-width:991px){
    .col img {
        // width: 100% !important;
        height: auto !important;
    } 

}

/******************* LESS THAN TABLET PORTRAIT*/
@media(max-width:767px){
    
  
    
    .footer-logo{
        margin-top:30px;
        float:none;
    }
    
    .plan {
        text-align:center;
    }

    header{
        position:fixed;
    }

    .article:first-child{
        font-size: 20px;
        line-height: 25px;
        padding: 25px;
        margin-top:60px;
    }

    .tech-specs-text {
        font-size: 16px;
    }

    .center-title {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .plans-title{
        font-size:22px;
    }

    .plans-size{
        font-size:22px;
    }

    .navbar-collapse ul li a{
        height:auto;
    }

    .plans-wrapper{
        padding-right:0;
    }

    #menu li a {
        color: white;
        display: block;
        font-size: 23px;
        padding: 5px 20px 16px;
        text-decoration: none;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        text-align: center;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    h1.contact-us {
        font-size: 24px;
        text-align:center;
        
    }
    
    footer{
        display:none;
    }

    h2.contact-us {
      font-size: 20px;
      text-align: center;
      border-right: none;
      padding-right:0px;
      
    }

    .yazam-left{
        display:none;
    }

    .portfolio-overlay {
        display:none;

    }

    .yazam-left:first-child{
        display:none;
    }

    .half {
        height:auto !important;
    }

    img {
        // width:100% !important;
        height:auto !important;
    }

    .col-sm-4 img{
        width:100%;
    }

    #menu li{
        float:none;
    }

    #menu {
        float: none !important;
        height:auto;
        list-style: none outside none;
        margin: 0 !important;
        padding: 0;
        background: #52c3ed !important;
    }

    #menu li{
        background: #52c3ed !important;
    }

    .navbar-brand {
        display:block;
        margin-top:10px;
        color:white !important;
        font-size:20px;
    }

    .navbar-toggle {
        background: #ddd;
        float:left;
        margin-right: 0;
        margin-left: 20px;
        margin-top:20px;
    }

    .navbar-collapse {
        max-height: 700px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border:none;
    }

    .bg2,.photo{
        display:none;
    }


}

/******************* MOBILE DEVICE */
@media(max-width:480px){ 

}



