/*
  main_size_bigscreen.css
  @author: mcsikos
 */


/* big screen */
@media (min-width: 2000px){ 

  /* 
  ###############################################
  # TYPOGRAPHY
  ############################################### 
  */
  
  body {
    font-size: 18px;  /* 15px */
    line-height: 1.6;  /* 1.6 */
    /* color: #000000; */
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.6;  /* 1.6 */
  }

  h1 {
    font-size: 27px;  /* 22px */
  }

  h2{
    font-size: 27px;  /* 22px */
  }
  
  h3 {
    font-size: 25px;  /* 20px */
  }
  
  .mc-box-item-type-red-inner h1, 
  .mc-box-item-type-red-inner h2, 
  .mc-box-item-type-red-inner h3 {
    font-size: 27px;  /* 22px */
  }
  
  .navbar-meta-item {
    font-size: 20px;
  }	 
  
  nav.navbar-mc a.a-bold, 
  #content a.a-bold, 
  .mc-ajax-content a.a-bold, 
  #footer a.a-bold,
  .a-bold-wrapper a,
  .mc-box-item-type-red-inner, 
  .mc-box-item-type-red-inner ul.mc-arrow span.mc-box-arrow,
  ul.mc-red-box li a span {
    font-size: 20px;  /* 18px */
  }  
  
  .form-control {
    font-size: 1em;  /* 18px */
  }
  
  .form-control  {
    height: auto;
  }

  
  
  /* 
  ###############################################
  # ELEMENTS
  ############################################### 
  */
  .totop {
    width: 50px;
    height: 50px;    
  }
  
  input.form-search {
    background-size: 50px;
  }
  
  .btn-search-button {
      height: 37px;
  }
  
  /* 
  ###############################################
  # GRID BOOTSTRAP
  ############################################### 
  */
  .container {
    width: 1680px;  /* 1770px; */  /* 1170px -> 1200px - (2 * 15px) */
  }

  
  
  /* 
  ###############################################
  # BROWSERS
  ############################################### 
  */  
	/* safari */
	.browser-safari .navbar-brand {
		width: 255px !important;
		height: 255px !important;
	}
	.browser-safari .navbar-brand-scrolled {
		width: 105px !important;
		height: 105px !important;
	}
	
		/* mac / safari 12 */
	.device-mac .navbar-brand {
		width: 255px !important;
		height: auto !important;
	}
	.device-mac .navbar-brand-scrolled {
		width: 105px !important;
		height: auto !important;
	}	
}  