html {
  /* height: 100%; */
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

  /* disable on desktop */
  #mobileonly2 {
    display: none;
  }

img,
video,
audio {
  max-width: 100%; }

img,
video {
  height: auto; }

svg {
  max-height: 100%; }

iframe {
  border: none; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; } */

.black {
  color: #0d0d0e; }

.inverted {
  color: #fff; }

.error {
  color: #f03c69; }

.success {
  color: #35beb1; }

.warning {
  color: #f7ba45; }

.focus {
  color: #1c86f2; }

.aluminum {
  color: #f8f8f8; }

.silver {
  color: #e0e1e1; }

.lightgray {
  color: #d4d4d4; }

.gray {
  color: #bdbdbd; }

.midgray {
  color: #676b72; }

.darkgray {
  color: #313439; }

.bg-black {
  background-color: #0d0d0e; }

.bg-inverted {
  background-color: #fff; }

.bg-error {
  background-color: #f03c69; }

.bg-success {
  background-color: #35beb1; }

.bg-warning {
  background-color: #f7ba45; }

.bg-focus {
  background-color: #1c86f2; }

.bg-aluminum {
  background-color: #f8f8f8; }

.bg-silver {
  background-color: #e0e1e1; }

.bg-lightgray {
  background-color: #d4d4d4; }

.bg-gray {
  background-color: #bdbdbd; }

.bg-midgray {
  background-color: #676b72; }

.bg-darkgray {
  background-color: #313439; }

.bg-highlight {
  background-color: #edf2ff; }

html,
body {
  font-size: 16px;
  line-height: 24px; }

body {
  font-family: Arial;
  /* color: #313439; */
  background-color: transparent; }

/* a { 
  color: #3794de;
}*/

a:hover {
  /* color: #f03c69; */
  /* color: white; */
  color: #001B48;
}

h1.title, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #171717;
  margin-bottom: 16px; }

h1.title {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 8px; }

h1,
.h1 {
  font-size: 48px;
  line-height: 52px; }

h2,
.h2 {
  font-size: 36px;
  line-height: 40px; }

h3,
.h3 {
  font-size: 24px;
  line-height: 32px; }

h4,
.h4 {
  font-size: 21px;
  line-height: 32px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 28px; }

h6,
.h6 {
  font-size: 16px;
  line-height: 24px; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 24px; }

ul,
ul ul,
ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 24px; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

nav ul,
nav ol {
  margin: 0;
  list-style: none; }
  nav ul ul,
  nav ul ol,
  nav ol ul,
  nav ol ol {
    margin-left: 24px; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 24px; }

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 16px; }

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px; }

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(49, 52, 57, 0.65); }
  blockquote p {
    margin-bottom: .5rem; }

time, cite, small, figcaption {
  font-size: 87.5%; }

cite {
  opacity: .6; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help; }

var {
  font-size: 16px;
  opacity: .6;
  font-style: normal; }

mark, code, samp, kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85); }

code {
  background: #e0e1e1; }

mark {
  background: #f7ba45; }

samp {
  color: #fff;
  background: #1c86f2; }

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1); }

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 1px; }

/* pre, code, samp, var, kbd {
  font-family: Consolas, Monaco, "Courier New", monospace; } */

pre, code, samp, var, kbd, mark {
  font-size: 87.5%; }

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 20px;
  color: rgba(49, 52, 57, 0.85);
  overflow: none;
  white-space: pre-wrap; }

pre {
  padding: 1rem; }

figcaption {
  opacity: .6; }

figure figcaption {
  position: relative;
  top: -1rem/2; }

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

figure .video-container,
figure pre {
  margin-bottom: 8px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

ul.unstyled {
  margin-left: 0; }

ul.unstyled,
ul.unstyled ul {
  list-style: none; }

/* .monospace {
  font-family: Consolas, Monaco, "Courier New", monospace; } */

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.italic {
  font-style: italic !important; }

.strong {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.muted {
  opacity: .55; }

a.muted {
  color: #0d0d0e; }

a.muted:hover {
  opacity: 1; }

.black {
  color: #0d0d0e; }

.smaller {
  font-size: 12px;
  line-height: 20px; }

.small {
  font-size: 14px;
  line-height: 20px; }

.big {
  font-size: 18px;
  line-height: 28px; }

.large {
  font-size: 20px;
  line-height: 32px; }

.end {
  margin-bottom: 0 !important; }

.highlight {
  background-color: #edf2ff; }

.nowrap,
.nowrap td {
  white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1024px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    column-gap: 24px; }
  .columns-2 {
    column-count: 2; }
  .columns-3 {
    column-count: 3; }
  .columns-4 {
    column-count: 4; } }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .row {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .row.gutters,
  .row.gutters > .row {
    margin-left: -2%; }
    @media (max-width: 768px) {
      .row.gutters,
      .row.gutters > .row {
        margin-left: 0; } }
    .row.gutters > .col,
    .row.gutters > .row > .col {
      margin-left: 2%; }
      @media (max-width: 768px) {
        .row.gutters > .col,
        .row.gutters > .row > .col {
          margin-left: 0; } }
  .row.around {
    justify-content: space-around; }
  .row.between {
    justify-content: space-between; }
  .row.auto .col {
    flex-grow: 1; }

.col-1 {
  width: 8.33333%; }

.offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  width: 25%; }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  width: 33.33333%; }

.offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  width: 50%; }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  width: 58.33333%; }

.offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  width: 75%; }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  width: 83.33333%; }

.offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

.gutters > .col-1 {
  width: calc(8.33333% - 2%); }

.gutters > .offset-1 {
  margin-left: calc(8.33333% + 2%) !important; }

.gutters > .col-2 {
  width: calc(16.66667% - 2%); }

.gutters > .offset-2 {
  margin-left: calc(16.66667% + 2%) !important; }

.gutters > .col-3 {
  width: calc(25% - 2%); }

.gutters > .offset-3 {
  margin-left: calc(25% + 2%) !important; }

.gutters > .col-4 {
  width: calc(33.33333% - 2%); }

.gutters > .offset-4 {
  margin-left: calc(33.33333% + 2%) !important; }

.gutters > .col-5 {
  width: calc(41.66667% - 2%); }

.gutters > .offset-5 {
  margin-left: calc(41.66667% + 2%) !important; }

.gutters > .col-6 {
  width: calc(50% - 2%); }

.gutters > .offset-6 {
  margin-left: calc(50% + 2%) !important; }

.gutters > .col-7 {
  width: calc(58.33333% - 2%); }

.gutters > .offset-7 {
  margin-left: calc(58.33333% + 2%) !important; }

.gutters > .col-8 {
  width: calc(66.66667% - 2%); }

.gutters > .offset-8 {
  margin-left: calc(66.66667% + 2%) !important; }

.gutters > .col-9 {
  width: calc(75% - 2%); }

.gutters > .offset-9 {
  margin-left: calc(75% + 2%) !important; }

.gutters > .col-10 {
  width: calc(83.33333% - 2%); }

.gutters > .offset-10 {
  margin-left: calc(83.33333% + 2%) !important; }

.gutters > .col-11 {
  width: calc(91.66667% - 2%); }

.gutters > .offset-11 {
  margin-left: calc(91.66667% + 2%) !important; }

.gutters > .col-12 {
  width: calc(100% - 2%); }

.gutters > .offset-12 {
  margin-left: calc(100% + 2%) !important; }

@media (max-width: 768px) {
  [class^='offset-'],
  [class*=' offset-'] {
    margin-left: 0; } }

.first {
  order: -1; }

.last {
  order: 1; }

@media (max-width: 768px) {
  .row .col {
    margin-left: 0;
    width: 100%; }
  .row.gutters .col {
    margin-bottom: 16px; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: 15px;
  line-height: 24px; }

table caption {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #676b72; }

th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom; }

td {
  vertical-align: top; }

tr.align-middle td,
td.align-middle {
  vertical-align: middle; }

th,
td {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

tfoot th,
tfoot td {
  color: rgba(49, 52, 57, 0.5); }

table.bordered td,
table.bordered th {
  border: 1px solid rgba(0, 0, 0, 0.05); }

table.striped tr:nth-child(odd) td {
  background: #f8f8f8; }

table.bordered td:first-child,
table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 1rem; }

table.bordered td:last-child,
table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 1rem; }

table.unstyled td,
table.unstyled th {
  border: none;
  padding: 0; }

fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }

legend {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  position: relative;
  line-height: 0; }

input,
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px; }

input.small,
textarea.small,
select.small {
  height: 36px;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 3px; }

input.big,
textarea.big,
select.big {
  height: 48px;
  font-size: 17px;
  padding: 0 12px;
  border-radius: 3px; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #1c86f2;
  box-shadow: 0 0 1px #1c86f2 inset; }

input.error,
textarea.error,
select.error {
  background-color: rgba(240, 60, 105, 0.1);
  border: 1px solid #f583a0; }
  input.error:focus,
  textarea.error:focus,
  select.error:focus {
    border-color: #f03c69;
    box-shadow: 0 0 1px #f03c69 inset; }

input.success,
textarea.success,
select.success {
  background-color: rgba(53, 190, 177, 0.1);
  border: 1px solid #6ad5cb; }
  input.success:focus,
  textarea.success:focus,
  select.success:focus {
    border-color: #35beb1;
    box-shadow: 0 0 1px #35beb1 inset; }

input:disabled, input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5); }

select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center; }

select[multiple] {
  background-image: none;
  height: auto;
  padding: .5rem .75rem; }

textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 24px;
  vertical-align: top; }

input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block; }

input[type="search"],
input.search {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');
  padding-left: 32px; }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0; }

label {
  display: block;
  color: #313439;
  margin-bottom: 4px;
  font-size: 15px; }
  label.checkbox,
  label .desc,
  label .success,
  label .error {
    text-transform: none;
    font-weight: normal; }
  label.checkbox {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: inherit; }
    label.checkbox input {
      margin-top: 0; }

.form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 16px; }

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #f03c69;
  font-size: 110%; }

.desc {
  color: rgba(49, 52, 57, 0.5);
  font-size: 12px;
  line-height: 20px; }

span.desc {
  margin-left: 4px; }

div.desc {
  margin-top: 4px;
  margin-bottom: -8px; }

.form-buttons button,
.form-buttons .button {
  margin-right: 8px; }

form,
.form-item {
  margin-bottom: 2rem; }

.form > .form-item:last-child {
  margin-bottom: 0; }

.form .row:last-child .form-item {
  margin-bottom: 0; }

.form span.success,
.form span.error {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px; }

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  width: auto; }

.append,
.prepend {
  display: flex; }
  .append input,
  .prepend input {
    flex: 1; }
  .append .button,
  .append span,
  .prepend .button,
  .prepend span {
    flex-shrink: 0; }
  .append span,
  .prepend span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    border: 1px solid #d4d4d4;
    background-color: #f8f8f8;
    padding: 0 .875rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    white-space: nowrap; }

.prepend input {
  border-radius: 0 3px 3px 0; }

.prepend .button {
  margin-right: -1px;
  border-radius: 3px 0 0 3px !important; }

.prepend span {
  border-right: none;
  border-radius: 3px 0 0 3px; }

.append input {
  border-radius: 3px 0 0 3px; }

.append .button {
  margin-left: -1px;
  border-radius: 0 3px 3px 0 !important; }

.append span {
  border-left: none;
  border-radius: 0 3px 3px 0; }

button,
.button {
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font-size: 15px;
  color: #fff;
  background-color: #1c86f2;
  border-radius: 3px;
  min-height: 40px;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none; }
  button i,
  .button i {
    position: relative;
    top: 1px;
    margin: 0 2px; }

input[type="submit"] {
  width: auto; }

button:hover,
.button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: #4ca0f5; }

.button:disabled,
.button.disabled {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(28, 134, 242, 0.7); }

.button.small {
  font-size: 13px;
  min-height: 36px;
  padding: 6px 20px;
  border-radius: 3px; }

.button.big {
  font-size: 17px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 3px; }

.button.large {
  font-size: 19px;
  min-height: 56px;
  padding: 20px 36px;
  border-radius: 3px; }

.button.outline {
  background: none;
  border-width: 2px;
  border-color: #1c86f2;
  color: #1c86f2; }
  .button.outline:hover {
    background: none;
    color: rgba(28, 134, 242, 0.6);
    border-color: rgba(28, 134, 242, 0.5); }
  .button.outline:disabled, .button.outline.disabled {
    background: none;
    color: rgba(28, 134, 242, 0.7);
    border-color: rgba(28, 134, 242, 0.5); }

.button.inverted {
  color: #000;
  background-color: #fff; }
  .button.inverted:hover {
    color: #000;
    background-color: white; }
  .button.inverted:disabled, .button.inverted.disabled {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  .button.inverted.outline {
    background: none;
    color: #fff;
    border-color: #fff; }
    .button.inverted.outline:hover {
      color: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 255, 255, 0.5); }
    .button.inverted.outline:disabled, .button.inverted.outline.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.5); }
  .button.inverted:hover {
    opacity: .7; }

.button.round {
  border-radius: 56px; }

.button.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.button.upper {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px; }
  .button.upper.small {
    font-size: 11px; }
  .button.upper.big {
    font-size: 13px; }
  .button.upper.large {
    font-size: 15px; }

.button.secondary {
  color: #fff;
  background-color: #313439; }
  .button.secondary:hover {
    color: #fff;
    background-color: #606670; }
  .button.secondary:disabled, .button.secondary.disabled {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(49, 52, 57, 0.7); }
  .button.secondary.outline {
    background: none;
    color: #313439;
    border-color: #313439; }
    .button.secondary.outline:hover {
      color: rgba(49, 52, 57, 0.6);
      border-color: rgba(49, 52, 57, 0.5); }
    .button.secondary.outline:disabled, .button.secondary.outline.disabled {
      background: none;
      color: rgba(49, 52, 57, 0.7);
      border-color: rgba(49, 52, 57, 0.5); }

.label {
  display: inline-block;
  font-size: 13px;
  background: #e0e1e1;
  line-height: 18px;
  padding: 0 10px;
  font-weight: 500;
  color: #313439;
  border: 1px solid transparent;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px; }
  .label a,
  .label a:hover {
    color: inherit;
    text-decoration: none; }

.label.big {
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px; }

.label.upper {
  text-transform: uppercase;
  font-size: 11px; }

.label.outline {
  background: none;
  border-color: #bdbdbd; }

.label.badge {
  text-align: center;
  border-radius: 64px;
  padding: 0 6px; }
  .label.badge.big {
    padding: 0 8px; }

.label.tag {
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 11px; }
  .label.tag.big {
    font-size: 13px; }

.label.success {
  background: #35beb1;
  color: #fff; }
  .label.success.tag, .label.success.outline {
    background: none;
    border-color: #35beb1;
    color: #35beb1; }

.label.error {
  background: #f03c69;
  color: #fff; }
  .label.error.tag, .label.error.outline {
    background: none;
    border-color: #f03c69;
    color: #f03c69; }

.label.warning {
  background: #f7ba45;
  color: #0d0d0e; }
  .label.warning.tag, .label.warning.outline {
    background: none;
    border-color: #f7ba45;
    color: #f7ba45; }

.label.focus {
  background: #1c86f2;
  color: #fff; }
  .label.focus.tag, .label.focus.outline {
    background: none;
    border-color: #1c86f2;
    color: #1c86f2; }

.label.black {
  background: #0d0d0e;
  color: #fff; }
  .label.black.tag, .label.black.outline {
    background: none;
    border-color: #0d0d0e;
    color: #0d0d0e; }

.label.inverted {
  background: #fff;
  color: #0d0d0e; }
  .label.inverted.tag, .label.inverted.outline {
    background: none;
    border-color: #fff;
    color: #fff; }

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 24px; }
  .breadcrumbs ul {
    display: flex;
    align-items: center; }
  .breadcrumbs.push-center ul {
    justify-content: center; }
  .breadcrumbs span,
  .breadcrumbs a {
    font-style: normal;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap; }
  .breadcrumbs li:after {
    display: inline-block;
    content: '/';
    color: rgba(0, 0, 0, 0.3); }
  .breadcrumbs li:last-child:after {
    display: none; }
  .breadcrumbs li:first-child span,
  .breadcrumbs li:first-child a {
    padding-left: 0; }
  .breadcrumbs li.active a {
    color: #313439;
    text-decoration: none;
    cursor: text; }

.pagination {
  margin: 24px 0;
  font-size: 14px; }
  .pagination ul {
    display: flex;
    margin: 0; }
  .pagination.align-center ul {
    justify-content: center; }
  .pagination span,
  .pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent; }
  .pagination a {
    text-decoration: none;
    color: #313439; }
    .pagination a:hover {
      color: rgba(0, 0, 0, 0.5);
      border-color: #e0e1e1; }
  .pagination span,
  .pagination li.active a {
    color: rgba(0, 0, 0, 0.5);
    border-color: #e0e1e1;
    cursor: text; }
  .pagination.upper {
    font-size: 12px; }

.pager span {
  line-height: 24px; }

.pager span,
.pager a {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 64px;
  border-color: rgba(0, 0, 0, 0.1); }

.pager li {
  flex-basis: 50%; }

.pager li.next {
  text-align: right; }

.pager.align-center li {
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px; }

.pager.flat span,
.pager.flat a {
  border: none;
  display: block;
  padding: 0; }

.pager.flat a {
  font-weight: bold; }
  .pager.flat a:hover {
    background: none;
    text-decoration: underline; }

@media (max-width: 768px) {
  .pager.flat ul {
    flex-direction: column; }
  .pager.flat li {
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left; } }

[class^="kube-"], [class*=" kube-"], .close, .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* font-family: 'Kube' !important; */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kube-calendar:before {
  content: "\e900"; }

.caret.down:before,
.kube-caret-down:before {
  content: "\e901"; }

.caret.left:before,
.kube-caret-left:before {
  content: "\e902"; }

.caret.right:before,
.kube-caret-right:before {
  content: "\e903"; }

.caret.up:before,
.kube-caret-up:before {
  content: "\e904"; }

.close:before,
.kube-close:before {
  content: "\e905"; }

.kube-menu:before {
  content: "\e906"; }

.kube-search:before {
  content: "\e907"; }

.gutters .column.push-left,
.push-left {
  margin-right: auto; }

.gutters .column.push-right,
.push-right {
  margin-left: auto; }

.gutters .column.push-center,
.push-center {
  margin-left: auto;
  margin-right: auto; }

.gutters .column.push-middle,
.push-middle {
  margin-top: auto;
  margin-bottom: auto; }

.push-bottom {
  margin-top: auto; }

@media (max-width: 768px) {
  .gutters .column.push-left-sm,
  .push-left-sm {
    margin-left: 0; }
  .gutters .column.push-center-sm,
  .push-center-sm {
    margin-left: auto;
    margin-right: auto; }
  .push-top-sm {
    margin-top: 0; } }

.align-middle {
  align-items: center; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

@media (max-width: 768px) {
  .align-left-sm {
    justify-content: flex-start; } }

.float-right {
  float: right; }

.float-left {
  float: left; }

@media (max-width: 768px) {
  .float-right {
    float: none; }
  .float-left {
    float: none; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w-auto {
  width: auto; }

.w-small {
  width: 480px; }

.w-medium {
  width: 600px; }

.w-big {
  width: 740px; }

.w-large {
  width: 840px; }

@media (max-width: 768px) {
  .w-auto-sm {
    width: auto; }
  .w100-sm,
  .w-small,
  .w-medium,
  .w-big,
  .w-large {
    width: 100%; } }

.max-w5 {
  max-width: 5%; }

.max-w10 {
  max-width: 10%; }

.max-w15 {
  max-width: 15%; }

.max-w20 {
  max-width: 20%; }

.max-w25 {
  max-width: 25%; }

.max-w30 {
  max-width: 30%; }

.max-w35 {
  max-width: 35%; }

.max-w40 {
  max-width: 40%; }

.max-w45 {
  max-width: 45%; }

.max-w50 {
  max-width: 50%; }

.max-w55 {
  max-width: 55%; }

.max-w60 {
  max-width: 60%; }

.max-w65 {
  max-width: 65%; }

.max-w70 {
  max-width: 70%; }

.max-w75 {
  max-width: 75%; }

.max-w80 {
  max-width: 80%; }

.max-w85 {
  max-width: 85%; }

.max-w90 {
  max-width: 90%; }

.max-w95 {
  max-width: 95%; }

.max-w100 {
  max-width: 100%; }

.max-w-small {
  max-width: 480px; }

.max-w-medium {
  max-width: 600px; }

.max-w-big {
  max-width: 740px; }

.max-w-large {
  max-width: 840px; }

@media (max-width: 768px) {
  .max-w-auto-sm,
  .max-w-small,
  .max-w-medium,
  .max-w-big,
  .max-w-large {
    max-width: auto; } }

.min-w5 {
  min-width: 5%; }

.min-w10 {
  min-width: 10%; }

.min-w15 {
  min-width: 15%; }

.min-w20 {
  min-width: 20%; }

.min-w25 {
  min-width: 25%; }

.min-w30 {
  min-width: 30%; }

.min-w35 {
  min-width: 35%; }

.min-w40 {
  min-width: 40%; }

.min-w45 {
  min-width: 45%; }

.min-w50 {
  min-width: 50%; }

.min-w55 {
  min-width: 55%; }

.min-w60 {
  min-width: 60%; }

.min-w65 {
  min-width: 65%; }

.min-w70 {
  min-width: 70%; }

.min-w75 {
  min-width: 75%; }

.min-w80 {
  min-width: 80%; }

.min-w85 {
  min-width: 85%; }

.min-w90 {
  min-width: 90%; }

.min-w95 {
  min-width: 95%; }

.min-w100 {
  min-width: 100%; }

.h25 {
  height: 25%; }

.h50 {
  height: 50%; }

.h100 {
  height: 100%; }

.group:after {
  content: '';
  display: table;
  clear: both; }

.flex {
  display: flex; }

@media (max-width: 768px) {
  .flex-column-sm {
    flex-direction: column; }
  .flex-w100-sm {
    flex: 0 0 100%; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .flex-w100-sm {
      flex: 0 0 100% !important; } }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.display-block {
  display: block; }

.hide {
  display: none !important; }

@media (max-width: 768px) {
  .hide-sm {
    display: none !important; } }

@media (min-width: 768px) {
  .show-sm {
    display: none !important; } }

@media print {
  .hide-print {
    display: none !important; }
  .show-print {
    display: block !important; } }

.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.close {
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  opacity: .6; }
  .close:hover {
    opacity: 1; }
  .close.small {
    font-size: 8px; }
  .close.big {
    font-size: 18px; }
  .close.white {
    color: #fff; }

.caret {
  display: inline-block; }

.button .caret {
  margin-right: -8px; }

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95); }
  .overlay > .close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, h4 {
    page-break-after: avoid; }
  @page {
    margin: 0.5cm; } }

@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes flipIn {
  from {
    opacity: 0;
    transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1); } }

@keyframes flipOut {
  from {
    opacity: 1;
    transform: scaleY(1); }
  to {
    opacity: 0;
    transform: scaleY(0); } }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes shake {
  15% {
    transform: translateX(0.5rem); }
  30% {
    transform: translateX(-0.4rem); }
  45% {
    transform: translateX(0.3rem); }
  60% {
    transform: translateX(-0.2rem); }
  75% {
    transform: translateX(0.1rem); }
  90% {
    transform: translateX(0); }
  90% {
    transform: translateX(0); } }

.fadeIn {
  animation: fadeIn 250ms; }

.fadeOut {
  animation: fadeOut 250ms; }

.zoomIn {
  animation: zoomIn 200ms; }

.zoomOut {
  animation: zoomOut 500ms; }

.slideInRight {
  animation: slideInRight 500ms; }

.slideInLeft {
  animation: slideInLeft 500ms; }

.slideInDown {
  animation: slideInDown 500ms; }

.slideOutLeft {
  animation: slideOutLeft 500ms; }

.slideOutRight {
  animation: slideOutRight 500ms; }

.slideOutUp {
  animation: slideOutUp 500ms; }

.slideUp {
  overflow: hidden;
  animation: slideUp 200ms ease-in-out; }

.slideDown {
  overflow: hidden;
  animation: slideDown 80ms ease-in-out; }

.flipIn {
  animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.flipOut {
  animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.rotate {
  animation: rotate 500ms; }

.pulse {
  animation: pulse 250ms 2; }

.shake {
  animation: shake 500ms; }

.dropdown {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 280px;
  color: #000;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .dropdown.dropdown-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border: none; }
  .dropdown .close {
    margin: 20px auto; }
  .dropdown.open {
    overflow: auto; }
  .dropdown ul {
    list-style: none;
    margin: 0; }
    .dropdown ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .dropdown ul li:last-child {
        border-bottom: none; }
    .dropdown ul a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #000; }
      .dropdown ul a:hover {
        background: rgba(0, 0, 0, 0.05); }

.message {
  /* font-family: Consolas, Monaco, "Courier New", monospace; */
  font-size: 14px;
  line-height: 20px;
  background: #e0e1e1;
  color: #313439;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: .75rem;
  margin-bottom: 24px;
  position: relative; }
  .message a {
    color: inherit; }
  .message h2,
  .message h3,
  .message h4,
  .message h5,
  .message h6 {
    margin-bottom: 0; }
  .message .close {
    position: absolute;
    right: 1rem;
    top: 1.1rem; }

.message.error {
  background: #f03c69;
  color: #fff; }

.message.success {
  background: #35beb1;
  color: #fff; }

.message.warning {
  background: #f7ba45; }

.message.focus {
  background: #1c86f2;
  color: #fff; }

.message.black {
  background: #0d0d0e;
  color: #fff; }

.message.inverted {
  background: #fff; }

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200; }

.modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #000; }
  @media (max-width: 768px) {
    .modal input,
    .modal textarea {
      font-size: 16px; } }
  .modal .close {
    position: absolute;
    top: 18px;
    right: 16px;
    opacity: .3; }
    .modal .close:hover {
      opacity: 1; }

.modal-header {
  padding: 24px 32px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .modal-header:empty {
    display: none; }

.modal-body {
  padding: 36px 56px; }

@media (max-width: 768px) {
  .modal-header,
  .modal-body {
    padding: 24px; } }

.offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll; }

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px; }

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-push-body {
  position: relative; }

.tabs {
  margin-bottom: 24px;
  font-size: 14px; }
  .tabs li em,
  .tabs li.active a {
    color: #313439;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: default;
    text-decoration: none;
    background: none; }
  .tabs em,
  .tabs a {
    position: relative;
    top: 1px;
    font-style: normal;
    display: block;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
  .tabs a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #313439;
    text-decoration: underline;
    background-color: #e0e1e1; }

@media (min-width: 768px) {
  .tabs ul {
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tabs li em,
  .tabs li.active a {
    border-bottom: 1px solid #fff; }
}

.col.col-12.menu-nav a {
    text-transform: uppercase;
    /* color: #313131; */
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    transition: .5s all ease;
    letter-spacing: 4px;
    height: 25px;
    padding-left: 3px;

}
.row.align-center.logo-wrapper {

    margin-bottom: 30px;
}
.col.col-12.menu-nav .col {
    text-align: center;
    width: 11.5%;
    opacity: 0;
        transition: 0s all ease;

}
.row.align-center.header-wrapper {
    margin-bottom: 15px;
    padding-top: 25px;
    /* border-bottom: 2px #f7f7f7 solid; */
    /* padding-bottom: 10px; */
}
.row.projects-grid .col-4 {
    /*padding: 5px;*/
      visibility: hidden;
    	padding: 10px;
}
.row.projects-grid {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}
.project-name {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
	background: rgba(255, 255, 255, 0.56);
    opacity: 0;
    transition: 0.3s all ease;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100&0.42+1,0.33+100 */
    /*
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.42) 0%, rgba(255,255,255,0.42) 1%, rgba(229,229,229,0.33) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.42) 0%,rgba(255,255,255,0.42) 1%,rgba(229,229,229,0.33) 100%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.42) 0%,rgba(255,255,255,0.42) 1%,rgba(229,229,229,0.33) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bffffff', endColorstr='#54e5e5e5',GradientType=1 );
	*/
    background: rgba(32, 32, 32, 0.53); /*rgba(220, 220, 220, 0.53)*/
}
.row.project-foto {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    flex-direction: column;
     opacity: 1;
    margin: 0 auto;
        transition: 2.5s all cubic-bezier(0, -0.01, 0.76, -0.1);
}
.project-name h1 {
    top: 50%;
    position: absolute;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 17px;
    color: #fff; /*#505050*/
    letter-spacing: 16px;
    font-weight: 300;
        -webkit-font-smoothing: antialiased;

    /* text-shadow: 0px 1px 1px rgb(214, 214, 214); */
    /* filter: drop-shadow(0px 0px 1px #000); */
}
.project-name:hover {
    opacity: 1;
}

.project-name:focus {
    opacity: 1;
}
.mCustomScrollbar .project-image {
    display: inline-block;
}

.row.project-preview .col.col-10 {
    overflow: hidden;
    transition: 0.7s all cubic-bezier(0, -0.1, 1, 0.62);
    opacity: 0;
    flex: 10;
}
a.transformed {

    transform: translateY(0px)!important;
    -webkit-transform: translateY(0px)!important;
    -moz-transform: translateY(0px)!important;
    -ms-transform: translateY(0px)!important;
    -o-transform: translateY(0px)!important;
    opacity: 1!important;
}
.row.align-center.logo-wrapper a {
	color: black;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 19px;
    font-size: 37px;
    margin-left: 19px;

    opacity: 0;
    transition: 0s all ease;
    position: relative;

}

h1.project-details--name {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1.4;
    text-align: center;
    margin-top: 15px;
    margin-left: 6px;
    }

.project-details-meta {
display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;

}
.project-details--content {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    max-width: 280px;
}

.project-details-block {
    display: block;
    height: 80%;
    height: auto;
    position: relative;
}

.project-details--cta-buttons {
    margin-top: 25px;
}

.project-details--cta-buttons .btn {
    float: left;
    clear: both;
}

.col.col-2.project-details hr {
    background: #fdfdfd;
    height: 1px;
    width: 100%;
    margin: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 1%, rgba(201,201,201,0.65) 54%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 1%,rgba(201,201,201,0.65) 54%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.65) 1%,rgba(201,201,201,0.65) 54%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=1 );
    border: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
span.project-details--author {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.6px;
        text-align: center;
}
.col.col-2.project-details {
    display: flex;
    column-count: 1;
    flex-direction: column;
    position: relative;
    transition: 0.7s all cubic-bezier(0, -0.1, 1, 0.62);
    opacity: 1!important;
    flex: 3;

}
.row.contact-form {
	opacity: 0;
  transition: 0.7s all cubic-bezier(0, -0.1, 1, 0.62);
}
.project-details--cta-buttons a.btn {
    padding: 0px 12px;
}
a.btn.btn-go-back {
    text-decoration: none;
        color: #868686;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 7px;
    width: 99%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(204, 204, 204, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
/* HERE */
.row.project-preview {
    padding-top: 10px;
    transition: 0.5s all ease;
    margin-bottom: 25px;
    width: auto;
    /* margin-right: 30px; */
    display: flex;
    flex-direction: row;
        flex: 1;
    margin-right: auto;
    margin-left: auto;
}
.project-image-slider ul {
    padding: 0;
    margin: 0;
}
.project-details--cta-buttons a.btn {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    letter-spacing: 2px;
    font-size: 13px;
}
a {
    /* color: #1d70b3; */
    /* color: white; */
    color: #cbd0d9;
}
a.social {
  color: #001B48;
  opacity: 0.2;
  transition: 0.3s all ease;
}
a.social:hover {
  opacity: 1;
}
.page_contacts a {
  text-decoration: none;
  color: #313439;
}
@media screen
  and (min-width: 1200px)
  and (max-width: 1800px)  {

.project-name h1 {
    letter-spacing: 8px;
}

}

@media screen
  and (min-width: 960px)
  and (max-width: 1445px)  {
  .swiper-container.swiper-container-horizontal {
    height:59vh!important;
}
.row.company-page h4 {
    margin-top: 42px!important;
    padding-top: 0!important;
}


}

@media screen
  and (min-width: 1367px)   {
	.swiper-container.swiper-container-horizontal {
	height: 66vh!important;
	}
}

/* ----------- Retina Screens ----------- */
@media screen
  and (min-width: 1200px)
  and (max-width: 1800px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
  .swiper-container.swiper-container-horizontal {
    height: 600px;
}
  	.col.col-10 {
    width: 73%;
}
.row.company-page .col.col-6 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
}

@media screen
  and (min-width: 960px)
  and (max-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
.row.company-page h4 {
    margin-top: 0!important;
}
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}


#form {
    position: relative;
    margin-top: 15px;
        width: 80%;
}

input {
  font-size: 0.875em;
  width: 470px;
  height: 50px;
  padding: 0px 15px 0px 15px;

  background: transparent;
  outline: none;
  color: #726659;

  border: solid 1px #b3aca7;
  border-bottom: none;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  height: 110px;
  max-height: 110px;
  padding: 15px;

  background: transparent;
  outline: none;

  color: #726659;
  font-size: 0.875em;

  border: solid 1px #b3aca7;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
    width: 100%;
    padding: 0;
    font-size: 17px;
    color: #b3aca7;
    outline: none;
    cursor: pointer;
        border: solid 1px #dadada;
}

#submit:hover {
  color: #e2dedb;
}
input {
    font-size: 0.875em;
    width: 470px;
    height: 50px;
    padding: 0px 15px 0px 15px;
    background: transparent;
    outline: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    color: #313131;
    border: solid 1px #dadada;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}
form.form-applied {
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border: 1px #000000 solid;
}
textarea {
    width: 100%;
    height: 110px;
    max-height: 110px;
    padding: 15px;
    background: transparent;
    outline: none;
    color: #726659;
    font-size: 0.875em;
    border: solid 1px #b3aca7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    background: transparent;
    outline: none;
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 15px;
        border: solid 1px #dadada;
}
h3, .h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
    color: #888888;
}
/*.row.contact-form {
    margin-top: 40px;
}*/
input:focus, textarea:focus, select:focus {
    outline: none;
    background-color: #6d6d6d;
    border-color: #b3aca7;
    box-shadow: none;
    color: white;
}
input:hover {
    background: #6d6d6d;
    color: #ffffff;
}
textarea:hover {
    background: transparent;
    color: #212121;
}
input:hover {
    background: transparent;
    color: black;
    border: 1px #b7b7b7 solid;
}
input:focus, textarea:focus, select:focus {
    outline: none;
    background-color: transparent;
    border: 1px #b7b7b7 solid;
    box-shadow: none;
    color: #1b1919;
}
#submit:hover {
    color: #000000;
}
.row.company-page {
    padding-top: 10px;
    min-height: 610px;
}
.row.company-page p,
.company-text p {
    text-align: center;
    font-weight: 400;
    line-height: 1.4;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.23em; */
    color: black;

}
.row.company-page h4 {
    font-weight: 400;
    text-transform: uppercase;
    color: #3c3c3c;
}
.row.company-page hr {
    background: #fdfdfd;
    height: 1px;
    width: 100%;
    margin: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0.65) 1%, rgba(201,201,201,0.65) 54%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.65) 1%,rgba(201,201,201,0.65) 54%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.65) 1%,rgba(201,201,201,0.65) 54%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=1 );
    border: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.row.company-page h4 {
    text-align: center;
    margin: 0;
}
.row.company-page h4 {
    text-align: center;
    margin: 0;
    line-height: 1;
    color: #5d5d5d;
        font-size: 28px;
}
.row.company-page .col-2 {
    width: 9.66667%;
}
.row.company-page .col.col-6 {
    padding-top: 0;
}
.row.contact-form h3 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 20px;
    color: #868686;
    font-weight: 200;
    padding: 20px 0;
    margin: 0 0 0px;
    color: #2b2b2b;
    font-size: 30px;
    text-align: center;
    letter-spacing: 9px;
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;

}
.row.contact-form p {
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    color: #212121;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    line-height: 1.6;
}
.leftArrow {
    position: absolute;
    z-index: 11;
    left: 0;
    cursor: pointer;
    width: 40px;
    height: 100%;
    top: 0;
    padding-left: 10px;
}
.rightArrow {
    position: absolute;
    z-index: 11;
    width: 40px;
    height: 100%;
    cursor: pointer;
    right: 0;
    top: 0;
    padding-right:10px;
}
.project-image-slider {
    position: relative;
        height: auto;
}
.leftArrow img, .rightArrow img {
    cursor: pointer;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}
.rightArrow img {
    right: 10px;
}
.conteneur {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: url(../img/pages/welcome/1.jpg);
    box-shadow: 0px 0px 1000px rgba(2, 2, 2, 0.54) inset;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
}
.css3_div
{
    -webkit-animation-duration: 4.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: first;
    -moz-animation-duration: 4.8s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -moz-animation-name: first;
    -ms-animation-duration: 4.8s;
    -ms-animation-iteration-count: 1;
    -ms-animation-fill-mode: both;
    -ms-animation-name: first;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-name: first;
    position: absolute;
    top: 26%;
    width: 100%;
    transform: translateY(-50%);
 }
@-webkit-keyframes first
{
  0% {-webkit-transform: translate(000px,1500px);}
  20% {-webkit-transform: translate(000px,65px);}
  25%,65%,75% {-webkit-transform: translate(000px,85px);}
  100% {-webkit-transform: translate(000px,85px);}
}
@-moz-keyframes first
{
  0% {-moz-transform: translate(000px,1500px);}
  20% {-moz-transform: translate(000px,65px);}
  25%,65%,75% {-moz-transform: translate(000px,85px);}
  100% {-moz-transform: translate(000px,85px);}
}
@-ms-keyframes first
{
  0% {-ms-transform: translate(000px,1500px);}
  20% {-ms-transform: translate(000px,65px);}
  25%,65%,75% {-ms-transform: translate(000px,85px);}
  100% {-ms-transform: translate(000px,85px);}
}
@keyframes first
{
  0% {transform: translate(000px,200px);opacity:0;}

  100% {transform: translate(000px,85px);opacity:1;}
}
.txtcss
{
  vertical-align: top;
  text-align: center;
  /* color: #a0711a; */
  margin-left: 10px;
  height:95px;
  overflow: hidden;
  -webkit-animation-delay: 1.3s;-webkit-animation-duration: 1s;-webkit-animation-iteration-count: 1;-webkit-animation-fill-mode: both;-webkit-animation-name: txtcss;
  -moz-animation-delay: 1.3s;-moz-animation-duration: 1s;-moz-animation-iteration-count: 1;-moz-animation-fill-mode: both;-moz-animation-name: txtcss;
  -ms-animation-delay: 1.3s;-ms-animation-duration: 1s;-ms-animation-iteration-count: 1;-ms-animation-fill-mode: both;-ms-animation-name: txtcss;
  animation-delay: 1.3s;animation-duration: 1s;animation-iteration-count: 1;animation-fill-mode: both;animation-name: txtcss;
}
@-webkit-keyframes txtcss
{
  0% {opacity:0;}
  100% {opacity:1;}
}
.html5_div
{
  -webkit-animation-delay: 4s;-webkit-animation-duration: 4.8s;-webkit-animation-iteration-count: 1;-webkit-animation-fill-mode: both;-webkit-animation-name: second;
  -moz-animation-delay: 4s;-moz-animation-duration: 4.8s;-moz-animation-iteration-count: 1;-moz-animation-fill-mode: both;-moz-animation-name: second;
  -ms-animation-delay: 4s;-ms-animation-duration: 4.8s;-ms-animation-iteration-count: 1;-ms-animation-fill-mode: both;-ms-animation-name: second;
  animation-delay: 4s;animation-duration: 4.8s;animation-iteration-count: 1;animation-fill-mode: both;animation-name: second;
 }
@-webkit-keyframes second
{
  0% {-webkit-transform: translate(000px,1500px);}
  20% {-webkit-transform: translate(000px,-165px);}
  25%,65% {-webkit-transform: translate(000px,-145px);}
  100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes second
{
  0% {-moz-transform: translate(000px,1500px);}
  20% {-moz-transform: translate(000px,-165px);}
  25%,65% {-moz-transform: translate(000px,-145px);}
  100% {-moz-transform: scale(0.5);}
}
@-ms-keyframes second
{
  0% {-ms-transform: translate(000px,1500px);}
  20% {-ms-transform: translate(000px,-165px);}
  25%,65% {-ms-transform: translate(000px,-145px);}
  100% {-ms-transform: scale(0.5);}
}
@keyframes second
{
  0% {transform: translate(000px,1500px);}
  20% {transform: translate(000px,-165px);}
  25%,65% {transform: translate(000px,-145px);}
  100% {transform: scale(0.5);}
}
.txthtml
{
  vertical-align: top;
  text-align: center;
  color: #a0711a;
  margin-left: 10px;
  height:95px;
  overflow: hidden;
  -webkit-animation-delay: 5.5s;-webkit-animation-duration: 1s;-webkit-animation-iteration-count: 1;-webkit-animation-fill-mode: both;-webkit-animation-name: txthtml;
  -moz-animation-delay: 5.5s;-moz-animation-duration: 1s;-moz-animation-iteration-count: 1;-moz-animation-fill-mode: both;-moz-animation-name: txthtml;
  -ms-animation-delay: 5.5s;-ms-animation-duration: 1s;-ms-animation-iteration-count: 1;-ms-animation-fill-mode: both;-ms-animation-name: txthtml;
  animation-delay: 5.5s;animation-duration: 1s;animation-iteration-count: 1;animation-fill-mode: both;animation-name: txthtml;
}
@-webkit-keyframes txthtml
{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes txthtml
{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-ms-keyframes txthtml
{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes txthtml
{
  0% {opacity:0;}
  100% {opacity:1;}
}
.trycss
{
  position: absolute;
  top: 75px;
  color:#a0711a;
  width: 400px;
  margin-left: 50%;
  left:-200px;
  -webkit-animation-delay: 9s;-webkit-animation-duration: 2.5s;-webkit-animation-iteration-count: 1;-webkit-animation-fill-mode: both;-webkit-animation-name: try;
  -moz-animation-delay: 9s;-moz-animation-duration: 2.5s;-moz-animation-iteration-count: 1;-moz-animation-fill-mode: both;-moz-animation-name: try;
  -ms-animation-delay: 9s;-ms-animation-duration: 2.5s;-ms-animation-iteration-count: 1;-ms-animation-fill-mode: both;-ms-animation-name: try;
  animation-delay: 9s;animation-duration: 2.5s;animation-iteration-count: 1;animation-fill-mode: both;animation-name: try;
}
@-webkit-keyframes try
{
  0% {-webkit-transform: scale(0);}
  10% {-webkit-transform: scale(1.2);}
  20% {-webkit-transform: scale(1);}
  80% {-webkit-transform: translate(000px,0px);}
  100% {-webkit-transform: translate(000px,-300px);}
}
@-moz-keyframes try
{
  0% {-moz-transform: scale(0);}
  10% {-moz-transform: scale(1.2);}
  20% {-moz-transform: scale(1);}
  80% {-moz-transform: translate(000px,0px);}
  100% {-moz-transform: translate(000px,-300px);}
}
@-ms-keyframes try
{
  0% {-ms-transform: scale(0);}
  10% {-ms-transform: scale(1.2);}
  20% {-ms-transform: scale(1);}
  80% {-ms-transform: translate(000px,0px);}
  100% {-ms-transform: translate(000px,-300px);}
}
@keyframes try
{
  0% {transform: scale(0);}
  10% {transform: scale(1.2);}
  20% {transform: scale(1);}
  80% {transform: translate(000px,0px);}
  100% {transform: translate(000px,-300px);}
}
.shareit
{
  position: absolute;
  top: 75px;
  color:#a0711a;
  width: 400px;
  margin-left: 50%;
  left:-200px;
  -webkit-animation-delay: 12s;-webkit-animation-duration: 2.5s;-webkit-animation-iteration-count: 1;-webkit-animation-fill-mode: both;-webkit-animation-name: share;
  -moz-animation-delay: 12s;-moz-animation-duration: 2.5s;-moz-animation-iteration-count: 1;-moz-animation-fill-mode: both;-moz-animation-name: share;
  -ms-animation-delay: 12s;-ms-animation-duration: 2.5s;-ms-animation-iteration-count: 1;-ms-animation-fill-mode: both;-ms-animation-name: share;
  animation-delay: 12s;animation-duration: 2.5s;animation-iteration-count: 1;animation-fill-mode: both;animation-name: share;
}
@-webkit-keyframes share
{
  0% {-webkit-transform: scale(0);}
  10% {-webkit-transform: scale(1.2);}
  20% {-webkit-transform: scale(1);}
  80% {-webkit-transform: translate(000px,0px);}
  100% {-webkit-transform: translate(000px,-300px);}
}
@-moz-keyframes share
{
  0% {-moz-transform: scale(0);}
  10% {-moz-transform: scale(1.2);}
  20% {-moz-transform: scale(1);}
  80% {-moz-transform: translate(000px,0px);}
  100% {-moz-transform: translate(000px,-300px);}
}
@-ms-keyframes share
{
  0% {-ms-transform: scale(0);}
  10% {-ms-transform: scale(1.2);}
  20% {-ms-transform: scale(1);}
  80% {-ms-transform: translate(000px,0px);}
  100% {-ms-transform: translate(000px,-300px);}
}
@keyframes share
{
  0% {transform: scale(0);}
  10% {transform: scale(1.2);}
  20% {transform: scale(1);}
  80% {transform: translate(000px,0px);}
  100% {transform: translate(000px,-300px);}
}
.txtcss {
    width: 50%;
    line-height: 1;
    height: auto;
        color: #e8e8e8;

}
font.intro-button {
    border: 1px #e4e4e4 solid;
    padding: 2px;
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    color: white;
    font-size: 19px;
    text-rendering: unset;
    -webkit-font-smoothing: antialiased;
    background-color: black;
}
font.intro-button:hover{
  opacity: 0.3;
  transition: opacity 1s ease;
}
.row.welcome-screen a {
    color: inherit;
    text-decoration: none;
}
.css3_div h2 {
text-align: center;
    font-size: 23px;
    font-weight: 100;
    color: white;
    /* color: #001B48; */
    text-shadow: 2px 2px 5px black;
    max-width: 900px;
    /* text-transform: uppercase; */
}
body {
	opacity: 0;
    transition: .5s all ease;
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.swiper-wrapper .swiper-slide {
	width: auto;
}

.photo-column {
	padding-top: 20px;
}

.mobile__nav--popover {
	display: none;
}

@media screen and (max-width: 1280px) {
	.row.projects-grid .col {
	    width: 50%;
	}

	.col.col-12.menu-nav .col {
		width: 18%;
	}
}

@media screen and (max-width: 1279px) {
  /* enable on mobile */
  #mobileonly2 {
    display: block;
  }
  /* disable on mobile */
  #mobileonly1 {
    display: none;
  }
  .row.projects-grid .col {
    	width: 100%;
    	margin: 0 auto;
    	padding: 0;
    	margin-bottom: 5px;
	}
	.row.project-preview {
	    flex-direction: column;
	    margin: 0; 
	    flex: auto;
	    display: block;
	}
	/* .image-password--container {
		margin:0!important;
	} */
	.image-password--container {
	    height: 100vh!important;
      margin-right: auto;
      margin-left: auto;
	}
	.image-password--container img {
	    position: absolute!important;
	    height: 100vh;
	    width: auto;
	    max-width: unset;
	    /* left: 50%; */
	    /* transform: translateX(-50%) translateY(-50%); */
	    /* top: 50%; */
	}
	.image-password--container--inner {
	    padding: 90px;
	}
	.image-password--container--inner h3 {
	    line-height: 1.25;
	    margin-bottom: 10px;
	}
	.mobile__nav--popover {
		/*display: block;*/
	    position: fixed;
	    z-index: 10;
	    width: 100%;
	    height: 100%;
	    background-color: rgb(255, 255, 255);
	    top: 0;
	    left: 0;
	    opacity: 0;
	    transition: opacity .3s ease;
	}

	.showing-nav .mobile__nav--popover {
		display: block;
	}

	.mobile__nav--popover.fade-in {
		opacity: 1;
	}

	.mobile__nav--wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
	}

	a.mobile__nav--item {
    text-transform: uppercase;
    color: #313131;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 19px;
    transition: .5s all ease;
	}

	.mobile__nav--container {
	    padding: 8px 0;
	}

	.nav-row,
	.stripe-loading-indicator.loaded {
		display: none;
	}

	.nav__close--container {
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 20px;
	}

	.nav__close {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.close-bar {
		display: block;
		height: 1px;
		width: 30px;
		position: absolute;
		top: 50%;
		left: 0;
		background-color: #5d5d5d;
		transform-origin: 50% 50%;
	}

	.nav__close .close-bar:first-child {
		transform: rotate(45deg);
	}

	.nav__close .close-bar:last-child {
		transform: rotate(-45deg);
	}

	.header-wrapper {
		position: relative;
	}

	.nav__trigger--container {
height: 40px;
    top: 0px;
    left: 0;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 0px;
	margin-top: 10px;
    margin-bottom: 6px;
	}

	.nav__trigger {
    position: relative;
    width: 30px;
    height: 100%;
    display: block;
    cursor: pointer;
    margin: 0 auto;
	}

	.nav-bar {
		display: block;
		height: 2px;
		width: 100%;
		background-color: #5d5d5d;
		position: absolute;
		border-radius: 3px;
	}

	.nav__trigger .nav-bar:nth-child(1) {
		top: 6px;
	}

	.nav__trigger .nav-bar:nth-child(2) {
		top: 14px;
	}

	.nav__trigger .nav-bar:nth-child(3) {
		top: 22px;
	}

	.row.align-center.logo-wrapper {
    margin: 15px 0;
    font-size: 28px;
    margin-bottom: 0;
        margin-bottom: 8px;
            text-align: center;
	}
	.row.align-center.logo-wrapper a {
		line-height: 0.95;
	}
	.row.align-center.top-line {
		display: none;
	}

	.row.align-center.header-wrapper {
		padding: 0;
	}

	.col.col-2.project-details {
    	text-align: center;
    	width: 100%;
    	max-width: none;
	}
	.row.project-preview .col.col-10 {
    	width: 100%;
	}
	.row.project-preview .col.col-10 {
    	width: 100%;
    	margin-top: 50px;
	}
	.project-details-block {
    	position: relative!important;
	}
	.css3_div h2 {
    	text-align: center;
    	font-size: 23px;
    	font-weight: 100;
    	color: white;
    	max-width: 800px;
    	/* text-transform: uppercase; */
    	max-width: 300px;
    	line-height: 1.5;
	}
	.css3_div {
   		top: 25%;
	}
		body.showing-nav {
    	overflow: hidden;
    	width: 100%;
	}

div#homebg_1 {
  /* background: url(../img/pages/welcome/1.jpg); */
  background-size: cover;
}

	.row.contact-form h3 {
    margin-top: 0;
    padding-top: 0;
}
.row.company-page h4 {
    margin-top: 35px!important;
    font-size: 17px!important;
}
.row.company-page .col-3 {
    margin-left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.row.company-page .col.col-6 {
    padding: 0;
}
.col.col-11.push-center.mobile-only {
    display: block!important;

}
.row.company-page .col.col-11.push-center {
    display: none;
        margin: 0!important;
}
.row.company-page .col-3 p {
    margin-top: 10px;
    margin-bottom: 0px;
}
.row.contact-form h3 {
    margin-top: 0;
    padding-top: 0;
    font-size: 17px!important;
}
.row.projects-grid {
    padding: 0;
}
.project-details--cta-buttons {
    position: absolute!important;
    /* bottom: 0; */
    display: none!important;}
.project-details--content {
    max-width: none;
        margin-bottom: 30px;
}
.fixedContacts {
    min-height: 580px!important;
}
.project-details--cta-buttons {
    display: none;
}
.project-details--cta-buttons.mobile-only {
    display: block!important;
}
.swiper-wrapper {
    transform: none!important;
    display:block!important;
        height: auto!important;
}
.swiper-wrapper .swiper-slide {
    width: auto!important;
    position: relative!important;
    display: block!important;
    flex: none!important;
    padding: 0!important;
    float: left;
    margin: 0!important;
    height: auto;
    margin-bottom: 10px!important;
}
.project-image-slider {
    height: auto!important;
}
.row.project-preview .col.col-10 {
    max-height: none!important;
    margin: 0 auto;
    width: 100%;
    max-width: none;
}
.swiper-button-prev.swiper-button-white {
    display: none;
}

.swiper-button-next.swiper-button-white {
    display: none;
}

.project-details--cta-buttons.mobile-only {
    margin: 0 auto;
    display: inline-block!important;
    position: relative!important;
    margin-top: 10px;
    bottom: auto;
    margin-bottom: 20px!important;
}
.row.align-center.social-footer {
    margin-left: 0!important;
    margin-right: 0!important;
}
body.page_company .row.align-center.social-footer {
    margin-left: 30px!important;
    margin-right: 30px!important;
}
body.page_contacts .row.align-center.social-footer {
    margin-left: 30px!important;
    margin-right: 30px!important;
}
.swiper-wrapper .swiper-slide img {
    height: auto!important;
}
h1.project-details--name {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.4;
    text-align: center;
    margin-top: 10px;
}
.project-name h1 {
    font-size: 14px;
    letter-spacing: 14px;
    line-height: 1.8;
   padding-left: 11px;
}
.project-name:active {
    opacity: 1;
}
}
.col.col-11.push-center.mobile-only {
    display: none;
}


a.btn.btn-contacts {
color: black;
    text-decoration: none;
    border: 1px #000 solid;
    font-weight: 500;
    font-size: 14px;
    padding-top: 1px;
    transition: 1s all cubic-bezier(0, 0.55, 0.47, 1.03);
}

a.btn.btn-contacts:hover {
    background: black;
    color: white;
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
        /* background: #000000; */
        /* background: white; */
        background: #001B48;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}

button.GetInTouch {
    background: transparent;
    border-radius: 0;
    padding: 7px 12px;
    line-height: 1;
    height: auto;
    min-height: 0;
    margin-top: 0;
    transition: 0.5s width ease;
    transition: 1s all cubic-bezier(0, 0.55, 0.47, 1.03);
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    display: inherit;
    margin-bottom: 50px;
    width: 68%;
    letter-spacing: 8px;
    max-width: 250px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    transform: translateX(-3px);
    border: 1px #000 solid;
    color: black;
        padding-left: 14px!important;
}
button.GetInTouch:hover {
    background: black;
    color: white;
}
form#GetInTouchForm {
    max-width: 275px;
    margin-top: 0;
    display: none;
    margin-left: auto;
    margin-right: auto;
}
form#GetInTouchForm input, form#GetInTouchForm textarea {
    padding: 4px 8px;
    height: auto;
    border-radius: 0;
    width: 100%!important;
    margin: 0px 0px 5px 0px!important;
    font-size: 12px;
    text-align: center;
    letter-spacing: 3px;
}
textarea#message {
    height: 80px!important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    color: #313131;
}
button.GetInTouch.activated {

    max-width: 370px;
}
img.contacts-img {
    margin-top: 60px;
}
.fixedContacts.fixed {
    left: 16.7%;
}
.project-details-block.fixed-active {
    position: fixed;
    top: 0;
    width: 350px;
}
p.delimiter-text {
    font-weight: bold!important;
    font-weight: 900!important;
    color: black!important;
    letter-spacing: 3px;
    font-size: 13px!important;
        line-height: 1.2;
}
p.delimiter {
    height: 2px;
    width: 10px;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
p.delimiter i {
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    color: #212121;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 3px;
    width: 6px;
    margin: 0 auto;
    background: black;
    height: 6px;
    border-radius: 50%;
}
form#GetInTouchForm input#submit {
    border: 1px #000 solid;
    border-radius: 0;
    padding: 7px 12px;
    line-height: 1;
    height: auto;
    min-height: 0;
    margin-top: 0;

    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    display: inherit;
    margin-bottom: 50px;
    letter-spacing: 8px;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    color: black;
    box-shadow: none!important;
    border-radius: 0!important;
    -webkit-appearance: none;
        font-weight: 600;
            transition: 1s all cubic-bezier(0, 0.55, 0.47, 1.03);
}
form#GetInTouchForm input#submit:hover {
    background: black;
    color: white;
}
input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
input[type='text']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
textarea {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}


.fixedContacts {
    min-height: 500px;
    padding-top: 90px;
}

.project-details-block p.delimiter {
    clear: both;
    width: 100%;
}
.project-details-meta {
    font-weight: 500;
}
span.project-details--author {
    font-weight: 500;
}
.project-details--cta-buttons {
    position: absolute;
    bottom: 46px;
    display: flex;
    flex-direction: column;
    transform: translateX(-50%);
    left: 50%;
}
.row.company-page h4 {
     font-size: 20px;
    color: #868686;
    font-weight: 200;
    padding: 20px 0;
    color: #2b2b2b;
    font-size: 25px;
    text-align: center;
    letter-spacing: 9px;
    margin-bottom: 5px;
    margin-top: 25px;
}
.project-details--cta-buttons.mobile-only {
    display: none;
}
.row.company-page .col-4 {
    padding-right: 10px;
    padding-left: 10px;
}
.row.company-page .col-3 p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.col.col-3.company-block {
    display: flex;
    align-items: center;
    justify-content: center;
    column-count: 5;
    flex-direction: column;
    opacity: 0;
    transition: 1s all cubic-bezier(0, 0, 0.74, 0);
}
.project-details-block > .row {
    position: relative;
}
.swiper-wrapper .swiper-slide img {
    height: 100%;
    width: auto;
    height: -webkit-fill-available;
}
/* .row.project-foto img {

} */


@media screen and (min-width: 1920px) {
	.css3_div {
   	 	top: 32%;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1440px)  {
	.css3_div {
    	top: 29%;
	}
	.css3_div h2 {
    text-align: center;
    font-size: 21px;
    font-weight: 100;
    color: white;
    max-width: 900px;
    /* text-transform: uppercase; */
    line-height: 1.5;
    font-weight: 100;
        text-rendering: unset;
        -webkit-font-smoothing: antialiased;
}
}

@media screen and (min-width: 1280px) and (max-width: 1366px)  {
	.swiper-container.swiper-container-horizontal {
	    height: 69vh!important;
	}
	.css3_div {
    	top: 32%;
	}
	.css3_div h2 {
    text-align: center;
    font-size: 21px;
    font-weight: 100;
    color: white;
    max-width: 900px;
    /* text-transform: uppercase; */
    line-height: 1.5;
        font-weight: 100;
              text-rendering: unset;
              -webkit-font-smoothing: antialiased;
}
}

.row.align-center.social-footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
/* .col.col-4.align-center.social-footer--icons-container a:hover {
	opacity: 1;
} */
.col.col-4.align-center.social-footer--icons-container a {
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
    /* opacity: 0.2;
    transition: 0.3s all ease; */
}
.row.align-center.social-footer {
	text-align: center;
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px #000 solid;
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
}

input#password {
    border: 1px #e4e4e4 solid;
    padding: 2px;
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    color: white;
    font-size: 19px;
    text-rendering: unset;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    height: auto;
    text-align: left;
    padding-left: 12px;

}
input#email {
    border: 1px #e4e4e4 solid;
    padding: 2px;
    display: block;
    width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    color: white;
    font-size: 19px;
    text-rendering: unset;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    height: auto;
 	text-align: center;
    padding-left: 0px;
}
input#password::-webkit-input-placeholder {
	color:#e4e4e4;
	}

form#passwordForm {
    margin: 0;
    padding: 0;
}
form#passwordForm {
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 120px;
    margin: 0 auto;
}
label[for="name"] {
    position: relative;
    top: -25px;
    color: #bfbfbf;
    opacity: 1;
    font-size: 17px;
        z-index: -1;
        -webkit-font-smoothing: antialiased;
}
label[for="email"] {
    position: relative;
    top: -25px;
    color: white;
    opacity: 1;
    font-size: 17px;
        z-index: -1;
            text-transform: uppercase;
            -webkit-font-smoothing: antialiased;

}
label[for="name"] span:before {
    content: "";
    border-bottom: 2px white solid;
    position: absolute;
    width: 10px;
    height: 0;
    bottom: -2px;
      animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  -webkit-font-smoothing: antialiased;
}
input#password::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input#password::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input#password:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input#password:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input#password:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input#password:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input#password:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input#password:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

form#getPasswordForm p {
    text-transform: uppercase;
    font-size: 15.4px;
        color: white;
}
.css3_div h2 {
 max-height: 200px;
    overflow: hidden;
    transition: 0.5s all ease;
}
p.password-request-sent {
	text-transform: uppercase;
   font-size: 15.4px;
}
.row.align-center.top-line {
    border-top: 1px #000 solid;
    padding-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px #000 solid;
    padding-bottom: 15px;
    /* background-color: #001B48; */
}
.row.line-bottom {
    border-top: 2px #000 solid;
    padding-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
        border-top: 2px #000 solid;
}
.col.col-12.menu-nav {
    padding-right: 5px;
}
img.contacts-img2 {
	    width: 100%;
    transition: 1s all cubic-bezier(0, -0.1, 1, 1.43);
}


.fixedContacts {
    min-height: 630px;
}
.row.projects-grid {
    opacity: 1;
transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 20px!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
   right: 20px!important;
}

.row.company-page > .col > .row {
    display: flex;
    flex-direction: column;
}
.row.company-page > .col > .row .col {
    width: 100%;
}
.row.company-page .col.col-11.push-center {
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}
body.page_company .row.align-center.social-footer {
    margin-top: 50px;
}
.project-image-slider .swiper-wrapper {
    height: auto;
        width: 100%;
}
@media screen and (min-width: 1920px) {
	.swiper-container.swiper-container-horizontal {
	    height: 72vh!important;
	}
}

@media screen and (min-width: 1921px) {
	.swiper-container.swiper-container-horizontal {
    height: 79vh!important;
	}
}
body.page_intro .row.project-preview {
    margin-left: 30px;
    margin-right: 30px;
}
.swiper-button-prev.swiper-button-white {
    opacity: 0!important;
    transition: 0.3s all ease;
}
.swiper-button-next.swiper-button-white {
    opacity: 0!important;
    transition: 0.3s all ease;
}
.swiper-container.swiper-container-horizontal:hover .swiper-button-white {
    opacity: 1!important;
}
/* body.page_intro .swiper-button-prev, body.page_intro .swiper-button-next {
    display: none!important;
} */

/* Updates */
.image-password--container--inner {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 30px 40px;
    border: 1px #cccccc7a solid;
    background: rgba(0, 0, 0, 0.44);
    width: 100%;
    border-radius: 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.image-password--container {
    /* margin-left: 30px;
    margin-bottom: 30px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}
img.password {
     filter: blur(6px);
    -webkit-filter: blur(6px);
        /* min-height: 740px; */
}
 .image-password--container {
    overflow: hidden;
    position: relative;
    flex:1;
} 
.image-password--container--inner h3 {
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
}
.image-password--container--inner input#password {
	padding: 4px 16px;
    width: 140px;
    letter-spacing: 4px;
    line-height: 1.7;
}
.image-password--container--inner label {
    top: -33px;
    margin-left: 17px;
    letter-spacing: 2px;
    transition: 0.2s all ease;
}
.image-password--container--inner h3:nth-child(2) {
    color: #b3b3b3;
}
.image-password--container--inner form#passwordForm {
    max-width: 140px;
}
p.flash-message {
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #727376!important;
}
p.flash-message .close {
	display: none;
}
body.page_intro .swiper-container.swiper-container-horizontal .swiper-wrapper .swiper-slide img {
	min-height: 600px!important;
}