@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900,300italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: repeat url(../images/bg.jpg);
  color: #152c53;
  font: 300 16px/24px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #fff; }

@media (min-width: 768px) {
  .h2-wrap {
    margin-right: -40px;
    margin-left: -40px; }

  .h2-wrap_left {
    margin-left: -40px; }

  .h2-wrap_right {
    margin-right: -40px; } }
.h2-wrap + *, .h2-wrap_left + *, .h2-wrap_right + * {
  margin-top: 25px; }

h2 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  padding: 15px 0;
  font-weight: 300; }
  @media (max-width: 767px) {
    h2 {
      text-align: center; } }
  @media (min-width: 768px) {
    h2 {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 979px) {
    h2 {
      font-size: 22px; } }

h3 {
  color: #05060a;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: .5px;
  font-weight: 300; }
  @media (max-width: 979px) {
    h3 {
      font-size: 22px;
      line-height: 30px; } }

h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300; }
  @media (max-width: 979px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 20px;
  line-height: 24px; }

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

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #fb0000; }

p a:hover, .marked-list a:hover, .list a:hover, .addr a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa, .addr .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; }

@media (min-width: 1270px) {
  .wrap {
    width: 1250px;
    margin: 0 auto; } }
/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 30px; }

h3 + * {
  margin-top: 15px; }

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

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

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

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

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  padding: 13px 0 17px; }

/*==================  Backgrounds  ======================*/
.bg01 {
  background: #05060a;
  color: #fff; }
  .bg01 h2, .bg01 h3, .bg01 h4 {
    color: #fff; }

.bg02 {
  background: #fb0000; }

.bg03 {
  background: #fff; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 6px 28px;
  border: 0;
  outline: 0;
  border-radius: 5px;
  background: #05060a;
  color: #fff;
  height: 24px;
  line-height: 24px;
  font-size: 14px; }
  .btn:hover {
    background: #fb0000; }
  .btn:active {
    background: #c80000; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
  @media (max-width: 767px) {
    .box_aside {
      float: none;
      margin: 0 0 30px 0; } }
  .box_aside img {
    margin-top: 7px; }
    .box_aside img + * {
      margin-top: 20px; }
.box_cnt__no-flow {
  overflow: hidden;
  margin-left: 30px; }
  @media (max-width: 767px) {
    .box_cnt__no-flow {
      margin-left: 0; } }

.box01 * + .btn {
  margin-top: 15px; }
.box01 img {
  margin-top: 7px; }
.box01 + .box01 {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e8e8e8; }

.box02_cnt {
  padding: 25px 30px 30px;
  background: #20211f;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px; }
@media (max-width: 767px) {
  .box02 img {
    width: 100%; } }

.box03 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px; }
  .box03 + .box03 {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #36373a; }
  .box03 .info {
    font-size: 11px;
    color: #fb0000;
    text-transform: uppercase; }
    .box03 .info + * {
      margin-top: 3px; }

.box04 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8; }
  .box04:before, .box04:after {
    display: table;
    content: "";
    line-height: 0; }
  .box04:after {
    clear: both; }
  .box04_aside {
    float: left;
    margin-right: 30px; }
  .box04_cnt__no-flow {
    overflow: hidden; }
  .box04.last {
    border-bottom: 0;
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .box04 {
      border-bottom: 0; } }

/*==================      Lists     ======================*/
.list01 {
  font-style: italic; }
  .list01 li {
    margin-bottom: 12px; }
  .list01 a:hover {
    text-decoration: underline; }

/*==================      Blockquote     ======================*/
.quote:before, .quote:after {
  display: table;
  content: "";
  line-height: 0; }
.quote:after {
  clear: both; }
.quote_aside {
  float: left;
  margin-right: 15px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300; }
.quote_cnt__no-flow {
  overflow: hidden; }
.quote p + h3 {
  margin-top: 15px; }

/*==================      Address     ======================*/
.addr dt, .addr dd {
  display: inline-block; }
.addr dt {
  min-width: 140px; }
  @media (max-width: 979px) {
    .addr dt {
      min-width: 90px; } }

/*========================   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: 32px; }
  .sf-menu a {
    display: block; }

.sf-menu {
  margin-left: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600; }
  .sf-menu > li > a {
    color: #FFF; }
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #fb0000; }
  .sf-menu > li.active > a {
    color: #fb0000; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -70px;
  width: 155px;
  margin-top: 20px;
  padding: 10px 15px 10px;
  background: #05060a;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul {
  font-size: 12px;
  line-height: 24px; }
  .sf-menu ul > li > a {
    color: #FFF; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #fb0000; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 155px;
  margin-top: 0;
  margin-left: 1px;
  padding: 10px 15px 10px;
  background: #05060a;
  z-index: 4; }

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

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

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 5px;
    margin-top: -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: -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: #fb0000;
      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;
  padding: 0;
  margin: 0;
  text-align: left; }

.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 {
  padding-top: 20px;
  padding-bottom: 25px; }

.isStuck {
  background: #05060a;
  z-index: 999;
  left: 0;
  border-bottom: 1px solid #333333; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #05060a;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #fb0000;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 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; }
  .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 > .container:first-child {
  border-bottom: 2px solid #fff; }
header .brand {
  background: #05060a;
  text-align: center; }
header .nav {
  float: left;
  background: #05060a; }
header .search-wrap {
  position: relative;
  float: right; }
@media (max-width: 767px) {
  header {
    text-align: center; }
    header .search-wrap, header .nav {
      float: none; } }

.bb {
  border-bottom: 2px solid #fff; }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  padding-top: 60px; }
  main.pt01 {
    padding-top: 20px; }
  main .container {
    background: #fff; }

.tc {
  text-align: center; }

.primary {
  color: #fb0000; }

.banner {
  display: table;
  vertical-align: middle;
  text-align: center; }

.carousel_cnt {
  background: #05060a;
  color: #fff;
  padding: 10px 25px 15px; }
  .carousel_cnt p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px; }
  .carousel_cnt h3 {
    color: #fff;
    font-size: 29px;
    line-height: 32px; }
    .carousel_cnt h3 + * {
      margin-top: 5px; }

.sm {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px; }

.aside h3 + * {
  margin-top: 8px; }

.num {
  margin-bottom: 15px;
  color: #05060a;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: .5px;
  font-weight: 300; }

.banner02 {
  position: relative;
  display: block;
  margin: 30px 0;
  background: no-repeat url(../images/page-3_img04.jpg);
  background-size: cover;
  padding: 20px 15px 40px; }

.banner-text {
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

.text01 {
  font-size: 12px;
  line-height: 30px;
  font-style: italic;
  padding-top: 15px; }

.text02 {
  font-size: 16px;
  line-height: 36px;
  padding-left: 25px; }

.info {
  font-size: 14px;
  letter-spacing: .5px; }
  .info + * {
    margin-top: 11px; }
  .info-item {
    position: relative;
    display: inline-block; }
    .info-item + .info-item {
      padding-left: 15px;
      margin-left: 10px; }
      .info-item + .info-item:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -2px;
        left: 0;
        display: block;
        width: 4px;
        height: 4px;
        background: #b4bbc2;
        border-radius: 50%; }

.row.mt1 {
  margin-top: 60px; }

.row.mt2 {
  margin-top: 100px; }

.rd-calendar.mt3 {
  margin-top: 1px; }

.terms p + h3 {
  margin-top: 45px; }
.terms p + p {
  margin-top: 15px; }

/*==================      Well     ======================*/
.well01 {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .well01 {
      padding-bottom: 30px; } }

.well02 {
  padding-bottom: 60px; }

.well03 {
  padding-bottom: 43px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .footer-top {
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px; }
  footer .footer-top h4 {
    margin-bottom: 20px;
    color: #fff; }
footer .copy {
  padding: 35px 0;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px; }
  footer .copy a {
    white-space: nowrap; }
footer .box_aside {
  margin-right: 30px; }
