/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 Απρ 2014, 11:29:03 πμ
    Author     : Tria
*/

@font-face {
	font-family: 'PFBeauSansPro';
	src: url('../fonts/PFBeauSansPro-Reg.eot');
	src: local('β�Ί'), url('../fonts/PFBeauSansPro-Reg.woff') format('woff'), url('../fonts/PFBeauSansPro-Reg.ttf') format('truetype'), url('../fonts/PFBeauSansPro-Reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PFBeauSansPro';
	src: url('../fonts/PFBeauSansPro-Bold.eot');
	src: local('β�Ί'), url('../fonts/PFBeauSansPro-Bold.woff') format('woff'), url('../fonts/PFBeauSansPro-Bold.ttf') format('truetype'), url('../fonts/PFBeauSansPro-Bold.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}

/*
@font-face {
	font-family: 'PFBeauSansPro';
	src: url('../fonts/PFBeauSansPro-SeBold.eot');
	src: local('β�Ί'), url('../fonts/PFBeauSansPro-SeBold.woff') format('woff'), url('../fonts/PFBeauSansPro-SeBold.ttf') format('truetype'), url('../fonts/PFBeauSansPro-SeBold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'PFBeauSansPro';
	src: url('../fonts/PFBeauSansPro-BoldItalic.eot');
	src: local('β�Ί'), url('../fonts/PFBeauSansPro-BoldItalic.woff') format('woff'), url('../fonts/PFBeauSansPro-BoldItalic.ttf') format('truetype'), url('../fonts/PFBeauSansPro-BoldItalic.svg') format('svg');
	font-weight: 900;
	font-style: italic;
}*/

body, html {
    height:100%;
    min-height:100%;
    margin:0; padding:0;
    font-family: "PFBeauSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
    overflow-x: hidden;
}
.bg-wrapper {
    min-height:100%;
    width:100%;
    background:url(../images/background.jpg) no-repeat center;
    background-size:cover;
    position:fixed;
}
.clouds-wrapper {
    display:none;
    min-height:100%;
    width:100%;
    background-image:url(../images/clouds.png);
    background-position: 0 center;
    background-repeat: repeat-x;
    position:fixed;
    
}
.animated-clouds-wrapper {
    min-height:100%;
    width:100%;
    background-image:url(../images/clouds.png);
    background-position: 0px center;
    background-repeat: repeat-x;
    position:fixed;
  -webkit-animation: animatedBackground 180s linear infinite; /* Chrome, Safari 5+ */
     -moz-animation: animatedBackground 180s linear infinite; /* Firefox 5-15 */
       -o-animation: animatedBackground 180s linear infinite; /* Opera 12.00 */
          animation: animatedBackground 180s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
}
@-webkit-keyframes animatedBackground {
	from { background-position: 0 center; }
	to { background-position: 2835px center; }
}
@-moz-keyframes animatedBackground {
	from { background-position: 0 center; }
	to { background-position: 2835px center; }
}
@-o-keyframes animatedBackground {
	from { background-position: 0 center; }
	to { background-position: 2835px center; }
}
@keyframes animatedBackground {
	from { background-position: 0 center; }
	to { background-position: 2835px center; }
}
.wrapper {
    position:relative;
    margin:0 1em;
}
.eagle {
    position:relative;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    padding-top:100px;
    margin-bottom:50%;
/*    height:284px;*/
}
.eagle img {
    margin-right:-80px;
    /*height:456px;*/
    height: auto;
    max-width: 130%;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.eagle.small {
    padding-top:100px;
    margin-bottom:40%;
/*    height:217px;*/
}
.eagle.small img {
    max-width: 108%;
    /*height:348px;*/
}
.eagle .frame {
    opacity:0;
    position:absolute;
    top:80px;
}
.eagle .frame.active {
    opacity:1;
}
.header img {
    outline:none;
    vertical-align: bottom;
}
h1 {
    position:relative;
    text-align:center;
    font-size: 34px;
    margin: 0 0 16px;
    color:#ffffff;
    text-shadow: -2px 1px 1px rgba(0,0,0,.35);
}
h1 a {
    color:#ffffff;
    text-decoration:none;
}
h2 {
    margin-top:0;
    padding-top:16px;
    font-size:18px;
    font-weight:normal;
}
h4 {
    margin:0;
    font-weight:normal;
}
.wrapper .header, .wrapper .content {
    width:565px;
    max-width: 100%;
    margin:0 auto;
    padding-bottom:40px;
}
.wrapper .header {
}
.wrapper .content {
    color:#fff;
}
.wrapper .content .section {
    display:none;
}
p {
    font-size:16px;
}
.navigation {
    position:relative;
    padding:0;
    margin:0 0 16px 0;
    list-style:none;
    text-align:center;
}
.navigation li {
    line-height: 95%;
    display:inline-block;
    border-right:1px solid black;
}
.navigation li:last-child {
    border-right:none;
}
.navigation li a {
    font-size:18px;
    color:#120045;
    line-height: 95%;
    display:inline-block;
    padding: 0 5px;
    text-decoration:none;
}
.navigation li a:hover, .navigation li a.active {
    color:#ffffff;
}
.accordion {
    padding:1px 0;
}
.accordion .expandable {
    display:none;
    padding:1px 0;
}
.accordion .toggler {
    font-size:16px;
    cursor:pointer;
    margin-top:0;
}
.accordion .expandable p {
    margin-top:0;
}
.smaller, .smaller p {
    font-size:14px;
}
.contact-form label {
    display:block;
}
.contact-form .field {
    margin-bottom:1em;
}
.contact-form .field input,
.contact-form .field textarea {
    width:100%;
    display:block;
    max-width:300px;
    padding:5px;
    border-radius:2px;
    border:none;
    box-shadow: -2px 1px 1px rgba(0,0,0,.35);
}
.contact-form .field input:focus,
.contact-form .field textarea:focus {
    box-shadow: -3px 2px 2px rgba(0,0,0,.35);
}
.contact-form .submit input {
    padding:5px;
    cursor:pointer;
    border-radius:2px;
    border:none;
    box-shadow: -2px 1px 1px rgba(0,0,0,.35);
    font-weight: 900;
    background:#32CAE5;
    color: #ffffff;    
}
.contact-form .submit input:hover {
    background:#32CAE5;
    box-shadow: -3px 2px 2px rgba(0,0,0,.35);
}
.contact-form .messages {
    margin:1em 0;
}
.contact-form .form-message {
    display:none;
}