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

/* Medium Devices, NoteBook */
@media screen and (min-width : 992px) and (max-width : 1199px) {
	.header h1{
		padding-top: 40%;
		font-size: 2.500em;
	}
	.about-item img{
		display: none;
	}
	.slogan{
		line-height: 10px;
		font-size: 1.125em;
	}
	.top-mnu ul li a{
		font-size: 1.000em;
	}
	.top-line{
		padding: 20px 0 0 0;
		min-height: 50px;
	}
	.phone strong{
		font-size: 1.250em;
	}
	.phone a{
		font-size: 0.938em;
	}
	.tit{
		margin-bottom: 0;
		font-size: 2.188em;
		padding: 0 25px 5px;
	}
	.extra p{
		margin-bottom: 15px;
	}
	.cont-text p{
		font-size: 1.250em;
	}
	.service-item p{
		font-size: 1.050em;
	}
}

/* Medium Devices, Desktops */
@media screen and (min-width : 768px) and (max-width : 992px) {
	.header{
		z-index: 1;
	}
	.header h1{
		padding-top: 40%;
		font-size: 1.813em;
	}
	.about-item img{
		display: none;
	}
	.header h2{
		font-size: 1.563em;
	}
	.top-line{
		padding: 10px 0 0 10px;
		min-height: 50px;
		top: 39px;
	}
	.logo{
		float: left;
	}
	.logo a img{
		width: 160px;
	}
	.slogan{
		float: left;
		width: 350px;
		height: 20px;
		margin-top: -20px;
		line-height: 1;
		font-size: 1.000em;
	}
	.phone{
		float: right;
	}
	.phone a{
		font-size: 0.750em;
	}
	.phone strong{
		font-size: 1.000em;
	}
	.top-mnu{
		height: 40px;
	}
	.top-mnu ul li a{
		font-size: 0.875em;
		line-height: 39px;
	}
	.about-conf{
		margin: 90px 0 0 -100px;
	}
	.about-item h2{
		width: 80%;
		font-size: 1.050em;
	}
	ul.tabs li a{
		font-size: 0.938em;
	}
	.service-item p{
		font-size: 0.813em;
	}
	.service-item{
		height: 65px;
	}
	.tab-content{
		height: 330px;
	}
	.numbers-item{
		width: 200px;
		margin: 20px 0 40px 0px;
	}
	.numbers-content{
		height: 400px;
	}
	.reviews-content{
		height: 250px;
	}
	.rewiews-item a img{
		max-width: 120px;
	}
	.extra-button{
		line-height: 40px;
		font-size: 1.175em;
		width: 300px;
		height: 50px;
	}
	.extra p{
		margin-bottom: 5px;
	}
}

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

}

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

}