﻿/* =================================================================== */
/* Media Queries
====================================================================== */

/* Standard 1180 (devices and browsers) */
@media only screen and (min-width: 1200px) {
  .caption.text { margin-left: 0 !important; }
  .caption h2,  .caption h3,  .caption p { margin:0; }
  
}


/* #Dekstop (960 Grid)
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1199px) {
    
 body { background:#f8f9f4;}
 
/* Menu
====================================*/    
   #nav>li {  margin-right:12px;  }
   #nav>li>a { font-size:16px; }
   
 /* Revolution Slider
====================================*/
  .caption.text { margin-left: 50px !important; }
  .caption h2 {font-size:32px; }
  .caption p { font-size:20px; line-height:20px; }
  
/* time line
====================================*/ 
  .timeline-item-content {width: 508px; padding: 5px 20px;}
  .timeline-item-date {margin-top: 21px;}
  .timeline-item {margin-bottom: 20px;}
  .timeline-item-trigger {padding-top: 20px;}
  .timeline-arrow .iit { top:20px; }
  
  .list-item-content h3 a { color:#333; font-size:20px; margin-top:0; font-weight:400;}
  
  ol li ol.childlist .comment-des { float:right; width:78%; }
  
   .contact-informations h2 { font-size:22px;}
  
}

