h1{
    font-size:40px;
	}
.center {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
}
.left-menu{
    margin: 0px 18px 0 20px;
    background: white;
    border: 1px solid #D9D9D9;
    width: 26%;
    float: left;
	}
.top-photo{
  position: relative;
  text-align: center;
  color: white;
  
}
.top-photo img{
  width: 100%;
}
.top-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title-menu{
	padding:20px 30px 0px;
}
 
.ddsmoothmenu ul li a{
  color: #4b4b4b;
  font-size: 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: left;
  margin-left: 1px; color: #444; }
.ddsmoothmenu a:hover {
    color: #F76c6f}
    .current .test{   color: red;}

.test1{position:  relative;font-size:35px;top: 5px; color:#eeeeee; -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #d2d2d2;}

    .current .test1{   color: red; -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #d2d2d2;}

.kelia{
    padding: 0 10px;
    width: 68.5%;
	float:left;
}
.keli{
    display: table;
    width: 100%;
    margin-bottom: -30px;
	}
.keli img{
    width: 284px;
    height: 170px;
    max-width: 100%;
	float:left;
    padding: 20px;
	}

.block-right{
    padding: 20px;
    background: white;
    border: 1px solid #D9D9D9;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    line-height: 24px;
	}
	
.area{
	float:right;
	color: #505050;
    font-size: 13px;
    line-height: 24px;
	}
.title a:link {
    font-family: "Merriweather Sans",Arial,sans-serif;
    color: #444;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
	text-decoration: none;
}

/* visited link */
 .title a:visited {
    color: #444;
}

/* mouse over link */
 .title a:hover {
 color: #F76c6f;
 }
 .dimos {margin-top: -5px;
margin-bottom: 10px;}

.dimos a:link {
	font-size: 13px;
    line-height: 16px;
    color: #505050;
	text-decoration: none;
}

/* visited link */
 .dimos  a:visited {
    color: #505050;
}

/* mouse over link */
 .dimos  a:hover {
    color: #F76c6f;
}

/* selected link */
 .dimos  a:active {
    color: red;
}

.desc {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 7px;
    min-height: 72px;
	}
/* .prosfora { */
    /* position: relative; */
    /* top: -70px; */
    /* right: -20px; */
    /* float: right; */
/* } */
.prosfora img{
    width: 160px;
    height: 38px;
    margin: 0 50px 12px;
}
.xoritikotita {
    font-size: 13px;
}
.paroxes {
    font-size: 13px;
}
.button {
    background-color: #F76c6f; /* Green */
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	border-radius: 15px;

}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.modal-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

@media screen and (max-width: 1050px) {
.kelia{
    padding: 20px 0;
    width: 100%;
	float:left;
}
.keli{
	width:90%;
	margin:0 auto;
}
.left-menu{
    display:none;
	}
}
@media screen and (max-width: 750px) {
.keli {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 25px;
	}
.keli img{
    margin-bottom: -5px;
    width: 100%;
    height: 250px;
    float: none;
    padding: 0;
	}
.block-right {
    //width: 93%;
    margin: 0 auto;
	}
.prosfora {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
}
.prosfora img {
/* width: 100%; */
height: auto;
}
}
@media screen and (max-width: 450px) {

.prosfora {
	float: none;
    top: 0;
    right: 0;
    text-align: center;

}
.prosfora img {
width: 55%;
height: auto;
}
}
