/**
 * BlankPlate | Yet another HTML5 Starter Kit
 *
 * BlankPlate Main stylesheet
 *
 * @copyright	Copyright 2012, Dimitris Krestos
 * @license		Apache License, Version 2.0 (http://www.opensource.org/licenses/apache2.0.php)
 * @link		http://vdw.staytuned.gr/html5-starter-kit-blankplate/
 * @package		BlankPlate
 * @version		v1.2.3
 */

/**
 * WORLD
 *
 * -------------------------------------------------------------------------------------------------
 */
/* Clear fix */
.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0px;
	line-height: 0
}
.separator {
	background: white;
	border-bottom: 1px solid #E5E5E5;
	color: #888;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	letter-spacing: 2px;
	width: 100%;
}

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV SPAN {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
	display: block;
	text-align: center;
	font-size: 24px;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	position: relative;
}
.tabls UL.horizontal:after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 4px;
	width: 100%;
	background: #efefef;
}

.tabs LI {
	background: white;
	border-bottom: 3px solid #E5E5E5;
	margin: 0;
	float: left;
}
.tabs{
	border: none;
}
.tabs A {
	color: #646464;
	display: block;
	font-size: 17px;
	font-weight: 600;
	font-style: italic;
	padding: 5px 8px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #b50937;
	border-bottom: 4px solid #efefef;
}

.tabs LI:hover A {
	color: #fff;
}

.tabs .active {
	background: #b50937 !important;
	border-bottom: 4px solid #efefef !important;
}


.tabs .active A {
	color: #fff !important;
}


.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}
