/****************************************************************************************/
/******************************* site colors and settings *******************************/
/****************************************************************************************/
/****************************************************************************************/
/********************************** cross-browser stuff *********************************/
/****************************************************************************************/
/****************************************************************************************/
/************************************* custom fonts *************************************/
/****************************************************************************************/
@font-face {
  font-family: 'AvenirBlack';
  src: url('../fonts/avenir-black-webfont.eot');
  src: url('../fonts/avenir-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avenir-black-webfont.woff') format('woff'), url('../fonts/avenir-black-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirRoman';
  src: url('../fonts/avenir-roman-webfont.eot');
  src: url('../fonts/avenir-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avenir-roman-webfont.woff') format('woff'), url('../fonts/avenir-roman-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'AvenirBook';
  src: url('../fonts/avenir-book-webfont.eot');
  src: url('../fonts/avenir-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avenir-book-webfont.woff') format('woff'), url('../fonts/avenir-book-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'CircularStdBook';
  src: url('../fonts/circularstd-book.eot');
  src: url('../fonts/circularstd-book.eot?#iefix') format('embedded-opentype'), url('../fonts/circularstd-book.woff') format('woff'), url('../fonts/circularstd-book.ttf') format('truetype');
}
/****************************************************************************************/
/************************************ common styles *************************************/
/****************************************************************************************/
html {
  overflow-y: scroll;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Futura-Book', serif;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.5;
  font-size: 12px;
  color: #313131;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a,
body a:VISITED,
body a:ACTIVE,
body a:HOVER,
body a:focus {
  text-decoration: none;
  color: #313131;
  outline: none;
}
table,
tr,
td,
th {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: top;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 12px;
  -webkit-border-radius: 0;
  /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */

  border-radius: 0;
  /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

  /* prevent bg color from leaking outside the border: */

  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #9e8f5e;
}
.lt-ie9 select,
.lt-ie9 textarea,
.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="week"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="url"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="color"] {
  behavior: url(PIE.htc);
}
input,
button,
select,
textarea,
a.btn {
  font-family: 'Futura-Book', serif;
  font-size: 12px;
  line-height: 1.2;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(158, 143, 94, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 143, 94, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 143, 94, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(158, 143, 94, 0.6);
}
.nodisplay {
  display: none !important;
}
.initially_hidden {
  display: none !important;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
a {
  outline: none;
}
/* custom radio buttons and check boxes */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */

  -moz-user-select: none;
  /* mozilla browsers */

  -khtml-user-select: none;
  /* webkit (konqueror) browsers */

  -ms-user-select: none;
  /* IE10+ */

  display: inline-block;
  color: #434345;
  border: 1px dotted transparent;
  background: url(rb.png) no-repeat;
  padding-left: 20px;
}
input[type="checkbox"] + label.checked,
input[type="radio"] + label.checked {
  background: url(rb_active.png) no-repeat;
  color: #9e8f5e;
}
input[type="checkbox"] + label.checked.on_right,
input[type="radio"] + label.checked.on_right {
  background-position: right top;
}
input[type="checkbox"] + label.on_right,
input[type="radio"] + label.on_right {
  padding-left: 0;
  padding-right: 20px;
  background-position: right top;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
  background: url(rb_active.png) no-repeat;
  color: #9e8f5e;
}
input[type="checkbox"]:checked + label.on_right,
input[type="radio"]:checked + label.on_right {
  background-position: right top;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0 none;
}
input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
  outline: 1px #9e8f5e;
}
label {
  font-size: 14px;
}
#container {
  position: relative;
  width: 100%;
  height: 100%;
}
.module {
  min-height: 100%;
}
.heading.striked {
  height: 17px;
  margin: 0 44px 47px 44px;
  text-align: center;
  border-bottom: 1px solid #9e8f5e;
}
.heading.striked h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 51px;
  padding-right: 51px;
  background: #fff;
  line-height: 40px;
}
h1,
h2 {
  text-transform: uppercase;
  color: #9e8f5e;
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 18px 0;
  padding: 0 0 9px 0;
  line-height: 36px;
}
hr {
  height: 0;
  margin: 8px 0;
  border-top-color: #9e8f5e;
  border-bottom: 0 none;
}
.error {
  color: #ff0000;
  margin-bottom: 8px;
}
.success {
  color: #9e8f5e;
  margin-bottom: 8px;
}
/********************** HTTP 404 PAGE **********************/
#error404 h1 {
  padding-left: 51px;
  padding-right: 51px;
}
/**************************************** HEADER ***********************************************/
header {
  padding: 30px 0;
  text-align: center;
  z-index: 11;
  position: relative;
  background-color: #ffffff;
}
header .open {
  display: none !important;
}
header nav.mobile_menu {
  display: none;
}
header nav.main_menu {
  float: right;
  padding-right: 35px;
  font-size: 20px;
  font-family: 'AvenirRoman';
  text-align: left;
  position: relative;
}
header nav.main_menu a {
  display: block;
  width: 200px;
  line-height: 1.3em;
  outline: none;
  letter-spacing: 0.5px;
  vertical-align: top;
}
header nav.main_menu a.active,
header nav.main_menu a:hover {
  font-family: 'AvenirBlack';
  letter-spacing: 0px;
}
header > .logo {
  display: inline-block;
  width: 386px;
  margin-left: 235px;
}
header > .logo > span {
  display: none;
  line-height: 1.3em;
  outline: none;
  letter-spacing: 0.44px;
  font-size: 28px;
  font-family: 'AvenirRoman';
}
header > .logo > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
header > .logo > .text_logo {
  height: 30px;
}
header > .logo > .logo-gif {
  margin-top: 15px;
  background: url('logo.gif') no-repeat center center;
  height: 85px;
}
header nav {
  float: right;
  padding-right: 35px;
  font-size: 20px;
  font-family: 'AvenirRoman';
  text-align: left;
  position: relative;
}
header nav div a {
  display: block;
  width: 200px;
  line-height: 1.3em;
  outline: none;
  letter-spacing: 0.44px;
}
header nav div a.active,
header nav div a:hover {
  font-family: 'AvenirBlack';
  letter-spacing: 0px;
}
.fixed-menu {
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 10;
  background-color: #ffffff;
  -webkit-transition: top 0.5s ease 0s;
  /* Safari 3.2+, Chrome */

  -moz-transition: top 0.5s ease 0s;
  /* Firefox 4-15 */

  -o-transition: top 0.5s ease 0s;
  /* Opera 10.5–12.00 */

  transition: top 0.5s ease 0s;
  /* Firefox 16+, Opera 12.50+ */

  top: -60px;
}
.fixed-menu.active {
  top: 60px;
}
.fixed-menu > .logo {
  display: block;
  width: 200px;
  float: left;
  padding-left: 40px;
}
.fixed-menu > .logo > .text_logo {
  display: block;
  line-height: 1.3em;
  outline: none;
  letter-spacing: 0.44px;
  font-size: 28px;
  font-family: 'AvenirRoman';
}
.fixed-menu nav {
  float: right;
  padding-right: 35px;
  font-size: 20px;
  font-family: 'AvenirRoman';
  text-align: left;
}
.fixed-menu nav a {
  line-height: 1.3em;
  outline: none;
  padding: 0 14px;
  letter-spacing: 0.5px;
}
.fixed-menu nav a.active,
.fixed-menu nav a:hover {
  font-family: 'AvenirBlack';
  letter-spacing: 0px;
}
/************************************** FOOTER *************************************************/
footer #map {
  width: 100%;
  height: 570px;
}
footer #contact {
  background-color: #a0a0a0;
  padding: 90px 0 125px;
  text-align: center;
  font-family: 'CircularStdBook';
  font-size: 17px;
  color: #ffffff;
}
footer #contact > div {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 0 23px;
}
footer #contact > div a {
  color: inherit;
}
footer #contact > div a:hover {
  text-decoration: underline;
}
/************************************ SLIDER ***************************************************/
.fotorama__nav-wrap {
  bottom: 35px;
  position: absolute;
}
.fotorama__nav-wrap .fotorama__dot {
  border-color: #FFFFFF;
  height: 15px;
  width: 15px;
  border-radius: 8px;
}
.fotorama__nav-wrap .fotorama__nav--dots .fotorama__nav__frame {
  width: 23px;
}
.fotorama__nav-wrap .fotorama__nav__frame.fotorama__active .fotorama__dot {
  height: 17px;
  width: 17px;
}
.fotorama__nav-wrap .fotorama__active .fotorama__dot {
  background: none repeat scroll 0 0 #FFFFFF;
}
/***********************************************************************************************/
/************************************** frontpage module ***************************************/
/***********************************************************************************************/
#frontpage {
  background-color: #e0e0e0;
}
#frontpage section {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0 55px;
}
#frontpage section a {
  display: block;
  width: 1160px;
  height: 410px;
  background: url('thumb-bg.png') no-repeat 0 0;
  margin-top: 30px;
  padding: 18px 20px;
}
#frontpage section a figure {
  margin: 0;
  float: left;
}
#frontpage section a > div {
  width: 505px;
  float: right;
  display: table;
  height: 100%;
}
#frontpage section a > div > div {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
#frontpage section a > div > div h3 {
  font-size: 50px;
  margin: 0 0;
  font-family: 'AvenirBook';
  margin-bottom: 35px;
}
#frontpage section a > div > div > div {
  font-size: 18px;
  font-family: 'Arial';
  padding-right: 150px;
  line-height: 1.2em;
}
#frontpage section a:nth-child(even) figure {
  float: right;
}
#frontpage section a:nth-child(even) > div {
  float: left;
  text-align: right;
}
#frontpage section a:nth-child(even) > div > div > div {
  padding: 0 0 0 150px;
}
/******************************** OVERVIEW *******************************/
#overview section {
  width: 1179px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
#overview section article {
  width: 1179px;
  margin-top: 95px;
}
#overview section article .text_wrap {
  line-height: 2.5em;
  font-family: 'Arial';
}
#overview section article .text_wrap h3 {
  font-size: 50px;
  font-family: 'AvenirBook';
  margin: 35px 0;
}
#overview section article .text_wrap > .ingress {
  float: left;
  width: 400px;
  font-size: 25px;
}
#overview section article .text_wrap > .text {
  float: right;
  width: 753px;
  font-size: 18px;
  line-height: 1.2em;
  columns: 2;
  -moz-columns: 2;
  -webkit-columns: 2;
  padding-left: 25px;
}
#overview section article .text_wrap > .text p {
  margin: 0;
}
#overview section .close_back {
  position: absolute;
  top: 5px;
  right: -95px;
  background: url('close.png') no-repeat 0 0;
  width: 60px;
  height: 60px;
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease 0s;
  /* Safari 3.2+, Chrome */

  -moz-transition: opacity 0.4s ease 0s;
  /* Firefox 4-15 */

  -o-transition: opacity 0.4s ease 0s;
  /* Opera 10.5–12.00 */

  transition: opacity 0.4s ease 0s;
  /* Firefox 16+, Opera 12.50+ */

}
.lt-ie9 #overview section .close_back {
  filter: alpha(opacity=70);
}
#overview section .close_back:hover {
  opacity: 1;
}
.lt-ie9 #overview section .close_back:hover {
  filter: alpha(opacity=70);
}
#overview .back {
  padding: 90px 0 60px;
  text-align: center;
}
#overview .back img {
  display: block;
  width: 90px;
}
#overview .back > a {
  display: inline-block;
  font-family: 'Arial';
  font-size: 18px;
  padding: 65px 20px 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease 0s;
  /* Safari 3.2+, Chrome */

  -moz-transition: opacity 0.4s ease 0s;
  /* Firefox 4-15 */

  -o-transition: opacity 0.4s ease 0s;
  /* Opera 10.5–12.00 */

  transition: opacity 0.4s ease 0s;
  /* Firefox 16+, Opera 12.50+ */

}
.lt-ie9 #overview .back > a {
  filter: alpha(opacity=70);
}
#overview .back > a:hover {
  opacity: 1;
}
.lt-ie9 #overview .back > a:hover {
  filter: alpha(opacity=70);
}
@media screen and (max-width: 960px) {
  body {
    color: #313131;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto;
    width: 350px;
  }
  header {
    background-color: #fff;
    color: #000;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 350px;
    z-index: 99;
    padding: 0;
  }
  header > .logo {
    margin: 0;
    display: block;
    float: left;
    padding: 25px 0 18px;
  }
  header > .logo > span {
    display: block;
  }
  header > .logo > img {
    display: none;
  }
  header > nav {
    border-bottom: 2px solid #000;
    display: none;
    padding: 25px 0 45px;
    float: none;
  }
  header > nav.mobile_menu {
    border-bottom: 2px solid #000;
    padding: 25px 0 45px;
    text-align: center;
    clear: both;
  }
  header > nav.mobile_menu > a {
    display: block;
    text-align: center;
    font-family: 'AvenirRoman';
    font-size: 20px;
    line-height: 50px;
    color: #000;
  }
  header > .open {
    display: block !important;
    float: right;
    width: 30px;
    height: 30px;
    background: url('menu-ico-black.png') no-repeat 0 0;
    margin-right: 20px;
    margin-top: 25px;
  }
  header > .open.opened {
    display: none !important;
  }
  header .closem {
    display: none;
    float: right;
    width: 30px;
    height: 26px;
    background: url('close-menu-black.png') no-repeat center center;
    margin-right: 20px;
    margin-top: 25px;
  }
  .fixed-menu {
    display: none;
  }
  .fotorama.main {
    height: 0 !important;
  }
  .fotorama.small {
    display: block;
    height: 387px !important;
  }
  footer #contact {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'CircularStdBook';
    font-size: 15px;
    margin-top: 8px;
    padding: 30px 0 55px;
    text-align: center;
  }
  footer #contact > div {
    display: block;
    padding: 0 40px 30px;
    text-align: left;
  }
  #overview section {
    width: auto;
  }
  #overview section .back,
  #overview section .close_back {
    dsiplay: none;
  }
  #overview section article {
    width: auto;
  }
  #overview section article .text_wrap {
    line-height: 1.3;
  }
  #overview section article .text_wrap h3 {
    font-family: 'AvenirBook';
    font-size: 25px;
    margin: 20px 0;
  }
  #overview section article .text_wrap .ingress {
    font-size: 13px;
    float: none;
    width: auto;
  }
  #overview section article .text_wrap .text {
    font-size: 13px;
    float: none;
    padding: 0;
    width: auto;
    columns: 1;
    -moz-columns: 1;
    -webkit-columns: 1;
  }
  #frontpage {
    padding: 0 10px;
    margin-top: 73px;
    background: none;
  }
  #frontpage section {
    margin-bottom: 12px;
    width: 100%;
    padding: 0;
  }
  #frontpage section a {
    display: block;
    width: 304px;
    background-color: #fff;
    margin: 6px 0;
    padding: 12px 13px;
    height: auto;
  }
  #frontpage section a figure {
    margin: 0;
  }
  #frontpage section a figure img {
    width: 304px;
  }
  #frontpage section a > div {
    font-family: 'Arial';
    font-size: 13px;
    padding-left: 0;
    line-height: 1.2em;
    float: none;
    display: block;
    width: auto;
  }
  #frontpage section a > div > div {
    display: block;
    height: auto;
  }
  #frontpage section a > div > div > h3 {
    font-size: 25px;
    font-family: 'AvenirBook';
    margin: 10px 0;
    padding-left: 7px;
  }
  #frontpage section a > div > div > div {
    padding: 0;
    font-family: 'Arial';
    font-size: 13px;
    line-height: 1.2em;
    padding-left: 7px;
  }
  #frontpage section a:nth-child(even) figure {
    float: none;
  }
  #frontpage section a:nth-child(even) > div {
    float: none;
    text-align: left;
  }
  #frontpage section a:nth-child(even) > div > div > div {
    padding: 0 0 0 7px;
  }
}
