@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #555555;
  font: 400 14px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: rgba(255, 255, 255, 0.2); }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font: 700 44px/44px "Yanone Kaffeesatz", sans-serif;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  color: #fff; }

h2 {
  font: 700 90px/90px "Yanone Kaffeesatz", sans-serif;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  color: #000; }

  h2 span {
    color: #ffdd00; }
h22 {
  font: 700 90px/90px "Yanone Kaffeesatz", sans-serif;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  color: #000; }
  h22 span {
    color: #000; }
h2p {
  font: 700 14px/14.2px;
  text-transform: uppercase;
  color: #fff; }
  h22 span {
    color: #fff; }
h2p {
  font: 700 14px/14px "Yanone Kaffeesatz", sans-serif;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  color: #fff; }
  h22 span {
    color: #fff; }
h3 {
  font: 700 50px/50px "Yanone Kaffeesatz", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  text-align: center; }
  h3:before {
    position: absolute;
    content: '';
    width: 49px;
    height: 5px;
    background: #ffdd00;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

h4, cite, .h4 {
  font: 700 24px/28px "Yanone Kaffeesatz", sans-serif;
  letter-spacing: 2.4px;
  color: #222222; }
  h4 a:hover, cite a:hover, .h4 a:hover {
    color: #ffdd00; }
  h4 a:active, cite a:active, .h4 a:active {
    color: #da0153; }

h3, h4 {
  color: #222222; }

p a:hover, .marked-list a:hover, .list a:hover {
	text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: bold;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
	background-color: transparent;
	color: #FFFFFF;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

blockquote {
  text-align: center; }
  blockquote cite {
    display: block;
    color: #fff; }
  blockquote q {
    display: inline-block;
    font: 400 14px/28px "Open Sans", sans-serif;
    color: #fff; }
  blockquote cite + q {
    margin-top: 27px; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + p, * + .owl-carousel, * + .divider_line, * + .mailform, .row + .row__offset {
  margin-top: 20px; }
  
  h22 + p, * + .owl-carousel, * + .divider_line, * + .mailform, .row + .row__offset {
  margin-top: 20px; }

* + .btn-default {
  margin-top: 16px; }

.offset, * + .contacts {
  margin-top: 8px; }

h4 + p, .offset-1 {
  margin-top: 12px; }

img + h4, * + .btn-primary {
  margin-top: 30px; }

p + p, h4 + .off {
  margin-top: 28px; }

h4 + .time-default, .time-default + p {
  margin-top: 10px; }

.row__off {
  margin-top: 90px; }

.font-icon + h4 {
  margin-top: 50px; }

* + .privacy {
  margin-top: 42px; }

* + .row__off-1 {
  margin-top: 91px; }

* + .row__off-2 {
  margin-top: 41px; }

* + .row__off-3 {
  margin-top: 70px; }

h3 + .privacy-policy {
  margin-top: 17px; }1

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_slogan {
    color: #ffdd00;
    font: 400 14px/20px "Open Sans", sans-serif;
	position: relative;
  padding-left: 29px; } }

/*==================  Backgrounds  ======================*/
.bg-primary {
  text-align: center;
  background: #ffdd00; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block; }

.btn-default {
  font: 700 24px/28px "Yanone Kaffeesatz", sans-serif;
  letter-spacing: 2.4px;
  color: #000;
  position: relative;
  padding-right: 20px; }
  .btn-default:before {
    position: absolute;
    content: '\f105';
    font-size: 24px;
    line-height: 28px;
    font-family: "FontAwesome";
    color: #fff;
    top: 0;
    left: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn-default:hover:before {
    padding-left: 10px; }
  .btn-default:active {
    color: #222222; }
    .btn-default:active:before {
      color: #222222; }

.btn-primary {
  font: 700 24px/30px "Yanone Kaffeesatz", sans-serif;
  letter-spacing: 1.92px;
  color: #000;
  background: #ffdd00;
  padding: 9px 32px 10px 33px;
  text-transform: uppercase; }
  .btn-primary:hover {
    background: #000; }
  .btn-primary:active {
    background: #fff; }

.btn-primary__md {
  padding: 7px 38px 8px 46px; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }

/*==================    Center    ======================*/
.center {
  text-align: center; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 16px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #fff;
  font: 600 15px/16px "Open Sans", sans-serif;
  padding: 11px 13px 11px 15px;
  position: relative;
  z-index: 0; }
  .sf-menu > li > a:after {
    position: absolute;
    content: '';
    background: #ffdd00;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
  height: 100%; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 135px;
  margin-top: 34px;
  padding: 23px 0 10px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  text-align: center; }
  .sf-menu ul > li > a {
    font: 400 12px/12px "Open Sans", sans-serif;
    color: #fff;
    display: inline-block; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #ffdd00; }
  .sf-menu ul > li + li {
    margin-top: 7px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 135px;
  margin-top: 48px;
  padding: 23px 0 8px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 4; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 991px) {
  .sf-menu > li > a {
    padding: 11px 7px; }
  .sf-menu > li + li {
    margin-left: 6px; } }
@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fafafa;
  background: #000;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #ffdd00;
      color: #000; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #000;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #000;
  color: #ffdd00;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #fff;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
/*==================  Stuck menu  ======================*/
.stuck_container.scrolled .search-form-wrap {
  top: 63px; }
  .stuck_container.scrolled .search-form-wrap .form-wrap {
    background: black; }
  @media (max-width: 767px) {
    .stuck_container.scrolled .search-form-wrap {
      top: 94px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .stuck_container.scrolled .search-form-wrap {
    position: absolute; } }

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #222222; }
  .isStuck h1, .isStuck .sf-menu > li > a {
    color: #222222; }
  .isStuck .sf-menu > li.active > a, .isStuck .sf-menu > li.sfHover > a, .isStuck .sf-menu > li > a:hover {
    color: #fff; }
  .isStuck .sf-menu ul {
    background: black;
    margin-top: 14px; }
    .isStuck .sf-menu ul ul {
      margin-top: 45px; }
  .isStuck .search-form_toggle {
    color: #ffdd00; }
    .isStuck .search-form_toggle:hover, .isStuck .search-form_toggle.active:hover:before {
      color: #222222; }
  .isStuck .search-form.on {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #222222;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #ffdd00;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .parallax p, .parallax h4, .parallax h3 {
    color: #fff; }
  .parallax .btn-primary:active {
    background: rgba(254, 16, 106, 0.7); }
  .parallax .divider:hover p {
    color: #000; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffdd00;
    background: transparent; }
    .thumb_overlay:before {
      content: '\f0b2';
      position: absolute;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 48px "FontAwesome";
      line-height: 48px;
      margin-top: -24px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(74, 23, 23, 0.7); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B34A1717', endColorstr='#B34A1717')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B34A1717', endColorstr='#B34A1717');
      zoom: 1; }
    .thumb:hover .thumb_overlay:before {
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding: 26px 0 21px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-top: solid 4px #ffdd00;
  background: rgba(0, 0, 0, 0.65); }
  header .brand {
    float: left; }
  header .nav, header .sform {
    float: right; }
  header .nav {
    margin-right: 54px;
    padding: 13px 0; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav, header .sform {
        float: none; } }

.header-wrap {
  padding: 26px 0 21px;
  position: static;
  background: url("../images/page-2_img01.jpg") no-repeat;
  background-size: cover; }
  .header-wrap .sf-menu ul, .header-wrap .sform .search-form-wrap .form-wrap {
    background: black; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding: 77px 0 104px; }
  .well__off {
    padding-top: 81px; }
  .well__off-1 {
    padding-top: 41px; }

.well-1 {
  padding: 46px 0; }

.well-3 {
  padding: 133px 0 137px; }
  .well-3__off {
    padding-bottom: 157px; }

.well-4 {
  padding: 87px 0 122px; }

.well-5 {
  padding: 108px 0 143px; }
  .well-5__off {
    padding-bottom: 110px; }
  .well-5__off-1 {
    padding-top: 92px; }

.well-6 {
  padding: 141px 0 153px; }
  .well-6__off {
    padding-top: 132px; }

/*==================    Indent   ======================*/
.indent {
  padding: 0 25px; }

/*==================     Table     ======================*/
table {
  width: 100%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }
  table th, table td {
    border: solid 1px #D3D3D3;
    width: 21.28%; }
    table th:first-child, table td:first-child {
      width: 15.8974%; }
  table th {
    text-transform: uppercase;
    padding: 13px 0 17px;
    font: 700 20px/20px "Yanone Kaffeesatz", sans-serif;
    letter-spacing: 2px; }
  table td {
    padding: 16px 0 7px;
    text-align: center; }
  table td + td {
    line-height: 18px; }

/*==================  Page Loader  ======================*/
.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF url("../images/page-loader.gif") no-repeat center;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 1s;
  transition: 1s; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li; }
  .index-list li {
    text-align: center;
    position: relative; }
    .index-list li:before {
      position: absolute;
      content: '';
      width: 77px;
      height: 76px;
      bottom: 100%;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: 30px; }
    .index-list li:first-child:before {
      background: url("../images/page-1_img05.png") no-repeat; }
    .index-list li:nth-child(2):before {
      background: url("../images/page-1_img06.png") no-repeat; }
    .index-list li:nth-child(3):before {
      background: url("../images/page-1_img07.png") no-repeat; }
  .index-list h4 {
    position: relative;
    display: inline-block;
    padding-left: 25px; }
    .index-list h4:before {
      position: absolute;
      content: counter(li,decimal) ".";
      counter-increment: li;
      left: 0;
      top: 0; }
    .index-list h4 + p {
      margin-top: 22px; }

.index-list-secondary {
  counter-reset: li;
  text-align: center; }
  .index-list-secondary li:before {
    display: inline-block;
    content: counter(li,decimal-leading-zero);
    counter-increment: li;
    font: 700 50px/80px "Yanone Kaffeesatz", sans-serif;
    width: 94px;
    height: 94px;
    border: solid 3px #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 36px; }

/*==================  Font Icon  ======================*/
.font-icon {
  display: inline-block;
  text-align: center;
  width: 51px;
  height: 51px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 3px #fff; }
  .font-icon:before {
    font: 400 20px/45px "FontAwesome";
    color: #fff; }

.font-icon__md {
  font: 400 50px/75px "Yanone Kaffeesatz", sans-serif;
  color: #fff; }
  .font-icon__md:before {
    display: none; }

/*==================   Divider  ======================*/
.divider_line {
  width: 100%;
  height: 5px;
  background: #e7e7e7;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.divider:hover .divider_line {
  background: #ffdd00; }
.divider:hover p {
  color: black; }

/*==================   Time  ======================*/
.time-default {
  font: 600 15px/28px "Open Sans", sans-serif;
  color: #FFFFFF;
  align: center;
  position: relative;
  padding-left: 29px; }
  .time-default:before {
    position: absolute;
    content: '\f073';
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 28px;
    font-family: "FontAwesome";
    color: #fff; }

.time-default2 {
  font-family: "FontAwesome";
  color: #ffdd00;
  position: relative;
  padding-left: 29px; }
/*==================  Block Date ======================*/
.block-date {
  display: inline-block; }
  .block-date li p {
    font: 700 24px/28px "Yanone Kaffeesatz", sans-serif;
    letter-spacing: 2.4px;
    color: #222222; }
    .block-date li p a:hover {
      color: #ffdd00;
      text-decoration: none; }
    .block-date li p a:active {
      text-decoration: underline; }
  .block-date li time {
    display: inline-block;
    color: #ffdd00; }
  .block-date li + li {
    margin-top: 8px; }

/*==================  GridOff Secondary ======================*/
.grid-off_secondary [class*='col-']:nth-child(n+5) {
  margin-top: 50px; }
@media (max-width: 991px) {
  .grid-off_secondary [class*='col-']:nth-child(n+3) {
    margin-top: 50px; } }

/*==================  Contacts ======================*/
.contacts {
  color: #fff; }
  .contacts p {
    font: 700 24px/28px "Yanone Kaffeesatz", sans-serif;
    letter-spacing: 2.4px; }
    .contacts p + dl {
      margin-top: 13px; }
  .contacts dl:before, .contacts dl:after {
    display: table;
    content: "";
    line-height: 0; }
  .contacts dl:after {
    clear: both; }
  .contacts dl dt {
    float: left;
    width: 19.7%;
    margin-right: 10px; }
  .contacts dl dd a {
    display: inline-block; }
    .contacts dl dd a:hover {
      color: #ffdd00; }
    .contacts dl dd a:active {
      text-decoration: underline; }

/*================== Mail ======================*/
.mail {
  display: inline-block;
  color: #ffdd00; }
  .mail:active {
    color: #da0153; }

/*==================  Term List  ======================*/
.term-list dl dt + dd {
  margin-top: 13px; }
.term-list dl dd + dt {
  margin-top: 30px; }
.term-list dl + a {
  margin-top: 28px; }
.term-list a[href^="mailto:"] {
  display: inline-block;
  text-decoration: underline; }
  .term-list a[href^="mailto:"]:hover {
    color: #ffdd00; }
  .term-list a[href^="mailto:"]:active {
    color: #da0153; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #000;
  text-align: center;
  padding: 66px 0 53px; }

/*==================   Social List  ======================*/
.social-list > li {
  display: inline-block; }
  .social-list > li a {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: #fff; }
    .social-list > li a:hover {
      color: #222222; }
    .social-list > li a:active {
      color: #090909; }
  .social-list > li + li {
    margin-left: 41px; }

/*==================   Privacy  ======================*/
.privacy {
  color: #fff;
  font-size: 14px;
  line-height: 16px; }
  .privacy a:hover {
    color: #A6A6A6;
    text-decoration: none; }
  .privacy a:active {
    text-decoration: underline; }

/*========================================================
                     RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
  h2 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 3px; 	
    position: relative;
    text-align: center; }}
	h22 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 3px; }
  h22 {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 3px; }
	h2p {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 3px; }{
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px; }
	h2p {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px; 
  h4 {
    letter-spacing: 2px; }

  header {
    padding: 13px 0; } }
@media (min-width: 992px) {
  .letter-spacing {
    letter-spacing: 5.6px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .block-date li time {
    display: block; }
  .block-date li span {
    display: none; } }
@media (max-width: 991px) {
  h2 {
    font-size: 50px;
    line-height: 50px; }
	
  h22 {
    font-size: 50px;
    line-height: 50px; }
	
  h2p {
    font-size: 14px;
    line-height: 14px; }

  header .nav {
    margin-right: 30px;
    padding: 5px 0; }

  .header-wrap {
    padding: 13px 0; }

  .grid-off [class*='col-']:nth-child(2n+3) {
    clear: left;
    margin-top: 50px; }

  .grid-off__md [class*='col-']:nth-child(n+3) {
    margin-top: 150px; }

  .center-media {
    display: block;
    margin: 0 auto; }

  .row + .row__offset {
    top: 0; }

  .contacts dl dt {
    margin-right: 25px; }

  .grid-offset [class*='col-']:nth-child(n+3) {
    margin-top: 50px; } }
@media (max-width: 767px) {
  [class*='well'], footer {
    padding: 50px 0; }

  h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px; }

  header {
    padding: 67px 0 10px;
    z-index: auto; }
    header .brand {
      z-index: 1;
      position: relative; }

  .well-media {
    padding-bottom: 100px; }

  * + .row__off, * + .row__off-2, h3 + .privacy-policy {
    margin-top: 10px; }

  * + .row__off-1 {
    margin-top: 150px; }

  * + .privacy {
    margin-top: 20px; }

  * + .mailform {
    margin-top: 0; }

  h2 {
    font-size: 37px;
    line-height: 37px;
    letter-spacing: 1px; }
	h22 {
    font-size: 37px;
    line-height: 37px;
    letter-spacing: 1px; }
  h2p {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px; }

  .grid-offset__md [class*='col-']:nth-child(n+2) {
    margin-top: 50px; }

  .grid-off__md-1 [class*='col-']:nth-child(2n+3) {
    margin-top: 150px; }

  .block-date li p {
    letter-spacing: 2px; }

  blockquote q br {
    display: none; } }
@media (max-width: 479px) {
  .grid-off__md [class*='col-']:nth-child(n+2) {
    margin-top: 150px; }

  .event img {
    display: block;
    margin: 0 auto; }

  .block-date li time {
    display: block; }
  .block-date li span {
    display: none; }

  .grid-offset [class*='col-']:nth-child(n+2) {
    margin-top: 50px; } }
