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

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

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

@media(max-width:1020px){
    
 

    
    
    #navi {
        width:146px;
        right:-110px;
        overflow:hidden;
        transition:0.4s;
        z-index:999999999999;
        padding-left:30px;
        background-color:none;
        background: url("/img/toggle.png") no-repeat scroll left 10px center rgba(255,255,255,0.8);
     

    }
    
    .main-nav li{
        box-shadow:none;
        min-height:40px;
    }
    
    .contact-form-label,#contact-form {
        display: none;
        
    }
   
    .main-nav li a {
        margin-right:20px;
        font-size:20px;
    }
    
    .logo{
        text-align:right;
        margin-right:30px;
        
    }
    
    #fullpage{
    margin-right:0;   
    }
    
}

/******************* BIG SCREEN OVER 1200 AND UP*/
@media(max-width:1280px){
  .plan img {
        width: 80% !important;
        height:80%;
    }
    
    .col-md-2 {
        margin:-13px;
    }
/*    .locationInfoText .inner {
       
        padding: 0px 20px 10px 10px;
      
    }
    
    .location-text {
    font-size:18px;    
    }
    

    
    .article {
        font-size: 22px;
        line-height: 33px;
        padding: 30px;
    }

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

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

    h2.contact-us{
    font-size:22px; 
    
     margin: 35px 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: 1280px) {
    .tech-specs-text {
        padding: 0 15px 0 0;
    }

    .tech-specs-title {

        font-size: 24px;

    }
}



/******************* 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;
    }
    
    .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){ 

}



