
.example{
	padding: 0;
	margin-top: 15px;
}
em{
	padding: 4px;
	background: #FCFC80;
}


/*----------------------------------- Gallery */
.crsl-items{
	margin: 0px 45px;
	padding: 0 20px;
	width: 90% !important;
}
.crsl-item figcaption{
	border-right: 1px solid #ccc !important;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #FFF;
	background: rgba(0,0,0,.5);
}
.crsl-item{
	border-right: 1px solid #262626 !important;
	width: 19% !important;
	padding-right: 10px;
}
.crsl-item h2{
  font-family: "Arial", Helvetica, sans-serif;
	color:#6dac29;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	font-weight: bold;

}
.crsl-item p{
  font-family: "Arial", Helvetica, sans-serif;
	color:#6f6f6f;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;

}
.crsl-nav {
position: relative;
min-height: 1px;
top: 45px;
}
.crsl-nav .previous{
	float: left;
	background-image:url(../images/left_arrow.png); 
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	cursor: pointer;
	margin-left: 0px;
}
.crsl-nav .previous:hover{
	background-image:url(../images/left_arrow_hover.png); 
	background-repeat: no-repeat;
}
.crsl-nav .next{
	float: right;
	background-image:url(../images/right_arrow.png); 
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	cursor: pointer;
	margin-right: 0px;

}
.crsl-nav .next:hover{
	float: right;
	background-image:url(../images/right_arrow_hover.png); 
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
}
/*----------------------------------- Special Galleries */

@media only screen and ( min-width : 1360px ){

	.features-content{
		width: 26%;
	}
	.features-gallery{
		width: 72%;
	}
}
@media only screen and ( min-width : 720px ) and ( max-width : 960px ){
	
	.features-content{
		width: 36%;
	}
	.features-gallery{
		width: 60%;
	}
	.feature-list li{
		margin-bottom: 15px;
		font-size: 116%;
	}
	.crsl-items{
	margin: 0px 35px;
	padding: 0 20px;
	width: 90% !important;
}
.crsl-item {
width: 18.4% !important;
padding-right: 10px;
}

.crsl-nav {
top: 45px;
}
}
@media only screen and ( max-width : 720px ){
	.container{
		width: 100%;
	}
	.features-content, .features-gallery{
		float: none;
		width: 100%;
	}
	.feature-list li{
		margin-bottom: 15px;
	}
	.nav-menu li a{
		padding: 15px 7px;
	}
	.overflow-table{
		width: 100%;
		overflow: visible;
	}
}
@media only screen and ( max-width : 640px ){
	.container{
		width: 100%;
	}
	.features-content, .features-gallery{
		float: none;
		width: 100%;
	}
	.feature-list li{
		margin-bottom: 15px;
	}
	.nav-menu li a{
		padding: 15px 7px;
	}
	.overflow-table{
		width: 100%;
		overflow: visible;
	}
	.crsl-items{
	margin: 0px 35px;
	padding: 0 20px;
	width: 86% !important;
}
.crsl-item {
width: 9% !important;
padding-right: 10px;
}

.crsl-nav {
top: 45px;
}
}
@media only screen and ( max-width : 480px ) and ( min-width : 420px ){
	.container{
		width: 100%;
	}
	.features-content, .features-gallery{
		float: none;
		width: 100%;
	}
	.feature-list li{
		margin-bottom: 15px;
	}
	.nav-menu li a{
		padding: 15px 7px;
	}
	.overflow-table{
		width: 100%;
		overflow: visible;
	}
.crsl-items{
	margin: 0px 35px;
	padding: 0 20px;
	width: 80% !important;
}
.crsl-item {
border: 0 !important;
width: 19% !important;
padding-right: 10px;
}

.crsl-nav {
top: 45px;
}
}
@media only screen and ( max-width :384px ){
	.container{
		width: 100%;
	}
	.features-content, .features-gallery{
		float: none;
		width: 100%;
	}
	.feature-list li{
		margin-bottom: 15px;
	}
	.nav-menu li a{
		padding: 15px 7px;
	}
	.overflow-table{
		width: 100%;
		overflow: visible;
	}
.crsl-items{
	margin: 0px 35px;
	padding: 0 20px;
	width: 80% !important;
}
.crsl-item {
border: 0 !important;
width: 17.6% !important;
padding-right: 10px;
}
.example{
	margin-top: -25px;
}
.crsl-nav {
top: 65px;
}
}