/*
    Theme Name: Materialzecss basic
    Author: Ioannis Panagopoulos
    Version:1.0
*/
html,
body {
  height: 100%;
  margin: 0;
}
header {
  height: 50px;
  background: lightcyan;
}
footer {
  height: 50px;
  background: PapayaWhip;
}
body {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
}
header {
  height: 100px !important;
  display: flex;
  background-color: #fff;
  align-items: center;
}
header .logo {
  flex: 0 0 auto;
}
header .title {
  flex: 2 2 auto;
  text-align: center;
  padding-right:10px;
}
header .title h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  margin: 0px;
}
header .title h2 {
  font-size: 13px;
  line-height: 110%;
  margin: 0;
  margin-top: 8px;
}
header .info {
  flex: 0 0 300px;
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
}
@media screen and (max-width:900px){
  header .info{
    display:none;
  }
}
footer {
  margin-top: auto;
  background-color: #ccc !important;
  height: 100px;
}
.blue-back {
  background-color: #EEF7FB;
  padding: 20px !important;
}
.main-area {
  width: 100%;
  margin-bottom: 20px;
}
.main-area .map {
  width: 100%;
}
strong {
  font-weight: 700;
}
.hide-title-prosfores li a {
  display: none;
}
