@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;

	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
header{
	position:relative;
}
.sidr-class-chrono_credits{display:none;}

#black_top{
	background-color:rgba(51,49,50,1);
	width:100%;
	display:block;
}
.logo{
	display:block;
	margin-top:21px;
}
.sidr-class-search_close, .sidr-class-mail_close{
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	width:35px;
	height:35px;
	background-image:url(../images/ex.png);
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
}
.sidr-inner {
	padding-top:45px !important;
}

#main_section_conteiner{
	position:relative;
}

.breadcrumbactiv{
	float:left;
	padding:25px 0;
	margin:0;
	list-style:none;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:1.25em;
	font-weight:300;
	color:black;
	text-transform:capitalize;
}
.breadcrumbactiv li{
	float:left;
	margin-right:5px;
}
.breadcrumbactiv li a:link, .breadcrumbactiv li a:visited{
	font-family: 'Open Sans', sans-serif;
	color:black;
	text-decoration:none;
	font-weight:300;
}
.breadcrumbactiv li a:hover{
	text-decoration:underline;
}

.page-header h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:rgba(0,83,135,1);
	font-size:3.500em;
	position:relative;
	display:inline-block;
	width:auto;
	padding:0 !important;
	margin:0 !important;
}
.page-header h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:rgba(0,83,135,1);
	font-size:1.500em;
	position:relative;
	display:block;
	width:auto;
	padding:0 !important;
	margin:0 !important;
}


#Footer_Logo{
	text-align:center;
}
#Footer_Logo img{
	max-width:193px;
	width:100%;
}
.social_menu{
	margin: 20px 0 0 0;
	padding: 0px;
	list-style-type: none;
	text-align:center;
}
.social_menu li:first-child{margin:0;}
.social_menu li{
	display:inline;
	margin:0 0 0 13px;
	padding:0;
}
.social_menu li a{
	overflow:hidden;
	display:inline-block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	text-indent:50px;
	width:21.50%;
	max-width:27px;
	height:27px;
}
.fb{
	background-image:url(../images/fb.png);
}
.gp{
	background-image:url(../images/gp.png);
}
.yt{
	background-image:url(../images/yt.png);
}
.twt{
	background-image:url(../images/tweeter.png)
}
#Titlos{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:2em;
	text-align:center;
	color:rgba(255,221,0,1);
	letter-spacing:4px;
}
.adress_titles{
	font-family: 'Open Sans', sans-serif;
	font-size:1.083em;
	font-weight:bold;
	color:#ffdd00;
	display:block;
	margin:0 !important;
}
.adress_text{
	font-family: 'Open Sans', sans-serif;
	font-size:1.083em;
	font-weight:normal;
	color:white;
	display:block;
	margin-bottom:16px;
	margin-top:0;
}
#concept{
font-family: 'Open Sans', sans-serif;
font-size:1em;
color:rgba(51,49,50,1);
text-align:left;
padding-top:10px;

}
#yellow{
	background-color:rgba(255,221,0,1);
}

/*left menu styling*/

#left_menu_conteiner ul{
	list-style:none;
}
ul.menu_activ{
	padding:10px 15px;
	margin:0;
	width:100%;
	box-sizing:border-box;
}
ul.menu_activ ul{
	display:none;
	padding:0;
}
ul.menu_activ li{
	position:relative;
}

ul.menu_activ a, ul.menu_activ > a{
	text-decoration: none;
	font-size: 1.417em;
	color: white;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	display: block;
	padding-bottom: 15px;
	
}
ul.menu_activ > li > a, ul.menu_activ > li > a{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1);
}
ul.menu_activ > li:first-child > a, ul.menu_activ > li:first-child > .separator{
	border-top-style: none;
}
ul.menu_activ > li > .separator{
	cursor:pointer;
}
ul.menu_activ .active > a{
	color:rgba(255,221,0,1) !important;
}
ul.menu_activ .current a:before, ul.menu_activ .active > a:before{
	background-color: rgba(255, 221, 0, 1);
    content: "";
    display: block;
    height: 18px;
    left: -10px;
    position: absolute;
    top: 2px;
    width: 7px;
}
ul.menu_activ a:hover, ul.menu_activ .separator:hover {
	color:rgba(255,221,0,1) !important;
}

ul.menu_activ a:hover:before, ul.menu_activ .separator:hover:before{
	background-color: rgba(255, 221, 0, 1);
    content: "";
    display: block;
    height: 18px;
    left: -10px;
    position: absolute;
    top: 2px;
    width: 7px;
}

/*right menu styling*/

.menu_right{
	width:100%;
	box-sizing:border-box;
	padding:0;
	margin:0;
	list-style:none;
}

.menu_right li{
	display:block;
	margin:1px 1% 1px 0;
	width:32%;
	float:left;
}
.menu_right li a{
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-weight: bold;
	font-size: 1.167em;
	box-sizing: border-box;
	max-width: 190px;
	height: 163px;
	width: 100%;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size:33.15% auto;
	padding:65% 5px 0;
	text-align:center;
	background-color:rgba(0,83,135,1);
	margin:0 auto;
}
.menu_right li a:hover{
	color:rgba(255,221,0,1) !important;
}
.mesh{
	background-image:url(../images/mesh.png);
}
.xenes{
	background-image:url(../images/xenes.png);
}
.biou{
	background-image:url(../images/biou.png);
}

#Artitcles_conteiner > .search{
	background-image: none !important;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding-left: 50px;
    position: relative;
    width: 100%;
	height:100%;
	padding-bottom:50px;
}
label.sidr-class-element-invisible, input.sidr-class-button{
	visibility:hidden;
}
input.sidr-class-search-query{
	background-color:white !important;
	color:black !important;
	background-image:url(../images/findbat.jpg) !important;
	background-position:center right !important;
	box-sizing:border-box !important;
	padding:0 10px 0 25px !important;
	background-repeat:no-repeat !important;
	height:25px !important;
	line-height:25px !important;
	background-size:auto 140% !important;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.54) !important;
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.54) !important;
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.54) !important;
}
#contact_form{
	background-color:rgba(55,119,188,1);
	position:relative;
	box-sizing:border-box;
	padding:115px 23px 30px 15px;
}
.minima_formas{
	color:white;
	font-family: 'Open Sans', sans-serif;
	font-size:1.083em;
	width:70%;
}
.moduletable_epi label{visibility:hidden;}
.help-block{color:white !important};
#contact_form > .moduletable_epi > .gbs3 > .chrono_credits > a {display:none !important;}
.moduletable_epi .gbs3 .form-control {
    background-color:rgba(230,231,232,1)!important;
    background-image: none;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075) inset !important;
    color:rgba(180,190,192,1)!important;
    display: block;
    font-size: 1.250em !important;
    height: 30px!important;
    line-height: 1.25em;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	position:relative !important;
	margin-right:0px;
}
.moduletable_epi #fin-name, .moduletable_epi #fin-text7, .moduletable_epi #fin-email, .moduletable_epi #fin-message {position:relative;}
#fin-name:after, #fin-text7:after, #fin-email:after, #fin-message:after{
	content:"";
	position:absolute!important;
	right:-20px!important;
	top:-5px!important;
	background-image:url(../images/star.png)!important;
	display:block!important;
	width:21px!important;
	height:52px!important;
	background-repeat:no-repeat!important;
	background-position:center!important;
}
.moduletable_epi #message{
	height:50px !important;
}

.moduletable_epi .apostoli{
	background-color:rgba(255,221,0,1) !important;
	padding:7px 20px;
	color:black;
	border:none !important;
	margin-top:10px;
}
.gbs3 .form-group {
    margin-bottom: 0 !important;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.social_menu{
	padding: 0px;
	list-style-type: none;
	text-align:right;
}
.social_menu li{
	display:inline;
	margin:0 0 0 1%;
	padding:0;
}
.page-header h1{
	padding:0 50px 13px 0 !important;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,83,135,1);
}

ul.menu_activ {
    box-sizing: border-box;
    margin: 0;
    padding: 40px 15px 10px;
    width: 100%;
}
.menu_right li{
	display:block;
	margin-right: 1%;
	width:32%;
	float:left;
	background-color:rgba(0,83,135,1);
}
.menu_right li a{
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-weight: bold;
	font-size: 1.167em;
	box-sizing: border-box;
	max-width: 190px;
	height: 163px;
	width: 100%;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size:33.15% auto;
	padding:100px 5px 0;
	text-align:center;
	background-color:rgba(0,83,135,1);
	margin:0 auto;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	.menu_right{
	width:100%;
	box-sizing:border-box;
	padding:40px 0 0;
	margin:0;
	list-style:none;
}
	.menu_right li{
	display:block;
	margin:0 0 11px;
	width:100%;
	float:none;
	background-color:rgba(0,83,135,0);
}
.menu_right li a{
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-weight: bold;
	font-size: 1.167em;
	box-sizing: border-box;
	max-width: 190px;
	height: 163px;
	width: 100%;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size:auto;
	padding:100px 5px 0;
	text-align:center;
	background-color:rgba(0,83,135,1);
	margin:0 auto;
}

}
@media only screen and (min-width: 1072px) {
.social_menu li{
	display:inline;
	margin:0 0 0 7.1428%;
	padding:0;
}

}

@media only screen and (min-width: 1920px) {
	.page-header h1{
	padding:0 50px 13px 0 !important;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,83,135,1);
}
}

.contact-info {margin-right:30px; display:inline;}

@media only screen and (max-width: 1044px) {
.contact-info {margin-right:30px; display:block;}
}

.styled-select select {
    background-color: #404040;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    padding-left: 10px;
    margin-top: 10px;
    width:275px;
    height:30px;
    background: #404040 url("/images/drop-down-button.png") no-repeat scroll right center;
    overflow: hidden;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -o-appearance:none; 
}

.styled-select select::-ms-expand{
  display:none;
}