#services  {
	width:1112px;
}
#services .container-carousel .item {
	border-right: 1px solid #e5e7ec;
	padding: 0 0 0 0;
}
.owl-buttons div,
.customNavigation a {
	border: 1px solid #eff1f4;
	color: #2b3547;
	display: block;
	font-size: 19px;
	height: 50px;
	line-height: 48px;
	margin: 0;
	position: absolute;
	top: 90px;
	width: 50px;
	cursor: pointer;
}

.owl-buttons div:hover,
.customNavigation a:hover {
	background: #313747;
	color: #fff;
}
.owl-buttons div.owl-prev,
.customNavigation a.prev {
	left: -60px;
	height:88px;
	background:url(../images/arrow-right.png) center no-repeat;
	border:none;
	margin-top:230px;
}
.owl-buttons div.owl-next,
.customNavigation a.next {
	right: -60px;
	height:88px;
	border:none;
	margin-top:230px;
	background:url(../images/arrow-left.png) center no-repeat;
}

.customNavigation a.next hover {
	background-color:#ffffff;
}

.container-carousel {
    margin: 0 auto;
    max-width: none;
    padding: 30px 0 30px 0;
    position: relative;
}

.altbtn {
	width:361px;
	height:32px;
	background:url(../images/detaybtngri.jpg) no-repeat top;
}

.altbtn div{
	width:361px;
	height:32px;
	background:url(../images/detaybtngri.jpg) no-repeat top;
}

.altbtn div:hover{
	background:url(../images/detaybtnred.jpg) no-repeat top;
	width:361px;
	height:32px;
}

/* TABS */

.tabs {
    position: relative;
	margin: 0px auto;
	width: 1100px;
	font-family: 'pf_handbook_prothin';
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 300;
	height: 22px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	//left: 200px;
}
.tabs input#tab-3{
	//left: 240px;
}
.tabs input#tab-4{
	//left: 360px;
}

.tabs label {
	/*background: #5ba4a4;
	background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);*/
	border:1px solid #000000;
	font-size: 	20px;
	line-height: 32px;
	height: 40px;
	position: relative;
	padding: 2px 22px;
    float: left;
	display: block;
	//width: 80px;
	color: #385c5b;
	letter-spacing: 0.5px;
	text-align: center;
	/*
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
	*/
}

.tabs label:after {
    content: '';
	//background: #000;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + label {
	background: #e84e1f;
	color:#ffffff;
}

.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #e84e1f;
	z-index: 6;
	color:#ffffff;
}

.clear-shadow {
	clear: both;
}

.content {
   // background: #fff;
	position: relative;
    width: 1000px;
	height: 100%;
	z-index: 5;
    //box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.content div {
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0px 0px;
	z-index: 1;
	opacity: 0;
	height: 500px;
	overflow: scroll;
	overflow-y: scroll !important;
	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5,
.tabs input.tab-selector-6:checked ~ .content .content-6 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.content div h2,
.content div h3{
	color: #e84e1f;
}
.content div p {
	//font-size: 16px;
	line-height: 19px;
	//font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	//padding-left: 15px;
	font-family: 'Conv_SohoGothicPro-Regular';
	color:#5a5a5a;
	font-size:13px;
	//border-left: 8px solid rgba(63,148,148, 0.1);
}
