@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%;
}

/*
	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. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}


#menu-wrap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.search{
	position:absolute;
	background-image:url(../images/search.png);
	display:block;
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-position:center;
	top:41px;
	right:55px;
}
.mail{
	position:absolute;
	background-image:url(../images/mail.png);
	display:block;
	width:30px;
	height:23px;
	background-repeat:no-repeat;
	background-position:center;
	top:42px;
	right:10px;
}
footer{
	 background-color:rgba(51, 49, 50, 1);
	 padding:56px 0 35px;
	 width:100%;
}

#Footer_Logo{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
#social{
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
}
.header_lines{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(0,83,135,1);
	border-bottom-color: rgba(0,83,135,1);
	margin-top:10px;
	margin-bottom:30px;
}
#Titlos{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top:25px;
	margin-bottom:8px;
}
#adress_first_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_second_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_third_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_forth_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#concept{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#breadcrumps_conteiner{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left_menu_conteiner{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: rgba(0,83,135,1);
	position:relative;
}
#Artitcles_conteiner{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#right_menu_conteiner{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#extra_module_positions{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding:50px 0 57px;
}
#extra_module_positions img{
	width:46%;
	margin-right:2%;
	margin-left:2%;
}
#contact_contents{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contact_form{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#adresses_conteiner{
	display:block;
	width:100%;
	position:relative;
	margin-bottom:20px;
}

#adress_details{
	width:100%;
	box-sizing:border-box;
	padding:15px;
	float:left;
	display:block;
	background-color:rgba(51,49,50,1);
	position:relative;
	color:white;
}

#adress_details p{
    font-family: Open Sans,sans-serif;
    font-size: 15px;
    font-weight: 300;
}

#adress_details .perioxi {
     font-size: 18px;
     font-weight: 400;
     color:#ffdd00;
}

#adress_map{
	display:none;
	width:100%;
	height:313px;
	float:left;
	clear:left;
}
.show_map{
	position: absolute;
	padding: 10px 25px 10px 10px;
	background-image: url(../images/map_logo.png);
	background-position: 96% center ;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(0,83,135,1);
	font-family: 'Roboto', sans-serif;
	font-size:1.083em;
	color:rgba(0,83,135,1);
	bottom:10px;
	right:10px;
	text-transform:uppercase;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 98.3333%;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
}
#menu-wrap {
	clear: none;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#Footer_Logo {
	clear: both;
	float: left;
	margin-left: 33.8983%;
	width: 32.2033%;
	display: block;
}
#social {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#Titlos {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_first_col {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#adress_second_col {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
#adress_third_col {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.1525%;
	display: block;
}
#adress_forth_col {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 49.1525%;
	display: block;
}
#concept {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#breadcrumps_conteiner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left_menu_conteiner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
	background-color: rgba(0,83,135,1);
}
#Artitcles_conteiner {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 66.1016%;
	display: block;
}
#right_menu_conteiner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#extra_module_positions {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#extra_module_positions img:first-child{
	margin-left:0;
}
#extra_module_positions img{
	width:18.2203%;
	margin-left:2.1%;
	margin-right:0%;
}
#contact_contents{
	clear: both;
	float: left;
	margin-left: 0;
	width: 57.6271%;
	display: block;
}
#contact_form{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 40.6779%;
	display: block;
}

#adress_logo{
	display:block;
	width:100%;
	float:left;
	background-image:url(../images/logo_fot_bat.png);
	background-repeat:no-repeat;
	background-position:4% center;
	background-size:auto auto;
	background-color:rgba(0,83,135,1);
	}

#adress_details{
	width:72%;
	box-sizing:border-box;
	padding:15px;
	float:left;
	display:block;
	background-color: rgba(0, 83, 135, 1);
       border-left: 1px solid #194a7e;
	position:relative;
	margin-left:28%;
	color:white;
       background-image:url(../images/bg-pin-contact-page.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:auto auto;
}

}

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

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 93.4166%;
	max-width: 1232px;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	margin: auto;
}
#menu-wrap {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 66.1016%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.7288%;
	display: block;
}
.search{
	right:45px;
}
.mail{
	right:0.7916%;
}

#Footer_Logo{
	clear: both;
	float: left;
	margin-left: 33.8983%;
	width: 32.2033%;
	display: block;
}
#social{
	clear: none;
	float: left;
	margin-left: 18.644%;
	width: 15.2542%;
	display: block;
}
#Titlos{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#adress_first_col{
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.7288%;
	display: block;
}
#adress_second_col{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
}
#adress_third_col{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
}
#adress_forth_col{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 23.7288%;
	display: block;
}
#concept{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#breadcrumps_conteiner{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left_menu_conteiner{
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.7288%;
	display: block;
}
#Artitcles_conteiner{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 57.6271%;
	display: block;
}
#right_menu_conteiner{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 15.2542%;
	display: block;
}
#extra_module_positions{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#contact_contents{
	clear: both;
	float: left;
	margin-left: 0;
	width: 66.1016%;
	display: block;
}
#contact_form{
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}

}