@charset "UTF-8";
/*==========================================================
                        NORMALIZE
==========================================================*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400,500,700,800,900);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,500,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

.imleft {
  text-align: left;
}

body p {
  font-family: "Raleway", sans-serif !important;
  font-size: 22px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input[type="button"] {
  background: none;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="text"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="color"],
input[type="datetime"],
input[type="datetime-local"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="number"] {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.rightalign {
  text-align: right;
}

.dtpic img {
  width: 300px;
  height: auto;
}
.pplink {
  max-width: 100px !important;
  height: auto;
}

.ggpic img {
  width: 300px;
  height: auto;
}

.gearguard li {
  font-size: 19px;
  color: #212121;
  position: relative;
  padding-left: 26px;
  padding-top: 6px;
}

.gearguard ul {
  list-style: none;
}

.gearguard ul li:before {
  content: "✓";
  color: #ca1515;
  font-weight: 800;
  margin-top: -5px;
  font-size: 24px;
  position: absolute;
  left: 0; /* place the SVG at the start of the padding */
}

.gearguard h5 {
  margin-top: 20px;
}

.gearguard h4 {
  font-weight: 300;
  margin-top: 12px;
}

.headline {
  background-color: #ed1c24;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.headline a {
  color: #fff;
}
.headline a:hover {
  color: #19bff1;
}

.bulletmargin {
  margin-left: 20px;
}

/* extra fields */

.add-row {
  font-size: 24px;
  font-weight: 700;
  padding-top: 20;
  padding-bottom: 20;
}

.form-style-9 {
}

.formjog {
  display: inline-block;
  width: 170px;
  margin: 0 auto;
}

.form-style-9 ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
}
.form-style-9 ul li {
  display: block;
  margin-bottom: 1.25%;
  list-style: none !important;
  /* min-height: 58px;*/
}
.form-style-9 ul li .field-style {
  box-sizing: border-box;
  padding: 8px;
  outline: none;
  border: 1px solid #b0cfe0;
}
.form-style-9 ul li .field-style:focus {
  box-shadow: 0 0 5px #b0cfe0;
  border: 1px solid #b0cfe0;
}
.form-style-9 ul li .field-split {
  width: 49%;
}
.form-style-9 ul li .field-split25 {
  /* float: left;
    width: 24%;
    margin-right: 1.25%;*/
  height: 40px;
}
.form-style-9 ul li .field-split25-4 {
  /*float: left;
    width: 24%;
    margin-right: 0;*/
  height: 40px;
}
.form-style-9 ul li .field-full {
  width: 100%;
}
.form-style-9 ul li input.align-left {
  /*float:left;*/
}
.form-style-9 ul li input.align-right {
  float: right;
}
.form-style-9 ul li textarea {
  width: 100%;
  height: 100px;
}
.form-style-9 ul li input[type="button"],
.form-style-9 ul li input[type="submit"] {
  box-shadow: inset 0px 1px 0px 0px #3985b1;
  background-color: #216288;
  border: 1px solid #17445e;
  display: block;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 18px;
  text-decoration: none;
  font: 12px Arial, Helvetica, sans-serif;
}


.submit-div {
  width: 100%;
  height: 32px;
  margin-top: 6%;
  padding-top: 6%;
  bottom: 0;
  left: 0;
}
.submit-btn {
  padding-top: 5%;
  display: block;
  bottom: 0;
  left: 0;
  width: 10%;
}
.form-style-9 ul li input[type="button"]:hover,
.form-style-9 ul li input[type="submit"]:hover {
  background: linear-gradient(to bottom, #2d77a2 5%, #337da8 100%);
  background-color: #28739e;
}

.formcol {
  float: left;
  padding: 2px;
}
.formcol label {
  font-weight: bold;
  display: block;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.test {
  float: left;
  width: 25%;
  margin-bottom: 1.25%;
}
.test-select-label {
  float: left;
  width: 25%;
  margin-bottom: 1.25%;
}
.image-div {
  float: right;
  width: 200px;
  height: 200px;
  margin-bottom: 1.25%;
}
.image-upload {
  float: right;
  width: 100%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.image-preview {
  float: right;
  width: 150px;
  height: 150px;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  position: relative;
  border: 1px solid #b0cfe0;
}
.test4 {
  float: left;
  width: 23%;
  margin-right: 0;
  margin-bottom: 1.25%;
}
.test-label {
  width: 30%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  padding: 0px;
  font-weight: bold;
}
.test-label:first-child {
  padding-left: 1.25%;
}
.test-label1 {
  width: 23.2%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  padding: 0px;
}
.removeRow {
  height: auto;
  width: auto;
  max-width: 12px;
  max-height: 12px;
}
.div-format-30 {
  width: 90%;
  margin-right: 1.25%;
  margin-bottom: 0;
  margin-top: 1.25%;
  border: 1px solid #b0cfe0;
}
.div-format-30 td {
  margin-top: 20px;
  float: left;
  width: 90%;
  margin-right: 1.25%;
  margin-bottom: 0;
  margin-top: 1.25%;
  border: 1px solid #b0cfe0;
}
.split33 {
  float: left;
  width: 28%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.split33-2 {
  float: left;
  width: 32.75%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.split33right {
  float: right;
  width: 23%;
  margin-right: 0;
  margin-bottom: 1.25%;
}
.div-format {
  font-size: 12px;
  float: left;
  width: 24%;
  margin-right: 0.9%;
  margin-bottom: 1.25%;
  border: 1px solid #90c3d4;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.div-format:nth-child(odd) {
  background-color: #f2fcff;
}
.div-format:nth-child(even) {
  background-color: #fafeff;
}
.div-format:nth-child(4) {
  width: 24%;
  margin-right: 0px;
}
.test4 {
  float: left;
  width: 23%;
  margin-right: 0;
  margin-bottom: 1.25%;
}
.header {
  float: left;
  width: 100%;
  margin-right: 1.25%;
  margin-bottom: 0.25%;
}
label {
  display: block;
  text-align: center;
  font-weight: bold;
}
input {
  width: 100%;
}
#english {
  width: 100%;
}
.resume-title {
  color: black;
  width: 20%;
  margin-top: 2%;
  position: absolute;
}
.container {
  margin-left: 2%;
  margin-right: 2%;
}
.personal-details {
  padding-bottom: 1.25%;
}

.nobull ul {
  list-style-type: none;
}

.nobull li {
  list-style: none !important;
}

.container {
  margin-left: 2%;
  margin-right: 2%;
}
ul {
  list-style: none;
}

h2 {
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.application-form {
  position: absolute;
}
.personal-details {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#personal-details2 {
  width: 60%;
  margin-left: 20%;
  margin-top: 3.5%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}
.personal-details > li {
  padding: 20px;
  width: 25%;
  border-top: 1px solid #90c3d4;
  border-right: 1px solid #90c3d4;
  border-bottom: 1px solid #90c3d4;
  border-left: 0px solid #90c3d4;
}
.personal-details > li:first-child {
  padding: 20px;
  width: 25%;
  border-left: 1px solid #90c3d4;
}
.personal-details > li:nth-child(odd) {
  background-color: #f2fcff;
}
.personal-details > li:nth-child(even) {
  background-color: #fafeff;
}

.column {
  padding: 0;
}
.min-height {
  min-height: 40px;
  text-align: right;
  font-weight: bold;
}
.label-min-height {
  min-height: 40px;
  font-weight: bold;
}
p {
  font-weight: bold;
}
hr.style18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #90c3d4;
  border-width: 0 0 1px 0;
  border-radius: 20px;
  width: 100%;
}

.bluelink a:hover {
  color: #052973 !important;
  font-weight: 600;
}

.bluelink a {
  color: #28b4d7 !important;
  font-weight: 300;
}

/* extra end /*
/*accordion layout*/
a,
label {
  text-decoration: none;
  color: #999;
  font-weight: bold;
}

a:hover {
  color: #ddd;
}

.menu a {
  display: block;
  padding: 10px 15px;
}

.drop-down a {
  min-width: 90px;
}

.drop-down p {
  padding: 10px 15px;
  font-size: 18px;
}

.drop-down-menu {
  display: block;
  margin-bottom: 10px;
}

.menu-title {
  cursor: pointer;
}

.menu-title {
  display: block;
  padding: 10px 15px;
  color: #fff !important;
  text-align: left;
  font-family: "Raleway", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
}

.activate {
  display: none;

  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin: 0 0 0 -15px;
  opacity: 0;
}

/* Skin */

.menu a,
.drop-down-menu {
  background: #23bef6;
  color: #fff !important;
}

.menu a:hover,
.drop-down-menu:hover {
  background: #164781;
  color: #fff !important;
}

.drop-down a {
  background: #164781;
  color: #fff !important;
  padding-bottom: 1px;
}

.drop-down a:hover {
  background: #ffffff;
}

.menu {
  background: #ffffff;
}

:checked ~ .menu-title {
  background: #23bef6;
  color: #fff;
}

.drop-down {
  max-height: 0;
  overflow: hidden;
}

.drop-down a {
  background: #ffffff;
}

.activate:checked ~ .drop-down {
  max-height: 1200px;
  background: #ffffff;
  color: #fff;
}

.drop-down,
.menu a,
.drop-down-menu {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* end accordion*/

/*==================  GOOGLE MAP  ======================*/
.google-map-markers {
  display: none;
}

.google-map-container {
  width: 100%;
}

.map {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .map {
    position: static;
  }
}

.map .google-map {
  height: 440px;
  width: 100%;
  color: #000;
}

.map .google-map img {
  max-width: none !important;
}

@media (max-width: 767px) {
  .map .google-map {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .map .google-map {
    height: 200px;
  }
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.downarrow img {
  width: 100px;
  display: block;
  position: relative;
  margin-left: 90px;
}

.flashit img {
  -webkit-animation: flash linear 1s 2 forwards;
  animation: flash linear 1s 2 forwards;
}

.docicon img {
  width: 34px;
  display: inline-block;
  position: relative;
  margin-right: 14px;
}

.downarrow {
  display: block;
  position: absolute;
  top: 400px;
  left: 110%;
  width: 400px;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
}

.sanipatch {
  position: absolute; /* or absolute */
  top: 19%;
  left: 43.5%;
  z-index: 100;
}

hr {
  color: #09c;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bunkercontact {
  margin-top: 90px;
  margin-bottom: 90px;
}

.anchortag a {
  position: absolute;
  left: 0px;
  top: -80px;
}

.anchortag {
  position: relative;
}

.centerme {
  text-align: center;
}

.bumpin {
  padding-left: 200px;
}

.bunkerppe {
  margin-top: 50px;
}

.bunkerppe ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.bunkerppe ul li {
  position: relative;
  padding-left: 1.5em;
  font-family: "Raleway", sans-serif;
  font-size: 18px !important;
  margin-top: 36px;
  line-height: 1.4;
  color: #212121;
}

.bunkerppe ul li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: red;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  line-height: 1;
}

.bunkerppe ul li * {
  font-size: inherit;
  line-height: inherit;
}

.bunkerppe h2 {
  text-transform: none !important;
  margin-top: 22px;
}
.bunkerppe h3 {
  text-transform: none !important;
  font-family: "Raleway", sans-serif;
}

.bunkerppe a {
  display: inline !important;
  color: #0066cc !important; /* Strong blue */
  text-decoration: underline !important;
  background-color: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.bunkerppe a:hover {
  color: #003399 !important; /* Darker blue on hover */
  text-decoration: underline !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: transparent !important;
}

.imdkblue {
  color: #174780;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

@media (max-width: 576px) {
  .brand {
    display: none;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}

@media (max-width: 479px) {
  .container {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }

  .bunkerppe {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.container-fluid-no-gutter {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .row {
    margin-bottom: -60px;
  }
  .row:empty {
    margin-bottom: 0;
  }
  .row > * {
    margin-bottom: 60px;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .moblogo {
    display: none;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/*
* Snackbars
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #151515;
  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}

/*========================================================
                      Contact Form
=========================================================*/
/* MF
========================================================*/
.mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.mailform fieldset {
  border: none;
}

.mailform * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-wrap {
  position: relative;
}

.form-wrap.has-error .form-input {
  border-color: #f00;
}

.form-wrap.has-focus .form-input {
  border-color: #f00;
}

.rd-mailform .row > [class*="col-"] {
  margin-bottom: 30px;
}

.rd-mailform .form-input {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding: 15px 19px;
  line-height: 20px;
  color: #888;
  background: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.rd-mailform .form-input:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.rd-mailform .form-input::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

.rd-mailform .form-input::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.rd-mailform .form-input:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

.rd-mailform textarea.form-input {
  resize: vertical;
  overflow: auto;
  height: 200px;
}

.rd-mailform label.form-label {
  position: absolute;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 15px 19px;
  line-height: 20px;
  color: #888;
  top: 26px;
  left: 0;
  right: 0;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  transition: 0.25s;
  will-change: transform;
  transform: translateY(-50%);
}

.rd-mailform label.form-label.focus {
  opacity: 0;
}

.rd-mailform label.form-label.auto-fill {
  color: #888;
}

[data-x-mode="true"] .form-label {
  pointer-events: auto;
}

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  transform: translate3d(-500px, 0, 0);
  transition: 0.3s all ease;
}

#form-output-global.active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  #form-output-global {
    left: 30px;
  }
}

@-ms-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}

@-o-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}

@-webkit-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}

@-moz-keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}

@keyframes fout {
  0% {
    transform: scale(1) translateX(0);
  }
  100% {
    transform: scale(0) translateX(0);
  }
}

/* Mail Form PlaceHolder
========================================================*/
.mfPlaceHolder {
  font: inherit;
  cursor: text;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 19px;
  line-height: 20px;
  color: #888;
  opacity: 1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

*:-webkit-autofill ~ .mfPlaceHolder {
  opacity: 0;
}

.mfPlaceHolder.state-1 {
  opacity: 0;
}

*:-webkit-autofill ~ .mfPlaceHolder {
  display: none;
}

.mfInput.filled .mfPlaceHolder.state-1 {
  display: none;
}

/*
* MF Validation
*/
.form-validation {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 11;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #f00;
  transition: 0.3s;
}

.form-validation-left .form-validation {
  top: 100%;
  right: auto;
  left: 0;
}

/* MF Controls
========================================================*/
.mfControls {
  margin-top: 30px !important;
  word-spacing: 10px;
  text-align: left;
}

@media (max-width: 1399px) {
  .mfControls {
    text-align: center;
  }
}

.mfControls > * {
  word-spacing: normal;
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
}

/* Mail Form Submit
========================================================*/
.mfInfo,
.mfProgress {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 17px;
  height: 54px;
  color: #fff;
  background: #111;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);
  line-height: 20px;
  font-size: 13px;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(83px);
  -ms-transform: translateY(83px);
  -o-transform: translateY(83px);
  -webkit-transform: translateY(83px);
  transform: translateY(83px);
  z-index: 999;
  font-weight: 400;
}

.mfInfo .loader,
.mfProgress .loader {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}

.mfInfo .loader,
.mfInfo .loader:before,
.mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.mfInfo .loader:before,
.mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.mfInfo .loader:before,
.mfProgress .loader:before {
  -webkit-animation: mfLoader 1.1s infinite linear;
  -moz-animation: mfLoader 1.1s infinite linear;
  -ms-animation: mfLoader 1.1s infinite linear;
  -o-animation: mfLoader 1.1s infinite linear;
  animation: mfLoader 1.1s infinite linear;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease;
}

.mfInfo .loader:after,
.mfProgress .loader:after {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 20px;
  transition: 0.6s all ease;
  -moz-transform: rotate(-90deg) scale(0);
  -ms-transform: rotate(-90deg) scale(0);
  -o-transform: rotate(-90deg) scale(0);
  -webkit-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
}

.mfInfo.fail,
.mfProgress.fail {
  background: #f34234;
}

.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
  content: "\f00d";
}

.mfInfo.success,
.mfProgress.success {
  background: #2e7d32;
}

.mfInfo.success .loader:after,
.mfProgress.success .loader:after {
  content: "\f00c";
}

.mfInfo.fail .loader:before,
.mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mfInfo.fail .loader:after,
.mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
  opacity: 1;
  visibility: visible;
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.mfInfo.fail,
.mfInfo.success,
.mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 768px) {
  .mfInfo,
  .mfProgress {
    bottom: 24px;
    left: 50%;
    -moz-transform: translate(-50%, 83px);
    -ms-transform: translate(-50%, 83px);
    -o-transform: translate(-50%, 83px);
    -webkit-transform: translate(-50%, 83px);
    transform: translate(-50%, 83px);
  }
  .mfInfo.fail,
  .mfInfo.success,
  .mfInfo.sending,
  .mfProgress.fail,
  .mfProgress.success,
  .mfProgress.sending {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-ms-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mfLoader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #888;
  font: 300 16px/1.6875 "Lato", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*================     Typography     ===================*/
h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  text-transform: uppercase;
  color: #333;
  font-weight: 800;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.heading-1 a:hover,
.heading-2 a:hover,
.heading-3 a:hover,
.heading-4 a:hover,
.heading-5 a:hover,
.heading-6 a:hover {
  color: #58d0f5;
}

h1,
.heading-1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
}

h2,
.heading-2 {
  font-size: 40px;
  line-height: 1.25;
}

@media (max-width: 1199px) {
  h2,
  .heading-2 {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  h2,
  .heading-2 {
    font-size: 26px;
  }

  h1,
  .heading-1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
  }

  h2,
  .heading-2 {
    font-size: 26px;
    line-height: 1.25;
  }

  .headline .rightalign {
    text-align: center !important;
    margin-top: 30px;
  }

  .bg-fixed {
    margin-top: -30px;
  }

  .icon {
    display: none !important;
  }
}

h3,
.heading-3 {
  font-size: 30px;
  line-height: 1.433333;
}

@media (max-width: 1199px) {
  h3,
  .heading-3 {
    font-size: 25px;
  }
}

h4,
.heading-4 {
  font-size: 25px;
  line-height: 1.25;
}

h5,
.heading-5 {
  font-size: 20px;
  line-height: 1.25;
}

h6,
.heading-6 {
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
  color: #333333;
}

p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  color: #333333;
}

.imwhite {
  color: #ffffff;
}

.imred {
  color: #ed1c24;
}

.productbunker h3 {
  color: #231f20;
  font-weight: 800 !important;
  line-height: 36px;
}

.bunkerred {
  background-color: #ed1c24;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

p .fa,
.marked-list .fa,
.list .fa {
  text-decoration: none;
}

small,
.small {
  font-size: 0.8em;
  line-height: 1.25;
}

.big {
  font-size: 1.5em;
}

time {
  display: block;
}

.mainbutton a {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  border-style: solid;
  padding: 20px;
  border-width: 1px;
  margin-top: 30px;
  display: inline-block;
}

.mainbutton a:hover {
  color: #1bbff1;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
}

a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #58d0f5;
}

a[href^="mailto:"] {
  color: inherit;
}

a[href^="mailto:"]:hover {
  color: #58d0f5;
}

.fa {
  line-height: inherit;
}

[class*="fa-"]:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
/*==================    Offsets      ======================*/
* + p {
  margin-top: 20px;
}

* + img {
  margin-top: 27px;
}

* + .btn {
  margin-top: 22px;
}

* + .inline-list {
  margin-top: 48px;
}

* + .list {
  margin-top: 20px;
}

* + .mailform {
  margin-top: 27px;
}

* + .terms-list {
  margin-top: 20px;
}

* + .resp-tabs {
  margin-top: 20px;
}

* + .row {
  margin-top: 19px;
}

p + p {
  margin-top: 27px;
}

img + p {
  margin-top: 22px;
}

h6 + p {
  margin-top: 14px;
}

@media (max-width: 991px) {
  .box + .box {
    margin-top: 60px;
  }
}

.offset-0 {
  margin-top: 0 !important;
}

.offset-1 {
  margin-top: 8px;
}

.offset-3 {
  margin-top: 10px;
}

/*==================    Postfix      ======================*/
/*==================    Preffix      ======================*/
/*==================    Insets      ======================*/
.inset {
  padding-right: 0;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .inset {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.inset-1 {
  padding-left: 56px;
}

@media (max-width: 1199px) {
  .inset-1 {
    padding-left: 51px;
  }
}

@media (max-width: 991px) {
  .inset-1 {
    padding-left: 15px;
  }
}

.inset-2 {
  padding-right: 45px;
}

@media (max-width: 1199px) {
  .inset-2 {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .inset-2 {
    padding-right: 15px;
  }
}

.inset-3 {
  padding-top: 90px;
}

.inset-4 {
  padding-left: 45px;
}

@media (max-width: 1199px) {
  .inset-4 {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .inset-4 {
    padding-left: 15px;
  }
}

.inset-5 {
  padding-right: 56px;
}

@media (max-width: 1199px) {
  .inset-5 {
    padding-right: 51px;
  }
}

@media (max-width: 991px) {
  .inset-5 {
    padding-right: 15px;
  }
}

.inset-6 {
  padding-left: 56px;
}

@media (max-width: 1199px) {
  .inset-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

/*==================      Well     ======================*/
.well {
  padding: 55px 0 115px;
}

.well-2 {
  padding: 93px 0 101px;
}

.well-2--inset-1 {
  padding-bottom: 95px;
}

.well-3 {
  padding: 130px 0;
}

.well-4 {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .well-sm-bottom {
    padding-bottom: 90px;
  }
}

/*=======================================================
                        Helpers
=========================================================*/
/*================    Basic Helpers    ==================*/
.round {
  border-radius: 50%;
}

.full {
  position: relative;
  width: 100%;
  z-index: 1;
}

/*==================    Text Styling      ======================*/
.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

strong,
.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1199px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-left {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .text-xxs-center {
    text-align: center;
  }
  .text-xxs-right {
    text-align: right;
  }
  .text-xxs-left {
    text-align: left;
  }
}

/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (max-width: 1199px) {
  .pull-md-none {
    float: none;
  }
  .pull-md-right {
    float: right;
  }
  .pull-md-left {
    float: left;
  }
}

@media (max-width: 991px) {
  .pull-sm-none {
    float: none;
  }
  .pull-sm-right {
    float: right;
  }
  .pull-sm-left {
    float: left;
  }
}

@media (max-width: 767px) {
  .pull-xs-none {
    float: none;
  }
  .pull-xs-right {
    float: right;
  }
  .pull-xs-left {
    float: left;
  }
}

/*================       Colors       ==================*/
.text-default {
  color: #fff;
}

.text-contrast {
  color: #000;
}

.text-primary {
  color: #28b4d7;
}

.text-grey {
  color: #212121;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #58d0f5;
}

.bg-contrast {
  background: #000;
}

.bg-default {
  background: #fff;
}

.bg-primary-variant-1 {
  background: rgba(40, 180, 215, 0.8);
  color: #ffffff;
}

.bg-primary-variant-1 h1,
.bg-primary-variant-1 h2,
.bg-primary-variant-1 h3,
.bg-primary-variant-1 h4,
.bg-primary-variant-1 h5,
.bg-primary-variant-1 h6,
.bg-primary-variant-1 .heading-1,
.bg-primary-variant-1 .heading-2,
.bg-primary-variant-1 .heading-3,
.bg-primary-variant-1 .heading-4,
.bg-primary-variant-1 .heading-5,
.bg-primary-variant-1 .heading-6 {
  color: #ffffff;
}

.bg-contrast-variant-1 {
  background: #333333;
  color: #ffffff;
}

.bg-contrast-variant-2 {
  background: rgba(51, 51, 51, 0.8);
  color: #ffffff;
}

.bg-contrast-variant-2 h1,
.bg-contrast-variant-2 h2,
.bg-contrast-variant-2 h3,
.bg-contrast-variant-2 h4,
.bg-contrast-variant-2 h5,
.bg-contrast-variant-2 h6,
.bg-contrast-variant-2 .heading-1,
.bg-contrast-variant-2 .heading-2,
.bg-contrast-variant-2 .heading-3,
.bg-contrast-variant-2 .heading-4,
.bg-contrast-variant-2 .heading-5,
.bg-contrast-variant-2 .heading-6 {
  color: #ffffff;
}

.bg-contrast-variant-2__before {
  position: relative;
}

.bg-contrast-variant-2__before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 5000px;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}

@media (max-width: 991px) {
  .bg-contrast-variant-2__before:before {
    display: none;
  }
}

.bg-contrast-variant-2__after {
  position: relative;
}

.bg-contrast-variant-2__after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 5000px;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}

@media (max-width: 991px) {
  .bg-contrast-variant-2__after:after {
    display: none;
  }
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 1199px) {
  .bg-fixed {
    background-attachment: scroll;
  }
}

.bg-fixed__mod {
  position: relative;
}

.bg-fixed__mod * {
  position: relative;
  z-index: 2;
}

.bg-fixed__mod:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  z-index: 1;
}

.bg-img-1 {
  background-image: url("../images/parallax1.jpg");
}

.bg-img-2 {
  background-image: url("../images/parallax2.jpg");
}

.bg-img-3 {
  background-image: url("../images/parallax3.jpg");
}

.bg-img-4 {
  background-image: url("../images/parallax4.jpg");
}

.bg-img-5 {
  background-image: url("../images/parallax5.jpg");
}

.bg-img-6 {
  background-image: url("../images/parallax6.jpg");
}

.bg-img-7 {
  background-image: url("../images/parallax7.jpg");
}

.bg-img-8 {
  background-image: url("../images/parallax8.jpeg");
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  margin-left: 0px;
  margin-top: -70px;
  width: 420px;
}
.crest img {
  display: none;
}

.brand_name {
  overflow: hidden;
  display: inline-block;
  color: #58d0f5;
}

.brand_slogan {
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  vertical-align: bottom;
}

.brand_slogan span {
  color: #333;
}

.brand_name + .brand_slogan {
  margin-top: 0;
}

/*==================    Images     ======================*/
.image-wrap-1 img {
  margin-top: 7px;
}

.image-wrap-2:before,
.image-wrap-2:after {
  display: table;
  content: "";
  line-height: 0;
}

.image-wrap-2:after {
  clear: both;
}

.image-wrap-2 img {
  float: right;
  max-width: none;
}

@media (max-width: 1299px) {
  .image-wrap-2 img {
    max-width: 100%;
  }
}

.image-wrap-3 {
  position: relative;
}

.image-wrap-3 img {
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -56px;
  height: 100%;
  max-width: none;
}

@media (max-width: 1199px) {
  .image-wrap-3 img {
    margin-right: -51px;
  }
}

@media (max-width: 991px) {
  .image-wrap-3 img {
    position: static;
    margin-right: 0;
    max-width: 100%;
    height: auto;
  }
}

.image-wrap-3-mod {
  position: relative;
}

.image-wrap-3-mod img {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -56px;
  height: 100%;
  max-width: none;
}

@media (max-width: 1199px) {
  .image-wrap-3-mod img {
    margin-left: -51px;
  }
}

@media (max-width: 991px) {
  .image-wrap-3-mod img {
    position: static;
    margin-left: 0;
    max-width: 100%;
    height: auto;
  }
}

.image-wrap-4 {
  position: relative;
}

.image-wrap-4 img.img-left {
  position: absolute;
  right: 45px;
  top: 0;
  max-width: none;
  z-index: 0;
}

@media (max-width: 1499px) {
  .image-wrap-4 img.img-left {
    display: none;
  }
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
}

.icon.fa-facebook,
.icon.fa-twitter,
.icon.fa-google-plus,
.icon.fa-skype,
.icon.fa-instagram {
  font-size: 24px;
  line-height: 18px;
  margin-top: 29px;
}

.icon.fa-facebook {
  margin-left: 20px;
}
.icon.fa-facebook:hover,
.icon.fa-twitter:hover,
.icon.fa-google-plus:hover,
.icon.fa-skype:hover,
.icon.fa-instagram:hover {
  color: #58d0f5;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.btn .insider {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.btn .insider:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -100%;
  top: 50%;
  margin-top: -10px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.btn:hover .insider:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 100%;
}

.btn-md {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 30px;
}

.btn-sm {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 14px;
  top: 30%;
}

.btn-primary {
  color: #ffffff;
  background: #58d0f5;
}

.btn-primary:hover {
  color: #58d0f5;
  background: rgba(88, 208, 255, 0.22);
}

.btn-primary:active {
  -webkit-box-shadow: 1px 1px 5px #58d0f5;
  -moz-box-shadow: 1px 1px 5px #58d0f5;
  box-shadow: 1px 1px 5px #58d0f5;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  margin-top: -5px !important;
  margin-left: 30px;
}

.btn-black:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.22);
}

.btn-black:active {
  -webkit-box-shadow: 1px 1px 5px #58d0f5;
  -moz-box-shadow: 1px 1px 5px #58d0f5;
  box-shadow: 1px 1px 5px #58d0f5;
}

.btn-negative {
  color: #ffffff;
  background: #393939;
}

.btn-negative:hover {
  color: #ffffff;
  background: rgba(57, 57, 57, 0.22);
}

.btn-negative:active {
  -webkit-box-shadow: 1px 1px 5px #58d0f5;
  -moz-box-shadow: 1px 1px 5px #58d0f5;
  box-shadow: 1px 1px 5px #58d0f5;
}

/*==================      Box      ======================*/
.box .box__middle {
  vertical-align: middle;
}

.box .box__bottom {
  vertical-align: bottom;
}

.box .box_left img,
.box .box_right img {
  max-width: none;
}

.box_left,
.box_right,
.box_body {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

.box .box_left {
  padding-right: 30px;
}

.box .box_right {
  padding-left: 30px;
}

@media (max-width: 479px) {
  .box-xxs-clear .box_left img,
  .box-xxs-clear .box_right img {
    max-width: 100%;
  }
  .box-xxs-clear .box_left,
  .box-xxs-clear .box_right,
  .box-xxs-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-xxs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xxs-clear .box_right {
    padding-top: 30px;
  }

  .brand {
    margin-left: 0px;
    margin-top: -10px;
    width: 300px;
  }
  .crest img {
    display: none;
  }
}

@media (max-width: 767px) {
  .box-xs-clear .box_left img,
  .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .box-sm-clear .box_left img,
  .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}

@media (max-width: 1199px) {
  .box-md-clear .box_left img,
  .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}

.box-lg_left img,
.box-lg_right img {
  max-width: none;
}

.box-lg_left,
.box-lg_right,
.box-lg_body {
  display: table-cell;
}

.box-lg_body {
  vertical-align: middle;
  padding: 40px 40px;
}

@media (max-width: 479px) {
  .box-lg_body {
    padding: 40px 15px;
  }
}

@media (max-width: 991px) {
  .box-lg .box-lg_left img,
  .box-lg .box-lg_right img {
    max-width: 100%;
    width: 100%;
  }
  .box-lg .box-lg_left,
  .box-lg .box-lg_right,
  .box-lg .box-lg_body {
    display: block;
    vertical-align: top;
  }

  .headline .rightalign {
    text-align: center !important;
    margin-top: 40px;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  padding-left: 26px;
}

.index-list > li:first-child > .index-list__counter {
  padding-left: 166px;
}

.index-list > li > .index-list__counter {
  padding-left: 190px;
  padding-top: 80px;
  position: relative;
}

.index-list > li > .index-list__counter:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  margin-left: 22%;
  left: -5px;
  bottom: 0;
  font: 400 150px/130px "Montserrat", sans-serif;
  color: #174780;
}

.index-list li.col-md-1:nth-child(12n + 13),
.index-list li.col-md-2:nth-child(6n + 7),
.index-list li.col-md-3:nth-child(4n + 5),
.index-list li.col-md-4:nth-child(3n + 4),
.index-list li.col-md-6:nth-child(2n + 3) {
  clear: left;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}

.inline-list li + li {
  margin-left: 14px;
}

/*==================  List  ======================*/
.list li {
  font-weight: 500;
  color: #58d0f5;
}

.list li + li {
  margin-top: 10px;
}

/*==================  Terms List  ======================*/
.terms-list dt + dd {
  margin-top: 13px;
}

.terms-list dd + dt {
  margin-top: 35px;
}

.terms-list + * {
  margin-top: 27px;
}

/*==================  Contact-info   ======================*/
.contact-info {
  display: inline-block;
}

.contact-info p + dl {
  margin-top: 15px;
}

.contact-info dl {
  text-align: left;
  min-width: 290px;
}

.contact-info dl:before,
.contact-info dl:after {
  display: table;
  content: "";
  line-height: 0;
}

.contact-info dl:after {
  clear: both;
}

@media (max-width: 991px) {
  .contact-info dl {
    min-width: 100%;
  }
}

.contact-info dl dt {
  float: left;
}

.contact-info dl dd {
  float: right;
}

.contact-info dl.email dt,
.contact-info dl.email dd {
  float: none;
  display: inline-block;
}

.contact-info dl.email dt a[href^="mailto:"],
.contact-info dl.email dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==================  Post   ======================*/
.post {
  overflow: hidden;
  position: relative;
}

.post:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  z-index: 1;
  position: absolute;
}

.post img {
  width: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post_cnt {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22%;
  right: 16%;
}

.post_cnt h1,
.post_cnt h2,
.post_cnt h3,
.post_cnt h4,
.post_cnt h5,
.post_cnt h6,
.post_cnt .heading-1,
.post_cnt .heading-2,
.post_cnt .heading-3,
.post_cnt .heading-4,
.post_cnt .heading-5,
.post_cnt .heading-6 {
  color: #fff;
}

@media (max-width: 1799px) {
  .post_cnt {
    left: 10%;
    right: 10%;
  }
}

@media (max-width: 1499px) {
  .post_cnt {
    text-align: center;
    left: 15px;
    right: 15px;
  }
  .post_cnt h2 {
    font-size: 30px;
  }

  .bumpin {
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .post_cnt h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .post_cnt h2 {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  .post_cnt h2 {
    font-size: 30px;
  }

  .index-list {
    counter-reset: li;
    padding-left: 5px;
  }

  .index-list > li:first-child > .index-list__counter {
    padding-left: 130px;
  }

  .index-list > li > .index-list__counter {
    padding-left: 130px;
    padding-top: 80px;
    position: relative;
  }

  .index-list > li > .index-list__counter:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    margin-left: 19%;
    left: -5px;
    bottom: 0;
    font: 600 110px/90px "Montserrat", sans-serif;
    color: #174780;
  }

  .index-list > li > .index-list__countermob1 {
    padding-left: 100px;
    padding-top: 80px;
    position: relative;
  }

  .index-list > li:first-child > .index-list__countermob1 {
    padding-left: 130px;
  }

  .index-list > li > .index-list__countermob1 {
    padding-left: 120px;
    padding-top: 80px;
    position: relative;
  }

  .index-list > li > .index-list__countermob1:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    margin-left: 23%;
    left: -5px;
    bottom: 0;
    font: 600 110px/90px "Montserrat", sans-serif;
    color: #174780;
  }

  .index-list > li > .index-list__countermob2 {
    padding-left: 100px;
    padding-top: 80px;
    position: relative;
  }

  .index-list > li:first-child > .index-list__countermob2 {
    padding-left: 160px;
  }

  .index-list > li > .index-list__countermob2 {
    padding-left: 160px;
    padding-top: 80px;
    position: relative;
  }

  .index-list > li > .index-list__countermob2:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    margin-left: 25%;
    left: -5px;
    bottom: 0;
    font: 600 110px/90px "Montserrat", sans-serif;
    color: #174780;
  }

  .index-list > li > .index-list__countermob3 {
    padding-left: 100px;
    padding-top: 80px;
    position: relative;
  }

  .index-list > li:first-child > .index-list__countermob3 {
    padding-left: 105px;
  }

  .index-list > li > .index-list__countermob3 {
    padding-left: 105px;
    padding-top: 80px;
    position: relative;
  }

  .index-list > li > .index-list__countermob3:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    margin-left: 10%;
    left: -5px;
    bottom: 0;
    font: 600 110px/90px "Montserrat", sans-serif;
    color: #174780;
  }
}

.post:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================  Quote   ======================*/
.quote {
  position: relative;
  padding-left: 39px;
}

.quote:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f10d";
  font: 400 18px/32px "FontAwesome";
  color: #58d0f5;
}

.quote q,
.quote cite {
  display: block;
}

.quote q + cite {
  margin-top: 15px;
}

/*==================  Banner   ======================*/
.banner {
  min-height: 390px;
  padding: 30px 0;
  width: 100%;
  position: relative;
}

.banner_cnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 40px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .banner_cnt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bumpin {
    padding-left: 20px;
  }
  footer .footer-info {
    padding-top: 0px !important;
    padding-bottom: 0px;
  }
}

.banner__mod {
  min-height: 400px;
}

.banner__mod-2 .banner_cnt {
  padding-right: 0;
  padding-left: 36px;
  top: 52%;
}

@media (max-width: 991px) {
  .banner__mod-2 .banner_cnt {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .banner__mod-2 .banner_cnt {
    position: static;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-right: 10px;
    padding-left: 10px;
  }
}

.banner__mod-3 .banner_cnt {
  top: 45%;
}

.banner__mod-4 .banner_cnt {
  padding-right: 40px;
  padding-left: 0;
  top: 49%;
}

@media (max-width: 991px) {
  .banner__mod-4 .banner_cnt {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .banner__mod-4 .banner_cnt {
    position: static;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*=======================================================
                     Script Modules
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  margin-top: -40px;
}

.sf-menu:before,
.sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}

.sf-menu:after {
  clear: both;
}

.sf-menu > li {
  position: relative;
  float: left;
}

.sf-menu > li + li {
  margin-left: 32px;
}

.sf-menu a {
  display: block;
}

.cool-link::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s;
  margin: 0 0px 26px;
}

.cool-link:hover::before {
  width: 100%;
  //transition: width .3s;
}

.sf-menu > li > a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  color: #333333;
  text-transform: uppercase;
  padding-top: 10px;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #1bbff1;
}

.sf-menu > li.active > a {
  color: #1bbff1;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 250px;
  margin-top: 36px;
  padding: 0px 0;
  background: #333;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase !important;
}

.sf-menu ul > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  padding: 10px;
  padding-left: 20px;
  text-transform: uppercase !important;
}

.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #242021;
  background: #1bbff1;
  text-transform: uppercase;
}

.sf-menu ul ul {
  position: absolute;
  top: 23%;
  left: 102%;
  width: 250px;
  margin-top: 16px;
  z-index: 4;
  padding: 0px;
  background: #333;
  text-transform: uppercase;
}

.sf-menu ul ul li {
  text-transform: uppercase !important;
}

@media (max-width: 991px) {
  .sf-menu {
    display: none;
  }
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #ffffff;
  background: #242021;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.rd-mobilemenu_ul li.active > a {
  background: #58d0f5;
  color: #ffffff;
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a:hover {
  background: #58d0f5;
  color: #fff;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
  width: 32px;
  height: 32px;
  font: 400 18px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: "+";
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #fff;
  color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: "";
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 85px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.moblogo {
  position: fixed;
  top: 4px;
  left: 66px;
  right: 56px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 99999992;
}
.moblogo img {
  width: 250px;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 24px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  display: none;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 10px;
  left: 5px;
  width: 65px;
  height: 65px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
  top: 10px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 26px;
  height: 5px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
  transition: background 0.3s 0s ease;
  background: transparent;
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 991px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container > .container {
  display: flex;
  justify-content: space-between;
}

.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 4px solid #ed1c24;
  padding-top: 0px;
  padding-bottom: 12px;
}

.isStuck .crest img {
  width: 370px;
  padding-bottom: 5px;
  display: inline-block;
  left: 5%;
  position: relative;
  top: 5px !important;
  margin-bottom: -50px;
}

.isStuck .brand img {
  display: none;
}

.minime img {
  width: 30px;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}

/*==================     ToTop     ======================*/
.ui-to-top {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #58d0f5;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  transition: 0.45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
  color: #fff;
  background: #333333;
  text-decoration: none;
}

.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax-content {
  position: relative;
  z-index: 1;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 0;
  background-position: center center;
}

.ipad .parallax-container,
.iphone .parallax-container {
  background-attachment: scroll !important;
}

.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  max-width: none;
  transform: translate3d(-50%, 0, 0);
}

.parallax--mod:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  z-index: 1;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  color: #58d0f5;
  font-weight: 500;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resp-tabs-list li + li {
  margin-left: 26px;
}

@media (max-width: 991px) {
  .resp-tabs-list li + li {
    margin-left: 10px;
  }
  .bumpin {
    padding-left: 20px;
  }

  .sanipatch {
    position: relative; /* or absolute */
    top: 20px;
    left: 40%;
    z-index: 100;
    width: 200px;
  }

  footer .footer-info {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  footer .brand img {
    width: 100% !important;
    margin-top: 60px !important;
  }

  .underfoot {
    background: #ed1c24 !important;
  }
}

.resp-tabs-list li:hover {
  color: #333333;
}

.resp-tabs-list li.resp-tab-active {
  color: #333333;
}

* + .resp-tabs-container {
  margin-top: 32px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    background: #58d0f5;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    background: #4995a7;
  }
  .resp-accordion.resp-tab-active {
    background: #4995a7;
  }
  .resp-tabs-list {
    display: none;
  }

  .bumpin {
    padding-left: 100px;
  }

  .underfoot {
    background: #ed1c24 !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
  }

  .footcopyright {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
  }

  .zootag {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center !important;
  }
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  padding: 15px 0;
}

header .nav {
  padding: 15px 0;
  line-height: 1;
}

@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}

header.subpage-mod {
  border-bottom: 4px solid #58d0f5;
}

.underfoot {
  background: #ed1c24;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.footcopyright {
  padding-top: 15px;
  padding-bottom: 15px;
}

.zootag {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #231f20;
  color: #ffffff;
  position: relative;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .heading-1,
footer .heading-2,
footer .heading-3,
footer .heading-4,
footer .heading-5,
footer .heading-6 {
  color: #ffffff;
}

footer .brand img {
  width: 100% !important;
  margin-top: 60px !important;
}

footer a:hover {
  color: #58d0f5;
}

footer .footer-info {
  padding-top: 60px;
  padding-bottom: 30px;
  width: 96%;
}

footer .footer-info a[href^="tel:"] {
  font-size: 40px;
  font-family: "Lato", sans-serif;
  line-height: 50px;
}

footer .footer-info a[href^="tel:"]:hover {
  color: #58d0f5;
}

footer .footer-info address {
  font-size: 18px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}

footer .footer-info * + address {
  margin-top: 8px;
}

footer .footer-info__inset-2 {
  padding-top: 50px;
}

footer .copyright {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 28px;
  text-align: left;
}

footer .copyright a {
  font-size: 18px !important;
  line-height: 26px !important;
}

.socialicons {
  font-size: 34px !important;
  margin-top: 29px;
}
/*# sourceMappingURL=style.css.map */

@media (max-width: 991px) {
  .bunkercontact {
    margin-top: 100px;
    margin-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .bumpin {
    padding-left: 0px;
  }

  .bunkercontact {
    margin-top: 30px !important;
    margin-bottom: 90px;
  }

  .bluebump {
    margin-top: 110px !important;
    margin-bottom: -30px !important;
  }

  .bumpdown {
    margin-top: 40px;
  }

  .footer-info img {
    margin-left: 40px;
  }

  .sanipatch {
    position: relative; /* or absolute */
    top: 20px;
    left: 26%;
    z-index: 100;
    width: 200px;
  }

  footer .copyright {
    font-size: 14px;
    margin-top: 10px;
    margin-right: 0%;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center;
  }

  .footcopyright {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .beammeup {
    margin-top: -60px;
  }

  .imgone {
    display: none;
  }

  .zootag {
    padding-top: 0px;
    margin-bottom: 10px;
    text-align: center !important;
  }

  footer .footer-info {
    padding-top: 60px;
    padding-bottom: 10px !important;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bunkercontact {
    margin-top: 120px;
    margin-bottom: 0px;
  }
  .bunkerred {
    background-color: #ed1c24;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1508px) {
  .faqmove {
    margin-top: -44px;
  }
}

@media (max-width: 1208px) {
  .faqmove {
    margin-top: -36px;
  }
}

/* Slightly smaller balanced videos + narrower side width with specificity */
.rental-videos .video-row > div .balanced-video {
  position: relative;
  padding-bottom: 42%; /* smaller height than 48% */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 10px;
  max-width: 90%; /* narrower so videos don’t feel huge */
  margin: 0 auto; /* center within column */
}

.rental-videos .video-row > div .balanced-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* spacing for columns */
.rental-videos .video-row > div {
  margin-bottom: 20px;
}
