﻿/**=================================LARGE DESKTOP > 1200px=================================**/

@media (min-width: 1200px) {
  .parallax-background { background-attachment: fixed !important; }
}


/**=================================STANDARD DESKTOP 992px <> 1200px=================================**/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
   
   

}

/**=================================  #Tablet (Portrait) iPad 768px <> 991px=================================**/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .site-lang { right:5px; }

}

/**=================================TABLET < 767px=================================**/
@media (max-width: 767px) {

}


/**=================================PHONE < 480px=================================**/
@media only screen and (max-width: 480px) {

  

}



/**=================================PHONE < 479px=================================**/
@media only screen and (max-width: 479px) {
 
  .site-call-phone a{ border-left: none; left:0;}
  .site-call-email { display:none; }
   
  .menuzord-brand { marginp:0; width:80px; padding-top:5px;}
  
  .pt-moblie-hide { display: none !important; }
  
  .pt-section-title  {font-size:32px; } 

}

