/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



.tm-toolbar, .tm-headerbar, .tm-navbar, .tm-footer {
  margin-bottom:15px;
  margin-top:15px;
}

.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
  margin-top:15px;
}

 
.uk-panel-box-photo {
  background:#FAFAFA;
  border:0px solid #DDDDDD;
  border-radius:4px;
  color:#444444;
  padding:0px;
}

.mytabs {
  width:200px;
}


.tm-headerbar {
  margin-bottom:15px;
  margin-top:15px;
 background-image: url("/images/ministry-back.png");
 }



.custom-header {
  background:#FFFFFF;
  border-bottom:1px solid #DDDDDD;
  border-top:5px solid #327bae;
  height:50px;
  padding:5px 10px 10px 20px;
  position:relative;
}

.custom-header h2 {
  color:#495468;
  font-size:18px;
  font-weight:300;
  margin-top:10px;
line-height:40px;
}

.custom-header h3 {
  color:#B7BBC2;
  font-size:10px;
  font-weight:700;
  line-height:30px;
}


.fc-calendar .fc-head {
  background:transparent;
  color:#327bae;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}

.fc-calendar .fc-row > div.fc-today {
  background:#327bae;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 -1px 1px inset;
}




.uk-blog-date .uk-event-date, .uk-event-time .uk-event-date, .block-number .digit {
  background-color:#3c82b4;
  border-color:rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.0980392) rgba(0, 0, 0, 0.247059);

  box-shadow:rgba(0, 0, 0, 0.239216) 0 -10px 25px inset, rgba(255, 255, 255, 0.137255) 0 10px 15px inset, rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  color:white;

}

.table-epimorfosi {
   background-image: url("/images/klimakio/epimorfosi.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
    padding:10px;
  	margin:0;
  height:200px;
}

.table-calendar {
   background-image: url("/images/klimakio/calendar.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
    padding:10px;
  	margin:0;
  height:200px;
}


/* ========================================================================
   MENU HEADERS ADJUSTMENTS
 ========================================================================== */

.uk-nav-header {
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  color: #6f6f6f;
}
.uk-nav-header:not(:first-child) {
  margin-top: 5px;
}



.tm-toolbar {
  margin-bottom:0;
  margin-top:0;
  background:#fffff;
}


ul.category-moduleline {
  list-style-type: none; 
 margin-left: -30px;  
margin-right: 10px; 
}

ul.category-moduleline li h4 { font-size: 14px; line-height: 20px; margin: 0; }

ul.category-moduleline li:nth-child(odd) {
background-color: #f4f4f4;  
  padding: 5px;
}

ul.category-moduleline li:nth-child(even) {
background-color: #ffffff;  
    padding: 5px;
}

/* ========================================================================
  FULL WIDTH VIDEO YOUTUBE
 ========================================================================== */

.videoWrapper {
    	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 10px;
    	height: 0;
}
.videoWrapper iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
}