html, body {
      height: 100%}
body {
        font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
        color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    padding-top: 90px;
}
p {
    color: #f1f1f1;
}
h1, h2, h3, h4, h5, h6 {
       font-weight: bold;
       text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
a {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
}
a:active, a:visited {
    color: #fff;
}
.fullSection {
    min-height: 100%;
    padding: 30px 0px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
}
.img-full {
    width: 100%}
.btn-custom {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn-custom:hover {
    background: #fff !important;
    border: 2px solid #fff;
    color: #333;
}
.btn-custom:focus {
	color: #fff;
}    
.form-control {
    height: 46px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.form-control:focus {
    border-color: #fff;
    box-shadow: none;
}
#bg_pattern {
     background-image: url(../images/bg_pattern.png);
     position: fixed;
     opacity: 0.8;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: -1;
}
.showdelay1 {
      animation-delay: .1s;
      -moz-animation-delay: .1s;
      -webkit-animation-delay: .1s;
      -o-animation-delay: .1s;
      transition-delay: .1s;
      -webkit-transition-delay: .1s;
      -moz-transition-delay: .1s;
      -o-transition-delay: .1s;
}
.showdelay2 {
      animation-delay: .2s;
      -moz-animation-delay: .2s;
      -webkit-animation-delay: .2s;
      -o-animation-delay: .2s;
      transition-delay: .2s;
      -webkit-transition-delay: .2s;
      -moz-transition-delay: .2s;
      -o-transition-delay: .2s;
}
.showdelay3 {
      animation-delay: .3s;
      -moz-animation-delay: .3s;
      -webkit-animation-delay: .3s;
      -o-animation-delay: .3s;
      transition-delay: .3s;
      -webkit-transition-delay: .3s;
      -moz-transition-delay: .3s;
      -o-transition-delay: .3s;
}
.showdelay4 {
      animation-delay: .4s;
      -moz-animation-delay: .4s;
      -webkit-animation-delay: .4s;
      -o-animation-delay: .4s;
      transition-delay: .4s;
      -webkit-transition-delay: .4s;
      -moz-transition-delay: .4s;
      -o-transition-delay: .4s;
}
.showdelay5 {
      animation-delay: .5s;
      -moz-animation-delay: .5s;
      -webkit-animation-delay: .5s;
      -o-animation-delay: .5s;
      transition-delay: .5s;
      -webkit-transition-delay: .5s;
      -moz-transition-delay: .5s;
      -o-transition-delay: .5s;
}
.showdelay6 {
      animation-delay: .6s;
      -moz-animation-delay: .6s;
      -webkit-animation-delay: .6s;
      -o-animation-delay: .6s;
      transition-delay: .6s;
      -webkit-transition-delay: .6s;
      -moz-transition-delay: .6s;
      -o-transition-delay: .6s;
}
.showdelay7 {
      animation-delay: .7s;
      -moz-animation-delay: .7s;
      -webkit-animation-delay: .7s;
      -o-animation-delay: .7s;
      transition-delay: .7s;
      -webkit-transition-delay: .7s;
      -moz-transition-delay: .7s;
      -o-transition-delay: .7s;
}
.showdelay8 {
      animation-delay: .8s;
      -moz-animation-delay: .8s;
      -webkit-animation-delay: .8s;
      -o-animation-delay: .8s;
      transition-delay: .8s;
      -webkit-transition-delay: .8s;
      -moz-transition-delay: .8s;
      -o-transition-delay: .8s;
}
.showdelay9 {
      animation-delay: .9s;
      -moz-animation-delay: .9s;
      -webkit-animation-delay: .9s;
      -o-animation-delay: .9s;
      transition-delay: .9s;
      -webkit-transition-delay: .9s;
      -moz-transition-delay: .9s;
      -o-transition-delay: .9s;
}
.showdelay1s {
      animation-delay: 1s;
      -moz-animation-delay: 1s;
      -webkit-animation-delay: 1s;
      -o-animation-delay: 1s;
      transition-delay: 1s;
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
}
.showdelay2s {
      animation-delay: 2s;
      -moz-animation-delay: 2s;
      -webkit-animation-delay: 2s;
      -o-animation-delay: 2s;
      transition-delay: 2s;
      -webkit-transition-delay: 2s;
      -moz-transition-delay: 2s;
      -o-transition-delay: 2s;
}
.navbar-custom {
    background-color: transparent;
    padding: 20px 0;
    border-radius: 0;
    margin: 0;
}
.navbar-custom .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}
.navbar-custom .nav>li>a:hover, .navbar-custom .nav>li>a:focus {
    background: transparent;
    color: #fff;
    font-weight: 700;
}
.navbar-custom  .navbar-nav>li.active a {
    color: #fff;
    font-weight: 700;
}
.navbar-custom .navbar-brand {
    padding: 0;
}
.navbar-custom  .navbar-toggle .icon-bar {
    background: #fff;
    width: 32px;
}
.top-nav-collapse {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
@media (max-width:767px) {
    #top-nav {
    background-color: rgba(0, 0, 0, 0.6);
}
.navbar-custom .navbar-brand  {
    padding: 0 0 0 15px;
}
}#fullscreen-slider {
}
#fullscreen-slider .slider-caption {
    text-align: center;
    padding: 60px 140px 140px;
}
#fullscreen-slider .slider-caption {
 }
#fullscreen-slider .slider-caption  i {
     font-size: 130px;
}
#fullscreen-slider .slider-caption h2 {
    font-size: 60px;
    margin-bottom: 30px;
}
#fullscreen-slider .slider-caption p {
     margin-bottom: 30px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
.slider-caption a:focus {
    outline: 0;
}
@media (max-width:767px) {
    #fullscreen-slider .slider-caption  i {
     font-size: 80px;
}
#fullscreen-slider .slider-caption h2 {
    font-size: 36px;
}
#fullscreen-slider .slider-caption {
    text-align: center;
    padding: 0 40px 80px;
}
}.section-heading {
    text-align: center;
}
.section-heading h2 {
    font-weight: 300;
    font-size: 46px;
    padding: 40px 0;
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.processing {
    padding: 40px 0;
}
.processing i {
    font-size: 60px;
}
.processing h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.processing .text-center {
    float: left;
}
.processing-table {
    display: table;
    padding-left: 0px;
        padding-right: 0px;
}
.processing-row {
        display: table-row;
}
.processing-cell {
        display: table-cell;
        float: none;
        position: relative;
}
.processing-cell a {
        position: relative;
        left: -50%}
.processing-button {
        position: absolute;
        bottom: 0;
        left: 50%}
#structure .row h3 {
    font-weight: 300;
}
.structure-list {
}
.structure-box {
    padding: 20px 15px;
}
.structure-info p {
    margin-bottom: 20px;
}
.structure-info h3 {
    font-weight: 300;
}
.showcase {
}
.pic {
    position: relative;
    display: block;
    margin: 15px 0;
}
.pic img {
}
a .img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
        z-index: 0;
       -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
a:hover .img_overlay {
    opacity: 1;
    filter: alpha(opacity=100);
        z-index: 1;
}
.modal-content {
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-header {
    border: none;
}
.modal-header h2 {
    font-weight: 400;
}
.modal-header .close {
    font-size: 42px;
    color: #fff;
    opacity: 1;
    font-weight: normal;
}
.modal-body {
    padding: 15px 30px;
}
.modal-body  h3 {
    font-weight: 300;
    margin-bottom: 10px;
}
.modal-body img {
    margin: 10px 0;
}
.modal-body img.pull-left {
    margin: 10px 25px 10px 0;
    max-width: 286px;
}
.modal-body img.pull-right {
    margin: 10px 0 10px 25px;
    max-width: 286px;
}
.modal-body hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width:480px) {
    .modal-body img.pull-left {
    margin: 10px 0;
    max-width: 100%}
.modal-body img.pull-right {
    margin: 10px 0;
    max-width: 100%}
}#imprint .row h3 {
    font-weight: 300;
}
.imprint p {
}
.privacy p {
    font-size: 12px;
    line-height: 1.8em;
}
#contact .address h3 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}
#contact .control-label {
    font-weight: 300;
}
#contact input {
    height: 32px;
    padding: 3px 10px;
}
ul.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.unstyled li {
     padding: 5px 0;
}
ul.unstyled i {
    margin-right: 20px;
}
ul.social-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-link li {
    display: inline-block;
    padding: 10px 20px 10px 0;
}
ul.social-link li a {
    color: #fff;
    opacity: 0.5;
}
ul.social-link li a:hover {
    opacity: 1;
}
ul.social-link li a i {
    font-size: 30px;
}
.input-sm {
    font-size: 16px;
}
.form-group textarea {
    max-width: 555px !important;
}
.form-control-feedback {
    font-weight: 300;
    font-size: 12px;
    top: 34px;
}
.form-control-feedback.form-control-captcha {
    font-weight: 300;
    font-size: 12px;
    top: 2px;
}
.alert-success {
    color: #3c763d;
    background: transparent;
    border-color: #d6e9c6;
}
#footer {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop.png) no-repeat left top;
}
#toTop:after {
    font-family: 'FontAwesome';
        content: "\f105";
    color: #262626;
    margin-right: 10px;
}
#toTopHover {
    background: url(../images/totop.png) no-repeat left -35px;
    width: 35px;
    height: 35px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
    outline: none;
}
@media (max-width:767px) {
    #toTop {
    bottom: 10px;
}
}#pageloader {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #131313;
        z-index: 999999;
}
.loader-item {
        position: absolute;
        width: auto;
        height: height;
        margin: -25px 0 0 -25px;
        top: 50%;
        left: 50%;
        text-align: center;
}
.loader-item h2 {
        margin: 10px auto;
        color: #111;
        font-weight: 400;
        font-size: 16px;
        line-height:  1.6;
        text-shadow:  none;
}
.preloader {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #fff;
        text-align: center;
      z-index: 9999999;
}
.preloader .loader-item {
      margin: 100px auto 0;
      width: 100%;
      height: 70px;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
}