@charset "UTF-8";
@import url(animate.css);
/*==================  RD Parallax    ======================*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
.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; }

/*==================   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); }

/*=================       Tabs     ======================*/
.resp-tabs-list {
  margin-top: 33px; }
  .resp-tabs-list li {
    cursor: pointer;
    border: solid 2px #d8d1cd;
    color: #040315;
    padding: 13px 29px 16px 28px;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700; }
    .resp-tabs-list li:hover {
      background: #de0537;
      color: #fff; }
    .resp-tabs-list li:active {
      background: #01998b; }
  .resp-tabs-list li + li {
    margin-left: 15px; }

.resp-tabs-list + .resp-tabs-container {
  margin-top: 23px; }

.resp-accordion {
  display: none; }

.resp-tab-content {
  display: none; }

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

.resp-tab-active {
  background: #de0537;
  color: #fff; }

@media (max-width: 767px) {
  .resp-tabs-container {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }

  .resp-accordion {
    display: block;
    cursor: pointer;
    border: solid 2px #d8d1cd;
    color: #040315;
    padding: 13px 29px 16px 28px;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px; }
    .resp-accordion:hover {
      background: #de0537;
      color: #fff; }
    .resp-accordion:active {
      background: #01998b; }

  .resp-tabs-list {
    display: none; } }
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #040315;
  color: #9d8d83;
  font: 400 13px/24px "Ubuntu", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1, h2, h3, h6 {
  font-weight: 700; }

h1 {
  font-size: 21px;
  line-height: 38px;
  color: #fff; }

h2 {
  font-size: 40px;
  line-height: 24px; }

h3 {
  font-size: 35px;
  line-height: 38px;
  color: #040315; }

h4, cite, th, .privacy, .cont {
  font-size: 20px;
  line-height: 24px;
  color: #1f68b1; }

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

h6 {
  font-size: 13px;
  line-height: 24px;
  color: #1f68b1; }
  h6 a:hover {
    color: #fff; }

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

cite {
  display: inline-block; }

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

.center {
  text-align: center; }

.hr {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 10px auto;
    background: -webkit-linear-gradient( transparent 49%, #e51b21 50%, transparent 55% );
    background: -moz-linear-gradient( transparent 49%, #e51b21 50%, transparent 55% );
    background: -ms-linear-gradient( transparent 49%, #e51b21 50%, transparent 55% );
    background: -o-linear-gradient( transparent 49%, #e51b21 50%, transparent 55% );
    background: linear-gradient( transparent 49%, #e51b21 50%, transparent 55% );
}

.hr:before, .hr:after {
    content: ""; display: block;
    height: 100%; width: 20px;
    position: absolute; top: 0;
}



.hr span { 
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 23px;
    font-family: Ubuntu;
}


/*=======================================================
                       Main Layout
=========================================================*/
.countdown + .camera_cnt {
  margin-top: 14px; }

h3 + .row {
  margin-top: 29px; }

h4 + p {
  margin-top: 13px; }

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

img + h4 {
  margin-top: 24px; }

* + .inline-list2 {
  margin-top: 34px; }

.inline-list2 + .btn3 {
  margin-top: 40px; }

h3 + .index-list {
  margin-top: 33px; }

p + cite {
  margin-top: 21px; }

p + .marked-list {
  margin-top: 17px; }

img + time {
  margin-top: 25px; }

time + h4 {
  margin-top: 3px; }

h3 + .terms-list {
  margin-top: 26px; }

dl + a {
  margin-top: 30px; }

h3 + .contact-form {
  margin-top: 33px; }

/*=======================================================
                        Components
=========================================================*/
.inline-list3 li {
  float: left;
  width: 16.6%;
  position: relative;
  text-align: center;
  background-color: #000; }
  .inline-list3 li:hover img {
    opacity: 0.4; }
    .lt-ie9 .inline-list3 li:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
      filter: alpha(opacity=40); }
  .inline-list3 li img, .inline-list3 li h4, .inline-list3 li time {
    width: 100%; }
  .inline-list3 li .img-wrp {
    background-color: #000; }
  .inline-list3 li img:hover {
    opacity: 0.4;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .lt-ie9 .inline-list3 li img:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
      filter: alpha(opacity=40); }
  .inline-list3 li time {
    color: #fff; }
  .inline-list3 li h4 {
    color: #fff; }
  .inline-list3 li time, .inline-list3 li h4 {
    margin-top: 2px; }
  .inline-list3 li time + h4 {
    margin-top: 7px; }
  .inline-list3 li h4 + .btn4 {
    margin-top: 24px; }
  .inline-list3 li .cnt-wrp {
    position: absolute;
    top: 38%;
    width: 100%;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .inline-list3 li .btn4 {
    display: inline-block;
    opacity: 0; }
    .lt-ie9 .inline-list3 li .btn4 {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .inline-list3 li:hover .btn4 {
    opacity: 1;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .lt-ie9 .inline-list3 li:hover .btn4 {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }
  .inline-list3 li:hover .cnt-wrp {
    top: 29%;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  @media (max-width: 1300px) {
    .inline-list3 li h4 {
      font-size: 16px; }
    .inline-list3 li .btn4 {
      padding: 8px 24px 11px 27px; } }
  @media (max-width: 1199px) {
    .inline-list3 li {
      width: 50%; }
      .inline-list3 li h4 {
        font-size: 19px; } }
  @media (max-width: 767px) {
    .inline-list3 li {
      width: 100%; } }




.inline-list2 li {
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  background-color: #000; }
  .inline-list2 li:hover img {
    opacity: 0.4; }
    .lt-ie9 .inline-list2 li:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
      filter: alpha(opacity=40); }
  .inline-list2 li img, .inline-list2 li h4, .inline-list2 li time {
    width: 100%; }
  .inline-list2 li .img-wrp {
    background-color: #000; }
  .inline-list2 li img:hover {
    opacity: 0.4;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .lt-ie9 .inline-list2 li img:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
      filter: alpha(opacity=40); }
  .inline-list2 li time {
    color: #de0537; }
  .inline-list2 li h4 {
    color: #fff; }
  .inline-list2 li time, .inline-list2 li h4 {
    margin-top: 2px; }
  .inline-list2 li time + h4 {
    margin-top: 7px; }
  .inline-list2 li h4 + .btn4 {
    margin-top: 24px; }
  .inline-list2 li .cnt-wrp {
    position: absolute;
    top: 38%;
    width: 100%;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .inline-list2 li .btn4 {
    display: inline-block;
    opacity: 0; }
    .lt-ie9 .inline-list2 li .btn4 {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .inline-list2 li:hover .btn4 {
    opacity: 1;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
    .lt-ie9 .inline-list2 li:hover .btn4 {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=100); }
  .inline-list2 li:hover .cnt-wrp {
    top: 29%;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  @media (max-width: 1300px) {
    .inline-list2 li h4 {
      font-size: 16px; }
    .inline-list2 li .btn4 {
      padding: 8px 24px 11px 27px; } }
  @media (max-width: 1199px) {
    .inline-list2 li {
      width: 50%; }
      .inline-list2 li h4 {
        font-size: 19px; } }
  @media (max-width: 767px) {
    .inline-list2 li {
      width: 100%; } }

.index-list {
  counter-reset: li; }
  .index-list a {
    margin-top: 27px; }
    .index-list a:hover {
      color: #040315; }
  .index-list h4 + p {
    margin-top: 8px; }
  .index-list .second-line {
    margin-top: 32px; }
  .index-list h4 {
    margin-top: 26px; }

.index-list li:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  display: inline-block;
  color: #040315;
  background-color: #de0537;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 15px;
  text-align: center;
  font-weight: 700; }

.index-list li:hover:before {
  background-color: #1f68b1;
  color: #fff; }

.marked-list li {
  font-size: 13px;
  line-height: 36px;
  color: #1f68b1;
  text-align: left; }
  .marked-list li a {
    margin-left: 3px; }
  .marked-list li a:hover {
    color: #de0537; }

.marked-list li:before {
  content: "\f101";
  left: 0;
  top: 2px;
  font: 13px 'FontAwesome';
  line-height: inherit;
  color: #1f68b1; }

/*==================     Brand     ======================*/
.brand_name {
  display: inline-block;
  margin-left: 5px;
  margin-top: -4px; }

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

/*==================     Icons     ======================*/
.fa-bicycle, .fa-calendar, .fa-cogs, .fa-globe, .fa-thumbs-o-up, .fa-heartbeat, .fa-edit {
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 108px;
  width: 108px;
  font-size: 33px;
  line-height: 108px;
  border: solid 2px #3a3735;
  color: #1f68b1; }

.fa-home, .fa-phone, .fa-envelope {
  display: inline-block;
  color: #040315;
  background-color: #de0537;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  font-size: 24px;
  text-align: center;
  font-weight: 700; }

/*==================    Buttons    ======================*/
.btn1, .btn2, .btn4, .btn3 {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 15px 20px 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 48px; }

.btn1 + .btn2 {
  margin-left: 17px; }

.btn1, .btn4 {
  background-color: #1f68b1; }
  .btn1:hover, .btn4:hover {
    background: #de0537; }
  .btn1:active, .btn4:active {
    background: #01998b; }

.btn1 {
  min-width: 395px; }

.btn2 {
  background-color: #de0537;
  min-width: 395px;
  color: #040315; }
  .btn2:hover {
    background: #1f68b1; }
  .btn2:active {
    background: #01998b; }

.btn3 {
  border: solid 2px #d8d1cd;
  color: #040315;
  padding: 13px 29px 16px 28px; }
  .btn3:hover {
    background: #de0537;
    color: #fff; }
  .btn3:active {
    background: #01998b; }

.btn3__mod1 {
  color: #fff;
  padding: 13px 37px 16px 41px; }

.btn3__mod2 {
  padding: 13px 52px 16px 54px;
  margin-top: 12px; }

.btn4 {
  color: #fff;
  padding: 15px 28px 18px 31px; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left;
  margin-right: 30px;
  margin-top: 5px; }
.box_cnt__no-flow {
  overflow: hidden; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 4px; }
  .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: 24px; }
  .sf-menu a {
    display: block; }

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

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 172px;
  margin-top: 18px;
  z-index: 11;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  margin-left: -22px;
  font-size: 13px;
  line-height: 28px; }

.sf-menu ul > li > a {
  color: #FFF;
  background: #040315;
  padding: 8px 0 8px 12px; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #040315;
  background: #de0537; }

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

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #9d8d83; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #1f68b1; }

.sf-menu > li > .sf-with-ul {
  position: relative; }

@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: #1f68b1;
      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-top: 14px;
  padding-bottom: 12px; }

.isStuck {
  background: #040315;
  z-index: 999;
  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: #de0537;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #1f68b1;
    text-decoration: none; }

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #040315; }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*==================   Countdown   ======================*/
.countdown {
  position: absolute;
  top: 30%;
  z-index: 10;
  margin-top: 8px;
  color: #fff;
  margin-left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.countdown-rtl {
  direction: rtl; }

.countdown-section {
  margin-left: -3px; }

.countdown-section + .countdown-section {
  position: relative;
  margin-left: 32px; }

.countdown-section + .countdown-section:before {
  content: ':';
  position: absolute;
  font-size: 50px;
  line-height: 24px;
  font-weight: 700;
  top: 50%;
  right: 100%;
  margin-right: 10px;
  margin-top: -15px; }

.countdown-amount {
  font-size: 100px;
  line-height: 24px;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 2px;
  padding: 0px 14px 4px; }

.countdown-period {
  display: none; }

.countdown-descr {
  display: block;
  width: 100%; }

@media (max-width: 1199px) {
  .countdown-section + .countdown-section:before {
    margin-right: 12px;
    font-size: 40px;
    line-height: 55px;
    margin-top: -20px; }

  .countdown-amount {
    font-size: 60px;
    line-height: 44px; } }
@media (max-width: 979px) {
  .countdown-section + .countdown-section:before {
    margin-right: 12px;
    font-size: 30px;
    line-height: 34px;
    margin-top: -15px; }

  .countdown-amount {
    font-size: 40px;
    line-height: 30px; } }
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }
  main .camera_cnt {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 50%;
    color: #fff;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    main .camera_cnt p {
      font-size: 30px;
      line-height: 24px; }
    main .camera_cnt h2 + p {
      margin-top: 33px; }
  main .mod1 h3 {
    color: #fff; }
  main .mod1 h4 {
    color: #de0537; }
  main .mod2 h4:hover {
    color: #22201e; }
  main .offset1 h4 + p {
    margin-top: 8px; }
  main .offset1 .row + .btn3 {
    margin-top: 36px; }
  main .offset1 time {
    color: #de0537; }
  main .offset2 h3 + .row {
    margin-top: 35px; }
  main .offset2 .fa + h4 {
    margin-top: 44px; }
  main .offset3 h4 + p {
    margin-top: 18px; }
  main .offset4 h3 + p {
    margin-top: 26px; }
  main .offset4 p + .row {
    margin-top: 21px; }
  main .offset4 .fa + .cont {
    margin-top: 26px; }
  main .mg__add img {
    margin-top: 5px; }
  main .parallax {
    padding-top: 83px;
    padding-bottom: 80px; }
    main .parallax h6 {
      color: #de0537;
      font-weight: 400; }
    main .parallax p {
      color: #fff;
      font-size: 20px;
      line-height: 24px; }
    main .parallax h6 + p {
      margin-top: 8px; }
    main .parallax p + .btn3 {
      margin-top: 44px; }
  main blockquote:before {
    position: relative;
    color: #040315;
    font-size: 30px;
    content: "“";
    background-color: #de0537;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    line-height: 87px;
    display: inline-block;
    font-weight: 700; }
  main blockquote p {
    margin-top: 27px; }
  main .terms-list dt {
    font-size: 15px;
    line-height: 24px;
    color: #1f68b1;
    letter-spacing: 0.5px; }
  main .terms-list dd + dt {
    margin-top: 24px; }
  main .privacy {
    display: inline-block; }
    main .privacy:hover {
      color: #de0537; }
  main table th {
    text-align: left; }
  main table .first {
    min-width: 200px; }
  main table .middle {
    width: 100px; }
  main table td {
    padding-top: 12px; }
  main table th {
    padding-bottom: 14px; }
  main table a:hover {
    color: #de0537; }
  @media (max-width: 1199px) {
    main table .first {
      min-width: 140px; }
    main table .middle {
      width: 75px; } }
  @media (max-width: 979px) {
    main table .first {
      min-width: 118px; }
    main table .middle {
      width: 64px; } }
  @media (max-width: 479px) {
    main table .first {
      min-width: 80px; }
    main table .middle {
      width: 61px; } }
  @media (max-width: 1380px) {
    main .btn1, main .btn2 {
      margin-top: 20px; }
    main .countdown {
      top: 26%; } }
  @media (max-width: 1199px) {
    main .countdown {
      top: 14%; }
    main .countdown + .camera_cnt {
      margin-top: -20px; } }
  @media (max-width: 979px) {
    main .camera_cnt {
      width: auto; }
      main .camera_cnt p {
        font-size: 18px; }
      main .camera_cnt h2 {
        font-size: 32px; }
      main .camera_cnt h2 + p {
        margin-top: 8px; }
    main .countdown {
      top: 10%; }
    main .countdown + .camera_cnt {
      margin-top: -50px; }
    main .btn1, main .btn2 {
      padding: 10px 0px 11px;
      font-size: 13px;
      min-width: 328px; }
    main .btn1 + .btn2 {
      margin-left: 6px; } }
  @media (max-width: 767px) {
    main .offset2 {
      text-align: center; } }
  @media (max-width: 479px) {
    main .btn1, main .btn2 {
      padding: 10px 0px 11px;
      font-size: 10px;
      min-width: 290px; }
    main .camera_cnt {
      width: auto; }
      main .camera_cnt p {
        font-size: 13px; }
    main .box {
      text-align: center; }
      main .box_aside {
        float: none;
        margin-right: 0px; }
      main .box .box_aside + .box_cnt__no-flow {
        margin-top: 18px; } }

/*==================      Well     ======================*/
.well {
  padding-top: 55px;
  padding-bottom: 63px; }

.well__ins1 {
  padding-bottom: 20px; }

.well__ins2 {
  padding-bottom: 53px; }

.well__ins3 {
  padding-bottom: 68px; }

.well__ins4 {
  padding-top: 40px; }

.well2 {
  margin-top: 32px;
  margin-bottom: 4px; }

.well3 {
  padding-top: 60px;
  padding-bottom: 56px; }

.well3__ins1 {
  padding-top: 72px; }

.well3__ins2 {
  padding-bottom: 68px; }

.well3__ins3 {
  padding-bottom: 20px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #040315; }
  footer h4 + * {
    margin-top: 20px; }
  footer h4 + .fb-page {
    margin-top: 25px; }
  footer h4 {
    color: #fff; }
  footer p + h6 {
    margin-top: 17px; }
  footer .soclist {
    padding-top: 17px;
    padding-bottom: 19px;
    background: #22201e; }
  footer .inline-list li {
    display: inline-block;
    color: #de0537;
    font-size: 21px; }
    footer .inline-list li + li {
      margin-left: 30px; }
    footer .inline-list li:hover {
      color: #1f68b1; }
  footer .footer-cnt {
    padding-top: 55px;
    padding-bottom: 57px; }
  footer hr {
    background-color: #22201e;
    border: none;
    height: 1px;
    max-width: 100%; }
  footer .copyright p {
    color: #5c534e; }
  footer .copyright a:hover {
    color: #de0537; }
  footer .brand-copyright {
    font-size: 15px;
    font-weight: 700;
    line-height: 23px; }
  footer .fa-vimeo-square {
    margin-left: 3px; }
  footer .copyright {
    padding-top: 15px;
    padding-bottom: 20px; }
  @media (max-width: 870px) {
    footer [class*='grid_'] {
      width: 210px !important; } }
  @media (max-width: 767px) {
    footer [class*='grid_'] {
      width: 100% !important; } }
  @media (max-width: 767px) {
    footer h4, footer .fb-wrap {
      text-align: center; }
    footer .fb-page {
      display: inline-block; } }
  @media (max-width: 479px) {
    footer .inline-list li + li {
      margin-left: 24px; } }

@charset "UTF-8";
/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 30.762%; }

@media (max-width: 975.22918px) {
  .camera_container {
    padding-bottom: 300px; } }
.camera_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 0 !important;
  height: 100%;
  background: #fff;
  z-index: 0; }

.camera_wrap img {
  max-width: none !important; }

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%; }

.camera_src {
  display: none; }

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }

.cameraSlide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.cameraContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none; }

.camera_target {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  z-index: 0; }

.camera_overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0; }

.camera_target_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2; }

.camera_loader {
  background: #fff url(../images/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3; }

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4; }

.camerarelative {
  overflow: hidden;
  position: relative; }

.imgFake {
  cursor: pointer; }

.camera_command_wrap .hideNav {
  display: none; }

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4; }

.showIt {
  display: none; }

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative; }

.camera_caption {
  display: none; }

.cameraContent .camera_caption {
  display: block; }

/*================   Custom Layout&Styles   =====================*/
.camera_caption {
  position: absolute; }
  .camera_caption > div {
    height: 100%; }

.camera_pag_ul {
  text-align: center; }
  .camera_pag_ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #888;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
      background: #333; }
    .camera_pag_ul li + li {
      margin-left: 4px; }
    .camera_pag_ul li > span {
      display: none; }

.camera_next, .camera_prev {
  position: absolute;
  top: -7%;
  font-family: "FontAwesome";
  font-size: 53px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10; }

.camera_next:hover, .camera_prev:hover {
  color: #f8cb34; }

.camera_next {
  right: 95px; }

.camera_next:before {
  content: ""; }

.camera_prev {
  left: 95px; }

.camera_prev:before {
  content: ""; }

@media (max-width: 979px) {
  .camera_next {
    right: -140px; }

  .camera_prev {
    left: -140px; } }
@media (max-width: 767px) {
  .camera_next, .camera_prev {
    top: -4%; }

  .camera_next {
    right: -64px; }

  .camera_prev {
    left: -64px; } }
@media (max-width: 479px) {
  .camera_next {
    right: -6px; }

  .camera_prev {
    left: -6px; } }
/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 300px; }
  .map_model img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map_model {
      height: 250px; } }
  @media (max-width: 479px) {
    .map_model {
      height: 200px; } }
.map_locations {
  display: none; }

.map2 .map_model {
  height: 320px; }
