﻿/**=================================LARGE DESKTOP > 1200px=================================**/

@media (min-width: 1200px) {
  
}


/**=================================STANDARD DESKTOP 992px <> 1200px=================================**/
@media only screen and (min-width: 960px) and (max-width: 1199px) {

   .home_news_img { width:210px;}
   .home_news_img img { width: 210px;height:auto; }
   .home_news_desc { width:210px;}

}


/**=================================TABLET < 960px  Nexus 7 - Landscape (600x960) =================================**/
@media (max-width: 960px) {
    
  .home_news_img { display:block; width: 100%;}
  .home_news_img img { width:450px; height:auto; }
  .home_news_desc { width:450px; display:block; }
  
  .titlebar { height:150px; }
  .titlebar h2 {  margin-top:35px; }

  
}



/**================================= SMALL DESKTOP 768px <> 991px=================================**/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    
   .site-call-phone { top:7px; left:25px;  }
   .site-call-email { top: 7px; left:200px; }
   .site_lang { top:7px; right:20px;  }
   
   .section-header { margin:0 auto; width:98%;  }
   
   .home_news_img { display:block;}
   .home_news_img img { width: 354px; height:auto; }
   .home_news_desc { width:354px; display:block;}
   
   .item-list { width: 610px;}
   .item-list-img { width: 210px;}
   .item-list-description { width:  370px;}


}





/**=================================TABLET < 767px=================================**/
@media (max-width: 767px) {
 
}




/**=================================PHONE < 600px Nexus 7 - Portrait (960x600) =================================**/
@media only screen and (max-width: 600px) {
    
    .menuzord-brand { margin:0;}
    
    .section-header { font-size:28px;}
    
    
    .titlebar { height:150px; }
    .titlebar h2 { font-size:38px; margin-top:35px;  }
  
     
      .item-list { width: 482px;}
     .item-list-img { width: 162px;}
     .item-list-description { width:  290px;}

}


/**=================================PHONE < 480px=================================**/
@media only screen and (max-width: 480px) {

   h3 { font-size:20px;}
  .site-call-phone { display:none;}
  .site-call-email { left:5px;}
  
  .section-header { font-size:24px; padding-bottom: 15px; margin-bottom: 15px; font-weight:normal; letter-spacing:0px;}
  .section-header-2 { font-size:18px;}

  .titlebar { height:100px; }
  .titlebar h2 { font-size:32px; margin-top:15px;  }
  
  .parallax-header h2 { font-size:32px;}
  
  .mt-50px { margin-top: 20px !important; }
  .mb-50px { margin-bottom: 20px !important; }
  
   .item-list { width: 450px; display:block;}
   .item-list-img { width:450px; display:block;}
   .item-list-description { width:450px;display:block;}

}



/**=================================PHONE < 479px=================================**/
@media only screen and (max-width: 479px) {
  h2{ font-size:32px; letter-spacing:0; }
  
   .item-list { width:300px; display:block;}
   .item-list-img { width:300px; display:block;}
   .item-list-description { width:300px;display:block;}


}

