@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=Righteous|Roboto:400,300,500);

@font-face {
  font-family: 'MyWebFont';
  src:  url('myfont.woff2') format('woff2'),
        url('myfont.woff') format('woff');
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #fff;
  font: 400 16px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background-color: #1b1c1c;
}

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

h1 {
  font-family: "Impact", cursive;
  font-size: 190px;
  line-height: 200px;
  letter-spacing: -3.8px;
}

h2 {
  font-family: "Righteous", cursive;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -1.415px;
}

h3 {
  font-size: 50px;
  line-height: 55px;
}

h4 {
  font-size: 40px;
  line-height: 45px;
}

h5 {
  font-size: 30px;
  line-height: 35px;
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.315px;
}
h6 a:hover {
  color: #139999;
}

p {
  letter-spacing: 0.32px;
}

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;
  font-size: 11px;
  line-height: 20px;
  color: #616063;
  letter-spacing: 0.22px;
}

a {
  font: inherit;
  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;
}

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

hr {
  border: none;
  margin: 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 7000px;
  margin-left: -3000px;
}

.big {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.78px;
  padding: 0 170px;
}
.big.mod1 {
  padding: 0 320px;
}

.clr {
  clear: left;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.center {
  text-align: center;
}

.centera {
  margin: auto;
  width: 100%;
  padding: 100px;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.secondary-color {
  color: #989b9b;
}

@media (max-width: 991px) {
  .big, .big.mod1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .big {
    padding: 0;
  }

  .resp-off {
    margin-top: 30px;
  }

  .resp-clr {
    clear: left;
  }
}
@media (max-width: 479px) {
  .resp-off_479 {
    margin-top: 30px;
  }

  h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 80px;
}

* + hr {
  margin-top: 70px;
}

* + .big {
  margin-top: 73px;
}

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

* + time {
  margin-top: 45px;
}

* + h6 {
  margin-top: 20px;
}

* + .terms-list {
  margin-top: 77px;
}

h6 + p {
  margin-top: 17px;
}

.big + hr {
  margin-top: 70px;
}

hr + hr {
  margin-top: 230px;
}

a + h6 {
  margin-top: 50px;
}

hr + .off {
  margin-top: 172px;
}

.btn + hr {
  margin-top: 12px;
}

.row + hr {
  margin-top: 78px;
}

.row + .off {
  margin-top: 99px;
}

.big + .off {
  margin-top: 40px;
}

.off + hr {
  margin-top: 175px;
}

.terms-list + hr {
  margin-top: 260px;
}

img + h6 {
  margin-top: 47px;
}

@media (max-width: 767px) {
  hr + hr {
    margin-top: 50px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: absolute;
  top: 45.5%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.brand_slogan {
  margin-top: 15px;
  font-weight: 500;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .brand .brand_name {
    font-size: 110px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .brand {
    top: 60%;
  }
  .brand .brand_name {
    font-size: 80px;
    line-height: 40px;
  }
  .brand .brand_slogan {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .brand .brand_name {
    font-size: 70px;
    line-height: 40px;
  }
  .brand .brand_slogan {
    font-size: 15px;
    line-height: 40px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #139999;
}

/*==================   Fixed BG   ======================*/
.bg1 {
  background: url("../images/bg1.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg2 {
  background: url("../images/bg2.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg3 {
  background: url("../images/bg3.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg4 {
  background: url("../images/bg4.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg5 {
  background: url("../images/bg5.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg6 {
  background: url("../images/bg6.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg7 {
  background: url("../images/bg7.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg8 {
  background: url("../images/bg8.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg9 {
  background: url("../images/bg9.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg10 {
  background: url("../images/bg10.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg11 {
  background: url("../images/bg8.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg4 h2, .bg6 h2, .bg10 h2 {
  font-size: 100px;
  line-height: 63px;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.bg4 p, .bg6 p, .bg10 p {
  font-size: 30px;
  line-height: 63px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}
.bg4 * + p, .bg6 * + p, .bg10 * + p {
  margin-top: 22px;
}
.bg4 hr + h2, .bg6 hr + h2, .bg10 hr + h2 {
  margin-top: 186px;
}
.bg4 p + hr, .bg6 p + hr, .bg10 p + hr {
  margin-top: 180px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .bg4 h2, .bg6 h2, .bg10 h2 {
    line-height: 83px;
  }
}
@media (max-width: 991px) {
  .bg4 h2, .bg6 h2, .bg10 h2 {
    line-height: 93px;
  }
}
@media (max-width: 479px) {
  .bg4 h2, .bg6 h2, .bg10 h2 {
    font-size: 60px;
    line-height: 73px;
  }
}

@media (max-width: 767px) {
  .bg6 h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 1199px) {
  [class*='bg'] {
    background-attachment: scroll;
  }
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.6px;
  color: #139999;
  font-family: "Righteous", cursive;
}
.btn:hover {
  color: #fff;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 3px;
}
.inline-list a:hover {
  color: #139999;
}

/*==================    Wrapper    ======================*/
.wrapper:before, .wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrapper:after {
  clear: both;
}
.wrapper a {
  float: left;
  width: 33.3333333333333333333333333%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.wrapper div {
  float: left;
  width: 33.3333333333333333333333333%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.wrapper a img {
  width: 100%;
}
.wrapper a .block {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.wrapper a .block p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
}
.wrapper a.off {
  margin-top: -1px;
}
.wrapper a:hover .block {
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
@media (max-width: 767px) {
  .wrapper a {
    width: 100%;
  }
}

/*================  Terms List  ======================*/
.terms-list dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.4px;
}
.terms-list dd {
  font-size: 16px;
  line-height: 20px;
  color: #989b9b;
}
.terms-list * + dd {
  margin-top: 14px;
}
.terms-list * + dt {
  margin-top: 71px;
}
.terms-list dd > a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  /*margin-top: 65px;*/
}
.terms-list dd > a:hover {
  color: #139999;
}

/*========================   Menu   ==========================*/
.sf-menu {
  counter-reset: li;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  width: 25%; /* 100% Breite / Reiter */
}
.sf-menu > li:before {
  /*content: counter(li,decimal-leading-zero);*/
  counter-increment: li;
  font-family: "Righteous", cursive;
  /*font-size: 42px;*/
  line-height: 50px;
  letter-spacing: -0.84px;
  position: absolute;
  top: 45px;
  left: 32px;
  pointer-events: none;
  color: #4a4c4c;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sf-menu > li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 68px;
  width: 1px;
  background: #222323;
}
.sf-menu a {
  display: block;
  padding: 68px 60px 31px 40px;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 20px;
  font-family: "Righteous", cursive;
}
.sf-menu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 0;
  background: #139999;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sf-menu a p {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-left: -60px;
  color: #fff;
  -moz-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
}
@media (max-width: 1320px) {
  .sf-menu a p {
    font-size: 8px;
  }
}
@media (max-width: 1199px) {
  .sf-menu a p {
    display: none;
  }
}
@media (max-width: 991px) {
  .sf-menu li:before {
    font-size: 25px;
    line-height: 30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7px;
  }
  .sf-menu a {
    font-size: 17px;
    padding: 38px 44px 38px 20px;
  }
}

.sf-menu li:hover:before {
  color: #fff;
}
.sf-menu > li > a {
  color: #4a4c4c;
  background: #1b1c1c;
}
.sf-menu > li > a p {
  color: #4a4c4c;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #181919;
}
.sf-menu > li.sfHover > a p, .sf-menu > li > a:hover p {
  color: #fff;
}
.sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  width: 100%;
}
.sf-menu > li.active:before {
  color: #fff;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #181919;
}
.sf-menu > li.active > a p {
  color: #fff;
}
.sf-menu > li.active > a:after {
  width: 100%;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  margin-top: 0;
  padding: 10px 0 10px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul a {
  padding: 10px 10px;
  text-transform: uppercase;
}

.sf-menu ul > li > a {
  color: #4a4c4c;
  background: #1b1c1c;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #181919;
}

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

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

@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: #139999;
  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  ======================*/
.isStuck {
  z-index: 999;
}
.isStuck .sf-menu li a {
  padding: 18px 66px 18px;
}
.isStuck .sf-menu li p {
  display: none;
}
.isStuck .sf-menu li:before {
  left: 9px;
  top: 0;
}
@media (max-width: 991px) {
  .isStuck .sf-menu li:before {
    left: 9px;
    top: 50%;
  }
}

@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: #139999;
  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: #139999;
  background: #fff;
  text-decoration: none;
}
.toTop:active {
  color: #139999;
  background: #fff;
}

.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, .thumb_overlay_video {
  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, .thumb_overlay_video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
  color: #139999;
}
.lt-ie9 .thumb_overlay:before, .lt-ie9 .thumb_overlay_video:before {
  display: none;
}
.thumb_overlay_video:before {
  content: '\f01d';
}
.thumb:hover .thumb_overlay, .thumb:hover .thumb_overlay_video {
  opacity: 1;
  background: rgba(246, 196, 82, 0.1);
}
.lt-ie9 .thumb:hover .thumb_overlay, .lt-ie9 .thumb:hover .thumb_overlay_video {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AF6C452', endColorstr='#1AF6C452')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AF6C452', endColorstr='#1AF6C452');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before, .lt-ie9 .thumb:hover .thumb_overlay_video: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 {
  position: relative;
}
header .inline-list {
  position: absolute;
  top: 44px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .inline-list li a {
  font-size: 22px;
  line-height: 36px;
}
header .inline-list li + li {
  margin-left: 7px;
}
header .top {
  position: absolute;
  top: 130px;
  left: 2510px;
  right: 0;
}
header .camera_container + hr {
  position: absolute;
  bottom: 278px;
  left: 2510px;
  right: 0;
}
header.ins1 {
  background: url("../images/page-1_slide01.jpg") 80%;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 318px;
}
header.ins1 hr {
  position: absolute;
  bottom: 190px;
}
header.ins1 .brand {
  position: relative;
}
header.ins1 .brand_name {
  margin-top: 40px;
  font-size: 100px;
  line-height: 50px;
  letter-spacing: -2px;
}
header.ins1 .brand_slogan {
  margin-top: 35px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.8px;
}
header.ins1 .stuck_container {
  margin-top: -85px;
}
header * + hr {
  margin-top: 0;
}
@media (max-width: 1300px) {
  header .camera_container + hr {
    bottom: 27%;
  }
}
@media (max-width: 1199px) {
  header .camera_container + hr {
    bottom: 25%;
  }
}
@media (max-width: 991px) {
  header.ins1 hr {
    bottom: 130px;
  }
}
@media (max-width: 979px) {
  header .camera_container + hr {
    bottom: 26.5%;
  }
  header .top {
    top: 110px;
  }
}
@media (max-width: 767px) {
  header.ins1 {
    background-position: 20%;
    padding-bottom: 1px;
  }
  header hr {
    display: none;
  }
  header .inline-list {
    top: 5px;
  }
}
@media (max-width: 479px) {
  header.ins1 {
    padding-top: 240px;
  }
  header.ins1 .brand_name {
    font-size: 60px;
    line-height: 0;
  }
}

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

/*==================      Well     ======================*/
.well {
  padding-top: 330px;
  padding-bottom: 230px;
}

.well2 {
  padding-top: 90px;
  padding-bottom: 130px;
}

.well3 {
  padding-top: 250px;
  padding-bottom: 270px;
}

.well4 {
  padding-top: 267px;
  padding-bottom: 260px;
}

.well2_ins1 {
  padding-bottom: 90px;
}

.well3__ins1 {
  padding-bottom: 60px;
}

.well3__ins2 {
  padding-bottom: 175px;
}

.well3__ins3 {
  padding-bottom: 140px;
}

.well3__ins4 {
  padding-bottom: 15px;
}

.well4__ins1 {
  padding-top: 250px;
}

@media (max-width: 991px) {
  .well, .well3, .well4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #222323;
  color: #989b9b;
}
footer .well2 {
  padding-top: 75px;
  padding-bottom: 200px;
}
footer .primary-color {
  color: #139999;
}
footer .primary-color dt a:hover {
  color: #fff;
}
footer h2 {
  color: #fff;
}
footer .right {
  text-align: right;
}
footer dl {
  display: block;
}
footer dl:before, footer dl:after {
  display: table;
  content: "";
  line-height: 0;
}
footer dl:after {
  clear: both;
}
footer dl dt {
  float: right;
}
footer dl dd {
  float: right;
  margin-right: 19px;
}
footer .mod1 dd {
  margin-right: 5px;
}
footer a:hover {
  color: #139999;
}
footer .copyright * {
  display: inline-block;
}
footer * + .row {
  margin-top: 160px;
}
footer * + .off {
  margin-top: 21px;
}
footer * + .copyright {
  margin-top: 75px;
}
footer .ins1 {
  padding-top: 190px;
  padding-bottom: 205px;
}
footer .ins1 p, footer .ins1 a {
  color: #989b9b;
}
footer .ins1 a:hover {
  text-decoration: none;
  color: #139999;
}
@media (max-width: 767px) {
  footer {
    text-align: left;
  }
  footer .ins1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
