.aec-carouseltheme {
	background-color: #fff;
	border-radius: 4px;
	margin-top: 10px;
	position: relative;
}

.aec-carouseltheme .owl-item {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	position: relative;
}

.aec-carouseltheme .owl-item:hover:before {
	opacity: 1;
}

.aec-carouseltheme .owl-item:before {
	background-color: #ff6c5c;
	border-radius: 50%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	color: #232F3E;
	font-family: "WebGlyphs";
	font-size: 18px;
	left: 50%;
	opacity: 0;
	padding: 5px;
	position: absolute;
	text-shadow: 0 1px 0 rgba(224, 246, 254, 0.4);
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 35px;
	transition: opacity 0.2s ease 0s;
	-webkit-transition: opacity 0.2s ease 0s;
	pointer-events: none;
}

.aec-carouseltheme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

.aec-carouseltheme .owl-prev:before {
	content: "\f846";
	font: 700 18px/1 WebGlyphs;
	left: 2px;
	margin-right: 6px;
	position: relative;
	top: 0;
}

.aec-carouseltheme .owl-next:after {
	content: "\f847";
	font: 700 18px/1 WebGlyphs;
	margin-left: 6px;
	position: relative;
	right: 2px;
	top: 0;
}

#cis_error_message {
	display: none !important;
}


/* Styling Next and Prev buttons */

.aec-carouseltheme .owl-controls .owl-buttons div {
	color: #232F3E;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
	margin: 4px;
	padding: 5px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: transparent none repeat scroll 0 0;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	text-transform: capitalize;
	position: absolute;
	top: 60%;
}

.aec-carouseltheme .owl-next {
	right: 0;
}

.aec-carouseltheme .owl-next:hover,
.aec-carouseltheme .owl-prev:hover {
	opacity: 1 !important;
}

.aec-carouseltheme .owl-prev {
	left: 0 !important;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.aec-carouseltheme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}


/* Styling Pagination*/

.aec-carouseltheme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver */
}

.aec-carouseltheme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #6e7988;
}

.aec-carouseltheme .owl-controls .owl-page.active span,
.aec-carouseltheme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
}


/* If PaginationNumbers is true */

.aec-carouseltheme .owl-controls .owl-page 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("/content/img/ajax-loader.gif") no-repeat center center*/
}

.aec-carouseltheme .owl-wrapper-outer {
	border: none;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.aec-carouseltheme .owl-wrapper-outer:before {
	border-bottom: 1px dashed #d5dae0;
	border-top: 1px solid #d5dae0;
	color: #232f3e;
	content: "Additional Images";
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}


/*---------------------------- FULL SCREEN GALERY START ---------------------------------------------*/

.aec-carouseltheme div img {
	cursor: pointer;
	display: block !important;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.aec-carouseltheme .xpager-conainer {
	margin-bottom: 20px;
}

.aec-carouseltheme .page-navigation {
	display: inline-block;
}

.aec-carouseltheme .page-navigation div {
	display: inline-block;
	margin: 5px;
	height: 35px;
	width: 35px;
	border: solid 1px #d5dae0;
	text-align: center;
	line-height: 32px;
}

.aec-carouseltheme .page-num {
	display: inline-block;
	margin: 5px;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 32px;
}

.aec-carouseltheme .page-points {
	display: inline-block;
	height: 35px;
}

.aec-carouseltheme .page-points .points-content .point {
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 16px;
	border: solid 2px #d5dae0;
	border-radius: 10px;
	font-size: 12px;
	margin: 5px;
}

.aec-carouseltheme .page-points .points-content .point.activ {
	border-color: #627185;
}

.aec-carouseltheme .page-points .points-content .point span {
	margin-right: 1px;
}

.aec-carouseltheme .surface {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99998;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	cursor: pointer;
}

.aec-carouseltheme .surface .border {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	overflow: hidden;
	opacity: 0;
}

.aec-carouseltheme .surface .loader {
	display: block;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	background-size: cover;
	font-size: 35px;
	text-align: center;
	line-height: 50px;
}

.aec-carouseltheme .surface .border {
	z-index: 1;
}

.aec-carouseltheme .surface .border img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: default;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.aec-carouseltheme .surface .next_btn,
.aec-carouseltheme .surface .prev_btn {
	font: normal normal normal 14px/1 WebGlyphs;
	display: inline-block;
	position: absolute;
	top: 50%;
	height: 60px;
	width: 50px;
	margin-top: -25px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	z-index: 10;
	font-size: 40px;
	line-height: 60px;
	color: #FFF;
}

.aec-carouseltheme .surface .next_btn {
	right: 0px;
}

.aec-carouseltheme .surface .next_btn:before {
	content: "\f831";
}

.aec-carouseltheme .surface .prev_btn:before {
	content: "\f830";
}

.aec-carouseltheme .surface .close_btn {
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 30px;
}

.aec-carouseltheme .surface .close_btn:before {
	content: "x";
}

.aec-carouseltheme .surface .comment {
	position: fixed;
	color: #fff;
	bottom: 5px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.aec-carouseltheme .surface .nummber {
	position: fixed;
	color: #fff;
	bottom: 10px;
	right: 10px;
	text-align: center;
}

@media (min-width: 0px) and (max-width: 1024px) {
	#carousel_addimages{
		padding-left: 15px !important; 
		padding-right: 15px !important;
	}
}