/*------------------------------------
 * eyoom
 * 이윰빌더
------------------------------------*/

/*------------------------------------
	Sky Form
------------------------------------*/

.sky-form .col {
	padding-right: 5px;
	padding-left: 5px;	
}

.sky-form section {
	margin-bottom: 10px;
}

/*------------------------------------
	Owl Carousel
------------------------------------*/
.owl-btn {
	color: #777;
	cursor: pointer;
	font-size: 18px;
	padding: 2px 9px;
	text-align: center;
	background: #f5f5f5;
}

.owl-btn:hover {
	color: #fff;
	background: #72c02c;
}

/*Owl Carousel v1*/
.owl-carousel-v1 .owl-navigation {
	text-align: right;
	margin-bottom: 20px;
}

.owl-carousel-v1 .item {
	margin: 0 5px;
}

.owl-carousel-v1 .item img {
	text-align: center;
}

.owl-carousel-v1 .owl-pagination {
	display: none;
}

/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
	margin-bottom: 20px;
}

.owl-carousel-v2 .item {
	margin: 0 15px;
}

.owl-carousel-v2 .item img {
	text-align: center;
}

.owl-carousel-v2 .owl-navigation {
	text-align: center;
}

.owl-carousel-v2 .owl-pagination {
	display: none;
}

/*Owl Carousel v3*/
.owl-carousel-v3 .item {
	margin: 0 15px;
}

.owl-carousel-v3 .item img {
	text-align: center;
}

.owl-carousel-v3 .owl-pagination {
	display: none;
}

/*Owl Carousel v4*/
.owl-carousel-v4 .owl-wrapper-outer {
	margin-bottom: 20px;
}

.owl-carousel-v4 .item {
	margin: 0 3px;
}

.owl-carousel-v4 .item img {
	width: 100%;
}

/*Owl Pagination*/
.owl-pagination {
	text-align: center !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	filter: Alpha(Opacity=100);/*IE7 fix*/
}

.owl-theme .owl-controls .owl-page {
	zoom: 1;
	display: inline-block;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	width: 12px;
	height: 12px;
	opacity: 0.3;
	display: block;
	margin: 5px 7px;
	background: #bbb;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}


/*Owl Carousel Style v1*/
.owl-carousel-style-v1 img {
	width: 120px;
	height: auto;
}

/*Owl Carousel Style v2*/
.owl-carousel-style-v2 .item {
	margin: 0 3px;
	background: #fafafa;
	text-align: center;
	border: solid 1px #eee;
}

.owl-carousel-style-v2 .item img {
	padding: 0 3px;
	display: inline-block;
}

.owl-carousel-style-v2 .item:hover {
	background: #f7f7f7;
	border-color: #e5e5e5;
	transition: all 0.4s ease-in-out;
}

.owl-carousel-style-v2 .owl-pagination {
	display: none;
}

/*------------------------------------
	Counter
------------------------------------*/
.counters {
	color: #555;
	text-align: center;
}

@media (max-width: 767px) {
	.counters {
		margin-bottom: 30px;
	}
}

.counters span {
	font-size: 35px;
}

.counters span.counter-icon {
	display: block;
	margin-bottom: 10px;
}

.counters span.counter-icon i {
	color: #fff;
	padding: 16px;
	min-width: 65px;
	font-size: 30px;
	position: relative;
	background: #e33334;
}

.counters span.counter-icon i:after {
	width: 0; 
	height: 0;
	left: 38%;
	content: " "; 
	bottom: -7px;
	display: block; 
	position: absolute;
	border-top: 7px solid #72c02c;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.counters:hover span.counter-icon i {
	border-color: #000;
}

/*------------------------------------
	SyntaxhigHlighter
------------------------------------*/
.syntaxhighlighter table .container:before { 
    display: none !important; 
}
