/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
 
 
 
/**** popup slider css ***/

.svgcross { position:absolute; cursor:pointer; width:25px; height:25px; right:10%; top:13%;}
.mySlides {display: none}
img {vertical-align: middle;}

/**** popup slider css close ***/ 
/****** video plater css open ***/
.video_player_box { background:none; border:2px solid #acacac; padding:10px;}
.player {
    /*background: transparent url("../images/spr.png") no-repeat scroll center top;*/
    height:135px;
    position:relative;
    width:100%;
    z-index:2;
	display:flex;
}
.coverBox {
    margin-right: 10px;
}
.title, .artist {
    left:143px;
 /*  position: absolute;*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color:#fff;
    font-size:16px;
    top:0px;
}
.artist {
    color:#eee;
    font-size:12px;
    top:26px;
}
.pl {
    background: transparent url("../images/spr.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
    background: transparent url(../data/cover1.jpg) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    width:125px;
	height:124px;
	float:left;
	margin-right:5%;
}
.controls {
    cursor:pointer;
    width: 100%;
    float: left;
    position: relative;
	margin-top: 10px;
}
.controls .play, .controls .pause, .controls .rew, .controls .fwd {
    background: transparent url("../images/spr.png") no-repeat scroll 0 0;
    float: left;
    height: 100%;
    width: 33%;
}
.controls .play {
    background-position:-55px -165px;
    height:37px;
    width:36px;
}
.controls .pause {
    background-position: -146px -165px;
    display:none;
    height:37px;
    width:36px;
}
.controls .rew {
    background-position: -20px -166px;
    height:32px;
    width:32px;
}
.controls .fwd {
    background-position: -94px -166px;
    width:32px;
    height:32px;
}

.hidden {
    display: none;
}
.controls .visible {
    display: block;
}
.volume {
    height: 11px;
    left: 186px;
    position: absolute;
    top: 96px;
    width: 112px;
}
.tracker {
    height:10px;
    left:0px;
    position:absolute;
    bottom:-20px;
    width:100%;
    background-color:#545454;
	border-radius:15px;
	-moz-border-radius:15px;
	-web-kit-border-radius:15px;
}
.ui-slider-range {
    background: transparent url("../images/spr.png") no-repeat scroll 1px -224px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
}
.volume .ui-slider-handle {
    background: url("../images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
}
.playlist {
    list-style-type:none;
    margin:-10px 0 0 2px;
    position:relative;
    z-index:1;
	padding:0px;
	margin:0px;
}
.playlist li {
	font-family: 'MyriadPro-Regular';
    color:#EEEEEE;
    cursor:pointer;
    margin:0px 0px 5px 0px;
}
.playlist li.active {
    font-weight:bold;
    color:#e7bb20;
    background:none;
} 
 /****** video player css close **/
 
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height:1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	-webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav { display:block; position:absolute; width:100%;}
.owl-carousel .owl-dots { display:none;}

.about-us-bx .owl-carousel .owl-dots { display:block;}
.about-us-bx .owl-carousel .owl-nav { display:none;}
.about-us-bx .owl-carousel .owl-dots { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; margin-top:10px;}
.about-us-bx .owl-carousel .owl-dot span { margin:0px 5px; border:1px solid #b8822b; padding:1px 10px; }
.about-us-bx .owl-carousel .owl-dot.active span { margin:0px 10px; border:1px solid #b8822b; background-color:#b8822b;}

/*.owl-carousel .owl-dots { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; margin-top:10px;}
.owl-carousel .owl-dot span { margin:0px 5px; border:1px solid #b8822b; padding:1px 10px; }
.owl-carousel .owl-dot.active span { margin:0px 10px; border:1px solid #b8822b; background-color:#b8822b;}*/


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display:inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .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-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .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 {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .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;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.carousel-wrap {
	padding:20px 0px 40px;
	overflow:hidden;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
	z-index: 100;
	-webkit-backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand_slder-bx .owl-carousel .item
{flex-direction: column;}

/* end fix */
.owl-nav > div {
	position: absolute;
	color: #cdcbcd;
}
.owl-nav i {
	font-size: 52px;
}
.owl-nav .owl-prev {
	left: 0px;
    padding:7px;
    background-color: #b8822b;
}
.owl-nav .owl-next {
	right:0px;
	padding:7px;
    background-color: #b8822b;
}
