.owl-carousel.owl-hidden{
  opacity: 1!important;
}

[class *= "dg-carousel"] .owl-dots{
	margin-top:26px;
}
[class *= "dg-carousel"] .owl-dots .owl-dot{
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 0 6px 3px;
	border: 1px solid transparent;
	position:relative;
	transition: 		border-color ease-in 200ms;
	-moz-transition: 	border-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border-color ease-in 200ms; /* Opera */
	-ms-transition: 	border-color ease-in 200ms; /* IE9? */
}
[class *= "dg-carousel"] .owl-dots .owl-dot:after{
	content:"";
	top:2px;
	left:2px;
	right:2px;
	bottom:2px;
	position:absolute;
	background-color:#dcdcdc;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
[class *= "dg-carousel"] .owl-dots .owl-dot.active{
	border-color:#1777ae ;
	background-color:transparent;
}
[class *= "dg-carousel"] .owl-dots .owl-dot.active:after{
	background-color:#1777ae ;
}

[class *= "dg-carousel"] .owl-dots .owl-dot.active{
	border-color:#1777ae ;
	background-color:transparent;
}
[class *= "dg-carousel"] .owl-dots .owl-dot.active:after{
	background-color:#1777ae ;
}
[class *= "dg-carousel"].color-white .owl-nav .owl-prev:before, 
[class *= "dg-carousel"].color-white .owl-nav .owl-next:before{
	border-color:#FFF;
}
[class *= "dg-carousel"].color-white .owl-dots .owl-dot:after{
	background-color:#FFF;
}
[class *= "dg-carousel"].color-white .owl-dots .owl-dot.active:after{
	background-color:#fff;
}
[class *= "dg-carousel"].color-white .owl-dots .owl-dot.active{
	border-color:#FFF;
}

@media only screen and (min-width: 1600px) {
	[class *= "dg-carousel"] .owl-nav .owl-prev {
		left: -65px;
	}
	[class *= "dg-carousel"] .owl-nav .owl-next {
		right: -65px;
	}
}
.dg-carousel02 .item{
	text-align:center;
}
.dg-carousel02 .item img{
	max-width:100%;
}
.dg-carousel02 .owl-nav .owl-prev, 
.dg-carousel02 .owl-nav .owl-next{
	width:32px;
	height:32px;
	line-height:20px;
	margin-top:-16px;
	background:none;
	border:1px solid #FFF;
	opacity:0.5;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.dg-carousel02 .owl-nav .owl-prev:before, 
.dg-carousel02 .owl-nav .owl-next:before {
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 5px;
    height: 5px;
    margin: -2px 0 0 -2px;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}
.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(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,  .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-nav .owl-prev,  .owl-carousel .owl-nav .owl-next,  .owl-carousel .owl-dot {
	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 {
	visibility: hidden;
}
.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 {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
 @keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
	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.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	position: absolute;
	left: -25px;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 0px;
	text-indent: -999px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	margin: -24px 0 0 0;
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -25px;
}
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
	content: "";
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	margin: -4px 0 0 -2px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
.owl-carousel .owl-nav .owl-next:before {
	margin: -4px 0 0 -4px;
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}
.owl-carousel {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
	background-color: #000
}
.owl-carousel .grabbing {
	cursor: move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel img {
	max-width: 100%;
}
 @media only screen and (min-width: 1600px) {
.owl-carousel .owl-nav .owl-prev {
	left: -55px;
}
.owl-carousel .owl-nav .owl-next {
	right: -55px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.owl-carousel .owl-nav .owl-prev {
	left: -20px;
}
.owl-carousel .owl-nav .owl-next {
	right: -20px;
}
}
@media only screen and (max-width: 767px) {
.owl-carousel .owl-nav .owl-prev {
	left: 0px;
}
.owl-carousel .owl-nav .owl-next {
	right: 0px;
}
}
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
	top: 100%;
	left: 0;
	width: 100%;
}
.owl-carousel .owl-dot {
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 3px;
	border: 1px solid #999;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}
.owl-carousel .owl-dot.active {
	background-color: #999;
	border-color: #999;
}