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

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

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.padding-no {
		padding: 0px;
	}
}
@media only screen and (min-width :1150px) {
	.regular_responsive img.photo{
		width: 230px;
		height: 230px;
		padding: 15px;
		border: 1px solid #e8f5f3;
		margin-top: 3px;
	}

	/*.conteiner_responsive {
			width: 1400px;
	}*/
	.conteiner_responsive {
		width: 900px;
	}
}

@media only screen and (max-width :900px) {
	.regular_responsive img.photo {
		width: 100%;
		height: auto !important;
		max-width: 100%;
		padding: 15px;
		border: 1px solid #e8f5f3;
	}
}

.regular_responsive img.photo{
	margin-top: 3px;
}

.regular_responsive img.new{
	width: 85px;
	float: left;
	margin-left: -4px;
	position: absolute;
	height: 85px;
	z-index: 100;
}

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

	.sell_right .button {
		margin: 15px auto;
		float: none;
		max-width: 250px;
	}
	.sell_descr {
		text-align: center;
	}

	.maian_mnu ul {
		background-color: white;
		display: none;
		position: absolute;
		width: 100%;
	}
	.maian_mnu ul li {
		display: block;
	}
	.align {
		text-align: center;
	}

	h1 {
		font-size: 26px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.top_links {
		background-color: #585d61;
		display: none;
		margin-top: 15px;
		padding: 14px;
		position: absolute;
		vertical-align: middle;
		width: 100%;
	}
	h1 {
		font-size: 20px;
	}

	.header_desc,.prev_button,.next_button {
		display: none;

	}
	.owl-item {
		height: auto !important;
	}

	.service {
		/*width: 255px;*/
	}

	.service_me {
		display: block;
	}
	.service_name {
		display: none;
	}
	.first_number {
		margin-left: 0px;
	}
	.first_cols {
		margin-left: 0px;
	}
}

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

}
@media only screen and (max-width : 768px) {
	.price_list {
		font-size: 17px;
	}
	.effect .caption a.btn {
		width: 100px;
		font-size: 11px;
	}

}
@media only screen and (min-width : 800px) {
	.logo_new img {
		width: 80%;
	}
}
/* 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) {

}

@media only screen and (min-width : 1400px) {
	#wpapper {
		width: 1250px;
		margin: 0 auto;
		background-color: white;

	}
	.about_lp {
		width: 1250px;

	}
	body {
		/*background-color: #f8f8f8;*/
	}
	.maian_mnu {
		/*width: 1200px;*/
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.top_links {
		display: inline-block !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.maian_mnu ul {
		display: block !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.what_new {
		padding-right: 60px;
	}
}

body {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}