@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=Roboto:400,300,500,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #696764;
  font: 300 17px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff; }

@media (max-width: 991px) {
  .clearboth {
    clear: both; } }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

h1, .head1, h2, .head2, h3, .head3, h4, .head4, h5, .head5, h6, .head6 {
  font-weight: 500; }

h2, .head2 {
  font-size: 32px;
  line-height: 33px;
  text-transform: uppercase;
  color: #262523;
  letter-spacing: 0.64px; }
  @media (max-width: 991px) {
    h2, .head2 {
      font-size: 20px;
      line-height: 25px; } }

h3, .head3 {
  font-size: 28px;
  line-height: 30px; }

h4, .head4 {
  font-size: 21px;
  line-height: 25px;
  color: #262523; }

h5, .head5 {
  font-size: 19px;
  line-height: 20px; }

h6, .head6 {
  font-size: 17px;
  line-height: 22px; }

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: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: #1390ff; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none; }
  a[href^="tel:"]:hover,
  a[href^="callto:"]:hover,
  a[href^="mailto:"]:hover {
    color: #1390ff; }

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; }

.fw-n {
  font-weight: 400; }

.fw-sb {
  font-weight: 600; }

.fw-b {
  font-weight: 700; }

.fw-l {
  font-weight: 300; }

.fw-m {
  font-weight: 500; }

.fw-xb {
  font-weight: 800; }

.text-uppercase {
  text-transform: uppercase; }

.default-base {
  color: #696764; }

.default-white {
  color: #fff; }

.clr-secondary {
  color: #262523; }

.clr-primary {
  color: #1390ff; }

@media (max-width: 767px) {
  .center767 {
    text-align: center; }
    .center767 * {
      text-align: center; } }

@media (max-width: 991px) {
  .center991 {
    text-align: center; }
    .center991 * {
      text-align: center; } }

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.mg-add {
  margin-top: 16px; }
  @media (max-width: 767px) {
    .mg-add {
      margin-top: 50px; } }

.mg-add2 {
  margin-top: 60px; }

.mg-add3 {
  margin-top: 35px; }

.clearfix {
  clear: both; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 30px; }

.row + .row {
  margin-top: 30px; }

* + .btn {
  margin-top: 60px; }

h2 + img {
  margin-top: 40px; }

* + h4 {
  margin-top: 40px; }

* + p {
  margin-top: 10px; }

* + .resp-tabs {
  margin-top: 72px; }

h2 + .offs {
  margin-top: 70px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden;
    font-size: 39px;
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase; }
    .brand_name a:hover {
      color: #fff; }

/*==================     Slogan    ======================*/
.slogan .large {
  font-size: 200px;
  line-height: 190px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .slogan .large {
      font-size: 60px;
      line-height: 65px; } }
.slogan * + .btn {
  margin-top: 9px; }

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #1390ff; }
  .bg-primary .btn:hover {
    background: #f7b62b; }

.bg-primary2 {
  background: #f7b62b; }
  .bg-primary2 .btn:hover {
    background: #1390ff;
    color: #fff; }

.bg-primary2 .btn, .bg-primary .btn {
  background: #fff;
  color: #262523; }
.bg-primary2 *, .bg-primary * {
  color: #fff; }

.bg-default {
  background: #f6f6f6; }

.bg-primary, .bg-default, .bg-primary2 {
  -webkit-background-size: cover;
  background-size: cover; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  font-size: 14px;
  line-height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: 400;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 14px 53px 15px;
  color: #fff;
  background: #1390ff; }
  .btn:hover {
    background: #f7b62b;
    color: #262523; }
  .btn:active {
    background: #0076df; }
  .btn__mod {
    padding: 14px 66px 15px; }

.btn-lg {
  font-size: 17px;
  line-height: 24px;
  padding: 21px 103px 22px; }
  @media (max-width: 767px) {
    .btn-lg {
      padding: 10px 80px 10px; } }

/*==================     Info-about   ===================*/
* + .info-badge {
  margin-top: 20px; }
.info-badge a {
  display: inline-block;
  text-align: center; }
  .info-badge a + a {
    margin-left: 5px; }
  .info-badge a:hover {
    color: #1390ff; }
  .info-badge a span.badge {
    display: inline-block;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-left: 21px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

/*==================      Article     ===================*/
.article h2 + h4 {
  margin-top: 72px; }
.article .img-time {
  position: relative; }
  .article .img-time time {
    font-size: 14px;
    position: absolute;
    color: #262523;
    left: 0;
    bottom: 0;
    display: inline-block;
    background: #fff;
    padding: 11px 28px; }
@media (max-width: 767px) {
  .article {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px; } }

/*==================  Gallery-list ======================*/
.gallery-list {
  width: 100%; }
  .gallery-list:before, .gallery-list:after {
    display: table;
    content: "";
    line-height: 0; }
  .gallery-list:after {
    clear: both; }
  .gallery-list li {
    float: left;
    max-width: 33.33%;
    margin-top: -1px; }
  @media (max-width: 767px) {
    .gallery-list {
      padding: 0 20px; }
      .gallery-list li {
        float: none;
        margin: 20px auto;
        max-width: 100%; } }

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 22px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  font-size: 18px; }
  .marked-list li:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 18px;
    font-family: "FontAwesome";
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #696764; }
  .marked-list li:hover:before {
    left: 2px; }
  .marked-list li + li {
    margin-top: 8px; }
.marked-list a:hover {
  color: #1390ff;
  text-decoration: none; }
@media (max-width: 767px) {
  .marked-list {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto; } }

/*==================    Cont-info  ======================*/
.contact-info {
  max-width: 370px; }
  * + .contact-info {
    margin-top: 76px; }
  .contact-info dl {
    display: inline-block; }
    .contact-info dl dt {
      float: left; }
    .contact-info dl dd {
      float: right;
      margin-left: 12px; }
      @media (max-width: 1199px) {
        .contact-info dl dd {
          margin-left: 0; } }
  .contact-info dl + dl {
    margin-top: 20px; }
    .contact-info dl + dl dd {
      margin-left: 30px; }
      @media (max-width: 1199px) {
        .contact-info dl + dl dd {
          margin-left: 0; } }
  .contact-info dt + dd {
    margin-top: 0; }
  .contact-info dd + dt {
    clear: both;
    margin-top: 0; }
  @media (max-width: 767px) {
    .contact-info {
      margin-left: auto;
      margin-right: auto; } }

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  color: #262523; }
  .inline-list li .fa:before {
    font-size: 25px; }
.inline-list li + li {
  margin-left: 30px; }
.inline-list a:hover {
  color: #f7b62b; }

/*================    Term-list    ====================*/
.term-list dd {
  margin-left: 0; }
.term-list * + dt {
  margin-top: 71px; }
.term-list dt + * {
  margin-top: 10px; }
.term-list a[href^="mailto:"] {
  display: inline-block;
  margin-top: 66px; }
  .term-list a[href^="mailto:"]:hover {
    color: #1390ff; }
* + .term-list {
  margin-top: 71px; }

/*==================  Thumbnail  =======================*/
.thumbnail {
  margin-left: auto;
  margin-right: auto;
  max-width: 270px; }
  .thumbnail .caption {
    margin-top: 45px; }
    .thumbnail .caption a:hover {
      color: #f7b62b; }
  .thumbnail__mod {
    max-width: 370px; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: 5px; }
  .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: 34px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #f7b62b; }
.sf-menu > li.active > a {
  color: #f7b62b; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  margin-top: 10px;
  padding: 20px 0 20px;
  background: #262523;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  color: #f7b62b;
  padding: 5px 10px 5px 20px; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #1390ff;
  background: #f7b62b; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #fff;
  background: #262523; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #f7b62b;
  background: #262523; }

.sf-menu > li > .sf-with-ul {
  position: relative; }

@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: #666;
  background: #FFF;
  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: #1390ff;
      color: #FFF; }
    .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: #FFF;
        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: #FFF;
  color: #000;
  -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: #000;
  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: #000;
      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; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding-top: 45px; }
  .stuck_container__mod {
    padding-top: 0; }

.isStuck {
  padding: 10px 0 10px;
  background: #262523;
  z-index: 999;
  border-bottom: 1px solid #333333; }

@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: #262523;
  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: #1390ff;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================   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: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 40px "FontAwesome";
      line-height: 40px;
      margin-top: -20px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
      zoom: 1; }
    .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); }

/*=================       Tabs     ======================*/
.resp-tabs-list li {
  display: inline-block;
  min-width: 113px;
  cursor: pointer;
  padding: 14px 0 15px;
  font-size: 14px;
  background: transparent;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  .resp-tabs-list li:hover {
    background: #fff;
    color: #262523; }
  .resp-tabs-list li + li {
    margin-left: 4px; }
.resp-tabs-list .resp-tab-active {
  background: #fff;
  color: #262523; }

* + .resp-tabs-container {
  margin-top: 30px; }

.resp-accordion {
  display: none; }

.resp-tab-content {
  display: none; }

.resp-tab-content-active {
  display: block; }

@media (max-width: 767px) {
  .resp-accordion {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #262523;
    padding: 20px 0px;
    background: #fff;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    .resp-accordion:hover {
      background: #262523;
      color: #f7b62b; }

  .resp-tabs-list {
    display: none; } }
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden; }
  .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; }

.parallax-bg .parallax_image, .parallax-bg .parallax_pattern {
  opacity: 0.3; }
  .lt-ie9 .parallax-bg .parallax_image, .lt-ie9 .parallax-bg .parallax_pattern {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3)";
    filter: alpha(opacity=30); }

@media (max-width: 992px) {
  .parallax-img.parallax .parallax_image {
    background: url("../images/parallax-bg.png") !important; } }

.parallax2 .large {
  font-size: 200px;
  line-height: 190px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .parallax2 .large {
      font-size: 60px;
      line-height: 65px; } }
  .parallax2 .large__skin {
    font-size: 60px;
    line-height: 60px; }
    @media (max-width: 767px) {
      .parallax2 .large__skin {
        font-size: 35px;
        line-height: 40px; } }
.parallax2 p {
  color: #fff; }
.parallax2 * + .btn {
  margin-top: 46px; }
.parallax2 * + p {
  margin-top: 15px; }
.parallax2 * + .offs {
  margin-top: 25px; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative; }
  header .camera_container + .stuck_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; }
  header .slogan {
    position: absolute;
    z-index: 9;
    top: 47%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      header .slogan {
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 30%; } }
    @media (max-width: 480px) {
      header .slogan {
        top: 40%; } }
  header .camera_container {
    position: relative; }
    header .camera_container aside {
      text-align: left;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 74%;
      z-index: 1;
      padding-top: 85px;
      height: 220px; }
      header .camera_container aside .aside_content {
        position: relative;
        z-index: 9;
        left: 29%;
        width: 61.58536585365854%; }
        header .camera_container aside .aside_content * + p {
          margin-top: 8px; }
      header .camera_container aside:before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 220px;
        background: #fff; }
    @media (max-width: 991px) {
      header .camera_container aside {
        padding-top: 12px;
        height: 120px;
        width: 100%;
        right: 0; }
        header .camera_container aside:before {
          width: 100%;
          height: 120px; }
        header .camera_container aside .aside_content {
          width: 100%;
          left: 0;
          right: 0;
          padding-left: 20px;
          padding-right: 10px; } }
    @media (max-width: 480px) {
      header .camera_container aside {
        display: none; } }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

.header__mod {
  background: url("../images/slide-1.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 40px; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding-top: 208px;
  padding-bottom: 182px; }

.well2 {
  padding-top: 317px;
  padding-bottom: 288px; }
  .well2__mod {
    padding-bottom: 310px; }
  .well2__mod2 {
    padding-bottom: 320px; }
  .well2__mod3 {
    padding-bottom: 130px; }

.well3 {
  padding-top: 368px;
  padding-bottom: 373px; }

.well4 {
  padding-top: 174px;
  padding-bottom: 220px; }

.well5 {
  padding-top: 389px;
  padding-bottom: 348px; }

.well6 {
  padding-top: 133px;
  padding-bottom: 70px; }

.well7 {
  padding-top: 303px;
  padding-bottom: 310px; }

.well8 {
  padding-top: 55px;
  padding-bottom: 0px; }

@media (max-width: 767px) {
  .well, .well1, .well2, .well3, .well4, .well5, .well6 {
    padding-top: 120px;
    padding-bottom: 120px; } }
/*========================================================
                     FOOTER  Styles
=========================================================*/
* + footer ul {
  margin-top: 76px; }
footer ul li + li {
  margin-top: 10px; }
footer h2 + address + a {
  display: inline-block;
  margin-top: 20px; }
footer * + address {
  margin-top: 76px; }
footer section {
  padding-top: 90px;
  padding-bottom: 72px; }
  footer section:before, footer section:after {
    display: table;
    content: "";
    line-height: 0; }
  footer section:after {
    clear: both; }
  footer section .copyright {
    float: left;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      footer section .copyright {
        font-size: 14px; } }
  footer section .inline-list {
    float: right;
    margin-top: 0; }
    footer section .inline-list li + li {
      margin-top: 0px; }
  @media (max-width: 767px) {
    footer section {
      text-align: center; }
      footer section .copyright, footer section .inline-list {
        float: none;
        margin-top: 20px; } }
footer .section__mod {
  padding-top: 77px; }

/*==================  table  ======================*/
table.scooter {
    border: 0px ;
	width: 100%;
}
table.events {
    border-bottom: 2px solid  #68c3f7;
}
table.bussen {
    border: 0px ;
    border-bottom: 2px solid  #ffffff;
}
table {
    border: 1px solid #eee;
    border-collapse: collapse;
    margin: 7px auto;
}
th.events {
    background-color:  #68c3f7;
}
th.bussen, th.bussen strong {
    background-color:  #ffffff;
    color: #111;
}
.bg-primary2 .bussen span strong {
    color: #000;
}

th {
    color: #111;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #eee;
    border-collapse: collapse;
    padding: 10px;
}
td {
    border: 1px solid #eee;
    border-collapse: collapse;
    color: #888888;
    padding: 10px;
}
td.scooter{
    border: 0px ;
    padding: 4px;
}
td.bussen{
    border: 0px ;
}
  
/*# sourceMappingURL=style.css.map */
