


/* MAIN CONTAINER */
/*.container	{ margin: 0 auto;  position: relative; }

.container {
    max-width: 1040px; 
} */

/*.row {
	position: relative;
}*/

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
/*.row:after, .col:after, .clr:after, .group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }*/


/* DEFAULT ROW STYLES */
/*.row, div.clear { padding-bottom: 2em; }*/ /* set according to preference*/
			
								  
/* DEFAULT COLUMN STYLES */
/*.col {
  position: relative;
  display: block;
  float: left;
  width: 70%;
  margin: 50px 0 0 200px;
}*/



.carousel-heading {
	z-index: 100;
	position: relative;
	margin-bottom: 7px;
	min-height: 23px;
}

.carousel-heading h2 {
	letter-spacing: 1.5px!important;
	font-size: 12px!important;
	margin-bottom: 7px!important;
}

html:not(.js) .carousel-heading {
	display: none;
}

.caroufredsel_wrapper {
	margin: 0px!important;	
}

.carousel-wrap {
	position: relative;
	overflow: hidden;
	margin: 0px -10px 2em -10px!important;
}

.full-width-section .carousel-wrap {
	margin-bottom: 0px!important;
}

html:not(.js) .carousel-wrap  {
	display: none;
}

.carousel-outer {
	overflow: hidden;	
}

.carousel-wrap span.left-border, .carousel-wrap span.right-border {
	width: 10px;
	display: block;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 100;
	background-color: #F5F5F5;
}

.carousel-wrap span.left-border { left: 0px; }
.carousel-wrap span.right-border { right: 0px; }

.carousel-next, .carousel-prev {
    background-color: #dadada;
    cursor: pointer;
    display: block;
    height: 17px;
    margin-left: 5px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    background-repeat: no-repeat!important;
    position: absolute;
    top: 0px;
    height: 20px;
    width: 20px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    -moz-border-radius: 1px;
    text-align: center;
}

.carousel-next {
	right: 0px;
	padding-left: 1px;
	text-decoration: none;
}

.carousel-prev {
	right: 25px;
	padding-right: 1px;
	text-decoration: none;
}

.carousel-next i, .carousel-prev i {
	background-color: transparent!important;
	line-height: 24px;
	font-size: 14px;
}

.carousel-prev:hover, .carousel-next:hover  {
	background-color: #27CFC3;	
}

.carousel {
	opacity: 0;
	margin: 0;
	padding: 0;
}

.carousel li.span_4  {
	margin:0px 10px 0px 10px;
}

.carousel li.span_4 .clear {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*.carousel-wrap .portfolio-items, .carousel-wrap.recent-work-carousel .caroufredsel_wrapper {
	height: 300px!important;
}*/

.portfolio-items .col img {
	display: block;
	margin-bottom: 0px;
	width: 100%;
}