
/* Large Devices, Wide Screens */



@media only screen and (max-width : 1700px) {

}



@media only screen and (max-width : 1500px) {
	.carousel-title {
		font-size: 2.5em;
	}


}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	.white-black {
	    background-color: #edeeee;
	    background-image: none;
	}

	.black-white {
	    background-color: #edeeee;
	    background-image: none;
	}

	.home-extract, .home-extract-2  {
		font-size: .80em;
	}

	.space-1 {
		padding-top: 1em !important;
	}

	.article-list-title {
		font-size: 0.8em;
	}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1350px) {
	.home-extract, .home-extract-2  {
		font-size: .85em;
	}
}



@media only screen and (max-width : 1500px) {

}



@media only screen and (max-width : 1150px) {
	.carousel-title {
		font-size: 2em;
	}

	nav ul li {
		margin: 0 0.45em;
	}

	.glava {
	    height: 276px;
	}

}



/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	.carousel-title {
		font-size: 1.8em;
	}

	nav ul li {
		margin: 0 0.25em;
		font-size: .9em;
	}


}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.article-list-title {
		font-size: 1em;
	}

	#side-switch {
	    display: block;
	}

	.side-filters {
		display: none;
	}

	header {
		position: static;
	}
	nav {
		display: none;
	}

	#mobile-switch {
	    display: block;
	    float: right;
	}

	.glava {
	    height: 200px;
	}


	.home-extract, .home-extract-2  {
		font-size: 1em;
	}

	.space-1 {
		padding-top: 3em !important;
	}

	.prev, .next {
		display: none;
	}
}




/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.modal-dialog  {width:100%;}
	h1 {
		font-size: 2em;
	}

	.phone {
		display: none;
	}
	
}




@media only screen and (min-width : 992px) {

}




@media only screen and (max-width : 600px) {
	.misc {
		font-size: 1em;
	}

	.carousel-title {
		font-size: 1em;
	}

	.carousel-sub-title {
		font-size: 0.8em;
	}

	#owl-carousel-main {
		/*display: none;*/
	}

	.owl-theme .owl-controls .owl-page span {
		margin: 5px 12px;
	}

}





/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.brands-home {
		display: none;
	}

	h1 {
		font-size: 1.8em;
	}

	.img-logo {
		width: 80%;
	}


	.glava {
		height: 160px;
	}
    
}


}




/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}