@font-face {
  font-family: 'Populaire';
  src: url("../fonts/29C323_0_0.eot");
  src: url("../fonts/29C323_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/29C323_0_0.woff") format("woff"), url("../fonts/29C323_0_0.ttf") format("truetype");
}

* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: Asap, Arial, san-serif;
  font-size: 100%;
  line-height: 1.35;
  color: #333333;
}

a {
  text-decoration: none;
  color: #00447c;
}

li {
  list-style: none;
}

p {
  margin: 0 0 15px 0;
}

a img {
  border: 0;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}

/*	Structure:
--------------------------------------------------*/
.container {
  font-size: 0.875em;
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

/*	Header:
--------------------------------------------------*/
#background {
  overflow: hidden;
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../images/water.jpg) no-repeat top center;
  z-index: 9;
  border-bottom: 7px solid #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
#header .container {
  position: relative;
  overflow: visible;
  font-size: 1em;
  line-height: 1;
}

#header.home {
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  box-shadow: 0;
  /*background: rgba(0,68,124,0.5);*/
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
}

#banner {
  overflow: hidden;
  position: relative;
  height: 635px;
  margin: 0 0 50px 0;
  border-bottom: 8px solid #e5e5e5;
}
#banner img {
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 0 0 0;
  min-width: 1400px;
  width: 100%;
}
#banner .container {
  position: absolute;
  width: 700px;
  top: 170px;
  left: 50%;
  margin: 0 0 0 -350px;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 0 4px #00447c;
}
#banner .container h1 {
  display: inline-block;
  padding: 0 0 13px 0;
  font-size: 4.333em;
  border-bottom: 2px dotted #fff;
  color: #fff;
}
#banner .container a {
  color: #fff;
}
#banner #caption {
  position: absolute;
  bottom: 10px;
  width: 980px;
  left: 50%;
  margin: 0 0 0 -490px;
  font-size: 0.688em;
  text-align: right;
  color: #fff;
  z-index: 999;
  text-shadow: 0 0 4px rgba(46, 101, 98, 0.75);
}

@media screen and (max-width: 1400px) {
  #banner img {
    left: 50%;
    margin-left: -700px;
  }
}
/*	Nav:
--------------------------------------------------*/
#nav {
  padding: 70px 0 20px 0;
  float: right;
}
#nav li {
  position: relative;
  float: left;
  padding: 0 0 0 25px;
}
#nav li > ul {
  top: auto;
  left: auto;
}
#nav li:hover ul {
  display: block;
}
#nav a {
  display: block;
  padding: 0 0 10px 0;
  font-size: 1em;
  line-height: 1;
  color: #fff;
}
#nav ul {
  display: none;
  position: absolute;
  background: #00447c;
  width: 200px;
  padding: 5px 0;
  top: 40px;
  left: 0;
  z-index: 999;
}
#nav ul li {
  padding: 0;
}
#nav ul a {
  font-size: 0.875em;
  width: 180px;
  padding: 8px 0;
  margin: 0 10px;
  color: #fff;
  border-bottom: 1px dotted #00447c;
}
#nav ul a:hover, #nav ul .current a {
  border-bottom: 1px dotted #fff;
}

/*	Content:
--------------------------------------------------*/
#content h2 {
  font-family: Populaire, Arial, san-serif;
  font-size: 3.429em;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #00447c;
}
#content p {
  margin: 0 0 20px 0;
}
#content .col {
  float: left;
  width: 300px;
  margin-right: 40px;
}
#content .col:nth-child(3) {
  margin-right: 0;
}

#main {
  float: left;
  width: 60%;
}

#side {
  float: right;
  width: 33%;
}
#side h3 {
  font-size: 3em;
  margin: 35px 0 20px 8%;
}
#side ul {
  width: 92%;
  margin-left: 8%;
}
#side ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #00447c;
}
#side ul li a {
  color: #333333;
}
#side ul li a:hover {
  color: #00447c;
}
#side ul li.current a {
  font-weight: 700;
  color: #00447c;
}

.push {
  margin-top: 180px;
}

.btn {
  display: inline-block;
  padding: 10px 17px;
  margin: 0 0 15px 0;
  background: #e5e5e5;
  color: #333333;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: background 2s;
  -webkit-transition: background 2s;
}

.btn:hover {
  background: #00447c;
  color: #fff;
}

.photo {
  border: 10px solid #fff;
  margin-top: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
}

/*	Footer:
--------------------------------------------------*/
#footer {
  background: #e9e9e9;
  margin: 50px 0 0 0;
  padding: 30px 0;
  color: #4D4D4D;
}
#footer h2 {
  font-size: 3.429em;
  margin: 0 0 25px 0;
}
#footer h3 {
  font-family: Asap, Arial, san-serif;
  font-size: 1.429em;
  font-weight: 700;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #00447c;
}
#footer a {
  color: #00447c;
}
#footer a:hover {
  border-bottom: 1px dotted #00447c;
}
#footer em {
  color: #00447c;
}
#footer .right {
  text-align: right;
}
#footer .col-2 {
  float: left;
  width: 640px;
  margin-right: 40px;
}
#footer .col {
  float: left;
  width: 300px;
}
#footer .col.management p {
  margin: 0 0 7px 0;
}

#credits {
  background: url(../images/water.jpg) no-repeat top center;
  padding: 20px 0;
  margin: 7px 0 0 0;
  color: #fff;
}
#credits a {
  color: #fff;
}
#credits a:hover {
  border-bottom: 1px dotted #fff;
}

/*	Other:
--------------------------------------------------*/
.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.last {
  margin: 0;
}

.half {
  width: 480px;
}
