/**
 * 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
 *
 * -------------------------------------------------------------------------------------------------
 */


/**
 * 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: #473636 !important;
	display: block;
	text-align:left;
}

.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	text-align:left
}

.tabs LI {
	background:#412929;
	border-bottom: 4px solid #ccc;
	margin: 0;
	display: inline-block;
}

.tabs A {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 14px 24px;
	text-decoration: none;
}

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

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

.active {
	background: #ff9393 !important;
	border-bottom: 4px solid #f17a7a !important;
}

.active A {
	color: white !important;
}

.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;
}


ul.catList{ margin:0; padding:0 2% 0 0; text-align:left; border:none; background:#fff; max-height:250px; overflow: auto}
ul.catList li{ margin:0; padding:0; text-align:left; border:none; display:block; background:#fff; }
ul.catList li:hover{ background:none; border:none}
ul.catList li a{ margin:0; padding:0 0 12px 0; background:none !important; border:none;  
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;}
ul.catList li a p{line-height:1.2em; font-size:13px}
ul.catList li a:hover{ margin:0; padding:0 0 12px 0; background:none !important; border:none; color:#ff4747 !important}
ul.catList li a:hover p{ margin:0; padding:0; background:none !important; border:none; color:#ff4747 !important}
ul.catList li p{ padding:0; margin:0}
ul.catList li time{ font-size:11px}


.tabs A{ font-size:16px; padding:5px 10px}


.bx-pager-item .active{ border:none !important}

ul.catList li a p span{ display:inline-block;  border:none !important;}
ul.catList li a p span:hover{color:#ff4747 !important;}	
	
@media only screen and (max-width: 567px) {
.tabs LI {margin-bottom:5px;}
}
	
@media only screen and (min-width: 920px) {
	
ul.catList{ padding-top:8px; max-height:200px}
ul.catList li a time{ display:block; float:left; width:17%;}
ul.catList li a p{ display:block; float:left; width:83%; }
ul.catList li a p span{ display:inline-block; padding-top:3px; border:none !important;}
ul.catList li a p span:hover{color:#ff4747 !important;}

ul.catList li a{ display:block; zoom:1; }
ul.catList li a:after{content: ""; display: block; clear: both;}
}

