

.featured-content {
	position:relative;
	overflow:hidden;
	background:#fff;
}


.featured-content .row {
    margin: 0 auto;
    padding: 0 30px;
    width: 1140px;
}

.featured-content:after {
	position:absolute;
	right:0;
	bottom:-5px;
	left:0;
	z-index:100;
	display:block;
	width:100%;
	height:5px;
	content:" ";
}

.featured-content h2 {
	margin-bottom:0.7em;
	font-size:2.4em;
}

/*--------------------------- Substrate --------------------------*/

.substrate {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:0;
	overflow:hidden;
	width:100%;
}

.substrate img {
	display:block;
	width:100%;
	height:auto;
}

.featured-content .substrate:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	display:block;
	background:url(images/bgs/substrate_bg.png);
	content:" ";
}

.secondary{
	position: relative;
    display: inline-block;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.15);
    background: #ff8500;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.17);
    white-space: nowrap;
    cursor: pointer;
	border-radius:3px
}

.large_bnt span {
    padding: 0 18px;
    font-size: 1.4em;
    line-height: 2.4em;
}


/* =========================== SLIDERS =========================== */

.themex-slider {
	position:relative;
	overflow:hidden;
}

.themex-slider > ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

.themex-slider > ul > li {
	position:relative;
	display:block;
	overflow:hidden;
}

.themex-slider > ul > li.current,
.themex-slider > ul > li:first-child {
	z-index:1;
}

.themex-slider > ul > li > img,
.themex-slider > ul > li > a > img {
	display:block;
	width:100%;
	height:auto;
}

.themex-slider .arrow {
	position:absolute;
	top:50%;
	z-index:100;
	margin-top:-12px;	
	width:13px;
	height:23px;
	background:url(images/main_slider_arrows.png) -13px 0 no-repeat;
	cursor:pointer;
}

.themex-slider .arrow-left {
	left:24px;
}

.themex-slider .arrow-right {
	right:24px;
	background-position:0 0;
}

/*------------------------------- Parallax Slider ----------------------------*/

.parallax-slider {	
	overflow:hidden;
	color:#fff;
}

.parallax-slider .substrate {
	width:130%;
}

.parallax-slider > ul {
	overflow:hidden;
	width:10000%;
	opacity:0;
}

.parallax-slider > ul > li {
	display:block;
	float:left;
}

.parallax-slider img.aligncenter,
.parallax-slider img.alignnone {
	display:block;
	max-width:100%;
	margin-top:20px
}

.row .fivecol { width: 39.45%; }
.row .sevencol { width: 56.75%; }


.column2 {
    position:relative;
    float:left;
    margin-right: 3.8%;
    min-height:1px;
}

.visible {
	visibility:visible;
	opacity:1!important;
}
.last { margin-right: 0px!important; }

@media (max-width:767px) {
	
	.featured-content h2 {
		font-size:1em;
	}

	.row .sevencol {
		width: 12% !important;
	}
	.large_bnt span {
		padding: 0 9px;
		font-size: .8em;
		line-height: 0.4em;
	}
	.row .fivecol {
		width: 12.45% !important;
	}
	
	.motaslider{
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;  
	}
	
}












