/*
Theme Name: Oceanside
Theme URI: http://template.oceanside.itembridge.com/
Author: ItembridgeTheme
Author URI: https://themeforest.net/user/itembridgethemes
Description: oceanside responsive theme
Version: 1.0.1
License: ThemeForest Regular & Extended License
License URI: http://themeforest.net/licenses/regular_extended
*/
/* FONTS
------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
@font-face {
  font-family: 'pf_dindisplay_promedium';
  src: url("../fonts/pfdindisplaypro-med-webfont.eot");
  src: url("../fonts/pfdindisplaypro-med-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro-med-webfont.woff2") format("woff2"), url("../fonts/pfdindisplaypro-med-webfont.woff") format("woff"), url("../fonts/pfdindisplaypro-med-webfont.ttf") format("truetype"), url("../fonts/pfdindisplaypro-med-webfont.svg#pf_dindisplay_promedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pf_dindisplay_prolight';
  src: url("../fonts/pfdindisplaypro-light-webfont.eot");
  src: url("../fonts/pfdindisplaypro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro-light-webfont.woff2") format("woff2"), url("../fonts/pfdindisplaypro-light-webfont.woff") format("woff"), url("../fonts/pfdindisplaypro-light-webfont.ttf") format("truetype"), url("../fonts/pfdindisplaypro-light-webfont.svg#pf_dindisplay_prolight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* VARIABLES
------------------------------------------------------------------*/
/* HELPER MIXINS
------------------------------------------------------------------*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50%, 50%;
    -moz-transform-origin: 50%, 50%;
    -ms-transform-origin: 50%, 50%;
    -o-transform-origin: 50%, 50%;
    transform-origin: 50%, 50%; }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50%, 50%;
    -moz-transform-origin: 50%, 50%;
    -ms-transform-origin: 50%, 50%;
    -o-transform-origin: 50%, 50%;
    transform-origin: 50%, 50%; }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%, 50%;
    -moz-transform-origin: 50%, 50%;
    -ms-transform-origin: 50%, 50%;
    -o-transform-origin: 50%, 50%;
    transform-origin: 50%, 50%; } }
@keyframes rotate {
  0% {
    -webkit-transform: translate(-25px, -25px) rotate(0deg);
    -ms-transform: translate(-25px, -25px) rotate(0deg);
    transform: translate(-25px, -25px) rotate(0deg);
    -webkit-transform-origin: 50%, 50%;
    -moz-transform-origin: 50%, 50%;
    -ms-transform-origin: 50%, 50%;
    -o-transform-origin: 50%, 50%;
    transform-origin: 50%, 50%; }
  50% {
    -webkit-transform: translate(-25px, -25px) rotate(180deg);
    -ms-transform: translate(-25px, -25px) rotate(180deg);
    transform: translate(-25px, -25px) rotate(180deg);
    -webkit-transform-origin: 50%, 50%;
    -moz-transform-origin: 50%, 50%;
    -ms-transform-origin: 50%, 50%;
    -o-transform-origin: 50%, 50%;
    transform-origin: 50%, 50%; }
  100% {
    -webkit-transform: translate(-25px, -25px) rotate(360deg);
    -ms-transform: translate(-25px, -25px) rotate(360deg);
    transform: translate(-25px, -25px) rotate(360deg);
    -webkit-transform-origin: 50%, 50%;
    -moz-transform-origin: 50%, 50%;
    -ms-transform-origin: 50%, 50%;
    -o-transform-origin: 50%, 50%;
    transform-origin: 50%, 50%; } }
.page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
  overflow: hidden; }
  .page-preloader .spinner {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    background: url("../img/preloader.svg") no-repeat 50% 50%;
    -webkit-animation: rotate 1s -0.4s infinite linear;
    animation: rotate 1s -0.4s infinite linear; }

.bg-box {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  /* Video background */ }
  .bg-box .bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%; }
  .bg-box .layer {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  .bg-box .video-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%; }
    .bg-box .video-bg video {
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .bg-box .video-bg + .layer {
      background: transparent; }
  .bg-box .video-bg.second-version {
    background-image: url("/img/background.jpg"); }
    .bg-box .video-bg.second-version + .layer {
      background: rgba(31, 31, 59, 0.6); }
  @media only screen and (max-width: 767px) {
    .bg-box {
      position: fixed; } }

/* H
------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "pf_dindisplay_promedium", sans-serif;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 17px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

h5, h6 {
  letter-spacing: .11em; }

h1 {
  font-size: 4.444em;
  margin-bottom: 17px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 3.333em;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.222em;
      margin-bottom: 8px; } }

h2 {
  font-size: 2.667em;
  margin-bottom: 33px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 2.222em;
      margin-bottom: 18px; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.778em;
      margin-bottom: 10px;
      letter-spacing: .06em; } }

h3 {
  font-size: 1.556em;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: 1.222em;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.333em;
      letter-spacing: .11em;
      margin-bottom: 8px; } }

h4 {
  font-size: 1.222em;
  margin-bottom: 36px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
      font-size: 0.889em;
      margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    h4 {
      font-size: 1em;
      margin-bottom: 10px;
      letter-spacing: .11em; } }

h5 {
  font-size: 0.889em;
  margin-bottom: 33px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h5 {
      font-size: 0.667em;
      margin-bottom: 27px; } }
  @media only screen and (max-width: 767px) {
    h5 {
      font-size: 0.889em;
      margin-bottom: 12px; } }

h6 {
  font-size: 0.778em; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    h6 {
      font-size: 0.611em; } }
  @media only screen and (max-width: 767px) {
    h6 {
      font-size: 0.667em;
      letter-spacing: .12em; } }

/* P
------------------------------------------------------------------*/
p {
  line-height: 1.667em;
  letter-spacing: .046em;
  margin: 0 0 30px 0; }
  p.lead {
    font-size: 1em;
    line-height: 1.69em;
    letter-spacing: .05em;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  @media only screen and (max-width: 767px) {
    p {
      font-size: 0.889em; } }

/* A
------------------------------------------------------------------*/
a {
  font-family: "Lato", sans-serif;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  color: #373737;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:focus, a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    text-decoration: none;
    color: inherit;
    outline: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  a:active {
    color: #a0a0a0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }

/* FIGURE
------------------------------------------------------------------*/
figure {
  margin: 8px 0 0 0; }
  figure figcaption {
    margin: 16px 0 0 0; }
    @media (max-width: 1186px) {
      figure figcaption {
        margin: 29px 0 0 0; } }
    figure figcaption p {
      font-size: 0.889em;
      opacity: 0.6;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      filter: alpha(opacity=60);
      letter-spacing: .06em;
      line-height: 1.9em; }

.block-img div > p {
  padding: 0 15px; }

/* LIST
------------------------------------------------------------------*/
ul, ol {
  list-style: inside;
  padding: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80); }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: square; }

li {
  line-height: 2.111em; }

/* BORDER FOR BLOCK
------------------------------------------------------------------*/
.block-border-top:before,
.block-border-top:after,
.block-border-bottom:before,
.block-border-bottom:after {
  border: 0 none;
  content: "";
  height: 7px;
  margin: 0;
  position: absolute;
  width: 7px; }

.block-border-top:before {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  left: 0px;
  top: 0px; }

.block-border-top:after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  right: 0px;
  top: 0px; }

.block-border-bottom:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  left: 0px;
  bottom: 0px; }

.block-border-bottom:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  right: 0px;
  bottom: 0px; }

/* TABLE
------------------------------------------------------------------*/
.table-responsive {
  border: 0; }

.table-block {
  position: relative;
  margin-bottom: 17px; }

table,
.table {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  margin-top: 5px;
  margin-bottom: 0px; }

table > thead > tr > th,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: inherit; }

table, th {
  text-align: center; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-bottom: 0; }

.table > thead > tr > th {
  padding: 13px 5px 20px 5px;
  letter-spacing: .01em;
  font-size: 1em;
  font-weight: 700; }

.table > tbody > tr > td {
  line-height: 2em; }

/* BLOCKQUOTES
------------------------------------------------------------------*/
blockquote {
  background: url(/img/quotes-black.svg) no-repeat 6px 13px;
  background-size: 56px 56px;
  padding: 4px 25px 0 98px;
  border: none;
  margin-bottom: 19px;
  font-size: inherit; }
  @media (max-width: 1186px) {
    blockquote {
      background: url(/img/quotes-black.svg) no-repeat 1px 22px;
      background-size: 56px 56px;
      padding: 14px 25px 0 77px; } }
  @media only screen and (max-width: 767px) {
    blockquote {
      padding: 14px 0px 0 77px; } }
  blockquote p {
    font-size: 1.222em;
    color: #333;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    font-weight: 700;
    letter-spacing: .057em;
    margin-bottom: 3px;
    line-height: 1.87em; }
    @media (max-width: 1186px) {
      blockquote p {
        font-size: 1em;
        line-height: 1.889em; } }
    @media only screen and (max-width: 767px) {
      blockquote p {
        letter-spacing: .045em; } }
  blockquote footer, blockquote small, blockquote .small {
    font-size: 0.889em;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    color: #000;
    letter-spacing: .05em; }
    blockquote footer .cite, blockquote small .cite, blockquote .small .cite {
      font-style: normal; }

/* FORM
------------------------------------------------------------------*/
form:focus {
  outline: none; }
form .form-message {
  display: block; }

/* INPUT
------------------------------------------------------------------*/
.form-control {
  font-size: 0.889em;
  line-height: 1.42857143;
  color: #414040;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  background-image: none;
  border: none;
  border-bottom: 1px solid rgba(57, 57, 57, 0.6);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    border-color: inherit;
    outline: 0;
    border-bottom: 1px solid #393939;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none; }

textarea.form-control {
  padding: 3px 0;
  letter-spacing: .06em;
  overflow-x: hidden;
  resize: none;
  background-color: transparent; }

/* STYLE FOR SELECT FORMSTYLER.JS
------------------------------------------------------------------*/
.jq-selectbox.form-control {
  margin-bottom: 15px; }

.jq-selectbox.form-control,
.jq-selectbox__dropdown > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.jq-selectbox__select {
  letter-spacing: .05em;
  line-height: 2.25em;
  background: transperent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%; }

.jq-selectbox__select-text {
  height: 100%; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  background-image: url(../img/select-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  height: 13px;
  right: 0;
  top: 10px;
  width: 13px;
  position: absolute; }

.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.jq-selectbox__select:hover {
  cursor: pointer; }

.jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-transition: all 0.1s ease-in-out 0.1s;
  -ms-transition: all 0.1s ease-in-out 0.1s;
  -o-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s; }

.jq-selectbox__dropdown {
  width: 100%; }

.jq-selectbox__dropdown > ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #000; }

.jq-selectbox__dropdown li:first-child {
  display: none; }

.jq-selectbox__dropdown li {
  border-bottom: 1px solid #000;
  text-transform: initial;
  line-height: 2.8em;
  padding: 0 0 0 10px; }

.jq-selectbox__dropdown li:last-child {
  border-bottom: 0; }

.jq-selectbox li:hover {
  cursor: pointer; }

/* CHECKBOX AND RADIO
------------------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    letter-spacing: .05em;
    font-weight: 300;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      content: '';
      border: 2px solid #000;
      display: block;
      position: absolute;
      height: 22px;
      width: 22px;
      left: 2px;
      top: 2px; }
  input[type="checkbox"]:checked + label,
  input[type="radio"]:checked + label {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  input[type="checkbox"]:disabled + label,
  input[type="radio"]:disabled + label {
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }

input[type="radio"] + label:before {
  border-radius: 50%; }

input[type="checkbox"]:checked + label:before {
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center center; }

input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  border-radius: 50%;
  height: 6px;
  width: 6px; }

/* BUTTON
------------------------------------------------------------------*/
.btn {
  font-size: 0.778em;
  letter-spacing: .09em;
  margin-bottom: 20px;
  background: transparent;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  border: 0;
  border-left: 2px solid;
  border-right: 2px solid;
  padding: 9px 27px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s, padding 0.3s;
  -moz-transition: opacity 0.3s, padding 0.3s;
  -ms-transition: opacity 0.3s, padding 0.3s;
  -o-transition: opacity 0.3s, padding 0.3s;
  transition: opacity 0.3s, padding 0.3s; }
  .btn:active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s; }
  .btn:hover, .btn:active:hover {
    color: inherit;
    padding: 9px 37px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s, padding 0.3s;
    -moz-transition: opacity 0.3s, padding 0.3s;
    -ms-transition: opacity 0.3s, padding 0.3s;
    -o-transition: opacity 0.3s, padding 0.3s;
    transition: opacity 0.3s, padding 0.3s; }
  .btn:after, .btn:before {
    content: '';
    position: absolute;
    width: 5px;
    top: 0;
    height: 100%; }
  .btn:before {
    border-top: 2px solid;
    border-bottom: 2px solid;
    left: 0; }
  .btn:after {
    border-top: 2px solid;
    border-bottom: 2px solid;
    right: 0; }
  .btn[aria-label="Close"] {
    padding-top: 14px;
    padding-bottom: 14px; }
    .btn[aria-label="Close"]:hover {
      padding: 14px 37px; }
    .btn[aria-label="Close"] img {
      display: block; }

.btn-reset {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0; }

.btn:focus,
.btn-reset:focus,
.btn:active:focus,
.btn-reset:active:focus {
  outline-offset: 0;
  outline: none;
  color: inherit; }

/*
.btn span.close-modal:before,
.btn span.close-modal:after {
    content: '';
    height: 2px;
    width: 14px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%; 
}
.btn span.close-modal:before {

    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.btn span.close-modal:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(135deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(135deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(135deg);
    transform: translate3d(-50%, -50%, 0) rotate(135deg);
}*/
/* TYPOGRAPHY BLOCK
------------------------------------------------------------------*/
.typography {
  overflow: auto;
  text-align: left; }
  .typography main {
    padding-top: 85px; }

.block-title {
  font-size: 1.667em;
  letter-spacing: .05em;
  margin-bottom: 25px; }

/* HEADER
------------------------------------------------------------------*/
header {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    header {
      position: relative;
      top: 0;
      height: 55px;
      margin-top: 0px;
      margin-bottom: 0px;
      overflow: hidden; } }

.brand, .nav {
  text-align: right;
  width: auto;
  z-index: 9; }

.brand {
  margin: 0;
  height: 100%;
  float: left; }
  .brand a {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    display: block;
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .brand a:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .brand a img {
      max-height: 80px; }
  @media only screen and (max-width: 767px) {
    .brand {
      margin-top: 10px; } }

nav a {
  position: relative;
  display: inline-block;
  outline: none; }
nav.cl-effect-5 .section-menu {
  line-height: 85px; }
nav.cl-effect-5 a {
  overflow: hidden;
  height: 1em;
  padding: 0; }
  nav.cl-effect-5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    nav.cl-effect-5 a span:before {
      font-weight: inherit;
      position: absolute;
      top: 100%;
      content: attr(data-hover);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  nav.cl-effect-5 a:hover span, nav.cl-effect-5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }
nav .section-menu {
  line-height: 76px; }
  nav .section-menu > li {
    list-style-type: none;
    display: inline-block;
    padding-left: 58px; }
    nav .section-menu > li > a {
      font-family: "pf_dindisplay_promedium", sans-serif;
      text-transform: uppercase;
      letter-spacing: .09em;
      line-height: 1.03em;
      -webkit-transform: translateZ(0px);
      -ms-transform: translateZ(0px);
      -o-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      nav .section-menu > li > a:visited {
        color: inherit; }
      nav .section-menu > li > a:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    nav .section-menu > li.active > a, nav .section-menu > li.active > a:active, nav .section-menu > li.active > a:focus {
      color: inherit;
      opacity: 0.45;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
      filter: alpha(opacity=45);
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    @media (max-width: 1170px) {
      nav .section-menu > li {
        padding-left: 40px; } }
    @media only screen and (max-width: 767px) {
      nav .section-menu > li {
        padding-left: 15px; } }
  @media only screen and (max-width: 767px) {
    nav .section-menu {
      position: absolute;
      left: 0px;
      white-space: nowrap;
      overflow-y: hidden;
      overflow-x: auto;
      width: 85%; } }

.bt-nav {
  display: none;
  position: absolute;
  top: 36px;
  right: 7px;
  width: 36px;
  height: 36px;
  cursor: pointer; }
  .bt-nav .line {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 25px;
    margin-left: -15px;
    height: 3px;
    background: #000;
    @unclude transition(all 0.2s ease); }
  @media only screen and (max-width: 767px) {
    .bt-nav {
      margin-top: 10px;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }

.nav-close .bt-nav .line1 {
  top: 17px; }

.nav-close .bt-nav .line3 {
  top: 27px; }

.nav-open .bt-nav .line {
  top: 17px; }

.nav-open .bt-nav .line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-open .bt-nav .line2 {
  opacity: 0; }

.nav-open .bt-nav .line3 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  text-align: center;
  padding-right: 0 !important;
  position: static; }
  body main.fullpage section {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden; }
    body main.fullpage section .section-content-wrapper {
      position: relative; }
      body main.fullpage section .section-content-wrapper .section-content {
        display: table-cell;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          body main.fullpage section .section-content-wrapper .section-content {
            display: block !important; } }
      @media only screen and (max-width: 767px) {
        body main.fullpage section .section-content-wrapper {
          display: block !important; } }
    @media only screen and (max-width: 767px) {
      body main.fullpage section {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible; } }
  @media only screen and (max-width: 767px) {
    body main.fullpage {
      position: static !important; } }
  body main section {
    padding-top: 120px;
            /*@include opacity(0);

            @include respond-to(mobile) { 
                @include opacity(1);
            }*/ }
    body main section .section-title {
      font-size: 2.778em;
      margin-bottom: 60px; }
      @media (max-width: 1170px) {
        body main section .section-title {
          font-size: 2.222em;
          margin-bottom: 50px; } }
      @media only screen and (max-width: 767px) {
        body main section .section-title {
          font-size: 1.778em;
          margin-bottom: 15px; } }
    body main section .section-content-title {
      letter-spacing: .05em;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        body main section .section-content-title {
          font-size: 1.000em;
          line-height: 1.756em;
          margin-bottom: 10px; } }
    body main section p.lead {
      margin-bottom: 62px; }
      @media (max-width: 1170px) {
        body main section p.lead {
          font-size: 1em;
          line-height: 1.667em;
          letter-spacing: .045em;
          margin-bottom: 26px; } }
      @media only screen and (max-width: 767px) {
        body main section p.lead {
          font-size: 0.889em; } }
    @media only screen and (max-width: 767px) {
      body main section {
        padding-top: 30px;
        margin-bottom: 25px; } }
  @media only screen and (min-width: 768px) {
    body {
      /*overflow: hidden;*/ } }
  @media only screen and (max-width: 767px) {
    body {
      overflow: visible; } }

article {
  padding-bottom: 75px; }

/* HOME
------------------------------------------------------------------*/
.days-left {
  line-height: .96em;
  margin-bottom: 18px;
  font-size: 2.444em; }
  @media (max-width: 1170px) {
    .days-left {
      font-size: 1.944em; } }
  @media only screen and (max-width: 767px) {
    .days-left {
      font-size: 1.111em;
      margin: 0 0 16px 0; } }

.section-main-title {
  margin-bottom: 10px; }
  @media (max-width: 1170px) {
    .section-main-title {
      font-size: 3.333em;
      margin-bottom: 3px; } }
  @media only screen and (max-width: 767px) {
    .section-main-title {
      font-size: 2.111em;
      margin-bottom: 7px; } }

/* FORM.NOTIFY
------------------------------------------------------------------*/
form.notify {
  display: inline-block; }
  form.notify.form-close input {
    width: 0; }
  form.notify.form-open input {
    width: 360px; }
  form.notify.form-open .btn:hover {
    padding-right: 27px;
    padding-left: 27px; }
  form.notify label {
    margin: 0;
    letter-spacing: .05em; }
    @media only screen and (max-width: 767px) {
      form.notify label {
        letter-spacing: .1em; } }
  form.notify:hover label {
    cursor: pointer; }
  form.notify input {
    font-size: inherit;
    font-weight: normal;
    text-align: center;
    margin-top: -33px;
    padding: 0 20px; }
  form.notify button {
    position: absolute;
    top: 0px;
    line-height: normal;
    width: 36px;
    right: 0px;
    height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    form.notify button .gl-send {
      display: block;
      width: 11px;
      height: 2px;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      border-radius: 1px;
      margin: 8px 0;
      background-color: #000;
      -webkit-transform-origin: 30% 30%;
      -moz-transform-origin: 30% 30%;
      -ms-transform-origin: 30% 30%;
      -o-transform-origin: 30% 30%;
      transform-origin: 30% 30%;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      -ms-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s; }
      form.notify button .gl-send.top {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      form.notify button .gl-send.bottom {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  form.notify.wrong button {
    right: 10px;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s; }
    form.notify.wrong button .gl-send {
      width: 22px;
      -webkit-transform-origin: 20% 40%;
      -moz-transform-origin: 20% 40%;
      -ms-transform-origin: 20% 40%;
      -o-transform-origin: 20% 40%;
      transform-origin: 20% 40%;
      background-color: red; }
      form.notify.wrong button .gl-send.top {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      form.notify.wrong button .gl-send.bottom {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  form.notify.wrong input {
    border-color: red; }
  form.notify.right button > i.notify-btn-send:before,
  form.notify.right button > i.notify-btn-send:after {
    border-color: green;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  form.notify.right input {
    border-color: green;
    color: green; }
  form.notify .btn {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    form.notify {
      margin-bottom: 35px; } }

@media (max-width: 500px) {
  form.notify.form-open,
  form.notify.form-open input {
    width: 100%; } }
.show-link {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: transform 0.4s 0.3s, width 0.3s 0.2s;
  -moz-transition: transform 0.4s 0.3s, width 0.3s 0.2s;
  -ms-transition: transform 0.4s 0.3s, width 0.3s 0.2s;
  -o-transition: transform 0.4s 0.3s, width 0.3s 0.2s;
  transition: transform 0.4s 0.3s, width 0.3s 0.2s; }

.hide-link {
  z-index: 9999;
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: transform 0.4s, width 0.3s 0.2s;
  -moz-transition: transform 0.4s, width 0.3s 0.2s;
  -ms-transition: transform 0.4s, width 0.3s 0.2s;
  -o-transition: transform 0.4s, width 0.3s 0.2s;
  transition: transform 0.4s, width 0.3s 0.2s; }

.share {
  position: relative;
  padding-top: 50px;
  line-height: 1; }
  .share .share-button > img {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .share .share-button > img:hover {
      cursor: pointer;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .share .social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .share .social > a {
      color: #333;
      margin: 0 6px;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70);
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .share .social > a:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
  @media only screen and (max-width: 767px) {
    .share {
      padding-top: 0; } }

/* ABOUT
------------------------------------------------------------------*/
/* style for block of show last items */
.preview-team-portfolio {
  margin: 0 -15px;
  overflow: hidden; }
  .preview-team-portfolio a {
    position: relative;
    display: inline-block;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .preview-team-portfolio a {
        margin: 0 -50%; } }
    .preview-team-portfolio a:before {
      content: ' ';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8);
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .preview-team-portfolio a:after {
      content: '';
      background: url("../img/hover-portfolio-item.svg") no-repeat;
      background-color: rgba(255, 0, 0, 0.7);
      background-position: 50%;
      width: 33px;
      height: 33px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      margin-top: -16.5px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .preview-team-portfolio a.selected:before, .preview-team-portfolio a.selected:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      -ms-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .preview-team-portfolio a img {
      width: 144px;
      display: inline-block; }

.no-touch .preview-team-portfolio a:hover:before, .no-touch .preview-team-portfolio a:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* about us modal section*/
.modal-body button.close-section {
  margin-bottom: 100px; }
.modal-body .team-portfolio-list {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .modal-body .team-portfolio-list .item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 15px;
    max-width: 100%; }
    .modal-body .team-portfolio-list .item:first-child {
      padding-left: 0; }
      @media only screen and (max-width: 767px) {
        .modal-body .team-portfolio-list .item:first-child {
          padding-left: 15px; } }
    .modal-body .team-portfolio-list .item:last-child {
      padding-right: 0; }
      @media only screen and (max-width: 767px) {
        .modal-body .team-portfolio-list .item:last-child {
          padding-right: 15px; } }
    .modal-body .team-portfolio-list .item:hover {
      cursor: pointer; }
    .modal-body .team-portfolio-list .item figure {
      margin: 0 0 23px 0;
      position: relative; }
      .modal-body .team-portfolio-list .item figure .img-layer {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .modal-body .team-portfolio-list .item figure figcaption {
        margin: 0; }
        .modal-body .team-portfolio-list .item figure figcaption:before, .modal-body .team-portfolio-list .item figure figcaption:after {
          content: '';
          position: absolute;
          top: 30px;
          right: 30px;
          bottom: 30px;
          left: 30px;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          -webkit-transition: opacity 0.35s, transform 0.35s;
          -moz-transition: opacity 0.35s, transform 0.35s;
          -ms-transition: opacity 0.35s, transform 0.35s;
          -o-transition: opacity 0.35s, transform 0.35s;
          transition: opacity 0.35s, transform 0.35s; }
        .modal-body .team-portfolio-list .item figure figcaption:before {
          border-top: 1px solid #000;
          border-bottom: 1px solid #000;
          -webkit-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
          -o-transform: scale(0, 1);
          transform: scale(0, 1); }
        .modal-body .team-portfolio-list .item figure figcaption:after {
          border-right: 1px solid #000;
          border-left: 1px solid #000;
          -webkit-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0); }
        .modal-body .team-portfolio-list .item figure figcaption p a {
          width: 36px;
          height: 36px;
          background-color: #000;
          color: #fff;
          display: inline-block;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          margin: 0 3px;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          -webkit-transition: background-color 0.3s;
          -moz-transition: background-color 0.3s;
          -ms-transition: background-color 0.3s;
          -o-transition: background-color 0.3s;
          transition: background-color 0.3s; }
          .modal-body .team-portfolio-list .item figure figcaption p a:hover {
            background-color: #3fbcef;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            -ms-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            transition: background-color 0.3s; }
          .modal-body .team-portfolio-list .item figure figcaption p a i {
            line-height: 2.28em; }
      .modal-body .team-portfolio-list .item figure p {
        margin: 0;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 99;
        -webkit-transform: translate3d(0, 20%, 0);
        -ms-transform: translate3d(0, 20%, 0);
        -o-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
        -webkit-transition: opacity 0.35s, transform 0.35s;
        -moz-transition: opacity 0.35s, transform 0.35s;
        -ms-transition: opacity 0.35s, transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
        .modal-body .team-portfolio-list .item figure p.view {
          font-size: 2em;
          color: #000; }
    .modal-body .team-portfolio-list .item > h4 {
      letter-spacing: .05em;
      margin-bottom: 0; }
    .modal-body .team-portfolio-list .item > i {
      font-style: normal;
      font-size: 0.889em;
      color: #666;
      line-height: 1.777em;
      letter-spacing: .05em;
      font-weight: 400; }
  .modal-body .team-portfolio-list.big .item:hover {
    cursor: auto; }
  @media only screen and (min-width: 768px) {
    .modal-body .team-portfolio-list.big .item {
      height: 65vh; }
      .modal-body .team-portfolio-list.big .item figure {
        height: 100%; }
        .modal-body .team-portfolio-list.big .item figure img {
          height: 100%; } }
  .modal-body .team-portfolio-list.big figure {
    width: auto; }
  @media only screen and (max-width: 767px) {
    .modal-body .team-portfolio-list {
      margin: 0 -15px; } }

/* touch/no-touch hover */
.no-touch .team-portfolio-list .item figure:hover .img-layer,
.team-portfolio-list .item.selected figure .img-layer,
.no-touch .team-portfolio-list .item figure:hover figcaption::before,
.no-touch .team-portfolio-list .item figure:hover figcaption::after,
.team-portfolio-list .item.selected figure figcaption::before,
.team-portfolio-list .item.selected figure figcaption::after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.no-touch .team-portfolio-list .item figure:hover p,
.team-portfolio-list .item.selected figure p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  visibility: visible; }

/* APPLICATION
------------------------------------------------------------------*/
.applications {
  margin-bottom: 50px; }
  .applications a {
    letter-spacing: .05em; }
    .applications a span {
      margin-right: 5px; }
    .applications a i {
      font-size: 1.249em; }
  @media (min-width: 767px) {
    .applications > div:first-child a {
      float: right; }
    .applications > div:last-child a {
      float: left; } }

a.video-block {
  display: block;
  position: relative;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    a.video-block {
      margin: 0; } }
  a.video-block:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  a.video-block:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  a.video-block img {
    width: 100%; }
  a.video-block > span.icon-play {
    position: absolute;
    padding: 16px 29px 17px 33px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff; }
    a.video-block > span.icon-play:before, a.video-block > span.icon-play:after, a.video-block > span.icon-play span:before, a.video-block > span.icon-play span:after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      position: absolute; }
    a.video-block > span.icon-play:before {
      border-top: 2px solid rgba(255, 255, 255, 0.8);
      border-left: 2px solid rgba(255, 255, 255, 0.8);
      top: 0;
      left: 0; }
    a.video-block > span.icon-play:after {
      border-top: 2px solid rgba(255, 255, 255, 0.8);
      border-right: 2px solid rgba(255, 255, 255, 0.8);
      top: 0;
      right: 0; }
    a.video-block > span.icon-play span:before {
      border-bottom: 2px solid rgba(255, 255, 255, 0.8);
      border-left: 2px solid rgba(255, 255, 255, 0.8);
      bottom: 0;
      left: 0; }
    a.video-block > span.icon-play span:after {
      border-bottom: 2px solid rgba(255, 255, 255, 0.8);
      border-right: 2px solid rgba(255, 255, 255, 0.8);
      bottom: 0;
      right: 0; }
    @media only screen and (max-width: 767px) {
      a.video-block > span.icon-play {
        padding: 10px 20px 11px 24px; } }

/* ABOUT ME
------------------------------------------------------------------*/
.about-me {
  text-align: left; }
  .about-me figure {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .about-me figure {
        float: none !important;
        margin-bottom: 20px; }
        .about-me figure img {
          margin: 0 auto; } }
  .about-me .section-content-title {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .about-me .section-content-title {
        text-align: center; } }
  .about-me p {
    letter-spacing: .032em; }
  @media only screen and (max-width: 767px) {
    .about-me {
      text-align: center; } }

/* SERVICES
------------------------------------------------------------------*/
.wrapper-feature-slide {
  position: relative; }
  .wrapper-feature-slide .border-center-icon {
    width: 138px;
    height: 126px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0; }
    .wrapper-feature-slide .border-center-icon:before, .wrapper-feature-slide .border-center-icon:after, .wrapper-feature-slide .border-center-icon span:before, .wrapper-feature-slide .border-center-icon span:after {
      display: block;
      content: "";
      width: 25px;
      height: 25px;
      position: absolute; }
    .wrapper-feature-slide .border-center-icon:before {
      top: 0px;
      left: 0px;
      border-top: 1px solid rgba(0, 0, 0, 0.8);
      border-left: 1px solid rgba(0, 0, 0, 0.8); }
    .wrapper-feature-slide .border-center-icon:after {
      top: 0px;
      right: 0px;
      border-top: 1px solid rgba(0, 0, 0, 0.8);
      border-right: 1px solid rgba(0, 0, 0, 0.8); }
    .wrapper-feature-slide .border-center-icon span:before {
      bottom: 0;
      left: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.8);
      border-left: 1px solid rgba(0, 0, 0, 0.8); }
    .wrapper-feature-slide .border-center-icon span:after {
      bottom: 0;
      right: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.8);
      border-right: 1px solid rgba(0, 0, 0, 0.8); }
  .wrapper-feature-slide .feature-slide .item {
    text-align: center;
    float: left;
    margin: 0 15px;
    position: relative; }
    .wrapper-feature-slide .feature-slide .item figure {
      margin: 0;
      width: 100%;
      line-height: 126px; }
      .wrapper-feature-slide .feature-slide .item figure img {
        border: none;
        margin: 0 auto; }
        .wrapper-feature-slide .feature-slide .item figure img:hover {
          cursor: pointer; }
      .wrapper-feature-slide .feature-slide .item figure figcaption {
        display: none; }
  .wrapper-feature-slide .feature-item-description {
    margin-top: 48px; }

/* CONTACT
------------------------------------------------------------------*/
.contact-info {
  padding-top: 15px;
  margin-bottom: 50px;
  text-align: left;
  font-size: 0.889em; }
  @media (max-width: 1170px) {
    .contact-info {
      margin-bottom: 8px; } }
  @media only screen and (max-width: 767px) {
    .contact-info {
      padding-top: 0;
      margin-bottom: 5px; } }

address p {
  display: inline;
  border-bottom: 1px solid;
  line-height: 1.3em;
  cursor: pointer; }

address i, .phone i, .email i {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-family: "pf_dindisplay_promedium", sans-serif;
  letter-spacing: .04em; }
  @media only screen and (max-width: 767px) {
    address i, .phone i, .email i {
      margin-bottom: 3px; } }
@media only screen and (max-width: 767px) {
  address, .phone, .email {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .phone p {
    margin: 0;
    letter-spacing: 0.046em;
    line-height: normal; } }

.phone i,
.email i {
  letter-spacing: .101em; }
  @media (max-width: 1170px) {
    .phone i,
    .email i {
      letter-spacing: .01em; } }

form.contact-form {
  text-align: center; }
  form.contact-form.wrong-email .email {
    border-color: red !important; }
  form.contact-form.send-true .form-control {
    border-color: green !important; }
  form.contact-form .empty-value {
    border-color: red !important; }
  form.contact-form .form-control {
    text-align: center; }
  form.contact-form .form-group {
    margin-bottom: 90px; }
    @media (max-width: 1170px) {
      form.contact-form .form-group {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      form.contact-form .form-group {
        margin-bottom: 28px; } }
    form.contact-form .form-group.message {
      margin-bottom: 70px; }
      @media (max-width: 1170px) {
        form.contact-form .form-group.message {
          margin-bottom: 50px; } }
  @media only screen and (max-width: 1170px) and (max-width: 767px) {
    form.contact-form .form-group.message {
      margin-bottom: 20px; } }

form.wrong-email .email,
form .empty-value,
form .empty-value:active,
form .empty-value:focus {
  border-color: red; }

/* FOOTER
------------------------------------------------------------------*/
.copyright p {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  padding-bottom: 48px;
  padding-top: 48px;
  text-transform: uppercase;
  font-size: 0.778em;
  margin: 0 0 0 0; }
  @media only screen and (max-width: 767px) {
    .copyright p {
      padding-top: 0px;
      padding-bottom: 29px; } }

.share + .copyright p {
  padding-top: 29px;
  padding-bottom: 29px; }

/* SCROLL
------------------------------------------------------------------*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #363636; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #363636;
  background-color: rgba(54, 54, 54, 0.05);
  opacity: 5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=500)";
  filter: alpha(opacity=500); }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #363636;
  background-color: rgba(54, 54, 54, 0.15);
  opacity: 15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1500)";
  filter: alpha(opacity=1500); }

/* MODAL
------------------------------------------------------------------*/
.modal-backdrop.in {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100% !important; }

.modal-body button {
  margin: 0px 0 105px 0; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-open .modal {
  padding: 0 !important; }

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: -1px; }
  @media only screen and (max-width: 767px) {
    .modal-dialog {
      margin: 10px auto; } }

.modal-content {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%; }

.modal-body {
  padding: 15px 0; }

/* CORNER OF SECTION
------------------------------------------------------------------*/
.border-top svg,
.border-bottom svg {
  position: absolute;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }
  .border-top svg rect,
  .border-bottom svg rect {
    fill: #000; }

.border-top svg.top-left-border {
  left: 15px;
  top: 0; }
.border-top svg.top-right-border {
  right: 15px;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.border-bottom svg.bottom-left-border {
  left: 15px;
  bottom: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }
.border-bottom svg.bottom-right-border {
  right: 15px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* COUNTDOWN
------------------------------------------------------------------*/
span.countdown-amount:after {
  content: " "; }

span.countdown-period:after {
  content: " "; }

/* GOOGLE MAP
------------------------------------------------------------------*/
#map-canvas {
  height: 55vh; }

/* VIDEO-BLOCK
------------------------------------------------------------------*/
#video-block-modal .modal-body {
  width: 78%;
  margin: 0 auto; }
#video-block-modal iframe {
  border: 0;
  height: 70vh;
  width: 100%;
  display: block; }

/* INTRO
------------------------------------------------------------------*/
.intro {
  overflow: auto;
  height: 100%;
  background: url(../img/bg_intro.png) center center;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/bg_intro.png) center center;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.7))), url(../img/bg_intro.png) center center;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/bg_intro.png) center center;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/bg_intro.png) center center;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/bg_intro.png) center center;
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../img/bg_intro.png) center center;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ), progid:DXImageTransform.Microsoft.Alpha( opacity=70 );
  /* IE6-9 */
  background-size: cover; }
  .intro .mCSB_scrollTools .mCSB_dragger {
    background-color: #fff;
    opacity: .8;
    transition: .2s; }
    .intro .mCSB_scrollTools .mCSB_dragger:hover {
      opacity: 1;
      transition: .2s; }
  .intro header {
    position: static;
    margin-top: 45px;
    margin-bottom: 45px; }
    .intro header .buy-theme {
      line-height: 75px; }
      .intro header .buy-theme a.btn {
        margin: 0;
        letter-spacing: .05em; }
    @media only screen and (max-width: 767px) {
      .intro header {
        overflow: initial; } }
    @media only screen and (max-width: 479px) {
      .intro header {
        height: auto;
        margin-top: 25px;
        margin-bottom: 25px; }
        .intro header figure {
          float: none !important; }
          .intro header figure a {
            text-align: center; }
        .intro header .buy-theme {
          float: none !important; } }
  .intro main {
    padding-top: 0px; }
  .intro section {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding-top: 60px;
    padding-bottom: 7px; }
    .intro section .border-bottom svg.bottom-left-border,
    .intro section .border-top svg.top-left-border {
      left: 0; }
    .intro section .border-bottom svg.bottom-right-border,
    .intro section .border-top svg.top-right-border {
      right: 0; }
  .intro p.promo-title {
    font-size: 1.111em;
    letter-spacing: .045em;
    margin: 0 0 33px 0; }
  .intro .intro-item figure {
    margin: 0 0 63px 0; }
    .intro .intro-item figure.oceanside {
      margin: 0 0 70px 0; }
      .intro .intro-item figure.oceanside figcaption {
        margin: 28px 0 0 0; }
    .intro .intro-item figure > a {
      display: block;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      position: relative; }
      .intro .intro-item figure > a .img-layout {
        background-image: url("../img/search.svg");
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 14px;
        bottom: 14px;
        right: 14px;
        left: 14px;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .intro .intro-item figure > a:hover .img-layout {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    .intro .intro-item figure figcaption {
      margin: 26px 0 0 0; }
      .intro .intro-item figure figcaption h4 {
        letter-spacing: .05em;
        margin-bottom: 2px; }
      .intro .intro-item figure figcaption i {
        font-weight: 400;
        font-size: 0.889em;
        font-style: normal;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        letter-spacing: .05em; }
  .intro .features .row {
    margin-bottom: 25px; }
  .intro .section-title {
    font-size: 2.667em;
    margin-bottom: 35px;
    line-height: 1.45em;
    letter-spacing: .09em; }
  .intro .features-icon {
    float: left;
    margin: 10px 0 0px 10px; }
    .intro .features-icon img {
      width: 44px;
      height: 44px; }
  .intro .features-cont {
    padding-left: 82px;
    text-align: left; }
    .intro .features-cont .features-title {
      letter-spacing: .05em;
      line-height: 1.65em;
      margin-bottom: 3px; }
    .intro .features-cont p {
      line-height: 1.88em; }
  .intro footer a.logo-itembridge {
    display: inline-block;
    margin-bottom: 42px; }
  .intro footer .intro-social {
    margin-bottom: 32px; }
    .intro footer .intro-social a {
      margin: 0 6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 2em;
      height: 2em;
      border: 2px solid;
      display: inline-block; }
      .intro footer .intro-social a i.fa {
        line-height: 1.99em; }
      @media only screen and (max-width: 767px) {
        .intro footer .intro-social a {
          margin: 0 4px; } }
  .intro footer .intro-support-link {
    padding-bottom: 27px; }
    .intro footer .intro-support-link p {
      margin: 0 0 0 0;
      line-height: 1.778em; }
      .intro footer .intro-support-link p a {
        color: #6dcff6; }
      .intro footer .intro-support-link p.intro-copyright {
        padding-top: 27px; }
  @media only screen and (max-width: 767px) {
    .intro footer {
      margin-top: auto; } }

/* LIGHT TYPOHRAPHY
------------------------------------------------------------------*/
body.light {
  color: #fff;
  /* link */
  /* form input border */
  /* block border */
  /* blockquote */
  /* checkbox/radio */
  /* select */
  /* header */
  /* corner of section */
  /* social link color */
  /* form notify */
  /* about us section */
  /* feature slide */ }
  body.light.typography {
    background: #333; }
  body.light a {
    color: #fff; }
  body.light input::-webkit-input-placeholder, body.light textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.4 !important; }
  body.light input::-moz-placeholder, body.light textarea::-moz-placeholder {
    color: #fff;
    opacity: 0.4 !important; }
  body.light input:-moz-placeholder, body.light textarea:-moz-placeholder {
    color: #fff;
    opacity: 0.4 !important; }
  body.light input:-ms-input-placeholder, body.light textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 0.4 !important; }
  body.light .form-control {
    color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
  body.light .form-control:focus {
    border-bottom: 1px solid white; }
  body.light .block-border-top:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff; }
  body.light .block-border-top:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; }
  body.light .block-border-bottom:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  body.light .block-border-bottom:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  body.light blockquote {
    background: url(/img/quotes-light.svg) no-repeat 6px 13px;
    background-size: 56px 56px;
    padding: 4px 25px 0 98px;
    border: none;
    margin-bottom: 19px;
    font-size: inherit; }
    body.light blockquote p {
      color: #fff; }
    body.light blockquote footer, body.light blockquote small, body.light blockquote .small {
      color: #fff; }
  body.light input[type="checkbox"] + label:before, body.light input[type="radio"] + label:before {
    border: 2px solid #fff; }
  body.light input[type="checkbox"]:checked + label:before {
    background-image: url(../img/check-light.svg);
    background-repeat: no-repeat;
    background-position: center center; }
  body.light input[type="radio"]:checked + label:after {
    background-color: #fff; }
  body.light .jq-selectbox__dropdown > ul {
    background-color: #333;
    border: 1px solid #fff; }
  body.light .jq-selectbox__dropdown li {
    border-bottom: 1px solid #fff; }
  body.light .jq-selectbox__trigger-arrow {
    background-image: url(../img/select-arrow-light.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px; }
  body.light .bt-nav .line {
    background: #fff; }
  body.light .border-top svg rect,
  body.light .border-bottom svg rect {
    fill: #fff; }
  body.light .social > a {
    color: inherit; }
  body.light form.notify button .gl-send {
    background-color: #fff; }
  body.light form.notify.wrong button .gl-send {
    background-color: red; }
  body.light .team-portfolio-list .item > i {
    color: inherit; }
  body.light .wrapper-feature-slide .border-center-icon:before {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8); }
  body.light .wrapper-feature-slide .border-center-icon:after {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8); }
  body.light .wrapper-feature-slide .border-center-icon span:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8); }
  body.light .wrapper-feature-slide .border-center-icon span:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8); }

/* example for red corner of section */
section.corner-red .border-top svg rect,
section.corner-red .border-bottom svg rect {
  fill: #ed1c24; }

body.personal .border-top svg rect,
body.personal .border-bottom svg rect {
  fill: #0066f1; }

/*# sourceMappingURL=custom.css.map */
