@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Roboto|Changa+One);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff no-repeat url(../images/bg1.jpg) top center;
  background-size: contain;
  color: #d4d5d5;
  font: 400 14px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Changa One', cursive; }

h1 {
  position: relative;
  font-size: 36px;
  line-height: 41px;
  text-transform: uppercase;
  color: #0a5896;
  text-align: center;
  letter-spacing: 4px; }
  h1 span {
    display: block;
    font-size: 150px;
    line-height: 120px;
    letter-spacing: 20px; }
    @media (max-width: 479px) {
      h1 span {
        font-size: 140px;
        letter-spacing: 12px; } }
  h1:before {
    content: '';
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 5px;
    background: #0a5896; }

h2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #e14d65;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #fff; }
  @media (max-width: 479px) {
    h2 {
      font-size: 42px;
      line-height: 50px; } }

h3 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #212121; }
  h3 a:hover {
    color: #e14d65; }
  @media (max-width: 979px) {
    h3 {
      font-size: 30px; } }

h4 {
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 36px;
  color: #212121;
  text-align: center; }

h5 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 22px;
  text-transform: uppercase;
  color: #d8d6d7;
  letter-spacing: 1px; }

h4 a:hover, h5 a:hover {
  color: #e14d65; }

h6 {
  font-size: 18px;
  line-height: 20px; }

p a:hover {
  text-decoration: underline; }
p .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
=========================================================*/
.block {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px; }
  .block h3 + .btn {
    margin-top: 45px; }
    @media (max-width: 979px) {
      .block h3 + .btn {
        margin-top: 10px; } }
  .block-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 51%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 767px) {
      .block-cover {
        display: none; } }
    .block-cover_1 {
      background: #fcfcfc no-repeat url(../images/page-1_img01.jpg) center left; }
    .block-cover_2 {
      background: #fcfcfc no-repeat url(../images/page-1_img02.jpg) center right;
      left: 0; }
    .block-cover_3 {
      background: #fcfcfc no-repeat url(../images/page-1_img03.jpg) center left; }
    .block-cover:hover {
      opacity: 0; }
      .lt-ie9 .block-cover:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }

.countdown-block {
  padding-bottom: 35px;
  text-align: center;
  font-family: 'Changa One', cursive;
  font-size: 36px;
  line-height: 45px;
  text-transform: uppercase;
  color: #0a5896;
  letter-spacing: 2px; }
  @media (max-width: 767px) {
    .countdown-block {
      font-size: 30px;
      line-height: 40px; } }
  .countdown-block .fa-caret-down {
    font-size: 60px;
    line-height: 50px;
    color: #e14d65; }

.countdown {
  color: #e14d65;
  margin-left: 20px;
  white-space: nowrap; }
  .countdown span {
    padding-right: 30px;
    font-size: 21px;
    line-height: 30px;
    vertical-align: baseline; }
  @media (max-width: 479px) {
    .countdown {
      font-size: 26px;
      line-height: 45px;
      letter-spacing: 1px;
      margin-left: 0; }
      .countdown span {
        padding-right: 5px;
        font-size: 14px;
        line-height: 30px; } }

/*==================     Lists     ======================*/
.list {
  text-align: center;
  color: #e14d65;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Changa One', cursive;
  letter-spacing: 1px; }
  .list li {
    display: inline-block; }
    .list li a {
      color: #e14d65;
      margin: 0 5px; }
      .list li a:hover {
        color: #d4d5d5;
        text-decoration: none; }

.marked-list {
  position: relative;
  color: #e14d65;
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Changa One', cursive;
  letter-spacing: 1px;
  text-align: center; }
  .marked-list li {
    position: relative;
    margin-bottom: 20px; }
    .marked-list li:before {
      content: '\f00c';
      margin-right: 20px;
      font: 400 20px 'FontAwesome';
      line-height: inherit; }
    .marked-list li:last-child {
      margin-bottom: 0; }

.marked-list2 li {
  position: relative;
  margin-bottom: 10px; }
  .marked-list2 li:before {
    content: '\f00c';
    margin-right: 10px;
    font: 400 14px 'FontAwesome';
    line-height: inherit; }
  .marked-list2 li:last-child {
    margin-bottom: 0; }

/*==================     Address     ======================*/
.addr {
  text-align: center; }
  .addr .fa {
    color: #e14d65;
    font-size: 16px;
    line-height: 20px;
    margin-right: 3px; }

/*==================     Blockquote     ======================*/
.quote {
  text-align: center;
  margin-top: 55px; }
  .quote-text {
    font-family: 'Changa One', cursive;
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    color: #e14d65;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 #fff; }
  .quote-img {
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 15px; }
  .quote h5 {
    color: #0a5896;
    text-shadow: 1px 1px 0 #fff; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #e14d65; }

.bg2 {
  background: #0a5896; }

.bg1, .bg2 {
  color: #fff; }
  .bg1 h2, .bg1 h3, .bg1 h4, .bg1 h5, .bg1 h6, .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 {
    color: #fff; }
  .bg1 .btn, .bg2 .btn {
    color: #fff; }
    .bg1 .btn:after, .bg2 .btn:after {
      background: #fff; }

.bg3 {
  background: #fcfcfc; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  position: relative;
  font-family: 'Changa One', cursive;
  font-size: 21px;
  line-height: 28px;
  color: #0a5896;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .btn span {
    display: block; }
  .btn:after {
    content: '';
    display: inline-block;
    margin-top: 15px;
    width: 42px;
    height: 5px;
    background: #0a5896;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn_c1 {
    color: #e14d65; }
    .btn_c1:after {
      background: #e14d65; }
  .btn:hover {
    color: #d4d5d5; }
    .btn:hover:after {
      background: #d4d5d5; }
  .btn:active {
    color: #babcbc; }
    .btn:active:after {
      background: #babcbc; }

/*==================      Box      ======================*/
.box {
  text-align: center;
  margin-bottom: 30px; }
  .box:before, .box:after {
    display: table;
    content: "";
    line-height: 0; }
  .box:after {
    clear: both; }
  @media (max-width: 767px) {
    .box {
      margin-bottom: 0; } }
  .box_aside {
    float: left; }
  .box_cnt {
    margin-top: 25px; }
  .box_cnt__no-flow {
    overflow: hidden; }
  .box img + p {
    margin-top: 25px; }
  .box .addr {
    margin-top: 20px; }
  .box-icon {
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 40px;
    color: #383838; }

.box1 {
  text-align: center;
  margin-bottom: 30px;
  background: #0a5896;
  color: #fff; }
  .box1:before, .box1:after {
    display: table;
    content: "";
    line-height: 0; }
  .box1:after {
    clear: both; }
  @media (max-width: 767px) {
    .box1 {
      margin-bottom: 0; } }
  .box1_cnt {
    padding: 20px 20px 25px; }
  .box1 h5 {
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 15px; }
  .box1 h4, .box1 h5, .box1 h6 {
    color: #fff; }
  .box1 img {
    width: 100%; }

.box2 {
  display: block;
  margin-bottom: 35px;
  background: #0a5896;
  color: #fff;
  padding: 40px 20px 25px 30px; }
  .box2:before, .box2:after {
    display: table;
    content: "";
    line-height: 0; }
  .box2:after {
    clear: both; }
  .box2:hover {
    background: #e14d65; }
  @media (max-width: 767px) {
    .box2 {
      margin-bottom: 0; } }
  @media (max-width: 979px) {
    .box2 {
      text-align: center; } }
  .box2 h4, .box2 h5, .box2 h6 {
    color: #fff; }
  .box2_left {
    position: relative; }
    @media (min-width: 980px) {
      .box2_left {
        float: left;
        width: 50%; } }
    .box2_left .box2-icon {
      display: inline-block;
      margin-bottom: 20px; }
      @media (min-width: 980px) {
        .box2_left .box2-icon {
          position: absolute;
          top: 10px;
          left: 0; } }
    .box2_left h5 {
      line-height: 28px; }
      @media (min-width: 980px) {
        .box2_left h5 {
          margin-left: 50px;
          margin-right: 20px; } }
  .box2_right {
    overflow: hidden; }

.row:last-child .box, .row:last-child .box2, .row:last-child .box1 {
  margin-bottom: 0; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-family: 'Changa One', cursive;
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
  color: #0a5896;
  text-shadow: 1px 1px 0 #fff;
  letter-spacing: 2px; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative; }
  .sf-menu a {
    display: inline-block; }

.sf-menu > li {
  margin-bottom: 5px; }
  .sf-menu > li > a {
    color: #0a5896; }
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #e14d65; }
  .sf-menu > li.active > a {
    color: #e14d65; }

.sf-menu ul {
  display: none;
  position: absolute;
  left: 100%;
  margin-left: 40px;
  top: 0;
  min-width: 150px;
  margin-top: 0;
  z-index: 2;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li {
  position: relative;
  margin-bottom: 5px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #e14d65; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 150px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  margin-left: 20px; }

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #e14d65; }

.sf-menu .sf-with-ul {
  position: relative; }
  .sf-menu .sf-with-ul:before {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    margin-top: -5px;
    content: "";
    font: 400 16px/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: #e14d65;
      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; }

.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: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 {
  padding: 15px 0; }

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #0a5896; }
  .isStuck .sf-menu > li {
    float: left; }
    .isStuck .sf-menu > li + li {
      margin-left: 30px; }
    .isStuck .sf-menu > li ul {
      background: #fff;
      padding: 10px;
      border: 1px solid #0a5896;
      min-width: 180px; }
    .isStuck .sf-menu > li > ul {
      left: 0;
      margin-left: 0;
      top: 100%;
      margin-top: 20px; }
  .isStuck .sf-menu > li > .sf-with-ul:before {
    top: 100%;
    left: 50%;
    margin-left: -6px;
    content: ""; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  font-size: 60px;
  line-height: 50px;
  color: #d4d5d5;
  text-shadow: 1px 1px 0 #fff;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #e14d65;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .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; }

/*=================       Tabs     ======================*/
.resp-tabs {
  text-align: center; }
  .resp-tabs h5 {
    color: #343434;
    margin: 0; }

.resp-tabs-list {
  text-align: center; }
  .resp-tabs-list li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 150px; }
    .resp-tabs-list li + li {
      margin-left: 50px; }

.resp-tab-item:hover,
.resp-tab-active,
.resp-accordion:hover {
  color: #e14d65; }
  .resp-tab-item:hover .tab-icon,
  .resp-tab-active .tab-icon,
  .resp-accordion:hover .tab-icon {
    background-position: 0 -80px; }
  .resp-tab-item:hover h5,
  .resp-tab-active h5,
  .resp-accordion:hover h5 {
    color: #e14d65; }
  .resp-tab-item:hover:after,
  .resp-tab-active:after,
  .resp-accordion:hover:after {
    content: '\f0d8';
    font-family: 'FontAwesome';
    font-size: 60px;
    line-height: 40px; }

.resp-tab-active.resp-accordion:after,
.resp-accordion:hover:after {
  display: none; }

.tab-icon {
  display: inline-block;
  width: 86px;
  height: 70px;
  margin-bottom: 20px; }
  .tab-icon_1 {
    background: no-repeat url(../images/page-1_icon01.png) top center; }
  .tab-icon_2 {
    background: no-repeat url(../images/page-1_icon02.png) top center; }
  .tab-icon_3 {
    background: no-repeat url(../images/page-1_icon03.png) top center; }

.resp-accordion {
  display: none;
  padding-bottom: 20px;
  cursor: pointer; }

.resp-tab-content {
  display: none;
  color: #e14d65; }
  .resp-tab-content + .resp-accordion {
    padding-top: 20px; }

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

@media (max-width: 767px) {
  .resp-accordion {
    display: block; }

  .resp-tabs-list {
    display: none; } }
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: transparent;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 150px; }
  header h2 {
    margin-top: 30px; }
    header h2:before {
      content: '';
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -21px;
      width: 42px;
      height: 5px;
      background: #e14d65; }
  header .brand {
    margin-bottom: 35px; }

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

.pt1 {
  padding-top: 30px; }

p + .btn {
  margin-top: 10px; }

.link1 {
  color: #e14d65; }

.mb1 {
  margin-bottom: 35px; }

.tc {
  text-align: center; }

.color1 {
  color: #e14d65; }

.color2 {
  color: #0a5896; }

.color3 {
  color: #000; }

.terms {
  text-align: center; }
  .terms p + h5 {
    margin-top: 25px; }

/*==================      Well     ======================*/
.well {
  padding-bottom: 50px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 65px; }
  footer h1 {
    color: #d4d5d5; }
    footer h1:before {
      background: #d4d5d5; }
  footer .copy {
    letter-spacing: 4px;
    text-transform: uppercase; }
