/*OWL TEMP*/

#sync2 .item {
	text-align: center;
	cursor: pointer;
}
#sync2 .item h1 {
	font-size: 18px;
}
.owl-theme .owl-nav {
/*default owl-theme theme reset .disabled:hover links */ }
.owl-theme .owl-nav [class*='owl-'] {
	transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}
#sync1.owl-theme {
	position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 999;
}
#sync1.owl-theme .owl-prev {
	left: 10px;
}
#sync1.owl-theme .owl-next {
	right: 10px;
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: rgba(255,255,255,0.5);
	z-index: 3000;
	position: absolute;
	top: 0;
	left: 0;
}
#progressBar {
	width: 100%;
	background: #EDEDED;
}
.slider-wrapper {
	height: auto;
	position: relative;
	margin-bottom: 60px;
}
/*#snyc2 .owl-stage-outer{max-width:1140px;}*/
#sync1 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 450px;
	overflow: hidden;
	/*background: #9e135d;*/
	display: block;
	z-index: 998;
}
#sync2 {
	position: absolute;
	bottom: 0;
	margin-bottom: -40px;
	left: 50%;
	display: block;
	width: 100%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 999;
}
#sync2 .owl-stage-outer {
	position: absolute;
	bottom: 0;
	padding-top: 25px;
}
#sync2 .item img {
	width: 100%;
	height: auto;
}
#sync2 .item:hover {
/*height: 150px;*/
	/*transition: .5s ease;*/
}
#sync2 .item .image-container {
	transition: .5s ease;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	margin-left: 5%;
	height: 0;
	margin-bottom: 25px;
	width: 90%;
	display: block;
}
#sync2 .item:hover .image-container {
	height: 100%;
}
#sync2 .current .item .marker {
	background: #0c83e7;
}
#sync2 .item .marker {
	background: #C9C9C9;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 25px;
	height: 5px;
	position: absolute;
	bottom: 0;
	display: block;
}
#sync2 .item {
	height: 150px;
	padding: 10px 0px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.text-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
	height: auto;
}
.text-wrapper .col-6 {
	background: rgba(0,0,0,0.5);
	height: 100%;
	padding: 15px;
	padding-top: 120px;
	padding-left: 40px;
}

.text-wrapper h2 {
	color: #ffffff;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 30px;
}
.text-wrapper h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
#sync2 .item .short-text {
	width: 90%;
	margin-left: 5%;
	height: 15px;
	position: absolute;
	bottom: 5px;
	display: block;
	color: #000000;
	text-align: left;
}

.owl-carousel .owl-item img{
	height:auto;
}


@media (max-width: 996px) {
#sync2 .item .short-text {
	font-size: 12px;
}
}

@media (max-width: 768px) {
.text-wrapper .col-6 {
	padding: 15px;
}
.text-wrapper h2 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}
.text-wrapper h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
#sync2 .item .short-text {
	display:none;
}

}

@media (max-width: 420px) {
.text-wrapper .col-6 {
	padding: 5px;
}
.text-wrapper h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
.text-wrapper h3 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.text-wrapper .more {
		display: none;
	}
}
