/*--------------------------------------------*/
/*
COLORS
------
Fonts
-
Red #E32526
Black #000000
Active menu grey #333333
Gray #666666
Grey input placeholder #999999
------
Backgrounds
-
Red #E32526
Light grey #f8f8f1
Gark grey #e4e4e4
Second level menu #f8f8f8
Twitter #f0f0e1
*/
/*--------------------------------------------*/
/*--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s; }
  a:hover {
    text-decoration: none; }

body {
  font-family: CenturyGothic-Regular, sans-serif; }

/*--------------------------FONTS-----------------------------*/
@font-face {
  font-family: MyriadPro-Regular;
  src: url("../fonts/MyriadPro-Regular.otf"); }

@font-face {
  font-family: CenturyGothic-Regular;
  src: url("../fonts/CenturyGothic.ttf"); }

@font-face {
  font-family: CenturyGothic-Bold;
  src: url("../fonts/CenturyGothic-Bold.ttf"); }

@font-face {
  font-family: SouthernAire_Personal_Use_Only;
  src: url("../fonts/SouthernAire_Personal_Use_Only.ttf"); }

/*-------------------------------------------------------*/
.mb-40 {
  margin-bottom: 40px; }

/*----------------------BACKGROUND COLORS----------------*/
.bg-red {
  background-color: #E32526; }

.bg-white {
  background-color: #fff; }

.bg-light-grey {
  background-color: #f8f8f1; }

.bg-darck-grey {
  background-color: #e4e4e4; }

.bg-darkest-grey {
  background-color: #444444; }

.bg-menu {
  background-color: #f8f8f8; }

.bg-twitter {
  background-color: #f0f0e1; }

/*----------------------FONTS COLORS----------------------*/
.fc-white {
  color: #fff; }

.fc-red {
  color: #E32526; }

.fc-black {
  color: #000; }

.fc-active-menu {
  color: #333; }

.fc-grey {
  color: #666; }

.fc-light-grey {
  color: #999; }

.transition, .further-btn::after, .top-header a .fa, .bottom-header .menu > li > a.sub-parent::after, .bottom-header .menu a, .bottom-header .burger-icon, .banner .c-btn::after, .about-item .content ul a::after, .instant form input[type="submit"], .news .swiper-container .swiper-arrow-left, .news .swiper-container .swiper-arrow-right, .contact-form input[type="submit"] {
  -webkit-transition: all ease .4s;
  transition: all ease .4s; }

/*------------------------------------------------------*/
/*----------------------SWIPER SLIDER----------------------*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: inherit; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform, left, top;
  transition-property: transform, left, top;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  box-sizing: content-box;
  cursor: ew-resize;
  margin: 0 auto;
  height: inherit;
  float: left; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  height: inherit;
  position: relative; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

.pagination {
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.swiper-pagination-switch {
  position: relative;
  display: block;
  float: none;
  cursor: pointer;
  transition: all .35s ease-out;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out; }

.point-style-1 .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 16px 0;
  border-radius: 50%; }

.point-style-1 .swiper-pagination-switch.swiper-active-switch {
  background: #E32526; }

.c-btn {
  display: inline-block;
  padding: 10px 16px;
  background: #E32526;
  color: #fff;
  font-size: 16px;
  border: 2px solid #E32526; }
  .c-btn:hover {
    background: #fff;
    color: #E32526; }

.marg-ng-15 {
  margin-left: -15px;
  margin-right: -15px; }

.no-padd {
  padding-left: 0;
  padding-right: 0; }

.row-eq-height {
  overflow: hidden; }

.col-eq-height {
  margin-bottom: -99999px;
  padding-bottom: 99999px; }

.further-btn {
  font-size: 14px;
  float: right;
  letter-spacing: .3px; }
  .further-btn::after {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    background-color: #E32526;
    background-image: url(../img/arrow-white-right.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    vertical-align: middle; }
  .further-btn:hover::after {
    -webkit-transform: translateX(20%);
    transform: translateX(20%); }

.further-btn.white {
  color: #fff;
  float: none;
  font-family: CenturyGothic-Bold,sans-serif; }
  .further-btn.white::after {
    background-image: url(../img/arrow-red-right.png);
    background-color: #fff; }

.top-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 750px;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .top-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .top-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(transparent, #fff);
    background: linear-gradient(transparent, #fff); }

.top-bg.style-2 {
  height: 320px; }
  .top-bg.style-2::before {
    background: rgba(0, 0, 0, 0.5); }

.top-bg.style-3 {
  height: 320px; }
  .top-bg.style-3::before {
    background: rgba(0, 0, 0, 0.5); }

.top-bg.style-4 {
  height: 320px;
  background-position: 0 0; }
  .top-bg.style-4::before {
    background: rgba(0, 0, 0, 0.5); }

.slider-bg {
  position: relative;
  width: 100%;
  min-height: 750px;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .slider-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: -webkit-linear-gradient(transparent 0%, transparent 40%, rgba(255, 255, 255, 0.9) 80%, #fff 100%);
    background: linear-gradient(transparent 0%, transparent 40%, rgba(255, 255, 255, 0.9) 80%, #fff 100%); }

/*----------------------HEADER-----------------------------*/
.header {
  position: relative;
  z-index: 103; }

.header.main-header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 103; }

.top-header {
  height: 52px;
  padding-right: 44px;
  padding-top: 8px; }

.top-header a {
  color: inherit;
  display: inline-block;
  padding: 0 9px;
  font-size: 15px;
  letter-spacing: 0px; }

.top-header li:first-child a {
  padding: 0 21px 0 0;
  font-size: 14.5px;
  letter-spacing: -.2px; }

.top-header a .fa {
  display: inline-block;
  font-size: 18px; }
  .top-header a .fa:hover {
    -webkit-transform: translateY(20%);
    transform: translateY(20%); }

.top-header li {
  display: block;
  float: left; }

.top-header li:after {
  content: '|';
  color: #000;
  font-size: 13px;
  margin: 0px 0px; }

.top-header li:last-child:after {
  content: ''; }

.bottom-header {
  margin-bottom: 65px;
  position: relative; }
  .bottom-header .logo {
    float: left;
    margin-left: 51px; }
    .bottom-header .logo img {
      display: block; }
  .bottom-header nav {
    float: left;
    margin-left: 71px;
    vertical-align: middle; }
  .bottom-header .menu > li {
    padding: 0 10px 0 15px; }
    .bottom-header .menu > li a:hover {
      color: #E32526; }
  .bottom-header .menu > li > a {
    display: inline-block;
    position: relative;
    padding: 14px 0 34px;
    font-weight: 600; }
    .bottom-header .menu > li > a::before {
      content: "";
      position: absolute;
      bottom: -1px;
      width: 100%;
      height: 1px; }
    .bottom-header .menu > li > a:hover::after {
      -webkit-transform: translateY(20%);
      transform: translateY(20%); }
  .bottom-header .menu > li > a.sub-parent::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 13px;
    margin-left: 3px;
    background-image: url(../img/arrow-gray-down.png);
    background-repeat: no-repeat;
    background-position: center; }
  .bottom-header .menu .submenu {
    width: 100%;
    left: 0;
    bottom: -1px;
    position: absolute;
    height: 65px;
    display: none;
    padding-left: 57px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #F8F8F8;
    line-height: 65px;
    z-index: 10; }
    .bottom-header .menu .submenu ul {
      float: none;
      margin-left: 248px;
      letter-spacing: .3px; }
    .bottom-header .menu .submenu h4 {
      float: left;
      font-size: 17px;
      color: #666;
      width: 248px; }
    .bottom-header .menu .submenu li {
      padding-right: 44px; }
    .bottom-header .menu .submenu a {
      color: #E32526; }
      .bottom-header .menu .submenu a:hover {
        color: #444444; }
  .bottom-header .menu a {
    font-weight: 700;
    font-size: 15px;
    color: #333; }
  .bottom-header li {
    float: left; }
  .bottom-header .log-btn {
    margin-top: 11px;
    position: absolute;
    right: 44px;
    top: 0;
    font-size: 13px;
    background: #E32526;
    color: #fff;
    padding: 4px 11px;
    border: 2px solid #E32526;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 1; }
    .bottom-header .log-btn:hover {
      color: #E32526;
      background: transparent; }
  .bottom-header .burger-icon {
    display: none;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer;
    color: #444; }
    .bottom-header .burger-icon.active {
      color: #E32526; }
    .bottom-header .burger-icon:hover {
      color: #E32526; }

/*----------------------BANNER-----------------------------*/
.banner {
  margin-bottom: -309px;
  color: #fff;
  text-align: center; }
  .banner .banner-heading {
    padding-top: 241px;
    position: relative;
    z-index: 1; }
  .banner .title {
    margin-top: 0;
    font-size: 39px;
    letter-spacing: 1.1px;
    line-height: 47px; }
  .banner .sub-title {
    margin-top: 39px;
    font-size: 16px; }
  .banner .c-btn {
    padding: 12px 18px;
    margin-top: 27px; }
    .banner .c-btn::after {
      content: "";
      display: inline-block;
      height: 13px;
      width: 15px;
      margin-left: 9px;
      background-image: url(../img/arrow-white-right.png);
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle; }
    .banner .c-btn:hover::after {
      background-image: url(../img/arrow-red-right.png);
      -webkit-transform: translateX(30%);
      transform: translateX(30%); }

.flexslider {
  border: none; }
  .flexslider .flex-control-nav {
    width: auto;
    bottom: auto;
    right: 19%;
    top: 297px;
    z-index: 101; }
    .flexslider .flex-control-nav li {
      display: block;
      margin: 16px 0; }
      .flexslider .flex-control-nav li a {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        box-shadow: none; }
      .flexslider .flex-control-nav li .flex-active {
        background: #E32526; }

/*------------------------------------------------------*/
/* HOME */
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* ABOUT */
/*------------------------------------------------------*/
.about {
  position: relative;
  margin-bottom: 0;
  z-index: 2; }

.about-item {
  margin-top: 61px;
  width: 33.333%;
  float: left; }

.about-item .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.about-item .content {
  position: relative;
  min-height: 196px;
  padding: 28px 50px 29px; }
  .about-item .content .title {
    font-family: CenturyGothic-Bold;
    font-size: 21px;
    margin-bottom: 14px; }
  .about-item .content ul li {
    position: relative;
    display: block;
    padding: 5px 0; }
  .about-item .content ul a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 300; }
    .about-item .content ul a:hover::after {
      -webkit-transform: translateX(50%);
      transform: translateX(50%); }
  .about-item .content ul a::after {
    content: "";
    position: absolute;
    right: -3px;
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(../img/arrow-white-sm.png) no-repeat 0 0; }

.about-item.top .content:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #E32526; }

.about-item.bottom {
  position: relative; }
  .about-item.bottom .content {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }

.about-item.bottom .content:after {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -12px;
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #E32526; }

/*------------------------------------------------------*/
/* INSTANT */
/*------------------------------------------------------*/
.instant {
  display: table;
  width: 100%;
  height: 56px;
  margin-top: 4px;
  background: #4e4e4e; }
  .instant .title, .instant form {
    display: table-cell;
    vertical-align: middle; }
  .instant .title {
    padding-left: 24px;
    color: #fff;
    font-size: 18px;
    font-family: CenturyGothic-Bold, sans-serif; }
  .instant form {
    padding-left: 8px; }
    .instant form .select-wrap {
      position: relative;
      display: inline-block;
      width: 245px; }
      .instant form .select-wrap::after {
        content: "";
        position: absolute;
        top: 20px;
        right: 0;
        width: 20px;
        height: 18px;
        background: #fff;
        pointer-events: none; }
      .instant form .select-wrap .fa {
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        pointer-events: none;
        cursor: pointer;
        z-index: 1; }
    .instant form input, .instant form select {
      display: inline-block;
      padding: 0 16px;
      margin: 9px 0;
      border: none;
      height: 36px;
      width: 245px;
      font-size: 13px;
      color: #999; }
      .instant form input:focus, .instant form select:focus {
        outline: none; }
    .instant form .dropdown {
      -webkit-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative; }
      .instant form .dropdown::before {
        content: "";
        position: absolute;
        height: 100%;
        right: 0;
        width: 10px;
        background: #fff; }
    .instant form input {
      margin-left: 10px; }
    .instant form input[type="submit"] {
      padding: 11px 12px;
      background: #E32526;
      height: auto;
      width: auto;
      border: 2px solid #E32526;
      color: #fff;
      font-family: CenturyGothic-Bold, sans-serif;
      font-size: 14px; }
      .instant form input[type="submit"]:hover {
        background: transparent; }

/*------------------------------------------------------*/
/* NEWS */
/*------------------------------------------------------*/
.news .news-col {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat; }

.news .swiper-container .swiper-arrow-left, .news .swiper-container .swiper-arrow-right {
  position: absolute;
  right: 47px;
  width: 11px;
  height: 13px;
  background: url(../img/arrow-gray-down.png) 0 0 no-repeat;
  cursor: pointer; }

.news .swiper-container .swiper-arrow-right {
  top: 70px; }
  .news .swiper-container .swiper-arrow-right:hover {
    -webkit-transform: translateY(20%);
    transform: translateY(20%); }

.news .swiper-container .swiper-arrow-left {
  top: 37px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  .news .swiper-container .swiper-arrow-left:hover {
    -webkit-transform: rotate(180deg) translateY(20%);
    transform: rotate(180deg) translateY(20%); }

.news .slide-box {
  padding: 29px 56px 37px;
  cursor: ns-resize; }
  .news .slide-box .title {
    font-size: 22px; }
  .news .slide-box .sub-title {
    font-size: 14px;
    color: #E32526; }
  .news .slide-box .sub-title {
    margin-top: 9px;
    line-height: 20px; }
  .news .slide-box .date {
    margin-top: 6px;
    font-size: 13px;
    color: #777; }
  .news .slide-box .text {
    margin-top: 18px;
    font-size: 13px;
    color: #666;
    line-height: 18px; }
  .news .slide-box .further-btn {
    font-size: 14px;
    color: #E32526;
    margin-top: 27px;
    margin-right: 27px; }

.news .text-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 57%;
  padding: 36px 30px 36px 38px;
  color: #fff;
  background: rgba(255, 128, 0, 0.8); }
  .news .text-wrap .title {
    font-family: SouthernAire_Personal_Use_Only, sans-serif;
    font-size: 58px;
    line-height: 42px; }
  .news .text-wrap .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: CenturyGothic-Bold, sans-serif; }
  .news .text-wrap .further-btn {
    display: block;
    margin-top: 27px;
    font-size: 16px;
    letter-spacing: 0; }

/*------------------------------------------------------*/
/* MEDIA */
/*------------------------------------------------------*/
.media {
  margin-bottom: 43px; }

.media .row {
  display: table; }

.media [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
  padding-right: 0; }

.media .title {
  font-size: 24px;
  margin-bottom: 17px; }

.twitter, .testimonial {
  padding-bottom: 25px; }

.twitter {
  background-color: #f0f0e1; }

.testimonial-wrapper,
.twitter-wrapper {
  padding-top: 30px;
  padding-left: 58px; }

.twitter .title {
  font-size: 22px; }

.twitter a,
.twitter .title {
  color: #000; }

.twitter .icon {
  float: left; }

.twitter .icon .fa {
  color: #00a3d9; }

.twitter .tweet {
  margin-top: -1px;
  color: #666;
  padding-left: 30px;
  font-size: 13px;
  line-height: 18px; }

.twitter .tweet a {
  display: block;
  font-style: italic; }

.twitter .tweet .source {
  font-weight: bold; }

.twitter .date {
  text-decoration: underline; }

.twitter .tweet .twitter-follow-button {
  position: relative;
  margin-top: 31px;
  font-family: CenturyGothic-Bold, sans-serif;
  display: inline-block;
  padding: 1px 4px;
  border: 1px solid #c2c2b5;
  background: -webkit-linear-gradient(#f0f0e1, #d2d2c5);
  background: linear-gradient(#f0f0e1, #d2d2c5);
  border-radius: 4px;
  font-style: normal; }
  .twitter .tweet .twitter-follow-button .fa {
    color: #00a3d9; }

.video {
  min-height: 254px;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.video .cut_video_btn, .cut_video_link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-image: url(../img/video-play.png); }

.video.active .cut_video_btn {
  display: none; }

a.cut_video_close {
  display: none;
  position: absolute;
  top: 0px;
  right: 5px;
  color: #fff;
  z-index: 3; }

.video .title {
  position: absolute;
  top: 27px;
  left: 49px; }

.video .sub-title {
  position: absolute;
  bottom: 35px;
  left: 49px;
  color: #fff;
  font-style: 16px;
  line-height: 20px; }

.video .cut_video_btn, .cut_video_link {
  position: absolute;
  width: 78px;
  height: 50px;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2; }

.cut_video_iframe {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 2; }

.video.active .cut_video_iframe {
  display: block; }

.video.active a.cut_video_close {
  display: block; }

.video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.testimonial-wrapper {
  padding-left: 44px;
  padding-right: 46px; }

.testimonial {
  background-color: #f8f8f1; }

.testimonial .name {
  padding-top: 4px;
  font-size: 14px;
  color: #E32526; }

.testimonial .text {
  margin-top: 12px;
  line-height: 19px;
  font-size: 13px;
  color: #666; }

.testimonial a {
  color: #E32526;
  font-size: 14px; }

.testimonial .further-btn {
  margin-top: 14px; }

.twitter, .video, .testimonial {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto; }

/*------------------------------------------------------*/
/*  PAGE */
/*------------------------------------------------------*/
.page-nav {
  margin: -64px 0 0;
  padding: 0 40px; }
  .page-nav h2 {
    padding: 33px 0 36px;
    font-size: 27px;
    font-weight: 700;
    float: left;
    color: #fff; }
  .page-nav .path {
    padding: 38px 0;
    margin-left: 10px;
    float: right;
    font-size: 14px;
    color: #fff; }
    .page-nav .path a {
      color: #fff; }

.page-main {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 51px 37px 30px; }

.nav-sidebar {
  margin-bottom: 100px; }
  .nav-sidebar h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 17px 29px 16px;
    background: #E32526; }
  .nav-sidebar ul {
    background: #f8f8f8; }
  .nav-sidebar li {
    padding: 11px 28px;
    border-bottom: 1px solid #fff;
    line-height: 16px; }
  .nav-sidebar a {
    font-size: 15px;
    color: #333; }
    .nav-sidebar a:hover {
      color: #E32526; }
  .nav-sidebar a.active {
    color: #E32526; }

.info-wrap {
  padding: 5px 13px;
  margin-bottom: 87px; }
  .info-wrap .info-heading {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: .1px; }
    .info-wrap .info-heading::after {
      content: "";
      display: block;
      width: 52px;
      height: 2px;
      margin-top: 17px;
      background: #000; }
  .info-wrap .info-heading.style-2 {
    margin-top: -5px; }
    .info-wrap .info-heading.style-2::after {
      content: "";
      display: block;
      width: 170px;
      height: 2px;
      margin-top: 17px; }
  .info-wrap .info-body {
    margin-top: 17px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1px;
    color: #666; }
    .info-wrap .info-body .alert {
      display: inline-block;
      color: #E32526; }
      .info-wrap .info-body .alert:hover {
        padding-left: 5px; }
    .info-wrap .info-body img.arrow {
      display: inline-block;
      vertical-align: middle;
      margin-right: 18px; }
  .info-wrap .info-list li {
    padding: 1px 0 0; }
    .info-wrap .info-list li:before {
      content: "+";
      display: inline-block;
      padding-right: 18px; }

/*--------------Leadership---------------*/
.leadership {
  padding: 0 13px;
  margin-bottom: 182px; }
  .leadership .info-body {
    margin-top: 0; }
  .leadership .info-person {
    margin-bottom: 69px; }
    .leadership .info-person .person-img {
      float: left;
      width: 196px;
      height: 238px; }
    .leadership .info-person .person-desc {
      float: left;
      width: 555px;
      padding-left: 30px; }
      .leadership .info-person .person-desc .name {
        font-size: 20px;
        font-weight: 700;
        color: #000; }
      .leadership .info-person .person-desc .position {
        margin-top: -1px;
        font-size: 14px;
        color: #666; }
        .leadership .info-person .person-desc .position::after {
          content: "";
          display: block;
          width: 52px;
          height: 2px;
          margin-top: 17px;
          background: #000; }
      .leadership .info-person .person-desc .text {
        margin-top: 1px;
        line-height: 25px; }

/*-------------Media Center-------------*/
.info-wrap.download {
  padding-top: 0;
  margin-bottom: 196px; }
  .info-wrap.download .download-list {
    margin-top: -17px; }
    .info-wrap.download .download-list li {
      padding: 14px 0 16px 66px;
      list-style-type: none;
      border-bottom: 1px dotted #AAAAAA; }
      .info-wrap.download .download-list li:first-child {
        border-top: 1px dotted #AAAAAA; }
      .info-wrap.download .download-list li a {
        display: inline-block;
        font-size: 15px;
        color: #333;
        letter-spacing: .3px; }
        .info-wrap.download .download-list li a:hover {
          color: #E32526; }
      .info-wrap.download .download-list li .size {
        font-size: 14px;
        line-height: 14px;
        color: #999; }
      .info-wrap.download .download-list li.adobe {
        background: url(../img/adobe.png) no-repeat left 50%; }
      .info-wrap.download .download-list li.word {
        background: url(../img/word.png) no-repeat left 50%; }

.info-wrap.faq, .info-wrap.page-video {
  padding-top: 0; }
  .info-wrap.faq .info-body, .info-wrap.page-video .info-body {
    margin-top: 0; }

/*---------------Videos----------------*/
.page-video .input-fieldset {
  margin-bottom: 37px; }

.page-video .video {
  min-height: 227px; }
  .page-video .video .video-options {
    margin-top: 8px;
    margin-right: 10px;
    position: relative;
    z-index: 4;
    float: right; }
    .page-video .video .video-options li {
      display: inline-block;
      padding: 0 5px; }
    .page-video .video .video-options a {
      display: inline-block; }
    .page-video .video .video-options .video-clock {
      width: 13px;
      height: 13px;
      background: url(../img/video-clock.png) center no-repeat; }
    .page-video .video .video-options .video-next {
      width: 15px;
      height: 13px;
      background: url(../img/video-arrow.png) center no-repeat; }
  .page-video .video .cut_video_btn {
    width: 59px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    background-image: none; }
    .page-video .video .cut_video_btn .cut_video_icon {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-left: 14px solid #fff;
      border-top: 11px solid transparent;
      border-bottom: 11px solid transparent;
      z-index: 3;
      -webkit-transition: all ease-in-out .4s;
      transition: all ease-in-out .4s; }
    .page-video .video .cut_video_btn:hover {
      background-color: rgba(0, 0, 0, 0.5); }
      .page-video .video .cut_video_btn:hover .cut_video_icon {
        border-left: 14px solid #E32526; }

.page-video .video-desc {
  padding: 8px 16px 14px 16px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
  background: #f8f8f8; }
  .page-video .video-desc .title a {
    font-size: 15px;
    color: #333;
    font-weight: 700; }
  .page-video .video-desc .text {
    margin-top: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #666; }

/*------------Search Form--------------*/
.input-fieldset {
  margin-top: 1px;
  position: relative; }
  .input-fieldset .fieldset-search {
    display: inline-block;
    width: 334px;
    padding: 6px 10px;
    border: 1px solid #ccc; }
  .input-fieldset input[type="submit"] {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 14px;
    background: url(../img/search-i.png) no-repeat 0 0;
    border: none; }

/*------------Page Banner--------------*/
.page-banner {
  padding: 18px 28px 52px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: right; }
  .page-banner .page-banner-title {
    font-size: 20px;
    font-weight: 700; }
  .page-banner .page-banner-subtitle {
    margin-top: 5px;
    font-size: 13px;
    font-style: italic; }

/*--------------Page Post--------------*/
.page-post {
  position: relative;
  margin-bottom: 29px;
  padding: 26px 26px 26px 30px;
  background: #f8f8f8; }
  .page-post .title a {
    font-size: 18px;
    color: #333;
    font-weight: 700; }
    .page-post .title a:hover {
      color: #E32526; }
  .page-post .post-date {
    margin-top: 3px;
    font-size: 12px;
    line-height: 12px;
    color: #999; }
  .page-post .tags {
    margin-top: 8px; }
    .page-post .tags a {
      display: inline-block;
      margin-right: 7px;
      padding: 3px 10px;
      font-style: 12px;
      line-height: 12px;
      color: #666;
      background: #ddd;
      letter-spacing: -.4px; }
  .page-post .text {
    padding-left: 5px;
    margin-top: 10px;
    font-style: 13px;
    color: #888;
    line-height: 23px;
    letter-spacing: -.4px; }
  .page-post .further {
    margin-top: 10px; }
  .page-post img {
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
    max-width: 700px; }
  .page-post .video {
    margin: 20px auto; }
  .page-post iframe {
    display: block; }

/*-----------------FAQ-----------------*/
.info-wrap.faq .faq-accordion {
  margin-top: 38px;
  margin-bottom: 16px; }
  .info-wrap.faq .faq-accordion .panel-wrap {
    margin-top: 16px; }
  .info-wrap.faq .faq-accordion .panel-title {
    position: relative;
    background: #f8f8f8;
    padding: 9px 35px 10px;
    color: #E32526;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer; }
    .info-wrap.faq .faq-accordion .panel-title::before, .info-wrap.faq .faq-accordion .panel-title::after {
      content: "";
      position: absolute;
      right: 10px;
      top: 50%;
      width: 12px;
      height: 3px;
      background: #E32526;
      -webkit-transition: all ease-in-out .3s;
      transition: all ease-in-out .3s; }
    .info-wrap.faq .faq-accordion .panel-title::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .info-wrap.faq .faq-accordion .panel-title.active::after {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .info-wrap.faq .faq-accordion .panel-collapse {
    display: none; }
    .info-wrap.faq .faq-accordion .panel-collapse ul {
      margin-top: 7px; }
    .info-wrap.faq .faq-accordion .panel-collapse li {
      margin-left: 28px;
      padding-left: 8px;
      padding-top: 11px;
      padding-bottom: 11px;
      list-style-type: disc; }
    .info-wrap.faq .faq-accordion .panel-collapse li:not(:last-child) {
      border-bottom: 1px dotted #ccc; }
    .info-wrap.faq .faq-accordion .panel-collapse .question {
      font-size: 14px;
      color: #333;
      font-weight: 700; }
    .info-wrap.faq .faq-accordion .panel-collapse .answer {
      line-height: 22px;
      font-size: 13px;
      color: #666; }

/*-------Products and Solutions--------*/
.personal-insurance {
  padding: 0; }
  .personal-insurance .info-body {
    margin-top: 10px; }
    .personal-insurance .info-body .insurance-text {
      margin-top: 13px;
      margin-bottom: 41px;
      width: 47%;
      line-height: 18px;
      letter-spacing: 0; }
  .personal-insurance .insurance-box {
    margin-bottom: 46px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px; }
    .personal-insurance .insurance-box .img-block, .personal-insurance .insurance-box .text-block {
      min-height: 124px; }
    .personal-insurance .insurance-box .img-block {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .personal-insurance .insurance-box .text-block {
      position: relative;
      background: #E32526; }
      .personal-insurance .insurance-box .text-block span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        letter-spacing: .4px; }
    .personal-insurance .insurance-box .text-block.top::after {
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -12px;
      content: '';
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid #E32526; }
    .personal-insurance .insurance-box .text-block.bottom::after {
      position: absolute;
      top: -12px;
      left: 50%;
      margin-left: -12px;
      content: '';
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #E32526; }

/*----------------News-----------------*/
.page-news {
  padding-top: 0;
  margin-bottom: 73px; }
  .page-news .input-fieldset {
    margin-top: 16px;
    margin-bottom: 37px; }
  .page-news .input-fieldset .fieldset-search {
    padding: 7px 10px; }

.news-sidebar li {
  margin-bottom: 18px; }

.news-sidebar li:first-child {
  margin-bottom: 17px; }

.news-sidebar a {
  display: block;
  padding: 3px 0 4px;
  color: #333;
  font-size: 14px;
  text-align: center;
  font-weight: 700; }
  .news-sidebar a.active {
    background: #E32526;
    color: #fff; }

.page-news-single {
  padding-top: 0;
  margin-bottom: 66px; }
  .page-news-single .info-body {
    margin-top: 0; }
  .page-news-single .single-nav {
    display: inline-block;
    text-align: center;
    width: 148px;
    padding: 3px 0;
    background: #E32526;
    font-size: 14px;
    color: #fff;
    font-weight: 700; }
  .page-news-single .page-post {
    margin-top: 41px;
    padding-bottom: 56px; }
    .page-news-single .page-post .text {
      margin-top: 18px; }

/*----------------Blog-----------------*/
.page-blog {
  padding-top: 0; }
  .page-blog .info-body {
    margin-top: 0; }
  .page-blog .input-fieldset {
    margin-bottom: 38px; }
  .page-blog .further {
    margin-top: 15px; }
  .page-blog .further-posts {
    margin-top: 49px; }
    .page-blog .further-posts ul {
      float: right; }
    .page-blog .further-posts li {
      display: inline-block; }
    .page-blog .further-posts a {
      display: block;
      width: 30px;
      height: 30px;
      color: #E32526;
      border-radius: 50%;
      font-size: 16px;
      text-align: center;
      line-height: 30px;
      font-weight: 700; }
    .page-blog .further-posts a:hover:not(.active) {
      color: #666; }
    .page-blog .further-posts a.active {
      background: #666;
      color: #fff; }
      .page-blog .further-posts a.active:hover {
        background: #E32526;
        color: #fff; }

/*----------------Contact-----------------*/
.page-contact {
  margin-bottom: 64px; }
  .page-contact .info-heading::after {
    display: none !important; }
  .page-contact .page-contact-box {
    width: 33.3333333333%;
    float: left; }
    .page-contact .page-contact-box p, .page-contact .page-contact-box a {
      color: #E32526;
      font-style: 14px; }
    .page-contact .page-contact-box address {
      font-style: 14px;
      color: #777;
      line-height: 23px; }
  .page-contact .contact-box-wrap {
    margin-bottom: 21px; }
  .page-contact h5 {
    margin-top: 14px;
    margin-bottom: 10px;
    font-style: 14px;
    color: #000; }
    .page-contact h5 span {
      display: inline-block;
      padding: 1px 11px;
      background: #f8f8f8;
      font-weight: 700; }
  .page-contact .feedback-title {
    margin-top: 25px !important; }

.contact-form {
  margin-top: 23px; }
  .contact-form fieldset {
    margin-bottom: 35px; }
  .contact-form input, .contact-form select {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 11px;
    height: 35px;
    width: 242px;
    line-height: 35px; }
    .contact-form input:not(:last-child) {
      margin-right: 16px; }
  .contact-form .subject {
    display: block;
    width: 100%; }
  .contact-form textarea {
    width: 100%;
    height: 176px;
    border: 1px solid #ccc;
    padding: 8px 11px;
    resize: none; }
  .contact-form input[type="radio"], .contact-form input[type="checkbox"]{
	  width:15px;
	  height:15px;
	  margin:10px 10px 0px;
  }
  .contact-form input[type="submit"] {
    color: #fff;
    border: none;
    width: auto;
    height: auto;
    line-height: 15px;
    font-size: 15px;
    padding: 6px 16px;
    background: #E32526;
    border: 1px solid transparent; }
    .contact-form input[type="submit"]:hover {
      color: #E32526;
      background: #fff;
      border: 1px solid #E32526; }
  .contact-form .submit-field {
    margin-top: 35px;
    text-align: right; }

#map-canvas {
  height: 328px; }

/*----------------------FOOTER-----------------------------*/
.footer-wrapper {
  height: 47px;
  line-height: 47px; }

.footer-text {
  margin-left: 58px;
  font-size: 13px; }

/*------------------------------------------------------*/
/*  PRELOADER */
/*------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9999; }
  .preloader .preloader-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  .flexslider .flex-control-nav {
    right: 5%; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .bottom-header nav {
    margin-top: 20px; }
  .bottom-header .menu .submenu ul {
    margin-left: 28px; }
  .instant form input[type="email"] {
    margin-left: 0; }
  .instant form input[type="text"] {
    margin-right: 10px; }
  .leadership .info-person .person-desc {
    width: 60%; }
  .contact-form .phone {
    width: 100%;
    margin-top: 35px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .bottom-header, .top-header {
    position: absolute;
    width: 100%; }
  .top-header {
    top: 72px;
    z-index: 999;
    padding-right: 0; }
    .top-header .content {
      padding-right: 10px; }
  .bottom-header {
    z-index: 998;
    padding-top: 10px; }
  .bottom-header nav {
    display: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center; }
  .bottom-header .log-btn {
    position: static;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px; }
  .bottom-header .burger-icon {
    display: block;
    float: right; }
  .bottom-header .logo {
    margin-bottom: 20px; }
  .bottom-header .menu {
    margin: 20px 0; }
  .bottom-header .menu > li {
    position: relative;
    float: none;
    text-align: center;
    padding: 0; }
  .bottom-header .menu > li:not(:last-child) > a {
    display: inline-block;
    padding: 15px 0 15px; }
  .bottom-header .menu .submenu {
    width: auto;
    height: auto;
    top: 0;
    bottom: auto;
    position: relative;
    padding-left: 0;
    padding-top: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #F8F8F8;
    line-height: normal; }
    .bottom-header .menu .submenu h4, .bottom-header .menu .submenu ul {
      float: none;
      display: block; }
    .bottom-header .menu .submenu li {
      padding: 0;
      float: none; }
      .bottom-header .menu .submenu li a {
        display: inline-block;
        padding: 15px 0;
        font-size: 14px; }
  .bottom-header .menu .submenu ul {
    margin-left: auto; }
  .bottom-header .menu .submenu h4 {
    width: 100%; }
  .banner {
    margin-top: 0;
    margin-bottom: -180px; }
  .about-item .content {
    padding: 28px 30px 29px; }
  .news {
    display: block;
    width: auto; }
    .news .news-col {
      display: block;
      vertical-align: top;
      float: left;
      width: 100%; }
  .media > .row {
    display: block;
    width: auto; }
  .twitter, .video, .testimonial {
    display: block !important; }
  /* Pages */
  .page-main {
    padding: 51px 0 30px; }
  .page-nav {
    margin-top: 123px; }
  .nav-sidebar {
    margin-bottom: 50px; }
  .info-wrap.faq .input-fieldset {
    width: 250px;
    float: none !important;
    margin-left: auto;
    margin-right: auto; }
  .info-wrap.faq .input-fieldset .fieldset-search {
    width: 250px; }
  .leadership .info-person .person-desc {
    width: 100%; }
  .leadership .info-person .person-desc, .leadership .info-person .person-img {
    padding-left: 0;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .leadership .info-person .person-desc {
    margin-top: 50px; }
  .bottom-header .menu > li:hover .submenu {
    display: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .header.main-header {
    position: relative; }
  .flexslider .flex-control-nav {
    right: 2%; }
  .about-item {
    margin: 0 auto;
    width: 70%;
    float: none; }
  .about-item.bottom {
    position: relative; }
    .about-item.bottom .content {
      position: relative;
      width: 100%;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .about-item.bottom .content:after {
    position: absolute;
    top: auto;
    bottom: -12px;
    left: 50%;
    border-top: 12px solid #E32526;
    border-bottom: none; }
  .instant .title {
    padding: 10px 0;
    text-align: center; }
  .instant .title, .instant form {
    display: block; }
  .info-wrap .info-list li {
    padding: 10px 0 0; }
  .leadership .info-person .person-desc {
    width: auto; }
  .info-wrap.download {
    padding-top: 0;
    margin-bottom: 70px; }
  .personal-insurance .insurance-box {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto; }
  .personal-insurance .info-body .insurance-text {
    width: 80%; }
  .page-news-single .single-nav {
    float: none !important;
    margin: 5px auto;
    display: block; }
  .contact-form input[type="text"], .contact-form input[type="email"] {
    display: block;
    width: 100%; }
  .contact-form input[type="email"] {
    margin-top: 35px; } }

@media only screen and (max-width: 550px) {
  .bottom-header .logo {
    margin-left: 20px;
    margin-top: 5px; }
  .banner .banner-heading {
    padding-left: 30px;
    padding-right: 30px; }
  .about-item {
    width: 80%; }
  .instant form input {
    display: block;
    margin: 19px auto !important; }
  .instant form .select-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .instant form select {
    margin: 0; }
  .instant form .select-wrap::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    pointer-events: none; }
  .page-nav {
    padding: 0; }
  .page-nav h2, .page-nav .path {
    float: none;
    text-align: center; }
  .input-fieldset {
    float: none !important; }
  .input-fieldset .fieldset-search {
    display: block;
    width: 100%; }
  .page-contact .page-contact-box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .top-header li:first-child {
    display: none; }
  .banner-heading {
    margin-bottom: 50px; }
  .banner .title {
    font-size: 35px; }
  .about-item {
    width: 100%; }
  .news .news-col {
    background-position: center;
    background-size: cover; }
  .news .text-wrap {
    width: 100%; }
  .page-nav .path {
    padding: 0 0 58px; }
  .info-wrap {
    padding: 5px 0;
    margin-bottom: 20px; }
  .page-video .input-fieldset {
    float: none !important; }
    .page-video .input-fieldset .fieldset-search {
      display: block;
      width: 100%; } }

/* Custom, iPhone Retina */
