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

@media and (-webkit-min-device-pixel-ratio:0) {
    .star-number {
		top: +150px;
	} 
}

@media only screen and (max-width : 1720px) {
	.star-servis {
		left: -200px;
	}
	.star-number {
		left: -200px;
	}
}
@media only screen and (max-width : 1520px) {
	.star-servis {
		left: -100px;
	}
	.star-number {
		left: -100px;
	}
}
@media only screen and (max-width : 1320px) {
	.star-servis {
		left: 0px;
	}
	.star-number {
		left: 0px;
	}
}
@media only screen and (max-width : 750px) {
	.top_menu ul li {
	font-size: 23px;
	}
	.star-servis {
		position: inherit;
	}
	.star-number {
		padding-top: 70px;
	}
	h1 {
		font-size: 2em;
	}
	.number {
		display: none;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.inline_servis {
		float: none;
		margin-top: 70px;
	}
	.inline_servis p {
		align-items: center;
		justify-content: center;
	}
header {
	background: url(/img/header2.jpg);
}
.one {
	margin-left: 20px!important;
}

.right {
	display: none;
}
.down {
	display: block;
	margin-left: 150px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 980px) {
	.slogan {
		margin-bottom: 20px;
	}
	h2 {
		margin-bottom: 20px;
		margin-left: 0px!important;
	}
	.call {
		float: left;
		position: inherit;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 1000px) {
	.call {
		float: left;
		position: inherit;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


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

}

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

}