@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,greek);

body {
	margin:0 auto;
 	background-color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
  	text-decoration: none;
 	font-weight:none;
 	font-size: 17px !important;
 	color:#333;
 	text-align:left;
	overflow-x: hidden;
}

/**************for css3 support in older browsers************
link documentation
css3pie.com/documentation/supported-css3-features/

write the css rule and add
behavior: url(plugins/css3pie/PIE.htc);
e.g
#myElement {
    behavior: url(plugins/css3pie/PIE.htc);
    border-radius: 10px;
/***********extra options for pie***********	
    -pie-watch-ancestors: 1;
	-pie-png-fix: true;
	-pie-lazy-init:true;
	-pie-poll:true;
	-pie-track-hover:false;
	-pie-track-active:false; 
}


/**********accordion content***************/

/*.container{	width:970px !important;}
*/
h1 {
	font-size:24px;
	margin-top:0px !important;
}
a {color:#C45B13; transition: all 0.2s linear;}
a:hover{color:#222; text-decoration:none;}

.accordion_head_in {text-decoration:none;font-size:20px;display:block;}
.accordion_content_in {display:none;}
.accordion_wrapper_in li {position:relative;overflow:hidden;}

.pagination li.inactive{ visibility:hidden;}
.pagination li { float:left;}
.pagination_wrapper{ text-align:center;}

.float_image{ float:left;}

.empty_row_10{display:block; height:10px}
.empty_row_20{display:block; height:20px}
.empty_row_30{display:block; height:30px}
.empty_row_40{display:block; height:40px}
.empty_row_50{display:block; height:50px}
 
.alpha{ margin-left:0;}
.omega{ margin-right:0;}
.alphap{ padding-left:0;}
.omegap{ padding-right:0;}

.ar_teaser_image_wrapper{display:inline-block;}

.row-centered {
    text-align:center;
}
.col-centered {display:inline-block; float:none; 
	/* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
	zoom: 1;  
}
.ce_gallery ul{ list-style:none; padding-left:0; display:inline-block;}
.ce_gallery ul>li{ float:left; clear:none;}
/***********
.ce_gallery ul>li.col_first{ clear:left; float:left;}
.ce_gallery ul>li.col_last { clear:right; float:left;}
***********/
.list_title{ font-size:18px}
.list_subtitle{ font-size:18px}

/*.rotator .ce_image h1 {
    background: #F20000 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.5px;
    padding: 15px 0 25px;
    position: absolute;
    bottom: 0%;
    width: 100%;
	text-align:center;
	opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier  
	margin:0px;
 }
*/
#rotator{ width: 100%;min-width: 940px;max-height:0;margin: 0;/*position: absolute;*/left: 0;}
#rotator_pag {
    bottom: -21px;
    display:block;
    left: 0;
    margin-top: -30px !important;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 150;
}
.rotator_pag a {display:inline-block; width:20px; height:20px; border:5px solid #F2F2F2; border-radius:10px; margin-left:8px;background:#FF8B22;}
.rotator_pag .selected {background:#EC7000 !important;}
.rotator_pag span { visibility:hidden !important; }

.rotator .ce_image {
	position:relative;
}
.header_line1 {
	background:#000;
	padding:5px 0px;
	position:relative;
 	z-index:100;
	color:#fff;
}
.header_line3 {
	background:#000;
	padding:5px 0px;
	position:relative;
 	z-index:100;
	color:#fff;
}
.menu {
    background: rgba(0, 0, 0, 0) url("../images/menu_bg.png") repeat scroll 0 0;
    padding-top: 16px;
    position: absolute;
    width: 100%;
    z-index: 100;
}	
 
.language {
	text-align:right;
}
.navbar-default {
    background-color:transparent !important;
    border-color:transparent !important;
}
.navbar {
     margin-bottom: 0px;
 }
 
.navbar-nav > li > a {
    padding:5px 8px;
	text-transform:uppercase;
	letter-spacing:0.3px;
	font-size:17px;
	color:#fff;
}
.navbar-default .navbar-nav > li > a {
    color: #efefef;
}
.navbar-default .navbar-nav > li > a:visited {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover  {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:active {
    color: #fff;
}
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color:transparent;
/*	border:3px solid #F20000;*/
 	border:2px solid #EA8D3C; 
    color: #fff;
	margin-top:-3px;
}
.navbar-nav {
     margin: 0;
}
.navbar-collapse {
     padding:0px;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 0px;
    line-height: 20px;
    padding:0px;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.content_line1 {
	background:#F0F0E1;
	padding:15px 0px;
}
.content_line1_inside {
	background:#F0F0E1;
	padding:15px 0px;
	margin-top:65px;
}
.content_line2 {
	background:#fff;
	padding:45px 0px;
	border-bottom:6px solid #747465;
}
#facebook1 {
    background-image: url("../images/social_sprites.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    transition: all 0.2s linear 0s;
    width: 8px;
}
#twiitter1 {
    background-image: url("../images/social_sprites.png");
    background-position: -15px 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    transition: all 0.2s linear 0s;
    width: 20px;
}
#youtube1 {
    background-image: url("../images/social_sprites.png");
    background-position: -40px 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    transition: all 0.2s linear 0s;
    width: 20px;
}
#facebook1:hover,#facebook1:active{background-position:0 -16px;}
#twiitter1:hover,#twiitter1:active{background-position:-15px -16px;}
#youtube1:hover,#youtube1:active{background-position:-40px -16px;}
.social {
	margin-top:35px;
	text-align:right;
}
.vertical_title {
 	padding:15px 10px;
	background:#FF8B22;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
	 -webkit-box-shadow: 0 6px 6px -6px black;
     -moz-box-shadow: 0 6px 6px -6px black;
     box-shadow: 0 6px 6px -6px black;
	 margin:20px 0px;
}
.vertical_title2 a {
	color:#000;
	font-size:18px;
}

.lang  {
	color:#fff !important;
}
.lang a {
	color:#F0F0E1 !important;
}
.lang a:hover {
	color:#fff !important;
}
 
.box1 {
	background:url(../images/box_bg.png) repeat-x;
	height:210px;
 	width:100%;
	margin:10px 0px;
	text-align:center;
}
/*.box2 {
	background:url(../images/box_bg2.png) repeat-x;
	height:210px;
	display:inline-block;
	width:100%;
	margin:5px 0px;
	text-align:center;
	color:#FFF;
	padding:15px;
	line-height:20px;
}
*/
/* Shadow */
.hvr-shadow {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 5);
}

.footer {
	background:url(../images/footer_bg.jpg) repeat;
	padding:15px 0px;
	border-top:6px solid #000;
}
.footer_bg2 {
	background:url(../images/footer_right_bg.png) no-repeat top right;
	min-height:200px;
 }
.contact {
	color:#fff;
	font-size:18px;
}
.vertical_menu {
	text-align:center;
 }

.box2 {
	background:url(../images/box_bg2.png) repeat-x;
	height:210px;
	display:inline-block;
	width:100%;
	margin:10px 0px;
	text-align:center;
	color:#FFF;
	padding:15px;
	line-height:18px;
	position:relative;
	font-size:16px;
 }
/*.box2::after {
    border-color: #ED7C11 transparent;
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -15px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}
*/
 
.box2::after {
    border-color: #ED7C11 transparent;
    border-style: solid;
    border-width: 20px 20px 0 0px;
    bottom: -20px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
}
.breadcrumb {
    background-color: #FBFBF7;
    border-radius: 4px;
    list-style: outside none none;
	margin-top:20px;
	margin-bottom: 20px;
    padding: 8px 15px;
}
.breadcrumb ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
	
.breadcrumb li {
	display:inline-block;
	color:#313131;
	font-size:16px;
}
.breadcrumb li a{
 	color:#777;
}
.back {
    background: #222222 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 8px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.back:hover {
    background: #FF8B22 none repeat scroll 0 0;
 }
.back a {color:#fefefe;}
.back a:hover {color:#fff;}

.rel_more {
    background: #F0F0E1 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 15px 0;
    padding: 5px 8px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
	text-align:center;
}

.rel_more:hover {
    background: #FF8B22 none repeat scroll 0 0;
 }
.rel_more a:hover {color:#fff;}

#mc_embed_signup label {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
#mc_embed_signup input.button {
    background: #000 none repeat scroll 0 0;
    display: block;
    margin: 0 0 10px;
    min-width: 90px;
    width: 35%;
}
#prosfores ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#prosfores .nav_item_1 {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    padding: 10px;
    text-align: center;
}
#filter_5 ul{ list-style-type:none;margin-bottom:20px; padding:0px;}
#filter_5 li{ display:inline-block;}
#filter_5 .iso-btn  {
	background-color: #FF8B22;
    border-color: #eea236;
    color: #fff;
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#filter_5 .iso-btn:hover  {
	background:#FB7700;
	border-color:#d58512;
	color:#fff;
}

#iso_container_5 .rel_element {
	background:#fff;
	margin:5px;
	padding:10px;
	text-align:center;
}
#iso_container_5 .rel_title {
	font-size:20px;
	padding-bottom:15px;
}
#iso_container_5 .rel_teaser {
	margin-top:8px;
	font-size:15px;
}

.rel_zoom{ cursor:crosshair;}

#iso_container_5 .isotopeItem{ width:280px; max-height:305px; overflow-x:hidden; oveflow-y:auto;}

#proteinomena{ position:relative;}
#proteinomena .rel_element_wrapper{ display:inline-block; float:left; min-width:250px;}
#prev_proteinomena{ top:40%; left:-20px; font-size:36px; font-weight:bold; position:absolute;}
#next_proteinomena{ top:40%; right:0; font-size:36px; font-weight:bold; position:absolute;} 

/*.mod_article {	display:inline-block;}

.mod_article .list_element {
	background:#fff;
	margin:5px;
	padding:10px;
	text-align:center;
}
.mod_article .list_teaser {	
	margin-top:8px;
}
*/
.google-maps {
	position: relative;
	padding-bottom: 35%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.news_category .mod_article{ background-color:#fff; padding:8px;margin-bottom:8px; }
 
@media (min-width: 992px) {
}
/********** Tablets ************/
@media (min-width: 768px) AND (max-width:992px) {
.menu {
	background:#4A4A3B;
/*	height:68px;
*/	position:relative;
	z-index:100;
	padding-top:16px;
}
.header_line1 {
 	margin-top:0px !important;
 } 
 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-nav > li > a {font-size:13px;}
.language {
 	padding:10px 0px;
}

	 
}
/********** Mobile vertical and horizontal ************/
@media (max-width: 768px) {
.menu {
	background:#4A4A3B;
/*	height:68px;
*/	position:relative;
	z-index:100;
	padding-top:16px;
}
 
.header_line1 {
 	margin-top:0px !important;
 }
 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-nav > li > a {font-size:13px;}
.language {
 	padding:10px 0px;
}
  	 
}
@media (max-width: 400px) {
.menu {
	background:#4A4A3B;
/*	height:68px;
*/	position:relative;
	z-index:100;
	padding-top:16px;
}
.header_line1 {
 	margin-top:0px !important;
 } 
 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-nav > li > a {font-size:15px;}
.language {
 	padding:10px 0px;
}
}
 
