
/* Large Devices, Wide Screens */



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

}



@media only screen and (max-width : 1530px) {
	.publishers-full {
		border-right-width: 0;
		float: none;
	}


	.publishers-co {
		float: none;
	} 
}

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

}


@media only screen and (max-width : 1450px) {
	nav ul li {
		margin-right: 26px;
		font-size: 16px;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1350px) {
	.home-paper-item h2 {
	    font-size: 17px;
	    line-height: 22px;
	}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	nav ul li {
		margin-right: 20px;
		font-size: 15px;
	}
}
 


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

}



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

}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.box-shadow-menu {
		display: block;
	}

	nav {
		display: none;
	}

	.side-links {
		display: none;
	}
}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	header img {
		width: 100%;
	}

	header {
		padding: 25px 0;
	}

}



@media only screen and (max-width : 600px) {
	.article-paper-item {
		padding-left: 0;
		padding-right: 0;
	}

	p.modal-title {
		font-size: 26px;
	}

	.jumbo-modal .wrapper {
		padding-top: 50px;
	}

	.zatvori {
		font-size: 38px;
	}

	.form-element-2 {
		margin-bottom: 1em;
	}

	.container-fluid {
		width: 88%;
	}


	ul#bread {
		font-size: 0.7em;
	}
}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	p.modal-title {
		font-size: 24px;
	}
}


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

}
