@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500&subset=latin,latin-ext);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #787476;
  font: 300 14px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff; }

img {
  max-width: 100%;
  height: auto; }

h1 {
  font-weight: 100;
  color: #fff;
  font-size: 154px;
  line-height: 115px;
  letter-spacing: -8px; }
  @media (max-width: 1199px) {
    h1 {
      font-size: 100px;
      line-height: 75px; } }

h2 {
  font-weight: 100;
  color: #2d3035;
  font-size: 114px;
  line-height: 120px;
  letter-spacing: -5px; }
  @media (max-width: 1800px) {
    h2 {
      font-size: 64px;
      line-height: 65px;
      letter-spacing: -3px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    h2 {
      font-size: 52px;
      line-height: 56px;
      letter-spacing: -1px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 36px;
      line-height: 42px;
      letter-spacing: -1px; } }

h3 {
  font-weight: 100;
  color: #2d3035;
  font-size: 74px;
  line-height: 80px;
  letter-spacing: -3px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    h3 {
      font-size: 54px;
      line-height: 58px;
      letter-spacing: -2px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    h3 {
      font-size: 44px;
      line-height: 50px;
      letter-spacing: -1px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 36px;
      line-height: 40px;
      letter-spacing: -1px; } }

h4 {
  font-weight: 100;
  color: #2d3035;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -2px; }
  @media (max-width: 991px) and (min-width: 768px) {
    h4 {
      font-size: 36px;
      line-height: 46px;
      letter-spacing: 0; } }
  @media (max-width: 767px) {
    h4 {
      font-size: 26px;
      line-height: 36px;
      letter-spacing: -1px; } }

h5 {
  font-weight: 400;
  color: #2d3035;
  font-size: 30px;
  line-height: 35px; }
  @media (max-width: 991px) and (min-width: 768px) {
    h5 {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 767px) {
    h5 {
      font-size: 22px;
      line-height: 28px; } }

h6 {
  font-weight: 400;
  color: #2d3035; }

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #38d2f8; }

p a:hover, .list a:hover {
  text-decoration: underline; }
p .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:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }
  a[href^="tel:"]:hover,
  a[href^="callto:"]:hover {
    text-decoration: underline; }

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; }
  @media (min-width: 1280px) {
    .page {
      padding-left: 35px;
      padding-right: 35px; } }

.container {
  position: relative; }

@media (max-width: 767px) {
  [class*='col-'] + [class*='col-'] {
    margin-top: 40px; } }
/*=======================================================
                       Main Layout
=========================================================*/
* + h5 {
  margin-top: 20px; }

h3 + * {
  margin-top: 95px; }
  @media (max-width: 991px) {
    h3 + * {
      margin-top: 40px; } }

.heading-3 + * {
  margin-top: 55px; }

h2 + * {
  margin-top: 75px; }
  @media (max-width: 991px) {
    h2 + * {
      margin-top: 40px; } }

h4 + * {
  margin-top: 28px; }

h5 + * {
  margin-top: 20px; }

h5 + .marked-list {
  margin-top: 35px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    position: relative;
    padding-left: 42px;
    top: -7px; }
    .brand_name:before {
      content: '\f1b2';
      color: #38d2f8;
      font-size: 40px;
      line-height: 40px;
      font-family: "FontAwesome";
      position: absolute;
      top: -5px;
      left: 0; }

/*==================  Backgrounds  ======================*/
.bg-variant-1 h3 a:hover, .bg-variant-1 h4 a:hover, .bg-variant-1 h5 a:hover, .bg-variant-1 h6 a:hover {
  color: #2d3035; }

/*==================     Icons     ======================*/
.fa-facebook-square,
.fa-google-plus-square,
.fa-twitter,
.fa-pinterest,
.fa-linkedin-square,
.fa-instagram {
  font-size: 30px;
  line-height: 30px; }

.fl {
  display: inline-block;
  width: 138px;
  height: 138px;
  text-align: center;
  line-height: 138px;
  color: #fff;
  background: #38d2f8;
  border-radius: 50%;
  font-size: 34px; }
  .fl + * {
    margin-top: 35px; }

/*==================    Buttons    ======================*/
.btn, .btn2 {
  display: inline-block;
  cursor: pointer;
  font: 100 10px/19px "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 25px 72px;
  min-width: 198px;
  text-align: center;
  border-radius: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  * + .btn, * + .btn2 {
    margin-top: 80px; }
    @media (max-width: 991px) {
      * + .btn, * + .btn2 {
        margin-top: 30px; } }
  .row + .btn, .row + .btn2 {
    margin-top: 45px; }
  @media (max-width: 1199px) {
    .btn, .btn2 {
      padding: 15px 38px;
      min-width: 130px; } }
  .btn:hover, .btn2:hover {
    background: #2d3035;
    color: #fff; }
  .btn:active, .btn2:active {
    background: #161719; }

.btn {
  background: #38d2f8;
  color: #fff; }

.btn2 {
  background: #fff;
  color: #2d3035; }

.btn-wrap {
  margin-top: 45px; }
  .btn-wrap .btn + .btn {
    margin: 0 0 0 10px; }

/*==================      Box      ======================*/
.box {
  position: relative;
  text-align: center;
  padding: 30px 0; }
  @media (min-width: 768px) {
    * + .box_wrap {
      margin-top: 65px; }
    .box_wrap .row + .row {
      padding-top: 25px;
      margin-top: 25px;
      border-top: 1px solid #d3d3d4; }
    .box_wrap .row:last-child .box {
      padding-bottom: 50px; }
    .box_wrap .row:first-child .box {
      padding-top: 50px; }
    .box_wrap [class*='col-'] {
      border-right: 1px solid #d3d3d4; }
      .box_wrap [class*='col-']:last-child {
        border: 0; } }

/*==================      Product      ======================*/
.product .thumb {
  position: relative;
  z-index: 2; }
.product_cnt {
  position: relative;
  top: -5px;
  padding: 30px 18px 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .product_cnt h5 + p {
    margin-top: 15px; }

/*==================      Event-post      ======================*/
.event-post + .event-post {
  margin-top: 35px; }
.event-post_meta {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400; }
  .event-post_meta .icon {
    font-size: 30px;
    line-height: 35px; }
    .event-post_meta .icon + * {
      margin-left: 10px; }
  .event-post_meta time {
    display: inline-block; }
  .event-post_meta + * {
    margin-top: 5px; }

/*==================      Lists     ======================*/
.marked-list li {
  position: relative;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  color: #38d2f8; }
  .marked-list li a {
    position: relative;
    padding-left: 40px; }
    .marked-list li a:hover {
      color: #2d3035;
      text-decoration: none; }
    .marked-list li a:before {
      content: '\f00c';
      position: absolute;
      top: 0;
      left: 0;
      font-family: "FontAwesome";
      font-size: 24px;
      line-height: 30px; }
  .marked-list li + li {
    margin-top: 10px; }
  @media (max-width: 1199px) {
    .marked-list li {
      font-size: 20px; } }
.marked-list--mod li {
  padding-left: 40px; }
  .marked-list--mod li:before {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 30px; }

.parallax .marked-list li {
  color: #fff; }
  .parallax .marked-list li a:hover {
    color: #38d2f8; }

@media (min-width: 768px) {
  .inline-list {
    text-align: center; } }
.inline-list li {
  display: inline-block; }
  .inline-list li a {
    display: block;
    color: #303334; }
    .inline-list li a:hover {
      color: #38d2f8; }
  .inline-list li + li {
    margin-left: 7px; }

.index-list {
  counter-reset: li; }
  .index-list li {
    padding-left: 100px;
    position: relative; }
    .index-list li:before {
      content: counter(li) ".";
      counter-increment: li;
      display: inline-block;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      color: #fff;
      background: #38d2f8;
      font-size: 30px;
      line-height: 70px;
      font-weight: 400;
      text-align: center;
      position: absolute;
      top: 5px;
      left: 0; }
    .index-list li + li {
      margin-top: 35px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .index-list li {
        padding-left: 0; }
        .index-list li:before {
          position: static;
          margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .index-list li {
        padding-left: 0; }
        .index-list li:before {
          position: static;
          margin-bottom: 20px; } }

/*==================      Quote     ======================*/
.quote {
  padding-left: 70px;
  position: relative; }
  .quote:before {
    content: '\f10d';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "FontAwesome";
    font-size: 45px;
    line-height: 45px; }
  .quote p + h5 {
    margin-top: 15px; }
  .quote + .quote {
    margin-top: 40px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .quote {
      padding-left: 0; }
      .quote:before {
        position: static;
        margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .quote {
      padding-left: 0; }
      .quote:before {
        position: static;
        margin-bottom: 20px; } }

/*==================      Address     ======================*/
.addr {
  display: inline-block;
  color: #c9d2d4;
  font-size: 13px;
  line-height: 18px; }
  .addr .fa {
    font-size: 18px;
    line-height: 18px;
    color: #38d2f8;
    margin-right: 10px; }
  .addr + .addr {
    margin-left: 20px; }

.contact-info + * {
  margin-top: 25px; }

/*========================   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: 50px; }
      @media (max-width: 992px) {
        .sf-menu > li + li {
          margin-left: 30px; } }
  .sf-menu a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }

.sf-menu > li > a {
  color: #FFF; }
  .sf-menu > li > a:after {
    content: '\f1b2';
    color: #38d2f8;
    font-size: 20px;
    line-height: 20px;
    font-family: "FontAwesome";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -10px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #38d2f8; }
  .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 190px;
  margin-top: 12px;
  padding: 20px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu > li > ul {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3); }

.sf-menu ul > li > a {
  color: #2d3035;
  font-size: 16px; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #38d2f8; }
.sf-menu ul > li + li {
  margin-top: 7px; }

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 7px 0 0 15px;
  z-index: 4; }

.sf-menu ul ul {
  /*> li {
    > a {
      color: #FFF;
      background: map-get($scheme, default);
    }

    &.sfHover > a, > a:hover {
      color: #FFF;
      background: map-get($scheme, primary);
    }
  }*/ }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -6px;
    content: "";
    font: 400 18px/18px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: -5px;
    top: 0;
    margin-top: 3px;
    content: "";
    font: 400 18px/18px "FontAwesome"; }

@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: #38d2f8;
      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;
  letter-spacing: -1px; }

.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 .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 50px; }
  @media (max-width: 1199px) {
    .stuck_container .container {
      padding-bottom: 10px; } }

.isStuck {
  background: no-repeat url(../images/parallax2.jpg);
  z-index: 999;
  border-bottom: 1px solid #333333;
  padding-top: 5px; }
  .isStuck .container {
    border-bottom: 0;
    padding-bottom: 0; }
  .isStuck .nav {
    margin-top: 30px; }
  .isStuck .brand_name {
    font-size: 88px;
    line-height: 75px;
    letter-spacing: -5px;
    top: 0; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  font-size: 40px;
  line-height: 40px;
  color: #38d2f8;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #2d3035;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================  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;
    color: #fff; }
    .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5 {
      color: #fff; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px; }
  .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;
    border-radius: 5px; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 5px;
    -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 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      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; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  padding-top: 50px;
  background: no-repeat url(../images/bg-header.jpg);
  background-size: cover; }
  header.abs {
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0;
    background: none; }
  header .brand {
    float: left; }
  header .nav {
    float: right;
    margin-top: 80px; }
    @media (max-width: 1199px) {
      header .nav {
        margin-top: 35px; } }
    @media (max-width: 767px) {
      header .nav {
        margin-top: 0; } }
  @media (max-width: 767px) {
    header {
      text-align: center;
      padding-top: 20px; }
      header .brand, header .nav {
        float: none; }
      header .top-panel {
        text-align: center;
        margin-bottom: 30px; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

.tc {
  text-align: center; }

@media (max-width: 767px) {
  .tc1 {
    text-align: center; } }

.tr {
  text-align: right; }

.img-br {
  border-radius: 5px; }

@media (min-width: 992px) {
  * + .line_wrap {
    margin-top: 40px; }
  .line_wrap [class*='col-'] {
    padding-top: 50px;
    padding-bottom: 30px; }
  .line_wrap .line {
    position: relative; }
    .line_wrap .line:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: 0;
      right: 0; }
    .line_wrap .line + [class*='col-'] {
      padding-left: 60px; } }

.num {
  font-weight: 500;
  font-size: 170px;
  line-height: 160px;
  color: #f5355e;
  letter-spacing: -5px; }
  .num + * {
    margin-top: 43px; }
  @media (max-width: 1199px) {
    .num {
      font-size: 80px;
      line-height: 70px; }
      .num + * {
        margin-top: 20px; } }

.terms {
  padding-top: 180px; }
  .terms p + h4 {
    margin-top: 25px; }
  .terms .policy-link {
    margin-top: 30px; }
    .terms .policy-link a {
      text-decoration: underline; }
      .terms .policy-link a:hover {
        text-decoration: none; }

.service .row + .row {
  margin-top: 50px; }

.gallery .row + .row {
  margin-top: 25px; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 175px;
  padding-bottom: 210px; }

.well2 {
  padding-top: 195px;
  padding-bottom: 200px; }

.well3 {
  padding-top: 260px;
  padding-bottom: 305px; }

.well4 {
  padding-top: 240px;
  padding-bottom: 210px; }

.well5 {
  padding-top: 150px;
  padding-bottom: 90px; }

.well6 {
  padding-top: 85px; }

.well7 {
  padding-top: 185px;
  padding-bottom: 250px; }

.well8 {
  padding-top: 245px; }
  @media (max-width: 1199px) {
    .well8 {
      padding-top: 80px; } }

.well9 {
  padding-top: 245px;
  padding-bottom: 250px; }

@media (max-width: 1199px) {
  .well1, .well2, .well3, .well4, .well5, .well7, .well9 {
    padding-top: 80px;
    padding-bottom: 90px; } }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 130px;
  padding-bottom: 55px; }
  footer .copy {
    line-height: 30px; }
