/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1459px) {
	#slider {
    margin-top: 60px;
}
.pusto{
	margin-bottom:70px;
}
		
}
@media only screen and (max-width : 1400px) {
	#slider{
		margin-top:50px;
		/*border:1px solid red;*/
	}
		
}

@media only screen and (max-width : 1013px) {
	#slider{
		margin-top:70px;
		/*border:1px solid red;*/
	}
		
}
@media only screen and (max-width : 1200px) {
	
		
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#slider{
		margin-top:85px;
		/*border:1px solid red;*/
	}
	.pusto{
	margin-bottom:100px;
}
}
@media only screen and (max-width : 939px) {
	#slider{
		margin-top:100px;
		/*border:1px solid red;*/
	}
}
@media only screen and (max-width : 937px) {
	#slider{
		margin-top:120px;
		/*border:1px solid red;*/
	}
}
@media only screen and (max-width : 820px) {
	.pusto{
	margin-bottom:160px;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.menu-adaptiv-menu-1-container{
		margin-top:30px;
		/*position:relative;
		z-index:100;*/
	}
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

}
@media only screen and (max-width : 552px) {
		#slider{
		margin-top:150px;
		/*border:1px solid red;*/
	}
	.attachment-thumbnail{display:none;}
}
@media only screen and (max-width : 517px) {
		#slider{
		margin-top:170px;
		/*border:1px solid red;*/
	}
	.attachment-thumbnail{display:none;}
}
@media only screen and (max-width : 506px) {
		#slider{
		margin-top:160px;
		/*border:1px solid red;*/
	}
	.attachment-thumbnail{display:none;}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

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

}


/*==========  Mobile First Method  ==========*/

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

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

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

}

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

}