﻿.owl-slider .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-slider .owl-animated-in {
	z-index: 0;
}
.owl-slider .owl-animated-out {
	z-index: 1;
}
.owl-slider .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-slider {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	width: 100%;
}
.owl-slider .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-slider .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-slider .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0,0);
}
.owl-slider .owl-controls .owl-dot, .owl-slider .owl-controls .owl-nav .owl-next, .owl-slider .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-slider.owl-loaded {
	display: block;
}
.owl-slider.owl-loading {
	opacity: 0;
	display: block;
}
.owl-slider.owl-hidden {
	opacity: 0;
}
.owl-slider .owl-refresh .owl-item-slider {
	display: none;
}
.owl-slider .owl-item-slider {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-slider .owl-item-slider img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-slider.owl-text-select-on .owl-item-slider {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-slider .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-slider.owl-rtl {
	direction: rtl;
}
.owl-slider.owl-rtl .owl-item-slider {
	float: right;
}
.no-js .owl-slider {
	display: block;
}
.owl-slider .owl-item-slider .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-slider .owl-item-slider img {
	transform-style: preserve-3d;
}
.owl-slider .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-slider .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-slider .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3,1.3);
	-moz-transition: scale(1.3,1.3);
	-ms-transition: scale(1.3,1.3);
	-o-transition: scale(1.3,1.3);
	transition: scale(1.3,1.3);
}
.owl-slider .owl-video-playing .owl-video-play-icon, .owl-slider .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-slider .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-slider .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-buttons {
	display: none;
}
.items {
	width: 100%;
}
.item-big2 {
	width: 651px;
	float: right;
	height: 342px;
	overflow: hidden;
}
.item-big2 img {
	width: 100%;
}
.item-extra {
	width: 30%;
	float: right;
	height: 342px;
	overflow: hidden;
	direction: rtl;
	margin-right: 2%;
}
	.item-extra h2 {
		font-size: 24px;
		color: #000;
		font-weight: normal;
		margin: 10px 0;
		font-family: 'Conv_Xendan-Bold';
	}
.item-extra-info {
	display: block;
	margin-top: 25px;
}
.item-extra-info h5 {
	color: #7CA9C3;
	font-size: 12px;
	margin-left: 10px;
	width: auto;
	float: right;
}
.item-extra-info span {
	color: #FEA700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.item-extra p {
	font-size: 16px;
	margin: 0;
	color: #474747;
	margin-top: 20px;
	line-height: 28px;
}
@media only screen and (max-width:1317px) {
.item-big2 {
	width: 540px;
	height: 283px;
}
.item-extra h2 {
	font-size: 24px;
	margin: 16px 0;
}
.item-extra {
	height: 283px;
}
}
@media only screen and (max-width:1100px) {
.item-extra {
	height: 264px;
}
.item-extra h2 {
	font-size: 20px;
	margin: 16px 0;
}
.item-big2 {
	width: 502px;
	height: 264px;
}
}
@media only screen and (max-width:768px) {
.item-big2 {
    width: 100%;
    height: auto;
    float: none;
}
.item-extra {
    height: auto;
    width: 94%;
    float: none;
    margin-right: 0;
    padding: 0 3% 40px;
}
	
}