/*************************/
/* Variables */
/*************************/
/*************************/
/* General Styles */
/*************************/
body {
  font-size: 14px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #555555;
  background-image: url('../img/regular/back_01.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 25px;
  background-size: cover;
  background-color: #cccccc;
  margin: 0 0 0 0;
}
p {
  margin: 7px 0px;
}
h1 {
  font: 23px Times, serif;
  margin-bottom: 30px;
}
a {
  color: #515151;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
}
a:hover {
  color: #333333;
}
.bold {
  font-weight: 700;
}
.content-plate {
  background-color: rgba(255, 255, 255, 0.8);
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.inner-plate {
  width: 610px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
.row {
  overflow: hidden;
  padding-bottom: 5px;
}
.col {
  display: block;
  float: left;
}
/*
* CONTACT *
 */
.contactDetails {
  width: 310px;
}
.gomap {
  margin-top: -5px;
  position: relative;
}
/*
* GALLERY *
 */
.img-container {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 12px;
}
.img-container-last {
  margin-right: 0px;
}
/*
* HEADER *
 */
.top-header {
  margin: 0 0 0 0;
}
.nav-container {
  margin: 0 0 0 0;
  background-color: #ffffff;
  height: 25px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.nav-list {
  margin: 0 0 0 0;
}
.home-logo {
  margin: -11px 0 0 17px;
}
.home-logo a {
  display: block;
  height: 25px;
  width: 16px;
}
.logo-rule {
  width: 1px;
  height: 18px;
  background-color: #515151;
  float: left;
  position: fixed;
  top: 4px;
  left: 48px;
}
.list-nav {
  position: fixed;
  top: -12px;
  left: 28px;
}
.list-nav li {
  float: left;
  margin-right: 12px;
}

.social-nav {
  position: fixed;
  top: -13px;
  right: 0;
}

.social-nav li {
  float: left;
  margin-right: 5px;
}

#main-logo {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
}
/*
* Retina devices *
 */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  body {
    background-image: url('../img/retina/back_01.jpg');
  }
}
/*
* FOUT (Flash of Untsyled Text) *
 */
.wf-loading * {
  opacity: 0;
}
.wf-loading {
  background: url '../img/regular/ajax-loader.gif' center center no-repeat;
  height: 10%;
}
.wf-active *,
.wf-inactive * {
  opacity: 1;
}
