/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */

#tabsHome.tabs > DIV SPAN {
	color: #fff !important;
	display: block;
	text-align: center;
	font-size: 18px;
}

#tabsHome.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

#tabsHome.tabs LI {
	background: white;
	border: 1px solid #d1d1d1;
	display: inline-block;
	border-radius: 5px;
}

#tabsHome.tabs LI A {
	font-family: 'nimbus_sans_lregular';
	color: #8d8d8d;
	display: block;
	font-size: 13px;
	font-weight: 300;
	padding: 14px 24px;
	text-decoration: none;
	text-align: center;
}

#tabsHome.tabs LI:hover {
}

#tabsHome.tabs LI:hover A {
	color: #545454 !important;
}
#tabsHome.tabs LI img {
	margin-bottom: 1em;
	height: 4em;
}
#tabsHome active {
	background: #a0cac0 !important;
	border-bottom: 4px solid #68a697 !important;
}

#tabsHome .active A {
	color: #545454 !important;
}

#tabsHome .link {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}
#tabsHome .content-tab {
    position: relative;
    top: -4em;
    z-index: 1;
    padding: 6em 2em 1em;
    height: 17em;
    margin-bottom: -4em;
    background-size: contain;
}
#tabsHome .content-tab  img{
	height:4em;
}


#tabsHome .link {
    border: none;
    border: 1px solid #fff;
    color: #FFFFFF !important;
    border-radius: 2em;
    font-size: 16px !important;
    letter-spacing: 2px;
    height: 40px;
    line-height: 40px;
    width: 6em;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-family: "nimbus_sans_lregular";
    text-transform: uppercase;
}

#tabsHome .link:hover {
	background: #115a30;
}
@media screen and (max-width: 40em) {
	#tabsHome.tabs LI A SPAN{
		display: none;
	}
	#tabsHome.tabs LI A{
		padding: 1em;
	}
	#tabsHome.tabs LI img {
		margin-bottom: 0;
	}
}