﻿@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #000000 url("../images/pattern1.jpg");
  color: #000000;
  font: 400 19px/24px "sans-serif", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1, h2, h3, h4, h5, h6 {
 color: #000000; }

h1 {
  font-size: 28px;
  line-height: 28px; }

h2 {
  font-size: 60px;
  line-height: 60px; }
  
h3 {
  font-size: 28px;
  font-style: italic;
  line-height: 28px;
  font-weight: 500; }
  h3:after { }

h4 {
  font-size: 9px;
  line-height: 9px;
  font-weight: 500; }

h5 {
  font-size: 26px;
  line-height: 26px;
  color: #000000; }
  h5.h-mod {
    margin-top: 20px !important; }

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

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }
p a, .marked-list a, .list a {
  color: #e70000; }

p {
  color: #000000; }
  p.p-mod {
    font-size: 14px !important; }
  p.p-mod2 {
    padding: 0 38px; }
    @media (max-width: 767px) {
      p.p-mod2 {
        padding-right: 0; } }

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

.inline-list {
  display: block; }
  .inline-list:before, .inline-list:after {
    display: table;
    content: "";
    line-height: 0; }
  .inline-list:after {
    clear: both; }
  .inline-list li {
    display: inline-block; }
  .inline-list a {
    text-decoration: none !important; }
  .inline-list__footer li {
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    background: #2393e1;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .inline-list__footer li:hover {
      background: #a8d3dc; }
    .inline-list__footer li a {
      color: #fff;
      font-size: 40px;
      display: block;
      height: inherit; }
    .inline-list__footer li + li {
      margin-left: 19px; }

.with-icon:after {
  content: '';
  margin-top: 17px;
  width: 169px;
  height: 169px;
  display: inline-block;
  border-radius: 50%;
  background: #2393e1 url("../images/page-1_img04.png") center center no-repeat; }

.player {
  width: 820px;
  height: 635px; }
  @media (min-width: 980px) and (max-width: 1199px) {
    .player {
      width: 477px;
      height: 335px; } }
  @media (min-width: 768px) and (max-width: 979px) {
    .player {
      width: 500px;
      height: 380px; } }
  @media (max-width: 767px) {
    .player {
      width: 400px;
      height: 310px; } }
  @media (max-width: 479px) {
    .player {
      width: 285px;
      height: 200px; } }

.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .flex-list li {
    display: table-cell;
    width: 16.666667%;
    height: 128px;
    text-align: center;
    vertical-align: middle; }
  .flex-list a {
    display: inline-block; }
  @media (min-width: 767px) and (max-width: 1199px) {
    .flex-list li {
      display: inline-block;
      width: 32.333%; } }

.marked-list {
  padding-top: 22px; }
  .marked-list li {
    padding-left: 20px;
    position: relative; }
    .marked-list li:before {
      content: '\f18e';
      font-family: "FontAwesome";
      color: #f3372c;
      position: absolute;
      left: 0px; }
    .marked-list li + li {
      margin-top: 6px; }

.img-title {
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 22px; }
  .lt-ie9 .img-title {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000');
    zoom: 1; }

.img-wrap, .map-wrap {
  border: 0px solid gainsboro;
  padding: 0px;
  background: #fff; }

.copyright {
  font-size: 16px;
  line-height: 16px; }

.privacy {
  padding-bottom: 60px; }
  .privacy h3 + dl {
    margin-top: 55px; }
  .privacy dt {
    color: #f3372c;
    text-transform: uppercase;
    font-size: 18px; }
  .privacy dt + dd {
    margin-top: 24px; }
  .privacy dl + dl {
    margin-top: 32px; }
  .privacy dl + a {
    display: block;
    margin-top: 30px; }
  .privacy [href^="mailto:"] {
    color: #f3372c;
    text-decoration: underline; }
    .privacy [href^="mailto:"]:hover {
      color: #000; }

@media (max-width: 767px) {
  .flex-list,
  .flex-list li {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
/*=======================================================
                       Main Layout
=========================================================*/
.inline-list + .search-form {
  margin-top: 16px;
  margin-right: -2px; }

h3 + p {
  margin-top: 52px; }
  h3 + p.center {
    padding-right: 42px;
    padding-left: 42px; }
    @media (max-width: 1199px) {
      h3 + p.center {
        padding: 0; } }

h3 + .map-wrap {
  margin-top: 64px; }

.center {
  text-align: center; }

.equal-start {
  margin-top: -4px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block; }
  .brand_name {
    display: inline-block;
    padding: 8px 8px 7px;
    overflow: hidden;
    font-size: 48px;
    line-height: 37px;
    background: #fffff;
    color: #0043bd;
    font-weight: 700;
    text-transform: uppercase;
    float: left; }
    .brand_name span {
      display: block;
      font-size: 30px;
      line-height: 30px; }
  .brand_slogan {
    padding-left: 100px;
    padding-top: 30px;
    font-size: 18px;
    line-height: 18px; }

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

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn,
.btn-2 {
  display: inline-block; }

.btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border: 3px solid #fff;
  padding: 23px 21px; }
  .btn:hover {
    background: #f3372c; }
  .btn:active {
    background: #e6e6e6; }

.btn-2 {
  font: 400 14px/14px 'sans-serif'; }
  .btn-2:after {
    font-family: "FontAwesome";
    font-size: 18px;
    content: '\f18e';
    position: relative;
    left: 10px;
    top: 2px; }
  .btn-2:hover {
    color: #f3372c; }

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

.sf-menu > li {
  box-sizing: border-box;
  border-top: 5px solid transparent;
  padding-top: 16px;
  padding-left: 18px;
  padding-right: 18px; }
  .sf-menu > li > ul {
    min-width: 183px; }
  .sf-menu > li > a {
    color: #fff; }
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #007eff; }
  .sf-menu > li.active {
    border-top: 0px solid #000000; }
    .sf-menu > li.active > a {
      color: #007eff; }
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 10px; } }
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: -18px; } }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 46px;
  margin-top: 10px;
  padding: 13px 8px 20px 10px;
  background: #6d6c6c;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sf-menu ul a {
    font-family: "Arial", sans-serif !important;
    font-size: 12px; }

.sf-menu ul {
  background: #111313; }
  .sf-menu ul > li {
    position: relative; }
    .sf-menu ul > li > a {
      color: #FFF; }
    .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
      color: #f3372c; background: #51515b; }
    .sf-menu ul > li + li {
      margin-top: 10px; }

.sf-menu ul ul {
  position: absolute;
  top: -2px;
  left: 94px;
  margin-top: 0;
  padding: 7px 25px 6px 15px;
  z-index: 4;
  background: #f3372c; }

.sf-menu ul ul > li > a {
  color: #fff; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #000; }
.sf-menu ul ul > li + li {
  margin-top: 5px; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -6px;
    content: "v";
    color: #f3372c;
    font: 400 10px/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;
    text-transform: uppercase; }
    .rd-mobilemenu_ul a:hover {
      background: #ebebec;
      color: #f3372c; }
  .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 {
  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 {
  padding-bottom: 16px; }
  .stuck_container .inline-list {
    float: center;
    padding-top: 15px;
    padding-right: 8px; }
    .stuck_container .inline-list li + li {
      margin-left: 1px; }
    .stuck_container .inline-list a {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #747a77;
      text-align: center;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #fff;
      line-height: 30px; }
      .stuck_container .inline-list a:hover {
        background: #f3372c; }
  @media (max-width: 767px) {
    .stuck_container {
      text-align: center;
      padding-top: 5px; }
      .stuck_container .grid_4 * {
        float: none;
        padding-top: 0; } }

.isStuck {
  background: #000000;
  z-index: 999;
  border-bottom: 0px solid #000000; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  display: inline-block;
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  background: #707173;
  margin-top: 27px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #a5b4c5;
    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-list {
  text-align: center; }
  .resp-tabs-list:before, .resp-tabs-list:after {
    display: table;
    content: "";
    line-height: 0; }
  .resp-tabs-list:after {
    clear: both; }
  .resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 48px;
    color: #fff; }
    .resp-tabs-list li.resp-tab-active, .resp-tabs-list li:hover {
      color: #f3372c; }
    .resp-tabs-list li + li {
      margin-left: 36px; }

.resp-tabs-container .row + .row {
  margin-top: 50px; }
.resp-tabs-container .resp-accordion-closed + .resp-accordion {
  margin-top: 0; }

.resp-accordion {
  display: none; }

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

.resp-tab-content-active {
  display: block; }
  .resp-tab-content-active + .resp-accordion {
    margin-top: 20px; }

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    color: #fff;
    cursor: pointer;
    padding-bottom: 20px; }
    .resp-accordion .resp-arrow {
      display: inline-block; }
      .resp-accordion .resp-arrow:before {
        content: "T";
        font-family: "FontAwesome";
        font-size: 18px;
        display: inline-block;
        padding-right: 20px; }
    .resp-accordion.resp-tab-active {
      color: #f3372c; }
      .resp-accordion.resp-tab-active .resp-arrow:before {
        content: "x"; }

  .resp-tabs-list {
    display: none; } }
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #323136 url("../images/pattern1.jpg"); }
  header .brand {
    float: left; }
  header .nav a {
    text-transform: uppercase;
    font-family: "Audiowide", sans-serif; }
  header .top {
    padding-top: 10px;
    padding-bottom: 9px;
        background: #ffffff; }
    header .top .grid_8 {
      text-align: right;
      padding-right: 3px;
      box-sizing: border-box; }
    header .top .inline-list {
      padding-top: 2px; }
      header .top .inline-list li + li {
        margin-left: 14px; }
      header .top .inline-list li:hover a {
        color: #f3372c; }
      header .top .inline-list a {
        font-size: 18px; }
    header .top .r-side {
      display: inline-block; }
      @media (max-width: 767px) {
        header .top .r-side {
          width: 100%; } }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

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

.well {
  background: #f8f8ef url("../images/pattern2.jpg"); }
  .well h3 + .row {
    margin-top: 62px; }
  .well .img-wrap + h5 {
    margin-top: 13px; }
  .well h5 + p {
    margin-top: 12px; }
  .well p + h5 {
    margin-top: 50px; }
  .well p + .btn-2 {
    margin-top: 24px; }
  .well .row + .row {
    margin-top: 40px; }
  .well address {
    padding-top: 28px; }
    .well address .grid_4 {
      position: relative; }
      @media (max-width: 767px) {
        .well address .grid_4 {
          text-align: right; } }
    .well address [href^="callto:"], .well address [href^="mailto:"], .well address p {
      color: #6d6c6c;
      font-size: 22px;
      line-height: 23px; }
      .well address [href^="callto:"]:before, .well address [href^="mailto:"]:before, .well address p:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "FontAwesome";
        color: #2393e1; }
      @media (min-width: 768px) and (max-width: 979px) {
        .well address [href^="callto:"], .well address [href^="mailto:"], .well address p {
          font-size: 16px; } }
    .well address [href^="mailto:"]:before {
      content: "à";
      font-size: 66px; }
      @media (max-width: 1199px) {
        .well address [href^="mailto:"]:before {
          font-size: 45px; } }
    .well address [href^="callto:"]:before {
      content: "";
      font-size: 86px; }
      @media (max-width: 1199px) {
        .well address [href^="callto:"]:before {
          font-size: 55px; } }
    .well address p:before {
      content: "A";
      font-size: 79px; }
      @media (max-width: 1199px) {
        .well address p:before {
          font-size: 55px; } }

.well2 h2 {
  color: #323338;
  font-size: 50px;
  line-height: 50px; }
  @media (max-width: 767px) {
    .well2 h2 {
      font-size: 40px;
      line-height: 40px; } }
.well2 span.diff-wrap {
  display: block;
  font-size: 60px;
  line-height: 60px; }
  @media (max-width: 767px) {
    .well2 span.diff-wrap {
      font-size: 40px;
      line-height: 40px; } }
.well2 span.diff {
  color: #2393e1; }
.well2 h4 {
  color: #626368;
  font-size: 36px;
  line-height: 36px; }
.well2 p {
  color: #000000; }
.well2 h2 + h4, .well2 h4 + p {
  margin-top: 12px; }
.well2 p + iframe {
  margin-top: 56px;
  margin-left: -3px; }
.well2 h3 + .row {
  margin-top: 63px; }
.well2 .row + .row {
  margin-top: 50px; }
.well2 * + p {
  margin-top: 27px; }
.well2 * + .btn-2 {
  margin-top: 24px; }

.partners {
  background: #f3f3f3; }

.parallax h3, .parallax h4 {
  color: #fff; }
.parallax h3 + form {
  margin-top: 33px; }

.p1 span, .p2 span {
  display: block; }
.p1 h4, .p2 h4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px; }
  .p1 h4 span, .p2 h4 span {
    font-size: 36px;
    line-height: 34px;
    font-weight: 700; }
.p1 a, .p2 a {
  position: relative;
  display: block; }
  .p1 a:hover .img-title, .p2 a:hover .img-title {
    background: #cf0000; }
.p1 img, .p2 img {
  width: 100%; }
.p1 h3 + .resp-tabs, .p2 h3 + .resp-tabs {
  margin-top: 60px !important; }

/*==================      Well     ======================*/
.well {
  padding-top: 40px;
  padding-bottom: 48px; }

.well2 {
  padding-top: 30px;
  padding-bottom: 42px; }
  
.p1 .parallax_cnt {
  padding-top: 132px;
  padding-bottom: 111px; }

.p2 .parallax_cnt {
  padding-top: 48px;
  padding-bottom: 55px; }

.ins1 {
  padding-top: 40px;
  padding-bottom: 48px; }

.ins2 {
  padding-bottom: 38px; }
  .ins2 a:hover {
    color: #000000; }

.ins3 {
  padding-bottom: 65px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 56px;
  padding-bottom: 122px;
  background: #02091a;
  color: #fff;
  text-align: center;
  position: relative; }
  footer h4 {
    color: #fff;
    font-size: 24px;
    line-height: 24px; }
  footer * + h4 {
    margin-top: 40px; }
  footer address {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700; }
  footer h4 + address {
    margin-top: 35px; }
  footer dl {
    margin-top: 10px; }
    footer dl dt, footer dl dd {
      display: inline-block; }
  footer .tel {
    display: inline-block;
    margin: 0 5px; }
  footer p {
    color: #c3c3c3;
    font-size: 16px;
    line-height: 20px; }
  footer * + p {
    margin-top: 13px;
    padding: 0 220px; }
    @media (max-width: 1199px) {
      footer * + p {
        padding: 0; } }
  footer * + .copyright {
    margin-top: 19px; }
    footer * + .copyright a {
      text-transform: uppercase; }
  footer a:hover {
    color: #f3372c; }
