/*@import 'https://fonts.googleapis.com/css?family=Arimo:400,700&subset=greek';
*/@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=greek-ext';

body {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Arimo', sans-serif;*/
	color:#676767;
	font-size:16px;
}

a {color:#666; transition: all 0.2s linear;}
a:hover{color:#000; text-decoration:none;}
 
h1 {
    font-size: 26px;
    font-weight: 300;
	color:#000;
}

ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.logo {
	background:#EFEFEF;
	width:100%;
	text-align:center;
	padding:15px 0px;
}

.content {
	padding:20px 0px;
	text-align:center;
}

.forma_eggrafis {
    color: #444;
    display: inline-block;
    font-size: 16px;
	margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px 20px;
    text-align: left;
    width: 70%;
    z-index: 100;
}

.forma_eggrafis label {
    display: block;
    font-weight: 300;
    padding-right: 15px;
    text-align: right;
}

.forma_eggrafis .field {
    display: inline-block;
    margin-right: 1%;
    margin-top: 2px;
    vertical-align: top;
    width: 47%;
}

.forma_eggrafis input, select, textarea {
    background-color: #efefef;
    border: medium none;
    box-sizing: border-box;
    color: #222;
    font-size: 15px;
    font-weight: 300;
    margin: 8px 0 0;
    padding: 8px 15px;
    width: 100%;
	transition: all 0.2s linear;
}

.forma_eggrafis input:focus, select:focus, textarea:focus {
    background-color: #E8E8E8;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
}


.forma_eggrafis .btn {
    background: #88a09e none repeat-x scroll 0 0;
    border: 1px solid #88a09e;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-top: 20px;
    padding: 12px 25px;
    text-shadow: none !important;
    width: auto;
	transition: all 0.2s linear;
}

.forma_eggrafis .btn:hover {
    background: #688280 none repeat-x scroll 0 0;
}


.invisible {
    visibility: hidden;
	display:none !important;
}

.align-left {
    font-size: 18px;
	line-height:22px;
    font-weight: 300;
    text-align: left;
	color:#000;
	margin-bottom:30px;
}

.align-right {
    font-size: 18px;
	line-height:22px;
    font-weight: 300;
    text-align: right;
	color:#000;
	margin-bottom:30px;
}

.pre_footer {
    background: #017D5A none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 0;
    text-align: center;
}

.footer {
	background:url(../images/footer_bg.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	padding:30px 0px;
	min-height:100px;
	text-align:center;
	color:#000;
	font-size:17px;
}

.upload { background:#fff !important;}

 /* responsive ONLY */

@media (max-width: 600px) and (min-width: 300px){ /* spans reduce to 100px then go full width */
td, th {
    display: block;
    padding: 0;
    width: 100% !important;
}

.forma_eggrafis label {
    display: block;
    font-weight: 300;
    padding-right: 15px;
    text-align: left;
}

.align-right {
    font-size: 18px;
	line-height:22px;
    font-weight: 300;
    text-align: left;
	color:#000;
	margin-bottom:30px;
}

.forma_eggrafis input, select, textarea {
    margin: 0 0 8px;
    padding: 8px 10px;
    width: 100%;
}

.forma_eggrafis {
    width: 100%;
}

}

@media (min-width: 600px) and (max-width: 800px) {
	
}

@media (min-width: 900px) and (max-width: 1400px) {
	
}