.webhelloec-container{
	margin-bottom:20px;
}

.webhelloec-container .slide-title{
	text-align:center;
	margin:10px 0;
	padding:0;
}

.webhelloec-container .bx-wrapper .webhelloec-slide img {
	margin: 0 auto;
}

.webhelloec-container .bx-wrapper .bx-controls-direction a {
	width: 54px;
	height: 54px;
	margin-top:-27px;
}
.webhelloec-container .bx-wrapper .bx-prev, .webhelloec-container .bx-wrapper .bx-next{
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.webhelloec-container .bx-wrapper:hover .bx-controls .bx-prev, .webhelloec-container .bx-wrapper:hover .bx-controls .bx-prev:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.webhelloec-container .bx-wrapper .bx-controls .bx-next{
	right:0;
	background: url(images/webhelloec_right_arrow.png) no-repeat 0 0;
}

.webhelloec-container .bx-wrapper .bx-controls .bx-prev{
	left:0;
	background: url(images/webhelloec_left_arrow.png) no-repeat 0 0;
}

.webhelloec-container .bx-wrapper:hover .bx-controls .bx-next, .webhelloec-container .bx-wrapper:hover .bx-controls .bx-next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.webhelloec-custom-arrows .bx-prev, .webhelloec-custom-arrows .bx-next{
	background:none;
}

.webhelloec-custom-arrows .webhelloec-prev, .webhelloec-custom-arrows .webhelloec-next{
	position: absolute;
	/*top: 50%;*/
	margin-top: -27px;
	outline: 0;
	width: 54px;
	height: 54px;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.webhelloec-prev{
	left:0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.webhelloec-next{
	right:0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.webhelloec-container .bx-wrapper:hover .webhelloec-prev, .webhelloec-container .bx-wrapper:hover .webhelloec-prev:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}

.webhelloec-container .bx-wrapper:hover .webhelloec-next, .webhelloec-container .bx-wrapper:hover .webhelloec-next:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}

.webhelloec-slide{
	overflow:hidden;
}

.webhelloec-slide a{
	display:inline-block;
	width: 100%;
	overflow:hidden;
	text-decoration:none;
}

.webhelloec-slide a:hover{
	text-decoration:none;
}

.webhelloec-slide h1 a, .webhelloec-slide h2 a, .webhelloec-slide h3 a, .webhelloec-slide h4 a, .webhelloec-slide h5 a, .webhelloec-slide h6 a{
	overflow:visible;
}

.webhelloec-slide h1, .webhelloec-slide h2, .webhelloec-slide h3, .webhelloec-slide h4, .webhelloec-slide h5, .webhelloec-slide h6{
	padding:0;
	margin:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	text-align:center;
}

.webhelloec-slide .webhelloec-mask{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background: #000;
	background-color: rgba(0,0,0,0.5);
	background: #000000;
	background: rgb(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}

.webhelloec-slide .webhelloec-mask span{
	position: relative;
	top: 50%;
	color:#FFFFFF;
	text-decoration:none;
}

.webhelloec-slide:hover .webhelloec-mask{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.webhelloec-container .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0 #ccc;
	-webkit-box-shadow: 0 0 0 #ccc; 
	box-shadow: 0 0 0 #ccc; 
	border: 0;
	left:0;
}

.webhelloec-container .bx-wrapper img {
	width: 100%;
}

#webhelloec-lightbox-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 9998;
	display: none;
}

#webhelloec-lightbox-content{
	position: absolute;
	width: 500px;
	background: #fff;
	z-index: 9999;
	padding:1%;
	display:none;
}

#webhelloec-lightbox-content img{
	width:100%;
}

#webhelloec-lightbox-close{
	position:absolute;
	top:0;
	right:-30px;
	width:24px;
	height:24px;
	background:url(images/webhelloec-lightbox-close.png) center no-repeat;
	cursor:pointer;
}

.webhelloec-lightbox{
	cursor:pointer;
}

.webhelloec-slide  img, .webhelloec-slide  .webhelloec-bgimage{
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}

.webhelloec-slide:hover img, .webhelloec-slide:hover .webhelloec-bgimage{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.webhelloec-bgimage{
	display:block;
	position:relative;
	max-width:100%;
	background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
	overflow:hidden;
}

.webhelloec-bgimage img{
	display:none;
}

.webhelloec-title {
	/*position: absolute;*/
}

@media only screen and (max-width: 768px){
	#webhelloec-lightbox-content{
		position:absolute;
		width:85% !important;
		margin-left:0 !important;
		margin:1% !important;
		top:0;
		left:0 !important;
	}
	/*.webhelloec-slide{max-height:200px !important;}
	.webhelloec-slide a{max-height:200px !important;}*/
}