.slid-contener {
	/*padding: 0 40px;*/
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.owl-prev {
	cursor: pointer;
	position: absolute;
	top: 40%;
	left: 9px;
	background-image: url('../images/left-arrow.png');
	width: 17px;
	height: 31px;
	background-repeat: no-repeat;
}

.owl-next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	right: -16px;
	background-image: url('../images/right-arrow.png');
	width: 17px;
	height: 31px;
	background-repeat: no-repeat;
}

.owl-carousel .owl-item {
	opacity: 0.5;
	transform: scale(1);
}

.owl-carousel .owl-nav.disabled {
	display: block;
}

.owl-carousel .center {
	opacity: 1;
	transform: scale(1);
}

.owl-stage-outer {
	min-height: 340px;
}

#phones {
	margin-top: 80px;
}

#phones li {
	list-style: none;
}

.phone-description {
	text-align: center;
	margin-bottom: 50px;
}

.phone-description .head {
	font-size: 21px;
	font-family: 'teleneobold';
	color: #010000;
	text-transform: uppercase;
	margin-top: 20px;
}

.phone-description span {
	font-family: 'teleneobold';
}

.phone-description .content {
	font-family: 'teleneoregular';
	font-size: 18px;
	line-height: 1.3em;
	color: #626262;
	max-width: 50%;
	margin: 10px auto 0 auto;
	height: auto;
}

.caption {
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}





@media screen and (max-width:1199px) {

	.slid-contener {
		max-width: 900px;
	}

	.owl-next {
		right: 25px;
	}
}

@media screen and (max-width:991px) {
	.slid-contener {
		max-width: 700px;
	}
}

@media screen and (max-width:767px) {

	.slid-contener {
		max-width: 250px;
	}

	.owl-next {
		right: 0;
	}

	.owl-prev {
		left: 0;
	}
}

@media screen and (max-width:575px) {

	#phones {
		margin-top: 20px;
	}

	.phone-description .content {
		max-width: 80%;
	}

}
