/* για να φτιάχνει τα fontawesome icons στο Χρησιμα για.. σε fixed fontsize ωστε να ευθυγραμίζονται με τις αλλές εικόνες k kakargias*/
#jm-bottom1 .jmm-icon {
  font-size: 98px!important;
}

/* για να μην είναι θολό σε retina οθόνες δεν ξέρω αν δουλέυει */
#jm-logo-sitedesc {
	width: 380px; 
}
/* logo for mobile ώστε να το μεγαλώσει λίγο 12-10-2021 g panagiotou*/
@media (max-width: 480px) {
#jm-logo-sitedesc {
	max-width: 240px; 
}
}
.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
    font-size: 32px;
}

/*Μπλε φόντο για inverted logo*/
#jm-logo-nav {
    background: #364E72;
/*    background: #193365;
*/
}

/*#dj-mslider12m1718 .dj-mslider-in {
    margin: 0 auto;
    max-width: max-content;
    position: relative;
}*/

#jm-top-menu-nav .dj-megamenu li.dj-up a.dj-up_a {
  	background: #364E72;
/*  background: #193365; 
*/    padding-left: 10px;
    padding-right: 10px;
  	color: #fff;
	line-height: 1;
}

.dj-slide-title {
  font-size: 1em !important;
/*  font-family: "tahoma", sans-serif; */
  color: #444 !important;
  font-weight: 700;
  line-height: 1.2 !important;
}

.navbar-default .navbar-nav > li > a {
text-transform: capitalize!important;
text-transform: inherit!important;  
}

/* TOP BAR SEARCH */

/* Search Form Rendering Rules */
/* delete me panagiotou 
#jm-top-bar .search-ms .search input.button, #jm-top-bar .search-ms .search button.button {
    position: absolute;
    top: 1px;
    right: 0;
    left: auto;
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    padding: 0px 10px 0 15px;
    font-size: 0;
    color: inherit;
    background: url('../images/scheme1/search.png') no-repeat center center;
    border:none;
} */
/* TOP MENU */


/* Top menu appearance */

.dj-megamenu-minedu li a.dj-up_a {
    display: block;
    float: left;
    height: 60px;
    /*font-size: 12px;
    font-weight: bold;*/
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    cursor: pointer;
    background: transparent;
    /*color: rgba(84, 70, 70, 1);*/
    border-right: 1px rgba( 204, 204, 204, 1);
    /*border-left: 1px solid rgba( 204, 204, 204, 1);*/
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

/* Top menu position */

#jm-bar-right .jm-module-raw {
 /* delete me panagioutou */ 
/*	float: right;
    padding:5px;
	margin-left: 10px;
	margin-right: 0; */
	margin-top: 20px;
}

/* Submenu Rendering Rules */

.dj-megamenu li ul.dj-submenu > li {
    list-style: none outside;
    display: block;
    height: auto;
    position: relative;
    width: auto;
    /*border-top: 1px solid rgba( 255, 0, 0, 1);*/
    border: none;
}

.dj-megamenu li ul.dj-submenu > li > a {
    display: block;
    /*font-size: 13px;
    font-weight: normal;*/
    line-height: 16px;
    /*color: rgba(84, 70, 70, 1);*/
    text-decoration: none;
    padding: 12px 20px;
    margin: 2px 2px 2px 2px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-bottom: 1px solid black;
}

.dj-megamenu li ul.dj-submenu > li ul.dj-submenu {
	 /* margin: 0;*/
  	background-color: white;
}

/* δεν δουλέευει ακόμα */
.dj-megamenu li ul.dj-submenu > li .dj-megamenu li ul.dj-submenu > li > a {
	  margin: 0;
}

jm-top-menu-nav.dj-megamenu li.dj-up a.dj-up_a {
	/* font-size: 15px; */
	/* font-weight: 600; */
	display: block;
	padding: 18px 15px;
	line-height: 1;
	text-transform: uppercase;
	color: #444;
	text-decoration: none;
}

/* Submenu Hover Link Highlight */

.dj-megamenu li ul.dj-submenu > li > a:hover, .dj-megamenu li ul.dj-submenu > li.hover:not(.subtree) > a {
    display: block;
    /*background: rgba(252, 252, 252, 1);
    color: rgba(138, 47, 49, 1);*/
}

/* No Underline on Last Submenu Link */

.dj-megamenu li ul.dj-submenu > li:last-child a {
  border-bottom:none;
}
/* END TOP MENU *


/* SIDEBAR DJ MENU */

/* Rounded Corners Menu */

.verticalMenu {
    border: 1px black;
    border-radius: 10px;
}

.verticalMenu li div.dj-subwrap, li:hover div.dj-subwrap li div.dj-subwrap, li.hover div.dj-subwrap li div.dj-subwrap {
    position: sticky;
    margin: 4px;
    padding: 10px;
}

.verticalMenu li.first a.dj-up_a {
    border: 1px black;
    border-radius: 10px 10px 0px 0px;
}
.verticalMenu li:last-child a.dj-up_a.active {
  border: 1px black;  
  border-radius: 0px 0px 10px 10px;
}


/* Small Font Rendering in Sidebar Menu */

#jm-left li a.dj-up_a{
text-transform: none;
}
/* END SIDEBAR DJ MENU */


/* SIDEBAR SJ MENU */

/* Rounded Sidebar SJ Menu */

.blue_menu {
  margin-top: 9px; 
  background-color: mediumblue;
  border-radius: 10px;
}

/* Sidebar SJ Menu Background */

.blue_menu ul {
  background-color: mediumblue;
  border: none;
  margin: 0px 10px 0px 10px;
}

/* Sidebar SJ Submenu Link Appearance */

.blue_menu ul li {
  background-color: mediumblue;
  cursor: pointer;
  border-bottom: 1px solid #72d7ff;
  padding: 0px 14px 14px 14px;
  margin: 14px 0px -6px 0px;
  color: white;
  font-size: 1em;
}

/* Hide Sidebar SJ Menu Extra Link Bullets */

ul:not([class]) li, ul.jm-dark li, ul.jm-light li {
    background-image: none;
    padding: 0 0 0 20px;
    background-repeat: no-repeat;
    background-position: left 9px;
}
/* END SIDEBAR SJ MENU */

/* Tabber από κεφαλαία σε ότι είναι γραμμένα */
.dj-tabber span.dj-tab-in {
    font-weight: inherit!important;
	text-transform: initial;
}


/* PAGE LABELS */ 

/* Page Label Rendering Rules */

.label_page {
  margin: 0rem 1rem -1rem 0rem;
  border-radius: 10px;
  height: auto;
  width: 100%; 
  padding: .5rem .5rem .5rem 1.5rem; 
/*  font-family: Arial, Helvetica, sans-serif; */
  font-weight: bold; 
  font-size: 1.6em; 
  background-color: #595959; 
  color: antiquewhite !important; 
/*  color: white; */
}

/* Page Label Background Color */

.bg_blue {
  background-color: rgb(0, 0, 205); 
}

.my_label_page {
  margin: 0rem 1rem -1rem 0rem;
  border-radius: 10px;
  height: auto;
  width: 100%; 
  padding: .5rem .5rem .5rem 1.5rem; 
/*  font-family: Arial, Helvetica, sans-serif; */
  font-weight: bold; 
  font-size: 1.6em; 
  background-color: #595959; 
  color: antiquewhite !important; 
}

.my_bg_blue {
  background-color: rgb(0, 0, 205); 
}
/* END PAGE LABELS */

/*-----------------------------------------------------------------------------------------*/

/* JEVENTS CUSTOMIZATION */

/* CALENDAR CUSTOMIZATION */

/* Calendar module header background */

.mod_events_monthyear td {
    text-align: center !important;
    vertical-align: middle;
    background: #90ab98;
}

/* Day with events background */

.mod_events_td_daywithevents {
    font-weight: normal;
    color: Blue;
    background-color: #ffffff; 
}

.mod_events_td_todaywithevents {
    font-weight: normal;
    color: Black;
    background-color: #FFFFFF;
}

/* Days not in month background */

.mod_events_td_dayoutofmonth {
    font-weight: bold;
    color: Gray;
    background-color: #ffffff;  /* Days not in month background color */
}

/* Current day with no events */

.mod_events_td_todaynoevents {
    font-weight: normal;
    color: Black;
    background-color: #ffffff; /* Current day with no events background color */
}

/* Sunday text color */

.mod_events_td_dayname .sunday {
    color: black;
}

/* Date text color */

a.mod_events_daylink:link {
    color: blue;
    text-decoration: none;
}

/* CALENDAR CUSTOMIZATION - END */

/*---------------------------------------------------------------------------------------------*/

/* EVENT PAGINATION CUSTOMIZATION */

/* Pagination Controls */

.pagination ul li a, .pagination ul li span {
    float: left;
    line-height: 20px;
    display: inline-block;
    /*padding: 12px 20px;*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    text-decoration: none;
    margin: 0;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-size: 15px;
    font-weight: 400;
    color: #444;
    background: #f1f1f1;
    border-radius: 2px;
}

.pagination ul li a,
.pagination ul li span {
	float: left;
	line-height: 20px;
	display: inline-block;
    padding: 2px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	text-decoration: none;
	margin: 0;
    font-family:'Glyphicons Halflings'; 
	font-size: 15px;
	font-weight: 400;
	color: #444;
	background: #f1f1f1;
	border-radius: 2px;
}

.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
    color: #633e3e !important;
    padding: 2px;
}

/* EVENT PAGINATION CUSTOMIZATION - END*/

/*------------------------------------------------------------------------------------------*/

/* SEARCH FORM CUSTOMIZATION */

/* Search Form Button */

a.button, input.button, button.button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.1;
    text-decoration: none;
    border: 2px solid #364e72;
    border-radius: 2px;
    background: #202e75;
    box-sizing: border-box;
/*    font-family: 'Source Sans Pro', sans-serif; */
    font-size: 14px;
    font-weight: 400;
    padding: 10px 30px;
    height: auto;
    color: #fff;
}

/* Form text area */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 40px;
    line-height: 1.7;
    border-radius: 2px;
    box-sizing: border-box;
/*   font-family: 'Source Sans Pro', sans-serif; */
/*    font-size: 14px; */
/*    font-weight: 400; */
    padding: 0 20px;
    vertical-align: middle;
    border: 1px solid #364e72;
    color: #202e75;
    background: #fff;
}

/* SEARCH FORM CUSTOMIZATION - END */

/* JEVENTS CUSTOMIZATION - END */

/*-------------------------------------------------------------------------------------------------*/

#jm-top-bar2 .jmm-social.default .jmm-link .jmm-ico:hover {
    color:black;
    background:#f6f6f6;
}
/* Για το jm-top-bar1 και jm-top-bar2 να μην αλλάζει γραμμή στην για @media (481px - 767px) */
@media (min-width: 481px ) and (max-width: 767px) {
  #jm-top-bar1 {
/*	width: 60%; */
  }
  #jm-top-bar2 {
/*    width: 40%;*/
  }
}
@media (max-width: 767px) {
  #jm-top-bar1 + #jm-top-bar2 {
      padding-top: 0px;
  }
}
@media (max-width: 480px) {
  #jm-top-bar1 + #jm-top-bar2 {
      padding-top: 10px;
  }
}
/* Για το jm-top-bar2 για να μικρύνουν τα σοσιαλ ικον 20-10-2021 by g Panagiotou */
#jm-top-bar2 .jmm-social.default .jmm-link .jmm-ico {
    font-size: unset;
    line-height: 20px;
    width: 20px;
    height: 20px;
}


/* Για το top1 12-11-2021 by kakargias*/
/*Για να κολλήσουνε τα module στο bottom kai top και να μην δημιουργείται γκρι κενο*/
#jm-top1 {
      padding: 0;
}
/*
Για το τελευταίο module στο bottom του top1(highlight cards) ώστε να αναιρείται το inherited margin των 30px*/
.nomargin_suffix_by_kos{
  margin:0;
}


/* Για το top1-* για τις ειδήσεις 20-10-2021 by g Panagiotou */
/* ώστε το περιεχόμενο των Module να μην μπορεί να πιασει το μέγιστο πλάτος >tpl>blocks>top1.php*/
/*#jm-top1 .jm-module {
  margin: -60px 0 -10px 0px;
}
*/

/* Ώστε τα jm-buttons να μπουν λίγο πιο κατω kostas*/
/*#jm-top1 .jm-buttons {
margin:0 0 0 0;
}
*/
/* delete me*/
/*	#jm-top1 .dj-slides {
	
		margin-right: 500px
	}	
	#jm-top1 .dj-navigation {
		width: calc(100% - 500px);
		right: 500px;
	}
	#jm-top1 .dj-tabs {
		width: 500px;
	}
	#jm-top1 .dj-tab-indicator {
        right: 500px;
	}
	#jm-top1 .dj-tabs-in {
		width: 500px;
	}
*/

/*
#jm-top1 .container-fluid {
    max-width: 1170px;
}
*/
/* delete me*/
/*
@media (max-width: 767px) {
	#jm-top1 .container {
    	width: auto;
  		padding-right: 15px;
    	padding-left: 15px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
#jm-top1 .container {
  	width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto
  }
}
@media (min-width: 1200px) {
  #jm-top1 .container {
    width: 95%;
    max-width: fit-content;
  }
}
@media (max-width: 800px) {
	#jm-top1 .container {
      padding-right: 15px;
      padding-left: 15px;
      margin-left: auto;
      margin-right: auto;
      max-width: 1170px;
	}
	#jm-top1 .dj-slides {
		margin-right: 0;
	}
		
	#jm-top1 .dj-tabs {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 219px;
		margin-top: 8px;
	}
	#jm-top1 .dj-tabs-in {
		width: 100%;
	}
	#jm-top1 .dj-tab-indicator {
		display: none;
	}
}
*/
/* tabber  */
   #jm-bottom1 .djtabs.default-theme .djtabs-title {
	/*	width: 25%!important;*/
		font-family: inherit;
		padding: 20px 20px;
		text-align:center;
	}
/* fixes overflow: auto; που το κάνει να βγάζει οριζόντια μπάρα*/
	#jm-bottom1 .djtabs-body {
		overflow: inherit!important;
   }

/* Για το footer-mod-*  20-10-2021 by g Panagiotou */
/* ώστε το περιεχόμενο των Module να είναι στηλοθετημένο κάτω απο τον τίτλο του */
    #jm-footer-mod-in .span2 .jm-module-content  {
		padding-left:35px;
	}
	#jm-footer-mod-in .span3 .jm-module-content  {
		padding-left:25%;
	}
	#jm-footer-mod-in .span4 .jm-module-content  {
		padding-left:25%;
	}
	#jm-footer-mod-in .span6 .jm-module-content  {
		padding-left:25%;
	}
	#jm-footer-mod-in .span50 .jm-module-content  {
		padding-left:25%;
	}
	#jm-footer-mod-in .span100 .jm-module-content {
		padding-left:25%;
	}

/* Τέλος το footer-mod-* */

/* delete me*/
/*    display: inline-block!important;
    vertical-align: bottom;
}*/

/* προσθεσα στο custom.css για να φύγει το κόκκινο outline απο τα link και τις φώτο  06-07-2022 g panagiotou */
a:focus,img.prev-button:focus,img.next-button:focus,img.play-button:focus,img.pause-button:focus,img.dj-prev:focus,img.dj-next:focus,img.dj-play:focus,img.dj-pause:focus,.load-button:focus,.dj-load-button:focus{outline: unset !important}

/* Χρώμα λωρίδων σε πρώτη σελίδα Γιάννης */

#jm-top3 {
  background: #364e72;
  color: #fff;
  padding: 60px 0 30px;
}

#jm-footer-mod {
  background: #364e72;
  color: #fff;
  padding: 60px 0 30px;
}

#jm-footer {
  color: #999;
  font-size: 14px;
  background: #364e72;
  padding: 30px 0;
}

#jm-allpage .dj-galleryGrid .dj-slide {
  border: 0px !important;
  /*box-sizing: border-box;*/
}
