/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .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: #869791;
}

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

/* If PaginationNumbers is true */

.owl-theme .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(AjaxLoader.html) no-repeat center center
}


.projects{
}
.projects .project-col{
	display:block;
	text-decoration:none;
}
.projects .project-col .image{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	overflow:hidden !important;
}
.projects .project-col .image img{
	-webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.projects .project-col .image:hover img{
	-webkit-transform: scale(1.1,1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.1,1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
	
}
.projects .project-col .image .full-width{
	width:100%;
	height:auto;
}
.projects .project-col .image .overley{
	background:rgba(0,0,0,0.57);
	width:100%;
	text-align:center;
	height:100%;
	position:absolute;
	z-index:999;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s ;
}






.projects .project-col .image .overley .content{
	position:absolute;
	padding-left:20px;
	padding-right:20px;
	width:100%;
	z-index:999;
	top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
}

.projects .project-col .image .overley .content .number{
	width:100%;
	text-align:center;
	line-height:33px;
	font-size:55px;
	color:#ffffff;
	font-family: 'robotoblack';
	font-weight:normal !important;
	padding-bottom:15px;
}
.projects .project-col .image .overley .content .title{
	width:100%;
	text-align:center;
	line-height:22px;
	font-size:22px;
	color:#ffffff;
	font-family: 'robotolight';
	font-weight:normal !important;
}
.projects .project-col .image .overley .content .title:after {
	margin-top:13px;
	position:absolute;
    background: #6ea40e;
    content: "";
    display: block;
    height: 5px;
    width: 70px;
	text-align:center;
	left: 50%;
	text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.buy-link{
	margin-top:20px;
}

.buy-now{
	padding:0px 8px 8px 8px;
	border-bottom:5px solid #f39106;
	font-family: 'nexa_boldregular';
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:5px;
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s ;
}
.buy-now:hover, .buy-now:focus{
	text-decoration:none;
	color:#f39106;
	border-bottom:5px solid #ffffff;
}