/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.ul-margin{
		margin-left:70px;
	}
	#myCarousel{
		margin-top: 159px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/* .footer-content{
		padding-left: 75px !important;
	} */
	#myCarousel{
		margin-top: 165px;
	}
	.ul-margin{
		margin-left:100px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.footer-content{
		text-align: center !important;
	}
	.ul-margin{
		margin-left:70px;
	}
	.qr-code{
		display: block;
    	margin: 10px auto 20px;
	}
	.pluso-010011001010-01{
		margin-bottom: 20px;
	}
	.btn-primary{
		display: block !important;
		margin: 0 auto;
		margin-top: 20px;
	}
	.img-section-home-page{
		max-width: 70%;
		display: block;
		margin: 20px auto 20px;
	}
	.cons-block-text-home-page{
    	padding-top: 0px;
    	text-align: center;
	}
	.pozvonim-button-wrapper{
		display: none;
	}
	#myCarousel{
		display: none;
	}
	.pol-info{
		display: none;
	}
	.btn-top{
   		display: none !important;
	}
	#wrap{
		margin-top: 47px;
	}
	/*.point-1,.point-2,.point-3,.pont-4{
		display: none !important;
	}*/

	

}


/* 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) {
	.ul-margin{
		margin-left:90px;
	}

}