/*========================================
=            Style Responsive            =
========================================*/
/* Small devices */
@media (min-width: 1px) and (max-width: 991px) { 
  
  .wrapper.index-home {
    background-image: none;       
    width: 100%;
    height: 450px;
  }

  .wrapper.mod-singlepage, .wrapper.mod-listpage, .wrapper.mod-contact {
    background-image: none;     
  }

  .wrapper-main-container {
    padding-top: 100px;
  }

  .wrapper.mod-singlepage .content-container {
    background-size: auto 200px !important;
    background-position: center top !important;
  }

  .wrapper-main-container .content-header {
    min-height: 200px;
    padding-top: 200px;
    padding-bottom: 30px;
  }
  
  header {
    background-image: none;
    background-color: #fff;
    height: 136px;
  }
	
	header .logo2-container {
		text-align:left!important;
	}
	
  header .logo2 {
	  max-width: 200px !important;
	  margin-top: 20px;
  }

  .content-header.header-contact {
    color: #006fb7;
    padding: 20px 15px;
  }

  h1.h1-head.news-title {
    font-size: 30px;
    margin-top: 100px;
  }

  h1.h1-head {
    font-size: 35px;
    color: #006fb7;
  }

  .mod-listpage h1.h1-head {
    margin-top: 100px;
  }

  .mod-listpage h1.h1-head.head-with-category {
    margin-top: 10px;
  }

  h1.h1-head .small {
    color: #006fb7;
  }

  .container_search {
    display: none;
  }
	
  .search-mobile {
	  width: 65% !important;
	  display: inline-block;
	  margin-right: 3px;
}
	
	.search-mobile-btn {
	}

  .menu-block {
    display: none;
  }

  header .header-block {
    display: none;
  }

  .container-home {
    background-color: #006fb7;
    border-bottom: solid 5px #e3e3e3;
  }

  .wrapper.mod-home {
    background: none;
  }

 
  .content-inside {
    padding: 0px;
  }

  .contact-block {
    padding: 20px 0px;
    margin-top: 20px;
    border: none;
  }

  .contact-block form.custom-form .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 0px;
}

.contact-block form.custom-form .form-group:nth-child(odd) {
  margin-right: 0px;
}

.contact-block form.custom-form .form-group.last {
  width: 100%;
}

  
  #carouselExampleCaptions {
    margin-top: 100px;
  }
  
  #carouselExampleCaptions .carousel-caption {
    right: 10%;
    top: auto;
  }

  .mod-listpage h1.h1-head.news-title {
    margin-top: 20px;
  }

  #carouselExampleCaptions .carousel-caption h2 {
    font-size: 25px;
  }

  ul.news-category {
    margin-top: 105px;
    margin-left: 0px;
    padding: 10px;
  }

  ul.news-topics {
    margin: 10px 0px;
    padding: 10px;
  }

  ul.news-category li, ul.news-topics li {
    display: inline-block;
    float: left;
  }

  ul.news-topics li:last-child, ul.news-category li:last-child {
    float: none;
  }

  ul.news-category li a, ul.news-topics li a {
    padding: 5px 15px;
    display: block;    
    border-radius: 5px;
  }

  ul.news-category li.active a, ul.news-topics li.active a {
    background-color: white;
    color: #006fb7;
    border-radius: 5px;
  }

  .blog-read-wrap {
    padding: 0px;
  }

.mod-listpage .content-header {
  padding-top: 10px;
}

.business-item-inside a {
  padding: 300px 30px 30px 30px;
}

  .about-company-block {
    margin-top: 50px;
  }

  .business-block {
    padding-top: 0px;
  }

  .business-item-inside.first {
    margin-top: 30px;
  }
  .business-item-inside.second {
    margin-top: 30px;
  }
  .business-item-inside.third {
    margin-top: 30px;
  }

  .post .last-news-info-wrap {
    min-height: 20px;
  }

  .wrapper.mod-singlepage footer, .wrapper.mod-listpage footer, .wrapper.mod-contact footer {
    padding-top: 150px;
    margin-top: -2px;
  }

  footer .inside-column {
    margin-bottom: 0px;
  }

  footer .footer-menu-wrap {
    text-align: center;
  }

  .footer-menu-wrap div:nth-child(2) h4 {
    display: none;
  }

  .footer-menu-wrap div:nth-child(3) h4 {
    margin-top: 40px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
  
  .header-block, .header-mobile {
    display: none;
    position: absolute;
  }
  
  header {
    /*background: url('../img/logo-bg-short.png') no-repeat;
    background-position: top center;*/
	background-color: white;
    height: 100px;
    background-size: contain;
  }

  header .logo {
    margin-top: 20px;
  }

  .menu-block {
    display: block;
  }
  
  .menu-block .nav-menu a {
    font-size: 16px;
  }

  #carouselExampleCaptions .carousel-caption {
    right: 30%;
  }

  #carouselExampleCaptions {
    margin-top: 0px;
  }

  .business-item-inside a {
    padding: 300px 30px 30px 30px;
  }

  .contact-block {
    padding: 60px 30px;
  }
}

@media (min-width: 1200px) {
  .header-block, .header-mobile {
    display: none;
    position: absolute;
  }
} 
