﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,greek,greek-ext);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;background:#fff;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;background:#fff;
}
ol, ul {
	list-style: none;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body, html { font-size: 100%; padding: 0; margin: 0;font-family:'Roboto Condensed', sans-serif;background:#fff;}
html,
body {
	margin:0;
	padding:0;background:#fff;

}
.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}


#epikoinonia {width:100%;margin:0px auto;background:#fff;}
#forma {width:100%;background:#fff;}


/* form style */
.form-style{
	width: 100%;
	padding: 0px 0px 0px 0px;
	font: 13px;
	color:#8c9192;background:#fff;
	margin: 0px auto;font-family:'Roboto Condensed', sans-serif;
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;font-family:'Roboto Condensed', sans-serif;
}
.form-style label > span{
    padding: 8px 5px 10px 0;
   
}
.form-style span.required{
    color:#DC352F;
}
.form-style .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style  .long{
    width: 120px;
}
.form-style input.input-field{
    width: 100%;font-family:'Roboto Condensed', sans-serif;margin-top:10px;
   
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #8c9192;
   margin-top:10px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #DC352F;
}
.form-style .textarea-field{
    height:100px;
    width: 100%!important;
}
.form-style input[type="button"],
.form-style input[type="submit"] {

    background-color: #DC352F;
    border: none;
    display: inline-block;
	float:right;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px 28px;
    text-decoration: none;
	font-size:16px;
   font-family:'Roboto Condensed', sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
  
    background-color: #8c9192;
}
.form-style .success{
	background: #DC352F;
	padding: 30px;
	margin: 50px 0px 5px 0px;
	border: none;
	font-weight: 700;
	color: #fff;

}
.form-style .error {
	background: #DC352F;
	padding: 30px;
	margin: 50px 0px 5px 0px;
	border: none;
font-weight: 700;
	color: #fff;

}

