* {
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: small;
	line-height: 1.5;
}

/* Make the footer stick down part mazi me ta html kai * kai body height:100% */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

.footer,
.push {
	height: 150px;
	clear: both;
}

/* End of footer stick bottom part*/
#main_site {
	margin: auto;
	max-width: 1000px;
	position: relative;
	display: block;
	padding: 0 15px;
}

#logo {
	margin-top: 50px;
}

#side_menu {
	float: left;
	min-height: 100%;
	position: relative;
	width: 250px;
	z-index: 1000;
}

#menulist {
	padding: 0;
	margin: 0;
	position: relative;
}

#menulist li {
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
}

/* submenu appear with hover and transition on color hover */
#menulist li a {
	transition: color 0.5s ease;
	color: #4b4e55;
	display: block;
	padding: 5px 0;
}

#menulist li a:hover {
	color: #E8E9ED;
}

ul#menulist li ul.submenu {
	display: none;
	position: absolute;
	left: 90px;
	top: -10px;
	padding: 10px;
	min-width: 200px;
	z-index: 1000;
}

ul#menulist li:hover ul.submenu {
	display: block;
}

#submenu li a {
	transition: color 0.5s ease;
	color: #4b4e55;
}

#submenu li a:hover {
	color: #E8E9ED;
}

#center_div {
	position: relative;
	margin-left: 250px;
	text-align: center;
	z-index: 1;
}

h2 {
	color: #4b4e55;
	border-bottom: thin solid #4b4e55;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: medium;
}

h3 {
	color: #4b4e55;
	font-weight: normal;
	font-size: small;
	margin-bottom: 6px;
	margin-top: 10px;
}

h3.bold {
	font-weight: bold;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

input[type="submit"] {
	margin-top: 5px;
}

a#logout {
	transition: color 0.5s ease;
	color: #4b4e55;
	margin-left: 500px;
	margin-right: 20px;
	font-size: medium;
}

a#logout:hover {
	color: #E8E9ED;
	margin-left: 500px;
}

p.contact {
	color: #4b4e55;
}

li {
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
}

#nofloat {
	clear: both;
}

/* imagebox manipulation*/
div#imagebox {
	float: left;
	padding: 0px 10px 20px 10px;
	transition: transform 0.3s ease;
}

/* lightbox */
a.fancybox img {
	border: none;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.fancybox:hover img {
	position: relative;
	z-index: 999;
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* xoros epikoinwnias */
div #contact_info {
	padding: 20px;
}

div #map {
	margin-right: 5px;
	margin-left: 10px;
}

div #map iframe {
	max-width: 100%;
}

/* photo profile grafeiou kai keimeno */
div #firm_photo {
	position: relative;
	float: right;
	margin-left: 10px;
}

p.profile_p {
	text-align: left;
	color: #4b4e55;
}

span.bold {
	font-weight: bold;
}

/* header and footer */
footer {
	background: -webkit-linear-gradient(#34363B, #4b4e55);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#34363B, #4b4e55);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#34363B, #4b4e55);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#34363B, #4b4e55);
	/* Standard syntax (must be last) */
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	font-size: small;
	position: relative;
	bottom: 0px;
}

section#info {
	text-align: center;
	color: #E8E9ED;
	display: block;
	margin: auto;
	padding-top: 15px;
	max-width: 1000px;
	position: relative;
}

section#copyright {
	position: relative;
	color: #E8E9ED;
	display: block;
	margin: auto;
	text-align: center;
	padding-top: 50px;
	max-width: 1000px;
	position: relative;
}

span.error {
	display: block;
	color: red;
	margin-bottom: 10px;
}

span.success {
	display: block;
	color: green;
	margin-bottom: 10px;
}

span.small {
	font-size: small;
	margin-right: 10px;
}

#messagebox {
	height: 30px;
}

textarea.noresize {
	resize: none;
}

a#hide {
	transition: color 0.5s ease;
	color: #4b4e55;
	text-decoration: none;
	font-size: x-small;
}

a#hide:hover {
	color: white;
}