/* ================= Template 02 ====================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,greek-ext,greek);
html{
  height: 100%;
}
body {
  min-height: 100%;
}

/* =================  default websplanet CSS =============== */
.languages {}
.headerimage {}
.slogan {}
.logo {
  text-decoration: none;
}

.skinBg {}
.skinAlign {}
.footerText {}
.footerLinks {}
.titles {}

.astrix {}
.form_field_text {}
.text_field {}
.text_field_big {}

.buttons {
    border-width: 1px;
    padding:6px 24px;
}
.buttons:active {
    position:relative;
    top:1px;
    box-shadow:none;
}
.search_button {}
.search_field {}
.search_text {}
.search_result_highlight {}

.login_field {}


/* Modules */

.module-wrapper {}
.module-title {}
.module-content {}

/* Widgets */

.widget-wrapper {margin:7px;}
.widget-title {}
.widget-body {}

/* picture+text widget */
.image_wrapper.free-image-left{
    margin-right: 5px;
}
.image_wrapper.free-image-right{
    margin-left: 5px;
}

/* Default free text widget values */
.widget-body .freetextarea ul {list-style:disc outside none !important; padding-left:2em !important; margin:0.5em !important;}
.widget-body .freetextarea ul ul,
.widget-body .freetextarea ol ul {list-style:circle outside none !important;}
.widget-body .freetextarea ul ul ul,
.widget-body .freetextarea ul ol ul,
.widget-body .freetextarea ol ul ul,
.widget-body .freetextarea ol ol ul {list-style:square outside none !important;}

.widget-body .freetextarea ol {list-style:decimal outside none !important; padding-left:2em !important; margin:0.5em !important;}
.widget-body .freetextarea ol ol,
.widget-body .freetextarea ul ol {list-style:lower-latin outside none !important;}
.widget-body .freetextarea ol ol ol,
.widget-body .freetextarea ol ul ol,
.widget-body .freetextarea ul ol ol,
.widget-body .freetextarea ul ul ol {list-style:lower-roman outside none !important;}

.widget-body .freetextarea ul li,
.widget-body .freetextarea ul ul li,
.widget-body .freetextarea ol ul li,
.widget-body .freetextarea ul ol ul li,
.widget-body .freetextarea ol ul ul li,
.widget-body .freetextarea ol ol ul li,
.widget-body .freetextarea ul ul ul li,
.widget-body .freetextarea ol li,
.widget-body .freetextarea ol ol li,
.widget-body .freetextarea ul ol li,
.widget-body .freetextarea ol ol ol li,
.widget-body .freetextarea ol ul ol li,
.widget-body .freetextarea ul ol ol li,
.widget-body .freetextarea ul ul ol li {list-style:inherit !important;margin:0 !important}

/* Default font size values */
.widget-body .freetextarea font[size="1"] {font-size:xx-small}
.widget-body .freetextarea font[size="2"] {font-size:x-small}
.widget-body .freetextarea font[size="3"] {font-size:small}
.widget-body .freetextarea font[size="4"] {font-size:medium}
.widget-body .freetextarea font[size="5"] {font-size:large}
.widget-body .freetextarea font[size="6"] {font-size:x-large}
.widget-body .freetextarea font[size="7"] {font-size:xx-large}

/* margin on jobs/FAQ/ pages */
#jobs-module {
    margin-left: 30px;
    width: auto !important;
}


/*------------widget popup default (google map/gallery/contactus on mobile version) ---------*/
.widget-popup{
    overflow:hidden; 
    top:0px; 
    left:0px;
    position:absolute; 
    width:100%;                       
    z-index:1000;
}
.widget-popup-control-bar{
    overflow:hidden; 
    position:fixed; 
    top:0px; 
    left:0px;
    width:100%;
    height:50px;
}
.widget-popup-content{
    display:inherit;
    overflow:hidden; 
    position:absolute; 
    top:30px; 
    left:0px;
    width:100%;
    height:420px;
    display:inherit;
}
.widget-popup-control-bar #close_map{
  text-align:center;
  font-weight:bold;
  font-size:1em;
  line-height:50px;
}
.widget-button{
    width:100%; 
    height:30px; 
    text-align:center; 
    padding-top:10px;  
    z-index:1001;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
div.widget-button:hover{cursor:pointer;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .widget-popup{
        height: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .widget-popup{
    height: 480px;
    }
}

/* =================  click to action button =============== */

#fixed_mobile_action{display:none;}
.tab {
    height: 42px;
    position: relative;
    top: 0;
    z-index: 99999;
}

.tab ul.mobile_action {
    display: block;
    clear: right;
    height: 42px;
    width: 203px;
    font-weight: bold;
    line-height: 42px;
    margin: 0 auto;
    color: white;
    font-size: 80%;
    text-align: center;
}

.tab ul.mobile_action li.left {
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.tab ul.mobile_action li.right {
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.tab ul.mobile_action li {
    text-align: left;
    padding: 0 6px;
    display: block;
    float: left;
    height: 42px;
    margin-bottom:0;
}

.tab label.open, .tab label.close {
    height: 20px;
    line-height: 20px !important;
    padding-left: 30px !important;
    cursor: pointer;
    display: block;
    width: 100px;
    position: relative;
    top: 11px;
}

/* sliding panel */
#toppanel {
    /*position: absolute;  Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    width: 100%;
    z-index: 99999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ios4{position: absolute;bottom:0;}
.ios5{position: fixed;bottom:0;}
#panel {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    z-index: 99995;
    display: none;
}

#panel p {
    margin: 5px 0;
    padding: 0;
}

#panel a {
    text-decoration: none;
}

#panel .panel-content {
   
    text-align: left;
    font-size: 0.85em;
}
.icon{
    margin:20px auto;
    width:250px;
    font-size: 1.5em;
    height: 50px;
    font-weight: bold;

}
.icon a{
    display: block;
    padding-left: 55px;
    line-height: 50px
}

@media only screen and (max-width: 767px){
    #fixed_mobile_action{display:block;}
    #panel {
    width: 100%;
    height: 150px;
    }
    .icon {
      float: left;
      font-size: 1.5em;
      font-weight: bold;
      height: 50px;
      margin: 20px 0 0 20px;
      width: auto;
    }
       body{
	padding-bottom:40px !important;
}
}
@media only screen and (max-width:479px){
#panel {
    width: 100%;
    height: 220px;
    }

}

/* =================  end click to action button =============== */

/* =================  templates grid elements =============== */


.top{
    position: relative;
}
.logo-container,
.wp-menu,
.titles,
.mirrormenu{
    font-family: 'Trocchi', serif;
}
.logo-container {
  font-size: 3em;
  line-height: 1.2em;
  margin: 20px 0;
  text-align: center;
}
#content,.footer{clear: both;}
.nav{
    text-align: center;
}
.headerimage img{
    width: 99%;
}
.addthis_toolbox{
  float: right;
}
.bottom{
    line-height: 30px;
    margin-top: 20px;
}
.bottom li{
    float:left;
    margin: 0 7px;
}
.bottom li a {
  display: block;
  line-height: 45px;
  text-decoration: none;
}
.bottom li a:before,.bottom li a:hover:before {
      border-radius: 50% 50% 50% 50%;
      content: "";
      display: inline-block;
      height: 15px;
      margin-right: 7px;
      vertical-align: middle;
      width: 15px;
    }

.content-data {
  width: 99%;
}

/* ================= media queries =============== */
@media only screen and (max-width: 959px) {
 
}
@media only screen and (max-width: 767px) {


}

@media only screen and (max-width: 480px) {
   

 
}


/* =================  click to action button =============== */

#fixed_mobile_action_menu{position: absolute; z-index:1000; display:none;}

@media only screen and (max-width: 767px){
    #fixed_mobile_action_menu{display:block;}
}

#plus { 
                font-size: 16px;
                font-weight:bold;
                opacity: 0.6;
                width: 40px;
                height: 40px;
                text-align:center;
                line-height:36px;
}

ul.buttons-nav { margin:0; padding: 4px 0; width: 100%; }
ul.buttons-nav li { list-style-type:none; margin:0; padding:0; display:table-cell; vertical-align: middle; margin-left:4px; padding:8px 12px;}
ul.buttons-nav li a{text-indent: -9999px}
ul.buttons-nav li img {height: 45px;}
ul.buttons-nav li.seperator { height: 45px; width:1px; display:inline-block; padding:0; }
ul.buttons-nav li:first-child { margin-left:0 }

.nav-wrapper { padding:4px 0; width:50px; height:93px; }
.nav-wrapper .buttons-nav { margin:0 auto; text-align:center; display:table; width:100%;position:absolute }

/* =================  end click to action button =============== */

/* ############################################################################################### */
/* ############################################################################################### */
/* ############################################################################################### */
/**
* ΒΑΛΕ ΕΔΩ ΤΑ CSS ΠΟΥ ΘΕΣ ΝΑ ΟΡΙΣΕΙΣ
*/



/* ############################################################################################### */
/* ############################################################################################### */
/* ############################################################################################### */
/**
* ΒΑΛΕ ΕΔΩ ΤΑ MEDIA QUERIES ΠΟΥ ΘΕΣ ΝΑ ΟΡΙΣΕΙΣ
*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
 
}

@media only screen and (min-width: 480px) and (max-width: 767px) {


}

@media only screen and (max-width: 479px) {

}
/*menu.css. created from /templates/bubbles/templates_greekyp_top/menus/m_3/3c/3c8/11833//ltr/menu.css*/

/* default color skin */
#nav {
 left: -5px;  
  position: absolute;
  top: 265px;
  width: 100%;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;   
}

#nav:before {
  border-bottom: 0 solid transparent;
  
  border-top: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -15px;
  width: 0;
}

#nav:after {
  border-bottom: 0 solid transparent;
  
  border-top: 15px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: -15px;
  width: 0;
}

.wp-menu a{
	display:block;
	line-height: 2em;
	text-decoration: none;
	padding: 0 10px;
	margin: 0.5em;	
    font-weight: bold;
    font-size: 1em;
    font-family: arial;
}

.rtl{
		direction: rtl
	}

/* #Media Queries
================================================== */
	@media only screen and (max-width: 959px) {
		#nav{
		  top:150px;
		  padding: 0 1px !important;
		 }
	}
	

    /* Smaller than standard 480 (devices and browsers) */
	@media only screen and (min-width: 768px) {
	.nav .before{
		display: none;
	}
	ul{
	width: 100%;
	margin: 0;
	padding: 0;
	}
	.wp-menu ul{display: none;z-index: 100}
	.wp-menu{
		display: block !important;
		position: relative;
		margin-bottom: 0px;
	}
	.wp-menu li{
		list-style: none;
		display: inline-block;
		position: relative;
		text-align: center;
		margin-bottom:0;
	}
	.wp-menu ul {
		position: absolute;
		width: 14em;
		z-index: 100;
		margin: 0;
		top:42px;

	}
	.wp-menu ul li{
		display: block;
		text-align: left;
		line-height: 2em;
	}
	.wp-menu  li:hover>ul{
		display: block !important;
		
	}
	.wp-menu  li li:hover ul{
		left:15em;
		top:0;
	}
	.wp-menu .wp-sub{
		float: right;
		display:block;
		
	}

	.wp-menu a:before,.wp-menu a:hover:before, .wp-menu li.current a:before {
	  border-radius: 50% 50% 50% 50%;
	  content: "";
	  display: inline-block;
	  height: 15px;
	  margin-right: 7px;
	  vertical-align: middle;
	  width: 15px;
	}
	

	/*For rtl menu add class rtl tu ul.wp-menu*/

	
	.wp-menu.rtl ul li{
		text-align: right;
	}
	.wp-menu.rtl  li li:hover>ul{
		right:10em;
		top:0;
	}
	.wp-menu.rtl li.parent>a:after,.wp-menu.rtl li.parent2>a:after  {
		float: left;
		
	}
	.wp-menu li li:before,.wp-menu li li:hover:before{display: none;}

}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
        /*
        .wp-menu li.parent>a:after,.wp-menu.rtl li.parent>a:after {
		display: inline-block;		
		}
		#nav {
		  left: -15px;
		  padding: 0 15px;
		  position: absolute;
		  top: 15px;
		  width: 100%;
		  z-index: 2;
		}
        */
    
        /********/
        #nav:before {
          display:none;
        }
       
        #nav:after {
          display:none;
        }
    
        .nav, #nav{
			position: relative;
			top: 0;
			left: 0;
			clear: both;
			padding: 0;
		}
		.nav .before{
			display: block;
			height: 40px;
			text-align: center;
			line-height: 40px;
			cursor: pointer;
			text-transform: uppercase;
            color: #B0AEAF;			
		}

		.nav  ul{
			display: none;
			width: 100%;
			margin: 0 0 12px 0;
			padding: 0;
		}
		
		.wp-menu{
			display: block;
		}
		.wp-menu li{
			display: block;
			text-align: left;
			margin-bottom: 0px;
		}
		.wp-menu a{
			line-height: 4em;
			font-size: 1em;
            border-bottom: 1px solid #B0AEAF;
		}
			

		.wp-menu span.wp-sub  {
			display: block;
		    font-weight: bold;
			float: right;
			width:60px;
			line-height: 4em;
			text-align: center;
			cursor: pointer;
			
		}
		.wp-menu .wp-sub:before{
			content: "+";
			display: block;
			text-align: center;
		}
		.isOpen>span.wp-sub:before{
			content: "-";
			display: block;
			text-align: center;
		}
		.wp-menu li li a:before {
		  content: "↳ ";
		  display: inline-block;
		  font-size: 1.4em;
		  line-height: 1em;
		  margin-right: 5px;
		}
		.wp-menu li li a{
			padding: 0 20px;
		}
		.wp-menu li li li a{
			padding: 0 30px;
		}
		.wp-menu.rtl li{
			text-align: right;
		}
		.parent>a{
			width: 73%;
			
		}
		.parent2>a{
			width: 66%;
			
		}
		
		.wp-menu.rtl li.parent:before,
		.wp-menu.rtl li.isOpen:before,
		.wp-menu.rtl li.isChildOpen:before,
		.wp-menu.rtl li.parent2:before  {
			display: block;
			float: left;
			width:60px;
			line-height: 4em;
			text-align: center;
			cursor: pointer;
		}
		.wp-menu.rtl li li a:before {
		  content: "   ↲  ";
		}
		.wp-menu.rtl span.wp-sub{float:left;}
		.wp-menu li:before,.wp-menu li:hover:before{display: none;}
		.wp-menu a{margin:0;}


        /********/
    
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.nav,#nav{
			position: relative;
			top: 0;
			left: 0;
			clear: both;
			padding: 0;
		}
		.nav .before{
			display: block;
			height: 40px;
			text-align: center;
			line-height: 40px;
			cursor: pointer;
			text-transform: uppercase;
			
		}

		.nav  ul{
			display: none;
			width: 100%;
			margin: 0 0 12px 0;
			padding: 0;
		}
		
		.wp-menu{
			display: block;
		}
		.wp-menu li{
			display: block;
			text-align: left;
			margin-bottom: 0px;
		}
		.wp-menu a{
			line-height: 4em;
			font-size: 1em;
		}
			

		.wp-menu span.wp-sub  {
			display: block;
		    font-weight: bold;
			float: right;
			width:60px;
			line-height: 4em;
			text-align: center;
			cursor: pointer;
			
		}
		.wp-menu .wp-sub:before{
			content: "+";
			display: block;
			text-align: center;
		}
		.isOpen>span.wp-sub:before{
			content: "-";
			display: block;
			text-align: center;
		}
		.wp-menu li li a:before {
		  content: "↳ ";
		  display: inline-block;
		  font-size: 1.4em;
		  line-height: 1em;
		  margin-right: 5px;
		}
		.wp-menu li li a{
			padding: 0 20px;
		}
		.wp-menu li li li a{
			padding: 0 30px;
		}
		.wp-menu.rtl li{
			text-align: right;
		}
		.parent>a{
			width: 73%;
			
		}
		.parent2>a{
			width: 66%;
			
		}
		
		.wp-menu.rtl li.parent:before,
		.wp-menu.rtl li.isOpen:before,
		.wp-menu.rtl li.isChildOpen:before,
		.wp-menu.rtl li.parent2:before  {
			display: block;
			float: left;
			width:60px;
			line-height: 4em;
			text-align: center;
			cursor: pointer;
		}
		.wp-menu.rtl li li a:before {
		  content: "   ↲  ";
		}
		.wp-menu.rtl span.wp-sub{float:left;}
		.wp-menu li:before,.wp-menu li:hover:before{display: none;}
		.wp-menu a{margin:0;}

}


/* ############################################################################################### */
/* ############################################################################################### */
/* ############################################################################################### */
/**
* ΒΑΛΕ ΕΔΩ ΤΑ CSS ΠΟΥ ΘΕΣ ΝΑ ΟΡΙΣΕΙΣ
*/



/* ############################################################################################### */
/* ############################################################################################### */
/* ############################################################################################### */
/**
* ΒΑΛΕ ΕΔΩ ΤΑ MEDIA QUERIES ΠΟΥ ΘΕΣ ΝΑ ΟΡΙΣΕΙΣ
*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
 
}

@media only screen and (min-width: 480px) and (max-width: 767px) {


}

@media only screen and (max-width: 479px) {

}
