body {
	margin:0;
	padding:0;
	background-color: transparent;
}
#header, #footer, .affix-top {display:none;}

.lgray {
    background-color: transparent;
}
.padding75 {
    padding: 0px 0px;
}
#bootstrapcarousel {
	background-color: #F5F3F5;
}

.widget_bootstrapcarousel.edit .carousel-inner .item {
	padding-top: 0 !important;
}
.widget_bootstrapcarousel.edit .carousel-control {
	top: 0 !important;
	bottom: 0 !important;
}
.results .carousel-indicators {
	bottom: -50px;
}


#realpeople .widget_bootstrapcarousel .carousel-inner {
	height: auto;
}
#realpeople .widget_bootstrapcarousel .carousel-inner .col-md-8 {
	z-index: 2;
	padding: 0px 40px;
}
#realpeople .widget_bootstrapcarousel .carousel-inner .col-md-4 {
	z-index: 1;
}

 @media only screen and (max-width : 1199px) {
 
	.customCaro .widget_bootstrapcarousel, .customCaro .widget_bootstrapcarousel_before_after {
	    padding: 0 0 50px 0px;
	}
 
	#realpeople .widget_bootstrapcarousel .carousel-inner .col-md-8 {
		min-height: auto;
		height: auto;
		padding: 10px 10px;
	}
	
	#realpeople .widget_bootstrapcarousel .carousel-inner {
		/*padding-bottom: 65px;*/
	}	
}