/*  Medium devices (desktops, 992px and Down) */
@media (max-width: 991px){ 
   .owl-theme .owl-controls .owl-buttons div {
	  display: none;
   }
   /*.owl-theme .owl-controls .owl-buttons .owl-prev {
	  display: block;
	  left: 15px;
	  z-index: 999;
   }
   .owl-theme .owl-controls .owl-buttons .owl-next {
	  display: block;
	  right: 15px;
	  z-index: 999;
   }*/
   
   .carousel-caption h1 {
	  font-size: 30px;
   }

   .carousel-caption h3{
	  font-size: 16px;

   }

   .navbar-header {
	  float: none;
   }
   .navbar-left,.navbar-right {
	  float: none !important;
   }
   .navbar-toggle {
	  display: block;
   }
   .navbar-collapse {
	  border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
   }
   .navbar-fixed-top {
	  top: 0;
	  border-width: 0 0 1px;
   }
   .navbar-collapse.collapse {
	  display: none!important;
   }
   .navbar-nav {
	  float: none!important;
	  margin-top: 7.5px;
   }
   .navbar-nav>li {
	  float: none;
   }
   .navbar-nav>li>a {
	  padding-top: 10px;
	  padding-bottom: 10px;
   }
   .collapse.in {
	  display: block !important;
   }
   .navbar-toggle {
	  margin-top: 28px;
	  margin-right: 25px;
   }
   .embed-responsive-16by9,
   ul.news-media-link {
	  clear: both;
   }
   ul.news-media-link {
	  float: none;
	  padding:0;
   }
   ul.news-media-link li {
	  display: inline-block;

   }

}


/*  Small devices (tablets, 768px and Up) */
@media (min-width: 768px) { 
   .carousel-caption {
	  top: 10%;
	  text-align: left;
   }

   .custom-percent {width: 11%;}
}

/*  Small devices (tablets, 768px and Down) */
@media (max-width: 767px) {


   .carousel-caption h1 {
	  font-size: 16px;
   }

   .carousel-caption h3{
	  font-size: 10px;

   }

   .gallery .thumbs {
	  display: inline-flex;
   }

   .gallery .thumbs .thumb:before {
	  display: none;
   }

   .media-body {
	  display: inherit;
	  width: 100%;
   }

   .btn-mehr {
	  bottom: 0;
   }

}