/**
 * 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-size: 13px; /* Override typography */
	font-family: "Open Sans", helvetica, arial, sans-serif;
}

#wrapper {
	/*margin: 0 auto;*/
	/*max-width: 960px;*/
	width: 100%;
}

H2 {
	font-weight: 500;
  text-align:center;
}
H2.name {
	font-weight: 500;
  text-align:center;
  color:#000;
  font-size:22px;
}

SMALL {
	font-size: 9px;
}

/* Clear fix */
.clear {
	clear: both;
	display: block;
	float: none;
	font-size: 1px;
	height: 0px;
	line-height: 0
}
.centerImage{
  margin:0px auto;
  padding:0;
  max-width:950px;
  max-height:240px;
  width:100%;
  height:100%;
  margin-bottom:-20px;
}
.centerImage img{
  border: 5px solid #E5E5E5;
}
/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */
#body_wrapper {
	background: white;
	width: 100%;
}

#body_wrapper H1 {
	background: white;
  border-top: 5px solid #5B5F70;
	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: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
}

SECTION {
	background: #F1F1F1;
	/*margin-top: 80px;*/
	width: 100%;
  float:left;
  border-top: 1px solid #E5E5E5;
}

.stuck {
	position: fixed;
	top: 0;
}

ARTICLE {
	margin: 0 auto;
	padding: 42px 0 20px;
	max-width: 930px;
}

ARTICLE H2 {
	color: #A0CAC0;
	margin-bottom: 10px;
}

PRE {
	width: 400px;
}

/**
 * FOOTER
 *
 * -------------------------------------------------------------------------------------------------
 */
FOOTER {
	width: 100%;
	float:left;
}

.footer_wrapper {
	color: #888;
	margin: 20px auto;
	width: 930px;
  padding-top:10px;
  clear:both;
}

/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */
.tabs > DIV {
	margin-top: 10px;
	background: #fff!important;
	border-bottom: 1px solid #E5E5E5;
	color: #888;
	font-size: 16px;
	text-align: center;
	height:auto;
	width: 100%;
  padding:10px;
  float:left;
  margin-bottom:20px;
}

.tabs > DIV H3 {
	border-bottom: 1px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 40px !important;
  margin-bottom:10px;
}
.tabs > DIV .left {
  float:left;
  width:50%;
}
.tabs > DIV p {
  text-align:left;
  font-size:14px;
}
.tabs > DIV .infoBox {
    border:2px solid #5B5F70;
    padding:20px;
    margin:30px;
}
.tabs > DIV .right .infoBox {
    border:2px solid #5B5F70;
    padding:20px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:0px;
}
.tabs > DIV .left .infoBox {
    border:2px solid #5B5F70;
    padding:20px;
    margin-bottom:20px;
    margin-left:0px;
    margin-right:20px;
}
.tabs .infoBox  ul.info LI {
	background: none;
	border-bottom: none;
  text-align:left;
  list-style-type:none;
}
.tabs .infoBox .right ul.info LI {
	background: none;
	border-bottom: none;
  text-align:left;
  list-style-type: none;
}
.tabs .infoBox .left ul.info LI {
	background: none;
	border-bottom: none;
  text-align:left;
  list-style-type: none;
}
.tabs > DIV .infoBox p{
  text-align:center;
  color:#000;
  margin:0;
}
.tabs > DIV .right .slzBox {
    border:2px solid #5B5F70;
    padding:20px;
    margin-bottom:20px;
    margin-left:20px;
    margin-right:0px;
}
.tabs > DIV .left .slzBox {
    border:2px solid #5B5F70;
    padding:20px;
    margin-bottom:20px;
    margin-left:0px;
    margin-right:20px;
}
.tabs .slzBox .right ul.slz LI {
	background: none;
	border-bottom: none;
  text-align:left;
  list-style-type:square;
}
.tabs > DIV .slzBox {
    border:2px solid #5B5F70;
    padding:20px;
    margin-left:250px;
    margin-right:250px;
    margin-bottom:20px;
}
.tabs .slzBox  ul.slz LI {
	background: none;
	border-bottom: none;
  text-align:left;
  list-style-type:square;
}

.tabs > DIV .right {
  float:right;
  width:50%;
}
.tabs > DIV .right p {
  font-size:14px;
  text-align:left;
  margin-bottom:0;
  margin-left:15px;
}
.tabs > DIV .right p a {
	color: #888888;
	font-size: 14px;
  padding:0;
	text-decoration: none;
  display: inline;
}
.tabs > DIV .right p a:hover {
	text-decoration: underline;
}
.tabs LI {
	background: white;
	border-bottom: 4px solid #cecece;
	margin-right: 10px;
}
#map-canvas {
  width:465px;
  height:200px;
}
.tabs A {
	color: #5B5F70;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 14px 24px;
	text-decoration: none;
}
.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: white !important;
}

.button {
	background: #a0cac0;
	border-bottom: 4px solid #68a697;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-right: 26px;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.button:hover {
	background: #93b7ae;
	color: #FFF;
	text-decoration: none;
}

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

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

.anchorLink {
	border-bottom: 1px dashed white;
}

.anchorLink:hover {
	text-decoration: none;
}

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

.download a {display: inline;padding: 0;text-decoration: underline;}

.infoBox strong {
	font-weight: bold !important;
}

.infoBox i {
	font-style: italic !important;
}

/* Photogallery + videos */
.videos {
	margin: 30px 0;
}

.gallery {
	margin: 30px 0;
}

.gallery a {
	display: inline-block;
	width: 280px;
	height: 200px;
	margin: 7px;
	padding: 0;
	border: 2px solid #5B5F70;
	transition: border-color .3s;
}

.gallery a:hover {
	border-color: #68a697;
}

.gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.tabs .infoBox ol.info LI {
    background: none;
    border-bottom: none;
    text-align: left;
}

.tabs .infoBox ol.info p {
    text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}