﻿/*@font-face {
    font-family: "Alfios";
    src: url("../type/Alfios_B.eot?") format("eot"), url("../type/Alfios_B.woff") format("woff"), url("../type/Alfios_B.ttf") format("truetype"), 
    url("../type/Alfios_B.svg#AlfiosBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Alfios";
    src: url("../type/Alfios_R.eot?") format("eot"), url("../type/Alfios_R.woff") format("woff"), url("../type/Alfios_R.ttf") format("truetype"), 
    url("../type/Alfios_R.svg#AlfiosRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'C';
    src: url('../type/c.eot');
    src: url('../type/c.eot?#iefix') format('embedded-opentype'), url('../type/c.woff') format('woff'), url('../type/c.ttf') format('truetype'), url('../type/c.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MPR';
    src: url('../type/mpr.eot');
    src: url('../type/mpr.eot?#iefix') format('embedded-opentype'), url('../type/mpr.woff') format('woff'), url('../type/mpr.ttf') format('truetype'), url('../type/mpr.svg#minionpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: normal;
  src: local('Ubuntu'), url('http://themes.googleusercontent.com/static/fonts/ubuntu/v3/Z7dy5k0r6h5hT7OiqD_HRw.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: bold;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('http://themes.googleusercontent.com/static/fonts/ubuntu/v3/M-Ii49WH_TYYnOjQyLgTMKCWcynf_cDxXwCLxiixG1c.ttf') format('truetype');
}

html, body {
    height: 100%;
}

body {
    background: #fff url(../graphics/bgr_top.png) repeat-x;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu';
    font-size: 10pt;
}

a {
    text-decoration: none;
   color: #004fa8;
}

a:visited {
    color: #c9223c;
    text-decoration: underline;

}

a:hover {
    text-decoration: underline;
    text-decoration-color: #ffff00;

}

a img {
    border: none;
    background: none;
}

.centered {
    text-align: center;
}

.wrapper {
    width: 960px;
    margin: 0 auto -175px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.languages {
    width: 120px;
    margin: 50px auto;
    font-size: 8pt;
    top: 100px;
    left: -185px;
    background: #c9223c;
    border-radius: 12px;
    padding: 5px 10px;
    text-shadow: 1px 1px 0px #000;
    border: 1px solid #c9223c;
}

.languages a {
    color: #fff;
}

.languages.greek {
    background: #c9223c url(../graphics/bgr_greek.jpg) 50% 50% no-repeat;
}

.languages.english {
       background: #c9223c url(../graphics/bgr_english.jpg) 50% 50% no-repeat;
}

.nav {
    width: 760px;
    height: 87px;
    font-family: Georgia, serif;
    font-size: 13.5pt;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.nav ul {
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

.nav li {
    display: table-cell;
    list-style: none;
    white-space: nowrap;
}

.nav a {
    display: block;
    height: 77px;
    padding: 25px 35px 0px 5px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0px #000;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;    
    outline: none;
}

#left .nav .greek {
    font-size: 12pt;
}
#left .nav .greek a {
    padding-right: 25px;
}


#left .nav:hover a {
    text-shadow: 0px 0px 2px #ccc;
    color: transparent;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in; 
    /*font-size: 1em;*/
}

#left .nav a:hover {
    /*text-decoration: underline;*/
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    
    
}

.unfocused {
    color: transparent !important;
    text-shadow: 0px 0px 0.5px #fff;
}

.column {
    float: left;
    margin-top: 0px;
}

#left {
    width: 760px;
}

#right {
    width: 200px;
    text-align: center;
    position: relative;
    margin-top: 0px;
    top: 0px;
}

#logo {
    z-index: 100;
    margin-top: 30px;
}

#logo img {
    border: none;
}

#address {
    color: #3c0a13;
    width: 120px;
    margin: 50px auto;
    line-height: 1.6em;
    margin-top: 45px;
    font-size: 0.9em;
}

#address small {
    color: #c9223c;
}

#address .phones {
    text-align: right;
    margin-bottom: 50px;
}

#social {
    position: relative;
    margin: 75px auto 5px auto;
    height: 400px;
    width: 190px; /*border: 1px solid #eee;*/ /*border-width: 0px 1px 1px 0px;*/
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 6px 16px #e0e0e0;
}

#social .icon {
    position: absolute;
    z-index: 10;
    right: -10px;
    bottom: -30px;
    border: none;
}

#webcam {
    position: relative;
    width: 105px;
    margin: 50px auto;
}

#webcam .image {
    width: 88px;
    height: 66px;
    border: none;
    border-radius: 12px 6px 0px 0;
}

#webcam .icon {
    position: absolute;
    z-index: 10;
    right: -10px;
    top: -10px;
    border: none;
}

#webcam div {
    width: 88px;
    text-align: center;
    font-size: 8pt;
    color: #fff;
    background: #3c0a13;
    padding: 3px 0;
    margin: 0 auto;
    border-radius: 0px 0px 6px 6px;
}

#webcam a {
    display: block;
    height: 67px;
    margin: 0px;
    padding: 0px;
}

#content {
    padding-top: 0px;
    font-size: 0.95em;
}

em {
    font-size: 1.2em;
    font-style: normal;
}

h2 {
    color: #3c0a13;
    font-weight: normal;
    font-size: 15pt;
    font-family: Georgia, serif;
    margin-left: 15px;
}

p {
    text-align: justify;
    line-height: 1.9em;
    hyphens: auto;
}

.element {
    padding: 10px;
    width: 730px;
    clear: both;
}

.single {
    padding: 30px 10px;
}

.half {
    width: 340px;
    margin: 0px 25px 0px 0px;
}

.half .icons img {
    text-align: center;
    padding: 5px;
}

.column.right {
    margin: 0px 0px 0px 25px;
}

.stopper {
    clear: both;
}

.active .panel {   
    background: #fff;
    border-radius: 8px;
    border: 2px dotted red;
    box-shadow: 0px 0px 12px #000;
    position: relative;
    z-index: 1000;
}

.inactive .panel {
    background: #eee;
    border-radius: 8px;
    padding: 4px;
    border: 1px dotted #999;

}

.inactive .body p {
    color: #999;
    
}

.mapcontrol .column  {

}

.panel h2 {
    line-height: normal;
    font-weight: normal;
    margin: 0 0 -2px 15px;
    padding: 0;
}

.panel .links {
    text-align: right;
    margin: 2px 0px -5px 0px;
    padding: 0px;
    right: 0px;
    top: 25px;
}

.links .btn {
    cursor: pointer;
}

.panel ul {
    margin: 20px;
    padding: 0;
}

.panel li {
    margin-bottom: 0.5em;
    text-align: justify;
}

.blue h2 {
    color: #187095;
}

.blue a {
    text-decoration: underline;
}

.blue .body {
    background: #187095 url(../graphics/bgr_watermark_blue.png) center center no-repeat;
    color: #eee;
    font-size: 9pt;
    text-shadow: 1px 1px 0px #000;
    padding: 10px;
    line-height: 1.5em;
    border-radius: 3px;
    box-shadow: 0px 6px 12px #999;
}

.blue a {
    color: #fff;
}

.red h2 {
    color: #c9223c;
}

.red .body {
    border-top: 5px solid #c9223c;
}

.simpleblue h2 {
    color: #187095;
}

.simpleblue .body {
    border-top: 5px solid #187095;
}

.distances h4 {
    font-size: 8pt;
    margin: 5px 0px 0px 0px;
    padding: 0;
    letter-spacing: 0.05em;
}

.distances {
    display: table;
    width: 100%;
    margin: 0 !important;
    font-size: 9pt;
}

.distances li {
    display: table-cell;
    width: 20%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.distances div {
    color: #c9223c;
    font-weight: bold;
    font-size: 11pt;
    margin: 5px 0;
}

.watermark {
    background: url(../graphics/bgr_watermark.png) top center no-repeat;
}

.centermark {
    background-position: 50% 50%;
}

.gallery {
    margin-top: 30px;
}

.gallery .images {
    width: 739px;
    overflow: hidden;
}

.gallery .spread {
    display: block;
}

.gallery .thumbnails {
    height: 72px;
    font-size: 0;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    position: relative;
}


.gallery a {
    width: 72px;
    height: 72px;
    padding: 0;
    margin: 0 1px 0 0;
}

.gallery .controls {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
}

.gallery div {
    position: absolute;
    cursor: pointer;
}

.gallery .gright {
    width: 37px;
    left: 702px;
}

#footer {
    clear: both;
    height: 175px;
    background: url(../graphics/bgr_bottom.png) bottom repeat-x;
    position: relative;
}

#footer .deco {
    position: absolute;
    top: -20px;
    left: -130px;
}

#footer .copyright {
    text-transform: uppercase;
    position: absolute;
    color: #c9223c;
    font-size: 7.5pt;
    top: 30px;
    letter-spacing: 0.5em;
    width: 500px;
}

#footer .nav {
    text-shadow: none;
    color: #fff;
    text-align: center;
    position: relative;
    font-family: Ubuntu, sans-serif;
    font-size: 9pt;
    margin: 0 auto;
    padding-top: 35px;
    width: 700px;
}

#footer .nav li {
    padding-left: 10px;
}

#footer .nav .greek li {
    padding-left: 0px;
}

#map {
    width: 730px;
    height: 400px;
    border-radius: 5px;
    border: 3px solid #eee;
    background: #eee;
}

.small {
    font-size: 0.8em;
}

.aright {
    text-align: right;
}

input, textarea, select {
    font: Ubuntu;
    border: 2px solid #c9223c;
    margin: 1px;
    border-radius: 6px;
    padding: 5px;
    background: #3c0a13;
    color: #fff;
    box-shadow: 1px 1px 6px #999;
    font-size: 0.9em;
}

input:focus, textarea:focus, select:focus {
    background: #fff;
    color: #3c0a13;
    border: 2px solid #c9223c;
}

input {
    width: 16em;
}

.dateRange {
    width: 8em;
    letter-spacing: 0.05em;
}

textarea {
    width: 100%;
    height: 200px;
    overflow: auto;
}

form {
    margin: 0;
    padding: 0;
}

form h3 {
    font-size: 0.9em;
    letter-spacing: 0.05em;
    color: #187095;
    text-indent: 1em;
    margin: 20px 0px -1px 5px;
    
}

.required {
    font-size: 0.8em;
    font-style: italic;
}

input.sndbutton {
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.06em;
    background: #3c0a13;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    padding: 10px 0px;
}

.antispam {
    border-radius: 6px;
    text-align: center;
    box-shadow: 0px 0px 8px #999;
    background: #eee;
    margin: 40px auto;
    padding: 10px 0px 30px 0px;
    width: 500px;
}

.antispam small {
    display: block;
    width: 300px;
    margin: 0px auto 10px auto;
}

.antispam input {
    width: 3em;
    background: #fff;
    border: 1px solid #c9223c;
}

table.contact {
    margin: 0 auto;
}

table.contact td {
    vertical-align: top;
    padding: 3px;
}

table.contact .title {
    padding-left: 30px;
    font-size: 0.9em;
}

blockquote {
    margin-top: 0px;
    line-height: 1.8em;
    letter-spacing: 0.03em;
    margin-left: 20px;
}

.panel .body.extrapadded {
    padding: 20px;
    border-radius: 6px;
    margin-top: 30px;
}

.panel.contact {
    width: 500px;
    padding: 20px;
    margin: 50px auto;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 1px 1px 16px #ccc;
    
}

.deepred {
    color: #3c0a13;
}

.errormessage .required {
    font-size: 1em;
    font-style: normal;
	display: block;
		
	margin: 10px 0px;
	text-align: left;
	
}

.errormessage .email {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .fieldname {
	font-weight: bold;
}

.errormessage {
	color: #990000;
	
	border-top: 2px dotted red;
	border-bottom: 2px dotted red;
	display: block;
	padding: 15px;
	width: 425px;
	margin: 20px auto;
}

.formresult #social, .formresult #webcam {
    display: none;
}

a.button {
	display: block;
	margin: 0 auto;
	width: 100px;
	padding: 6px;
	background: #3d0b13;
	color: #fff;
    text-decoration: none;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	border: 3px solid #ca233d;
	border-radius: 8px;
	font-size: 1em;
}

#loader {
    visibility: hidden;
    height: 50px;
    width: 50px;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 10px;
    background: #fff url(../graphics/loading.gif) center no-repeat;
    opacity: 0.75;
    z-index: 500;
    border-radius: 8px;
    behavior: url(../css/PIE.htc);
}

.loading #loader {
    visibility: visible;
}

