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



/* Large Devices, Wide Screens */

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

	.logo {

		font-size: 65px!important;

	}

}

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

	.servise {

		width: 715px;

	}
	.servise2 {

		width: 705px;
		
		margin-left: 0px;

	}

}



/* Medium Devices, Desktops */

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

	.logo {

		font-size: 60px!important;

	}

	.top_logo {

		float: none;

	}

	.servis {

		margin: 0px; 

	}
	.servise {

		width: 700px;

	}

}



/* Small Devices, Tablets */

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

	.logo {

		font-size: 50px!important;

	}

}

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

	.servise {

		width: 345px;

	}
	.servise2 {

		display: none;

	}
	.servise3 {

		display: inline-block;

	}
	.posle {
		margin-top: 10%!important;
	}

}



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

	.str p {

		font-size: 22px;

		font-weight: 600;

	}

	.cont p {

		font-size: 22px;

		font-weight: 600;

	}

	.us {

		font-size: 22px;

	}

}



/* Extra Small Devices, Phones */

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

	iframe {

		width: 450px;

	}

}



/* Extra Small Devices, Phones */

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

	iframe {

		width: 350px;

	}

}



/* Custom, iPhone Retina */

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

	iframe {

		width: 250px;

	}

}





/*==========  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) {



}