.image-gallery-outer{overflow:hidden;}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-item li,
ul,li{
	padding:0;
	margin:0;
	list-style-type:none;
}
.slide-desc-box
{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:100%;
	text-align:center;
	padding:0 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.slide-desc-box.t-left
{
	text-align:left;
}
.slide-desc-box.t-right
{
	text-align:right;
}
.slide-desc-box .slide-title
{
	font-size:25px;
	font-weight:700;
}
.slide-desc-box .slide-desc
{
	font-size:18px;
}
.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-nav button
{
	background:#f00;
    border: 0 none;
    height: 44px;
    position: absolute;
    width: 44px;
	top:50%;
	background-position: 100% 0;
	position:absolute;
	font-size:25px;
	font-family:"Comic Sans MS", cursive;
	color:#fff;
	line-height:40px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);

	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.owl-theme .owl-nav .owl-prev
{
	left:0;
}
.owl-theme .owl-nav .owl-next
{
	right:0;
}
.owl-theme .owl-nav .owl-prev:hover
{
    background-color: #262626;
    background-position: 0 100%;
}
.owl-theme .owl-nav .owl-next:hover
{
    background-color: #262626;
    background-position: 100% 100%;
}

/* Styling Pagination*/
.owl-theme .owl-dots
{
	/*position:absolute;*/
	/*bottom:15px;*/
	/*width:100%;*/
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    /*background: azure;*/
}
.owl-theme .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin:0 3px;
}
.owl-theme .owl-dot span{
	display: block;
	background: none repeat scroll 0 0 white;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 12px;
    z-index: 9;
	margin:0 0 0 0;
	border: 1px solid #d7d7d7;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    /*background: white;*/
}

.owl-theme .owl-dot.active span,
.owl-theme .owl-dot:hover span{
	background: none repeat scroll 0 0 #d5d5d5;
}

/* If PaginationNumbers is true */

.owl-theme .owl-dot span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@media screen and (max-width: 980px) {
	.slide-desc-box{padding:0 70px;}
}
@media screen and (max-width: 650px) {
	.slide-desc-box .slide-title {
		font-size:18px;
	}
	.slide-desc-box .slide-desc{font-size:16px;}
	.owl-theme .owl-nav button{
		font-size:20px;
		line-height:35px;
		width:35px;
		height:35px;
	}
	.owl-theme .owl-dot span{
		width:10px;
		height:10px;
	}
}
@media screen and (max-width: 480px) {
	.owl-theme .owl-dots{bottom:3px;}
	.slide-desc-box .slide-title{font-size:14px;line-height:16px;}
	.slide-desc-box {
		padding: 0 35px;
	}
	.slide-desc-box .slide-desc{font-size:10px;line-height:12px;}
	.owl-theme .owl-nav div {
		font-size: 18px;
		height: 25px;
		line-height: 25px;
		width: 25px;
	}
	.owl-theme .owl-dot span{width:7px;height:7px;}
}