/*
* Font global variable
*/
/*
* Color global variable
*/
/*
* 	Font size global variable
*/
/*
* 	Width height global variable
*/
/*
    *Header Sizes
*/
/*
    Source Sans Pro
*/
/*url('/fonts/SourceSansPro/SourceSansPro-Black.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-BlackItalic.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-Bold.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-BoldItalic.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-ExtraLight.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-ExtraLightItalic.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-Italic.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-Light.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-LightItalic.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-Regular.ttf')
        url('/fonts/SourceSansPro/SourceSansPro-Semibold.ttf'),
        url('/fonts/SourceSansPro/SourceSansPro-SemiboldItalic.ttf');*/
/*src: url('/build/fonts/SourceSansPro/SourceSansPro-Regular.ttf');
    src: url('/build/fonts/SourceSansPro/OceanSansLight.eot?#iefix') format('embedded-opentype'),
         url('/build/fonts/SourceSansPro/OceanSansLight.woff') format('woff'),
         url('/build/fonts/SourceSansPro/OceanSansLight.ttf') format('truetype'),
         url('/build/fonts/SourceSansPro/OceanSansLight.svg#OceanSansLight') format('svg');*/
@font-face {
  font-family: 'SourceSansProSemiBold';
  src: url("/fonts/SourceSansPro/SourceSansPro-Semibold.ttf"); }

@font-face {
  font-family: 'SourceSansProLight';
  src: url("/fonts/SourceSansPro/SourceSansPro-Light.ttf"); }

html {
  font-family: "SourceSansProLight"; }

body {
  transition: all 0.4s linear;
  margin: 0; }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.main-wrapper {
  position: relative;
  width: 100%;
  transition: all 0.3s ease; }
  .main-wrapper__industry {
    z-index: 3;
    width: 100%; }
    .main-wrapper__industry__list {
      margin-left: auto;
      margin-right: auto;
      list-style-type: none;
      text-align: center;
      margin: 0; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .main-wrapper__industry__list__industry-image {
          width: 145px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .main-wrapper__industry__list__industry-image {
          width: 110px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .main-wrapper__industry__list__industry-image {
          width: 90px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .main-wrapper__industry__list__industry-image {
          width: 70px; } }
      .main-wrapper__industry__list__title {
        font-weight: 600; }
        @media (min-width: 1300px) and (max-width: 1920px) {
          .main-wrapper__industry__list__title {
            width: 145px;
            font-size: 24px;
            margin-bottom: 25px; } }
        @media (min-width: 979px) and (max-width: 1299px) {
          .main-wrapper__industry__list__title {
            width: 120px;
            font-size: 22px;
            margin-bottom: 22px; } }
        @media (min-width: 768px) and (max-width: 978px) {
          .main-wrapper__industry__list__title {
            width: 90px;
            font-size: 18px;
            margin-bottom: 18px; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .main-wrapper__industry__list__title {
            width: 70px;
            font-size: 15px;
            margin-bottom: 15px; } }
      .main-wrapper__industry__list li {
        display: inline-block; }
        @media (min-width: 1300px) and (max-width: 1920px) {
          .main-wrapper__industry__list li {
            width: 145px;
            margin-right: 42px; } }
        @media (min-width: 979px) and (max-width: 1299px) {
          .main-wrapper__industry__list li {
            width: 112px;
            margin-right: 36px; } }
        @media (min-width: 768px) and (max-width: 978px) {
          .main-wrapper__industry__list li {
            width: 90px;
            margin-right: 28px; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .main-wrapper__industry__list li {
            width: 70px;
            margin-right: 24px; } }
      .main-wrapper__industry__list li * {
        vertical-align: middle;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .main-wrapper__industry__title {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5%;
      width: 65%;
      text-align: center;
      color: #ee2d28; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .main-wrapper__industry__title {
          font-size: 64px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .main-wrapper__industry__title {
          font-size: 50px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .main-wrapper__industry__title {
          font-size: 42px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .main-wrapper__industry__title {
          font-size: 28px; } }
    .main-wrapper__industry__border-img {
      overflow: hidden;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .main-wrapper__industry__border-img {
          width: 940px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .main-wrapper__industry__border-img {
          width: 738px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .main-wrapper__industry__border-img {
          width: 598px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .main-wrapper__industry__border-img {
          width: 510px; } }
      .main-wrapper__industry__border-img img {
        display: block;
        margin: auto; }
  .main-wrapper__solution {
    z-index: 3;
    width: 100%; }
    .main-wrapper__solution__content {
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .main-wrapper__solution__content {
          width: 634px;
          font-size: 20px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .main-wrapper__solution__content {
          width: 560px;
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .main-wrapper__solution__content {
          width: 500px;
          font-size: 18px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .main-wrapper__solution__content {
          width: 400px;
          font-size: 14px; } }
      .main-wrapper__solution__content__item {
        float: left;
        margin-top: 53px; }
        @media (min-width: 1300px) and (max-width: 1920px) {
          .main-wrapper__solution__content__item {
            width: 290px; } }
        @media (min-width: 979px) and (max-width: 1299px) {
          .main-wrapper__solution__content__item {
            width: 250px; } }
        @media (min-width: 768px) and (max-width: 978px) {
          .main-wrapper__solution__content__item {
            width: 200px; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .main-wrapper__solution__content__item {
            width: 100px; } }
      .main-wrapper__solution__content__left {
        text-align: right;
        margin-right: 12px; }
      .main-wrapper__solution__content__right {
        text-align: left;
        margin-left: 12px; }
      .main-wrapper__solution__content__img {
        margin-left: auto;
        margin-right: auto;
        height: 152px;
        float: left; }
  .main-wrapper__technology {
    z-index: 3;
    width: 100%;
    margin-bottom: 60px; }
    .main-wrapper__technology__border-img {
      margin-left: auto;
      margin-right: auto;
      overflow: hidden; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .main-wrapper__technology__border-img {
          width: 610px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .main-wrapper__technology__border-img {
          width: 602px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .main-wrapper__technology__border-img {
          width: 500px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .main-wrapper__technology__border-img {
          width: 480px; } }
      .main-wrapper__technology__border-img img {
        display: block;
        margin: auto; }
    .main-wrapper__technology__list {
      margin: 0;
      list-style-type: none;
      text-align: center; }
      .main-wrapper__technology__list li {
        height: 201px;
        display: inline-block; }
        @media (min-width: 1300px) and (max-width: 1920px) {
          .main-wrapper__technology__list li {
            margin-right: 40px; } }
        @media (min-width: 979px) and (max-width: 1299px) {
          .main-wrapper__technology__list li {
            margin-right: 30px; } }
        @media (min-width: 768px) and (max-width: 978px) {
          .main-wrapper__technology__list li {
            margin-right: 10px; } }
      .main-wrapper__technology__list li * {
        display: block;
        margin: 0 auto 0 auto; }
      .main-wrapper__technology__list__logo {
        margin-top: 25px !important; }
        @media (min-width: 1300px) and (max-width: 1920px) {
          .main-wrapper__technology__list__logo {
            width: 100%; } }
        @media (min-width: 979px) and (max-width: 1299px) {
          .main-wrapper__technology__list__logo {
            width: 80%; } }
        @media (min-width: 768px) and (max-width: 978px) {
          .main-wrapper__technology__list__logo {
            width: 70%; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .main-wrapper__technology__list__logo {
            width: 60%; } }
    .main-wrapper__technology__title {
      margin-left: auto;
      margin-right: auto;
      /*width: $container_size;*/
      text-align: center;
      font-size: 65px;
      color: #ee2d28; }
  .main-wrapper__main-about {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #75b87a; }
    .main-wrapper__main-about__description {
      color: white;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      width: 65%; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .main-wrapper__main-about__description {
          font-size: 45px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .main-wrapper__main-about__description {
          font-size: 36px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .main-wrapper__main-about__description {
          font-size: 28px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .main-wrapper__main-about__description {
          font-size: 22px; } }
    .main-wrapper__main-about__description-button {
      margin-left: auto;
      margin-right: auto;
      border: 1px solid white;
      color: white;
      margin-top: 5%;
      margin-bottom: 5%;
      display: block;
      text-decoration: none; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .main-wrapper__main-about__description-button {
          width: 155px;
          height: 55px;
          line-height: 55px;
          font-size: 23px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .main-wrapper__main-about__description-button {
          width: 124px;
          height: 44px;
          line-height: 44px;
          font-size: 23px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .main-wrapper__main-about__description-button {
          width: 106px;
          height: 38px;
          line-height: 38px;
          font-size: 18px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .main-wrapper__main-about__description-button {
          width: 81px;
          height: 31px;
          line-height: 31px;
          font-size: 14px; } }
    .main-wrapper__main-about__description p {
      vertical-align: middle;
      text-align: center;
      margin-bottom: 0; }
  .main-wrapper__reference-text {
    /*background-image: url('../../assets/images/preferences/White-Rectangle.png');*/
    -moz-border-image: url("../../assets/images/preferences/White-Rectangle-Border.png") 0 0 50 0 round;
    border-image: url("../../assets/images/preferences/White-Rectangle-Border.png") 0 0 50 0 round;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #ee2d28;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px; }
    @media (min-width: 1300px) and (max-width: 1920px) {
      .main-wrapper__reference-text {
        font-size: 64px; } }
    @media (min-width: 979px) and (max-width: 1299px) {
      .main-wrapper__reference-text {
        font-size: 52px; } }
    @media (min-width: 768px) and (max-width: 978px) {
      .main-wrapper__reference-text {
        font-size: 48px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .main-wrapper__reference-text {
        font-size: 36px; } }
  .main-wrapper__reference {
    width: 100%;
    z-index: 3;
    background-color: #f6f6f6;
    padding-top: 60px; }
    .main-wrapper__reference__list {
      width: 70%;
      vertical-align: middle;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      list-style-type: none; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .main-wrapper__reference__list {
          padding-right: 56px;
          padding-left: 56px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .main-wrapper__reference__list {
          padding-right: 47px;
          padding-left: 47px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .main-wrapper__reference__list {
          padding-right: 37px;
          padding-left: 37px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .main-wrapper__reference__list {
          padding-right: 22px;
          padding-left: 22px; } }
  .main-wrapper__reference-text p {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1300px) and (max-width: 1920px) {
      .main-wrapper__reference-text p {
        width: 700px; } }
    @media (min-width: 979px) and (max-width: 1299px) {
      .main-wrapper__reference-text p {
        width: 700px; } }
    @media (min-width: 768px) and (max-width: 978px) {
      .main-wrapper__reference-text p {
        width: 700px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .main-wrapper__reference-text p {
        width: 60%; } }
  .main-wrapper__reference li {
    display: inline-block; }
    @media (min-width: 1300px) and (max-width: 1920px) {
      .main-wrapper__reference li img {
        width: 225px; } }
    @media (min-width: 979px) and (max-width: 1299px) {
      .main-wrapper__reference li img {
        width: 165px; } }
    @media (min-width: 768px) and (max-width: 978px) {
      .main-wrapper__reference li img {
        width: 125px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .main-wrapper__reference li img {
        width: 105px; } }
    @media (min-width: 1300px) and (max-width: 1920px) {
      .main-wrapper__reference li {
        margin-right: 56px;
        margin-left: 56px; } }
    @media (min-width: 979px) and (max-width: 1299px) {
      .main-wrapper__reference li {
        margin-right: 47px;
        margin-left: 47px; } }
    @media (min-width: 768px) and (max-width: 978px) {
      .main-wrapper__reference li {
        margin-right: 37px;
        margin-left: 37px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .main-wrapper__reference li {
        margin-right: 8px;
        margin-left: 8px; } }

.hide-container {
  display: none !important; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider a img {
  outline: none;
  border: none; }

.flexslider {
  margin: 0;
  padding: 0;
  max-height: 1180px;
  border: none; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.flex-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #726167;
  text-align: center;
  font-weight: 700;
  color: white; }
  @media (min-width: 1300px) and (max-width: 1920px) {
    .flex-caption {
      width: 1200px;
      height: 160px;
      font-size: 34px; } }
  @media (min-width: 979px) and (max-width: 1299px) {
    .flex-caption {
      width: 950px;
      height: 120px;
      font-size: 24px; } }
  @media (min-width: 768px) and (max-width: 978px) {
    .flex-caption {
      width: 700px;
      height: 100px;
      font-size: 18px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .flex-caption {
      width: 100%;
      height: 80px;
      font-size: 12.5px; } }

.flex-direction-nav {
  display: none; }

@media (min-width: 1300px) and (max-width: 1920px) {
  .flex-control-nav {
    bottom: 120px !important; } }

@media (min-width: 979px) and (max-width: 1299px) {
  .flex-control-nav {
    bottom: 90px !important; } }

@media (min-width: 768px) and (max-width: 978px) {
  .flex-control-nav {
    bottom: 70px !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .flex-control-nav {
    bottom: 55px !important; } }

.flex-control-paging li a {
  background: #b2a8ac !important; }
  @media (min-width: 1300px) and (max-width: 1920px) {
    .flex-control-paging li a {
      height: 23px !important;
      width: 23px !important; } }
  @media (min-width: 979px) and (max-width: 1299px) {
    .flex-control-paging li a {
      height: 18px !important;
      width: 18px !important; } }
  @media (min-width: 768px) and (max-width: 978px) {
    .flex-control-paging li a {
      height: 16px !important;
      width: 16px !important; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .flex-control-paging li a {
      height: 12px !important;
      width: 12px !important; } }

.flex-control-paging li a.flex-active {
  background: white !important; }

.slides {
  max-height: 1000px; }
  .slides a {
    cursor: pointer; }
  .slides__img {
    position: relative;
    max-height: 1000px; }
  .slides__caption {
    z-index: 5; }
    .slides__caption__top {
      display: block;
      height: 30%; }
    .slides__caption__bottom {
      display: block;
      height: 70%; }
    .slides__caption p {
      display: inline-block;
      width: 80%;
      margin: 0;
      padding: 0; }
  .slides__button {
    border: 1px solid white;
    margin-top: -25%;
    margin-right: 4%;
    float: right;
    text-align: center;
    z-index: 9999;
    position: relative; }
    @media (min-width: 1300px) and (max-width: 1920px) {
      .slides__button {
        width: 155px;
        height: 55px; } }
    @media (min-width: 979px) and (max-width: 1299px) {
      .slides__button {
        width: 124px;
        height: 44px; } }
    @media (min-width: 768px) and (max-width: 978px) {
      .slides__button {
        width: 106px;
        height: 38px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .slides__button {
        width: 81px;
        height: 31px; } }
    .slides__button a {
      color: white;
      display: block;
      text-decoration: none;
      cursor: pointer; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .slides__button a {
          line-height: 55px;
          font-size: 23px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .slides__button a {
          line-height: 44px;
          font-size: 21px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .slides__button a {
          line-height: 36px;
          font-size: 21px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .slides__button a {
          line-height: 28px;
          font-size: 14px; } }

.header {
  z-index: 4;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease; }
  .header__top-bar {
    width: 100%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    -moz-border-image: url("../../assets/images/top-menu/line.png") 0 0 50 0 round;
    border-image: url("../../assets/images/top-menu/line.png") 0 0 50 0 round;
    background-image: url(../../assets/images/top-menu/top-menu-bar.png);
    box-sizing: border-box; }
    @media (min-width: 1300px) and (max-width: 1920px) {
      .header__top-bar {
        height: 42px; } }
    @media (min-width: 979px) and (max-width: 1299px) {
      .header__top-bar {
        height: 30px; } }
    @media (min-width: 768px) and (max-width: 978px) {
      .header__top-bar {
        height: 28px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .header__top-bar {
        height: 28px; } }
    .header__top-bar__wrapper {
      width: 85%;
      height: 42px;
      margin-left: auto;
      margin-right: auto; }
    .header__top-bar__content {
      width: 85%;
      height: 100%; }
    .header__top-bar__social-wrapper {
      width: 395px;
      height: 42px; }
      @media (min-width: 979px) and (max-width: 1299px) {
        .header__top-bar__social-wrapper {
          bottom: 84px !important; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .header__top-bar__social-wrapper {
          bottom: 55px !important; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .header__top-bar__social-wrapper {
          bottom: 28px !important; } }
    .header__top-bar__social-icon {
      float: right; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .header__top-bar__social-icon {
          width: 205px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .header__top-bar__social-icon {
          width: 190px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .header__top-bar__social-icon {
          width: 180px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .header__top-bar__social-icon {
          width: 120px; } }
      .header__top-bar__social-icon__list {
        list-style-type: none;
        width: 100%;
        margin: 0;
        padding: 0; }
        .header__top-bar__social-icon__list li {
          display: inline-block;
          border-width: 1px;
          border-style: solid;
          -moz-border-image: url("/assets/images/top-menu/middle-separator.png") 0 0 0 50 round;
          border-image: url("/assets/images/top-menu/middle-separator.png") 0 0 0 50 round;
          text-align: center; }
          @media (min-width: 1300px) and (max-width: 1920px) {
            .header__top-bar__social-icon__list li {
              width: 22%;
              height: 36px;
              line-height: 36px; } }
          @media (min-width: 979px) and (max-width: 1299px) {
            .header__top-bar__social-icon__list li {
              width: 22%;
              height: 24px;
              line-height: 24px; } }
          @media (min-width: 768px) and (max-width: 978px) {
            .header__top-bar__social-icon__list li {
              width: 22%;
              height: 22px;
              line-height: 22px; } }
          @media (min-width: 320px) and (max-width: 767px) {
            .header__top-bar__social-icon__list li {
              width: 20%;
              height: 22px;
              line-height: 22px; } }
          .header__top-bar__social-icon__list li a {
            display: block;
            border: none; }
          .header__top-bar__social-icon__list li i {
            color: #706c6f; }
            @media (min-width: 1300px) and (max-width: 1920px) {
              .header__top-bar__social-icon__list li i {
                font-size: 15px; } }
            @media (min-width: 979px) and (max-width: 1299px) {
              .header__top-bar__social-icon__list li i {
                font-size: 12px; } }
            @media (min-width: 768px) and (max-width: 978px) {
              .header__top-bar__social-icon__list li i {
                font-size: 12px; } }
            @media (min-width: 320px) and (max-width: 767px) {
              .header__top-bar__social-icon__list li i {
                font-size: 12px; } }
    .header__top-bar__ind {
      float: left;
      overflow: visible;
      position: relative; }		
	  @media (min-width: 1300px) and (max-width: 1920px) {
        .header__top-bar__ind {
          width: 320px;
          height: 40px;
          line-height: 40px; } }
	@media (min-width: 979px) and (max-width: 1299px) {
        .header__top-bar__ind {
          width: 310px;
          height: 28px;
          line-height: 28px; } }
     @media (min-width: 768px) and (max-width: 978px) {
        .header__top-bar__ind {
          width: 270px;
          height: 26px;
          line-height: 26px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .header__top-bar__ind {
          width: 250px;
          height: 26px;
          line-height: 26px; } }
      .header__top-bar__ind__h5 {
        height: 40px;
        margin: 0;
        color: white;
		font-size:11px;
		letter-spacing: 1px;
		white-space:nowrap;
        text-align: left; }		
    .header__top-bar__login {
      float: right;
      overflow: visible;
      background: url(/assets/images/top-menu/login-bg.png);
      position: relative; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .header__top-bar__login {
          width: 190px;
          height: 40px;
          line-height: 40px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .header__top-bar__login {
          width: 180px;
          height: 28px;
          line-height: 28px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .header__top-bar__login {
          width: 140px;
          height: 26px;
          line-height: 26px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .header__top-bar__login {
          width: 120px;
          height: 26px;
          line-height: 26px; } }
      .header__top-bar__login__h4 {
        height: 40px;
        margin: 0;
        color: white;
        letter-spacing: 1px;
        text-align: center; }
  .header__navigation {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999; }
    .header__navigation__logo {
      float: left;
      /*transition: transform 0.3s ease-in-out;
		    transform: scale(1) translateX(-50%);
		    transform-origin: top center;*/
      z-index: 3; }
      @media (min-width: 768px) and (max-width: 978px) {
        .header__navigation__logo {
          transform-origin: top left; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .header__navigation__logo {
          left: 0;
          transform: scale(1);
          top: 25px; } }
      .header__navigation__logo a {
        border: none; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .header__navigation__logo img {
          width: 85%; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .header__navigation__logo img {
          width: 75%; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .header__navigation__logo img {
          width: 70%; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .header__navigation__logo img {
          width: 40%; } }
  .header__menu-box {
    width: 490px;
    background: rgba(53, 48, 52, 0.96);
    position: absolute;
    right: 0; }
    .header__menu-box__wrapper {
      float: right;
      padding-top: 5%;
      padding-right: 10%; }
    .header__menu-box__close {
      width: 40px;
      height: 40px;
      display: block;
      cursor: pointer; }
      .header__menu-box__close__line {
        width: 100%;
        height: 2px;
        background-color: #fafafa;
        border-radius: 4px; }
    .header__menu-box__close :first-child {
      -ms-transform: rotate(45deg) translate(12px, 14px);
      /* IE 9 */
      -webkit-transform: rotate(45deg) translate(12px, 14px);
      /* Chrome, Safari, Opera */
      -moz-transform: rotate(45deg) translate(12px, 14px);
      -o-transform: rotate(45deg) translate(12px, 14px);
      transform: rotate(45deg) translate(12px, 14px);
      transition: all .3s .3s ease; }
    .header__menu-box__close :last-child {
      -ms-transform: rotate(-45deg) translate(-13px, 10px);
      /* IE 9 */
      -webkit-transform: rotate(-45deg) translate(-13px, 10px);
      /* Chrome, Safari, Opera */
      -moz-transform: rotate(45deg) translate(-13px, 10px);
      -o-transform: rotate(45deg) translate(-13px, 10px);
      transform: rotate(-45deg) translate(-13px, 10px);
      transition: all .3s .3s ease; }
    .header__menu-box__container {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .header__menu-box__container__list {
        margin-top: 75px;
        list-style-type: none; }
        .header__menu-box__container__list__item {
          margin-bottom: 25px; }
          .header__menu-box__container__list__item__anchor {
            text-decoration: none;
            font-size: 32px;
            font-weight: 600;
            color: white;
            cursor: pointer; }
          .header__menu-box__container__list__item__sub-list {
            list-style-type: none; }
            .header__menu-box__container__list__item__sub-list__item {
              margin-bottom: 5px; }
              .header__menu-box__container__list__item__sub-list__item__anchor {
                text-decoration: none;
                font-size: 24px;
                font-weight: 400;
                color: white;
                cursor: pointer; }
  .header__menu {
    float: right;
    margin-top: 1%;
    color: #cccccc; }
    .header__menu__title {
      float: left; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .header__menu__title {
          font-size: 20px;
          line-height: 60px;
          margin-right: 32px; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .header__menu__title {
          font-size: 20px;
          line-height: 60px;
          margin-right: 28px; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .header__menu__title {
          font-size: 16px;
          line-height: 36px;
          margin-right: 16px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .header__menu__title {
          font-size: 10px;
          line-height: 28px;
          margin-right: 8px; } }
    .header__menu__container {
      float: right;
      display: inline-block;
      cursor: pointer; }
      .header__menu__container__bar1, .header__menu__container__bar2, .header__menu__container__bar3 {
        background-color: #cccccc;
        transition: 0.4s; }
        @media (min-width: 1300px) and (max-width: 1920px) {
          .header__menu__container__bar1, .header__menu__container__bar2, .header__menu__container__bar3 {
            width: 43px;
            height: 7px;
            margin: 10px 0; } }
        @media (min-width: 979px) and (max-width: 1299px) {
          .header__menu__container__bar1, .header__menu__container__bar2, .header__menu__container__bar3 {
            width: 43px;
            height: 7px;
            margin: 10px 0; } }
        @media (min-width: 768px) and (max-width: 978px) {
          .header__menu__container__bar1, .header__menu__container__bar2, .header__menu__container__bar3 {
            width: 34px;
            height: 5px;
            margin: 6px 0; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .header__menu__container__bar1, .header__menu__container__bar2, .header__menu__container__bar3 {
            width: 26px;
            height: 4px;
            margin: 4px 0; } }

/* Rotate first bar */
.change .header__menu__container__bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

/* Fade out the second bar */
.change .header__menu__container__bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .header__menu__container__bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.footer {
  float: left;
  width: 100%;
  color: white;
  background-color: #332e32;
  position: relative;
  z-index: 1;
  font-size: 13px; }
  .footer li h3 {
    font-family: "SourceSansProSemiBold";
    font-size: 14px;
    text-decoration: underline;
    text-decoration-color: indianred;
    text-align: left; }
  .footer li {
    font-family: "SourceSansProLight";
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left; }
  .footer__contact-icon {
    color: red;
    font-size: 12px; }
  .footer__wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .footer__wrapper__root {
      list-style-type: none !important;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      padding: 0;
      text-align: center; }
    .footer__wrapper__root-item {
      list-style-type: none !important;
      display: inline-block;
      vertical-align: top;
      margin-left: 35px; }
    .footer__wrapper__root-item ul {
      list-style-type: none !important;
      display: inline-block;
      vertical-align: top; }
    .footer__wrapper__sub-table {
      list-style-type: none !important;
      vertical-align: top;
      padding: 0; }
    .footer__wrapper__sub-block-table {
      list-style-type: none !important;
      vertical-align: top;
      padding: 0; }
    .footer__wrapper__sub-block-item {
      list-style-type: none !important;
      display: inline-block; }
    .footer__wrapper__sub-block-item:last-child {
      list-style-type: none !important;
      display: inline-block;
      margin-left: 25px !important; }
    .footer__wrapper__sub-block-inner-table {
      list-style-type: none !important;
      vertical-align: top;
      padding: 0;
      margin-left: 0; }
    .footer__wrapper__sub-block-inner-item {
      list-style-type: none !important; }
  .footer__container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    .footer__container__holder {
      margin-left: auto;
      margin-right: auto;
      padding-left: 3%;
      width: 55%;
      overflow: hidden; }
      @media (min-width: 1300px) and (max-width: 1920px) {
        .footer__container__holder {
          width: 55%; } }
      @media (min-width: 979px) and (max-width: 1299px) {
        .footer__container__holder {
          width: 55%; } }
      @media (min-width: 768px) and (max-width: 978px) {
        .footer__container__holder {
          width: 100%; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .footer__container__holder {
          width: 100%; } }
  .footer__sitemap-column {
    float: left;
    margin-right: 3%; }
  .footer__sitemap-column-line {
    height: 1px;
    background-image: url(/assets/images/top-menu/line-pixel2.png);
    background-repeat: repeat-x;
    width: 160%; }
  .footer__sitemap-column:last-child .footer__sitemap-column-line {
    width: 100%; }
  .footer__sitemap-inner-column {
    float: left;
    margin-right: 4%;
    width: 43%; }
  .footer__sitemap-column ul {
    /*margin-left: 10%;*/ }
