@charset "UTF-8";
@import url(animate.css);
@import url(css.css?family=Play:400,700|Roboto+Condensed:700,400);
@import url(font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: transparent;
  color: #a6a5a5;
  font: 400 14px/18px "Play", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #2c2d2e;
  text-transform: uppercase; }
  @media (max-width: 1199px) and (min-width: 980px) {
    h1 {
      font-size: 38px; } }

h2 {
  margin-bottom: 60px;
  margin-top: 40px;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #282828;
  text-transform: uppercase;
  text-align: center; }
  h2 span {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 10px; }
  h2:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #282828;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0; }
  h2.wellcome {
    margin-bottom: 20px; }
    h2.wellcome:before {
      display: none; }

h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase; }
  @media (max-width: 979px) {
    h3 {
      font-size: 20px; } }

p + h3 {
  margin-top: 30px; }

h4 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase; }

h5 {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #22B7EB;
  text-transform: uppercase; }
  h5 a:hover {
    color: #282828; }

h6 {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  text-transform: uppercase; }

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

h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover {
  color: #22B7EB; }

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

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

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

/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    overflow: hidden; }
    .brand_name .logo {
      display: inline-block;
      background: #22B7EB;
      padding: 0px 0px 0px;
      line-height: 0;
      font-size: 0; }
      @media (min-width: 768px) {
        .brand_name .logo {
          margin-right: 20px; } }
    .brand_name .logo_name {
      display: inline-block;
      margin: 10px 0 15px; }

/*==================    Buttons    ======================*/
.btn:hover {
  background: #22B7EB; }
.btn:active {
  background: #b31b14; }

.btn01 {
  display: inline-block;
  margin-top: 35px;
  padding: 10px 18px;
  border: 1px solid #cccccc;
  background: none;
  color: #282828;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase; }
  .btn01:hover {
    color: #22B7EB; }
  .btn01:active {
    color: #b31b14; }

.btn02 {
  display: inline-block;
  margin-top: 20px;
  color: #141716;
  font-size: 30px;
  line-height: 30px; }
  .btn02:hover {
    color: #22B7EB; }
  .btn02:active {
    color: #b31b14; }

.btn03 {
  display: inline-block;
  margin-top: 25px;
  color: #22B7EB;
  font-weight: 700;
  line-height: 18px; }
  .btn03:hover {
    color: #fff; }
  .btn03 .fa {
    margin-left: 5px;
    font-size: 18px;
    line-height: 18px; }

/*==================      Box      ======================*/
.box {
  margin-bottom: 35px; }
  .box:before, .box:after {
    display: table;
    content: "";
    line-height: 0; }
  .box:after {
    clear: both; }
  @media (max-width: 767px) {
    .box {
      margin-bottom: 0; } }
  .box img + h3 {
    margin-top: 30px; }
  .box_aside {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 980px) {
      .box_aside {
        float: left;
        margin-right: 25px;
        margin-bottom: 0; } }
  .box_cnt__no-flow {
    overflow: hidden; }

.box01 {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 15px 20px 25px; }
  @media (max-width: 767px) {
    .box01 {
      margin-bottom: 0; } }
  .box01_cnt {
    margin-top: 30px; }
    .box01_cnt p {
      font-family: 'Roboto Condensed', sans-serif;
      color: #5f646a; }
      @media (min-width: 1200px) {
        .box01_cnt p {
          padding: 0 30px; } }

.box02 {
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .box02 {
      margin-bottom: 0; } }
  .box02_cnt {
    position: relative;
    background: rgba(0, 0, 0, 0.73);
    margin-left: 50%;
    width: 50%;
    color: #fff; }
    .box02_cnt h3, .box02_cnt h4, .box02_cnt h5 {
      color: #fff; }
    .box02_cnt h3 {
      margin-bottom: 20px; }
    @media (max-width: 479px) {
      .box02_cnt {
        width: 100%;
        margin: 0; } }
  .box02_inner {
    padding: 50px 25px; }
  .box02 .bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .box02.bg_img01 {
    background: no-repeat url(../images/page1_img04.jpg) top center;
    background-size: cover; }
  .box02.bg_img02 {
    background: no-repeat url(../images/page1_img05.jpg) top center;
    background-size: cover; }
  .box02.bg_img03 {
    background: no-repeat url(../images/page1_img06.jpg) top center;
    background-size: cover; }
  .box02.bg_img04 {
    background: no-repeat url(../images/page1_img07.jpg) top center;
    background-size: cover; }
  .box02.bg_img05 {
    background: no-repeat url(../images/page2_img04.jpg) top center;
    background-size: cover; }
  .box02.bg_img06 {
    background: no-repeat url(../images/page2_img05.jpg) top center;
    background-size: cover; }
  .box02.bg_img07 {
    background: no-repeat url(../images/page4_img01.jpg) top center;
    background-size: cover; }
  .box02.bg_img08 {
    background: no-repeat url(../images/page4_img02.jpg) top center;
    background-size: cover; }
  .box02.bg_img09 {
    background: no-repeat url(../images/page4_img03.jpg) top center;
    background-size: cover; }
  .box02.bg_img10 {
    background: no-repeat url(../images/page4_img04.jpg) top center;
    background-size: cover; }
  .box02.bg_img11 {
    background: no-repeat url(../images/page4_img05.jpg) top center;
    background-size: cover; }
  .box02.bg_img12 {
    background: no-repeat url(../images/page4_img06.jpg) top center;
    background-size: cover; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; }
  .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: 15px; }
  .sf-menu a {
    display: block; }

.sf-menu > li > a {
  padding: 12px 20px 22px;
  border-top: 6px solid transparent;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 979px) and (min-width: 768px) {
    .sf-menu > li > a {
      padding-left: 10px;
      padding-right: 10px; } }
.sf-menu > li.sfHover > a, .sf-menu > li.active > a, .sf-menu > li a:hover {
  border-color: #22B7EB;
  color: #22B7EB; }

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

.sf-menu ul > li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 10px; }
  .sf-menu ul > li > a {
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase; }

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: -10px;
  min-width: 100px;
  margin-top: 0;
  padding: 10px 0 0;
  z-index: 4;
  background: #22B7EB; }

.sf-menu ul ul > li {
  padding: 0 15px; }
  .sf-menu ul ul > li > a {
    color: #FFF; }
  .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #282828; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 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: 0;
  width: 240px;
  padding: 20px 0;
  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: 9px 25px 11px; }
    .rd-mobilemenu_ul a:hover {
      background: #22B7EB;
      color: #FFF; }
  .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;
  margin: 0; }
  .rd-mobilepanel_title:before {
    display: none; }

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0; }
  .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:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

@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 {
  background: repeat url(../images/bg01.jpg) top left; }

.isStuck {
  background: repeat url(../images/bg01.jpg) top left;
  z-index: 999; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  margin: 0 auto; }
  .toTop:hover {
    color: #fff;
    background: #22B7EB;
    text-decoration: none; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center; }
  .parallax h3 {
    color: #fff; }
  .parallax h2 {
    color: #fff; }
    .parallax h2:before {
      display: none; }
  .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; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  position: relative;
  z-index: 20; }
  header .brand {
    float: left; }
    @media (max-width: 979px) {
      header .brand {
        float: none; } }
  header .nav {
    float: left; }
  header .h-right {
    float: right; }
    @media (max-width: 979px) {
      header .h-right {
        float: none; } }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }
  main.bt {
    border-top: 1px solid #706d6e;
    padding-top: 65px; }

.text01 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #646464; }
  
  .text011 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #646464; }

.text_center {
  text-align: center; }

.wellcome + .text01 {
  color: #646464; }

.circle-img {
  border-radius: 50%;
  border: 7px solid #eaeaea;
  width: 72%;
  height: auto; }

.contacts-list {
  margin: 18px 0;
  float: right; }
  @media (max-width: 767px) {
    .contacts-list {
      float: none; } }
  .contacts-list li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px; }
    .contacts-list li + li {
      margin-left: 30px; }
    .contacts-list li a {
      color: #22B7EB; }
      .contacts-list li a:hover {
        color: #fff; }

.social-list01 {
  margin-top: 27px;
  margin-bottom: 17px; }
  @media (min-width: 980px) {
    .social-list01 {
      text-align: right;
      margin: 25px 0 10px; } }
  .social-list01 li {
    display: inline-block;
    font-size: 18px;
    line-height: 30px; }
    .social-list01 li + li {
      margin-left: 12px; }
    .social-list01 li a {
      color: #2a2d2e; }
      .social-list01 li a:hover {
        color: #22B7EB; }

.social-list02 {
  margin-bottom: 30px; }
  .social-list02 li {
    display: inline-block; }
    .social-list02 li + li {
      margin-left: 20px; }
      @media (max-width: 479px) {
        .social-list02 li + li {
          margin-left: 10px; } }
    .social-list02 li a {
      display: block;
      width: 75px;
      height: 75px;
      font-size: 40px;
      line-height: 75px;
      background: #22B7EB;
      border-radius: 50%;
      text-align: center;
      color: #fff; }
      .social-list02 li a:hover {
        background: #282828; }

.addr01 {
  text-transform: uppercase;
  line-height: 20px; }
  .addr01 p {
    margin-bottom: 10px; }

.num {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #333333; }

.banner {
  background: #22B7EB;
  color: #fff;
  padding: 43px 0 42px; }
  .banner_text {
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .banner_text {
        font-size: 38px;
        line-height: 52px; } }

.quote {
  font-size: 16px;
  line-height: 24px; }
  .quote:before {
    content: "“";
    margin-bottom: 20px;
    display: inline-block;
    font-size: 30px;
    font-weight: 700; }

.link01 {
  display: inline-block;
  margin-top: 50px;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #282828; }

.addr02 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  color: #282828;
  text-transform: uppercase; }
  .addr02 dl {
    display: table; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .addr02 dl {
        display: block; } }
  .addr02 dt, .addr02 dd {
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .addr02 dt, .addr02 dd {
        display: block;
        text-align: center; } }
  .addr02 dd {
    padding-left: 15px; }
    .addr02 dd span {
      font-size: 24px; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .addr02 dd {
        margin-top: 30px;
        padding: 0; } }
  .addr02 .fa {
    color: #fff;
    font-size: 36px;
    line-height: 70px; }
  .addr02 a:hover {
    text-decoration: underline; }
  .addr02 .circle {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 7px solid #eaeaea;
    border-radius: 50%;
    background: #22B7EB;
    text-align: center; }
  @media (max-width: 479px) {
    .addr02 {
      font-size: 14px; }
      .addr02 dd span {
        font-size: 20px; } }

.terms h6 {
  color: #646464; }

/*==================      Well     ======================*/
.well01 {
  position: relative;
  margin-top: -140px; }
  @media (max-width: 979px) {
    .well01 {
      margin: 0;
      padding-top: 30px; } }

.well02 {
  padding-bottom: 40px; }

.well03 {
  padding-bottom: 30px; }

.well04 {
  padding-bottom: 70px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: transparent;
  text-align: center;
  color: #dddddd;
  padding: 10px 0 15px;
  font-size: 16px;
  line-height: 20px; }
  footer .copy {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    footer .copy a {
      white-space: nowrap;
      margin-left: 5px; }
