/* large large devices - desktop */
@media (min-width: 1200px) {
	.mobil-carousel:after {content: '';}
}

/* md medium devices - desktop */
@media (min-width: 992px) and (max-width: 1199px) {
	.mobil-carousel:after {content: '';}
}

/* sm small devices - tablets */
@media (min-width: 768px) and (max-width: 991px) {
	.mobil-carousel:after {content: '';}
}

/* xs extra small devices - phones */
@media (max-width: 767px){
	html, body{width: 100%; overflow-x: hidden;}
	
	h2.title{font-size: 20px;}
	.form-inline .form-row{margin-top: 14px;}
	
	.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

	#breadcrumb{height: 65px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 20px 0}
	
	.navbar{margin: 0; min-height: auto;position: static;}
	.navbar-toggle{padding: 21px 10px;}
	.navbar-toggle .icon-bar{background-color: #1c1c1b;}
	.navbar-collapse{position: absolute;width: 100%;z-index: 9999;background-color: #fff;left: 0;right: 0;}
	
	#promo .carousel-cell{height: 200px;}
	.main-categories .category_wrapper{margin-bottom: 10px;}
	.main-news .carousel-cell{height: 250px;}
	.news_wrapper>a{min-height: 250px; max-height: 250px; overflow: hidden;}
	
	.main-sectors .col img{width: 100%; height: 220px;}
	.main-sectors .col p{width: 100%;padding: 15px;}
	.main-sectors .col p b{font-size: 20px;}
	
	.newsletter-wrapper{padding: 15px 0;}
	.newsletter-wrapper p{font-size: 18px;}
	
	footer .footer-area .contact{text-align: center; margin-bottom: 15px;}
	footer .footer-area ul.social{text-align: center; margin-top: 15px;}
	
	ul.certificates li a{font-size: 14px; overflow: hidden;}
	
	.gmap_icons{left: 0;right: auto;bottom: 10px;top: auto;}
	
	#category-promo{height: 200px;}
	#category-promo .carousel .carousel-cell{height: 200px;}
	#category-promo h1{font-size: 20px;height: 40px;line-height: 40px;margin: 0; bottom: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	
	.colors-wrapper .colors li{width: 45%;}
	
	#category-promo h1 img{height: 40px;}
	
	#category-attributes .attribute-wrapper{margin-bottom: 10px;}
	#product-nav .nav-tabs li a i{margin-right: 0;}
	
	.detail-tab img{max-width: 100%;}
	
	.panel-default > .panel-heading > h4 > a{font-size: 14px;}
	
	#parallax-promo{min-height: 40px; height: 40px;}
	#parallax-promo h1{height: 40px; font-size: 20px; line-height: 40px;}
	
	#parallax-promo-grey{min-height: 40px; height: 40px;}
	#parallax-promo-grey h2{height: 40px; font-size: 20px; line-height: 40px;}
	
	.kartelaitem{height: 72px;}
	.kartelaitem2{height: 140px;}
	
	.news_wrapper>a{min-height: 200px; max-height: 200px;}
	#project-detail .carousel-cell{height: 250px;}
	
	ul.certificates li a{padding-right: 40px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	
	#project-detail .carousel-cell{height: 200px;}
}

/* xxs extra small devices - iphone 5 */
@media (max-width: 321px){
	
}
