/**
 * 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
 *
 * -------------------------------------------------------------------------------------------------
 */
BODY {
	font-family: "Open Sans", helvetica, arial, sans-serif;
}

H2 {
	font-weight: 300;
}

SMALL {
	font-size: 10px;
}

/* Clear fix */
.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0px;
	line-height: 0
}

/**
 * HEADER
 * Your header rules
 * -------------------------------------------------------------------------------------------------
 */
HEADER {
	background: #5B5F70;
	color: white;
	height: 400px;
	margin: 0 auto;
	width: 100%;
}

HEADER H1 {
	color: inherit;
	font-size: 48px;
	letter-spacing: 4px;
	padding-top: 120px;
	text-transform: uppercase;
	font-weight: 400;
}

HEADER H2 {
	color: inherit;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */
.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%;
}

SECTION#body {
	background: #a0cac0;
}

SECTION#body H2 {
	color: white;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 34px;
	margin-top: 2rem;
}

SECTION {
	background: #F1F1F1;
}

ARTICLE {
	padding: 5px 0 20px;
}

ARTICLE H4 {
	color: #E95855;
	margin-bottom: 10px;
}

PRE {
	max-width: 400px;
}

/**
 * FOOTER
 *
 * -------------------------------------------------------------------------------------------------
 */
FOOTER {
	width: 100%;
	color: #888;
	margin: 20px auto;
}

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	/*background: #ccc !important;*/
	height: 88px;
	width: 1200px;margin-top: 10px;
	/*border-bottom: 4px solid #E95855 !important;*/
}
/*
.tabs > DIV ul li{
	width: 285px;
	height: 363px;
	background:#8a9a85;
	border: 1px solid #d4d4d4;
	float: left;
	margin: 0 13px 0 0px;
}*/
/*
.tabs > DIV ul li:hover{
	width: 285px;
	height: 363px;
	background:#da251d;
	border: 1px solid #da251d;
	
}*/

/*.tabs > DIV ul li img:hover{
		width: 285px;
	height: 310px;
	
}*/

.tabs > DIV ul li:hover > .left_time > center > p{
		color: #fff;
	font-size: 40px;
	
}

.tabs > DIV ul li:hover > .left_time > center > span{
		color: #fff;
	font-size: 14px;
	
}


.left_time{
	width: 65px;
	height: 87px;
	/*background:#1254cd;*/
	float: left;
}

.left_time p {
	color: #d1d1d1;
	font-size: 40px;

}

.left_time span{
	color: #c1c1c1;
	font-size: 14px;

}


/*.tabs > DIV ul li:hover > .right_news_title  > p > a{
	font-size: 17px;
	color: #fff;
	
}*/

/*.tabs > DIV ul li:hover > .right_news_title  > span > a{
font-size: 15px;
	color: #fff;
	line-height: 27px;
	
}*/

/*.right_news_title p a{
	font-size: 17px;
	color: #424242;
	line-height: 30px;
}

.right_news_title span a{
	font-size: 15px;
	color: #a1a1a1;
	line-height: 22px;
}
*/

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	/*float: right;*/
	text-align: center;
}

.active  {
	background: #da251d !important;
	
}
.tabs LI {
	/*background: white;*/
	/*border-bottom: 4px solid #E5E5E5;*/
	margin: 0 5px 0 0;
	display: inline-block;
	width: 115px;
    height: 31px;
    background: #ccc;
    /*border-radius:5px;*/


}

/*.tabs A {
	color: #2b2b2b;
	display: block;
	font-size: 16px;

	text-decoration: none;
	line-height: 33px
}*/

/*.tabs LI:hover {
	background: #a0cac0;
	border-bottom: 4px solid #68a697;
}*/

/*.tabs LI:hover A {
	color: white;
}*/

/*.active {
	background: #a0cac0 !important;
	border-bottom: 4px solid #68a697 !important;
}*/

.active A {
	color: #fff !important;
	font-size: 16px;	line-height: 33px
}

.link {
	color: white;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	margin-left: 6px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
	color: inherit;
}

.anchorLink {
	border-bottom: 1px dashed white;
	color: white;
	text-decoration: none;
}

.anchorLink:hover {
	text-decoration: none;
	border-bottom: none;
	color: inherit;
}

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

.prev,
/*.next {
	background: white !important;
	color: #a0cac0 !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}*/

.prev:hover,
.next:hover {
	background: #a0cac0 !important;
	color: white !important;
}

.logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: middle;
}

.button {
	background-color: #a0cac0;
	border: none;
	border-bottom: 4px solid #68a697;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: 2px;
	height: 48px;
	line-height: 48px;
}

.button:hover {
	background: #93b7ae;
	color: #FFF;
	border-bottom-color: #68a697;
}



.xxk_img{
	width: 285px;
	height: 310px;
	/*background: #dca565;*/
	border-bottom:3px solid #fff; 
}

.xxk_img img{
	width: 285px;
	height: 310px;
	
}

.xxk_title{
	width: 285px;
	height: 50px;
	/*background: #ca4586;*/
	 border-radius:5px;
}


.xxk_title {
	width: 285px;
	height: 50px;
	/*background: #ca4586;*/
	 border-radius:5px;
}
/*
.tabs LI p{
	line-height: 48px!important; 
	color:#535353;
}
*/
.tabs LI:hover > center > p{
	line-height: 48px!important; 
	color:#fff;
}