@font-face {
    font-family: 'Raustila';
    src: url('../fonts/raustila-Regular.woff2') format('woff2'),
        url('../fonts/raustila-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
    background-color: #F6F6F6;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto' ,sans-serif;
    /*background-image: url('../img/darkbg.jpg');*/
}
body.loading {
    overflow: hidden;
}
.outerwrapper {
    background-color: #f3f3f3;
}
::selection {
  background: #393939; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #393939; /* Gecko Browsers */
  color: #fff;
}
a,
a:visited {
    color: #1e3755;
    text-decoration: none;
    -webkit-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
}
a:hover {
    color: #393939;
    text-decoration: none;
}
strong {
    font-weight: 700;
}
.landingform [type="submit"],
button, .button,
button:visited, .button:visited {
    background-color: transparent;
    color: #000;
    position: relative;
    border-radius: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-family: 'Roboto';
    font-size: 17px;
    /* text-transform: uppercase; */
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    line-height: 1;
    border: 1px solid #000;
}
button:hover, .button:hover {
    background-color: #000;
    color: #fff;
    border-color: #ffffff;
}
.button:not(.outline):focus,
button:not(.outline):focus {
/*    background-color: #1e3755;
    border: none;
    box-shadow: none;*/
}
.button.outline,
button.outline {
    border-color: #1e3755;
    color: #1e3755;
}
.button.outline:hover,
button.outline:hover {
    border-color: #fff;
    color: #1e3755;
    background-color: #fff;
}
.button.white,
button.white {
    border-color: #fff;
    /*background-color: #fff;*/
    color: #fff;
}
.button.white:hover,
button.white:hover {
    border-color: #fff;
    color: #000000;
    background-color: #fff;
}
.button.blue,
button.blue {
    border-color: #309EA3;
    color: #fff;
    background-color: #309EA3;
}
.button.blue:hover,
button.blue:hover {
    border-color: #309EA3;
    background-color: #309EA3;
}
.button.sub,
button.sub {
    font-size: 14px;
    padding: 11px 23px 11px 23px;
    background-color: #d8d8d8;
    color: #383838;
}

form {
    margin-bottom: 0;
}
input, textarea, select, .input .text {
    border-radius: 0;
    height: 54px;
    /* border: none; */
    padding: 0 19px;
    font-size: 15px;
    border: 1px solid #ebeef9;
}
textarea:focus,
input:not([type="submit"]):focus {
    box-shadow: 0 0 0 3px rgba(77, 183, 180, 0.28);
    border-color: #5fbebb;
}
textarea {
    height: 194px;
    padding-top: 13px;
}
label {
    margin-bottom: 22px;
}
label input, label textarea, label select {
    margin-top: 3px;
}

label.upload {
    width: 100%;
    display: block;
    margin: 0 auto 22px auto;
    height: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #d4d4d4;
}
label.upload input[type="file"] {
    width: 1px;
}
label.upload:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    content: attr(data-label);
    color: #898989;
    padding: 0 19px 0 51px;
    text-align: left;
    font-size: 17px;
    line-height: 50px;
    cursor: pointer;
    background-image: url(../img/paperclip.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left 14px center;
}
label.upload:hover:before {
    color: #000;
}
label.upload:after {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 15;
    content: attr(data-file);
    color: #177ebc;
    height: 50px;
    line-height: 50px;
    padding-right: 19px;
    font-style: italic;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


ul li,
p {
    line-height: 1.5em;
    margin-bottom: 23px;
    font-size: 19px;
    -ms-word-break: normal;
    -ms-word-wrap: normal;
    word-break: normal;
    color: #000000;
    font-weight: 300;
    /* letter-spacing: 0.5px; */
}
p:last-child {
    margin-bottom: 0;
}
ul li {
    margin-bottom: .7em;
    line-height: 1.4em;
}

img {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    -webkit-transform: translateZ(0);
}

h1, h2, h3, h4 {
    font-family: 'Roboto';
    color: #000;
    /* text-transform: uppercase; */
    margin-bottom: 23px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.9px;
}
h4 {
    line-height: 1.1;
}

.heading {
    display: block;
}
.heading > *:first-child:not(:last-child) {
    font-weight: 300;
    font-size: 22px;
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid;
    margin: 0px 0 3px 0;
}
.heading > *:last-child {
    font-weight: 500;
    /* color: #309EA3; */
    /* display: inline-block; */
    /* padding-top: 3px; */
    /* border-top: 1px solid #000; */
    /* font-size: 30px; */
}

hr {
    width: 57px;
    height: 0px;
    display: block;
    margin: -5px auto 34px auto;
    border: none;
    border-bottom: 5px solid #393939;
    display: none;
}
hr.white {
    border-color: #fff;
}

.message {
    padding: 0;
}
.message div {
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
    border-radius: 3px;
    font-family: 'Roboto';
}
.message div.success {
    background-color: #38e8a1;
}
.message div.error {
    background-color: #ea3958;
}

.flexcont {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 6;
    /*background-color: rgba(0,0,0,0.2);*/
    transition: all .2s linear;
}
/**:hover > .flexcont {
    background-color: rgba(0,0,0,0.5);
}*/
.flexcont .inner {
    padding: 40px 20px;
    text-align: left;
}
.flexcont .inner h3 {
    /* margin-bottom: 2px; */
    /* font-weight: 500; */
    /* color: #fff; */
}

.wrapper {
    width: 1190px;
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
}
.wrapper.wsmall {
    width: 700px;
}

.label {
    padding: 5px 9px 5px 9px;
    border-radius: 0;
    background-color: #393939;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    position: relative;
    z-index: 2;
}
.label.small {
    padding: 2px 7px 0px 7px;
    font-size: 0.8em;
}
/*
.loading {
    position: relative;
}
.loading:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    margin: -7.5px 0 0 -7.5px;
    animation: load 3s ease-in-out infinite;
    z-index: 5;
}
@keyframes load {
  0% {box-shadow:15px 15px 0 0 #393939, -15px 15px 0 0 #393939, -15px -15px 0 0 #393939;}
  8% {box-shadow:15px -15px 0 0 #393939, -15px 15px 0 0 #393939, -15px -15px 0 0 #393939;}
  17% {box-shadow:15px -15px 0 0 #393939, 15px 15px 0 0 #393939, -15px -15px 0 0 #393939;}
  25% {box-shadow:15px -15px 0 0 #393939, 15px 15px 0 0 #393939, -15px 15px 0 0 #393939;}
  33% {box-shadow:-15px -15px 0 0 #393939, 15px 15px 0 0 #393939, -15px 15px 0 0 #393939;}
  42% {box-shadow:-15px -15px 0 0 #393939, 15px -15px 0 0 #393939, -15px 15px 0 0 #393939;}
  50% {box-shadow:-15px -15px 0 0 #393939, 15px -15px 0 0 #393939, 15px 15px 0 0 #393939;}
  58% {box-shadow:-15px 15px 0 0 #393939, 15px -15px 0 0 #393939, 15px 15px 0 0 #393939;}
  67% {box-shadow:-15px 15px 0 0 #393939, -15px -15px 0 0 #393939, 15px 15px 0 0 #393939;}
  75% {box-shadow:-15px 15px 0 0 #393939, -15px -15px 0 0 #393939, 15px -15px 0 0 #393939;}
  83% {box-shadow:15px 15px 0 0 #393939, -15px -15px 0 0 #393939, 15px -15px 0 0 #393939;}
  92% {box-shadow:15px 15px 0 0 #393939, -15px 15px 0 0 #393939, 15px -15px 0 0 #393939;}
  100% {box-shadow:15px 15px 0 0 #393939, -15px 15px 0 0 #393939, -15px -15px 0 0 #393939;}
}
*/
.grecaptcha-badge {
    display: none;
}

/**********************/

header {
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
    padding: 0 0 0 0;
    position: fixed;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
header:before {
    position: absolute;
    top: 0;
    height: 210px;
    left: 0;
    right: 0;
    content: '';
    pointer-events: none;
    /*border-top: 50px solid #fff;*/
    background:
      linear-gradient(
        to bottom,
        hsl(0, 0%, 100%) 0%,
        hsla(0, 0%, 100%, 0.963) 11%,
        hsla(0, 0%, 100%, 0.909) 20.9%,
        hsla(0, 0%, 100%, 0.842) 29.8%,
        hsla(0, 0%, 100%, 0.764) 37.8%,
        hsla(0, 0%, 100%, 0.679) 45%,
        hsla(0, 0%, 100%, 0.588) 51.6%,
        hsla(0, 0%, 100%, 0.494) 57.7%,
        hsla(0, 0%, 100%, 0.401) 63.3%,
        hsla(0, 0%, 100%, 0.312) 68.5%,
        hsla(0, 0%, 100%, 0.228) 73.6%,
        hsla(0, 0%, 100%, 0.154) 78.6%,
        hsla(0, 0%, 100%, 0.091) 83.6%,
        hsla(0, 0%, 100%, 0.042) 88.8%,
        hsla(0, 0%, 100%, 0.011) 94.2%,
        hsla(0, 0%, 100%, 0) 100%
      );
    opacity: 1;
}
header .wrapper > .row {
    align-items: center;
    justify-content: space-between;
}
header a.logo {
    display: block;
    width: 210px;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    margin-top: 13px;
}
header a.logo img {
    display: block;
    /* height: 100%; */
}
header .rightheader {
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    width: calc(100% - 240px);
    /* position:  relative; */
}
header .burger {
    width: 48px;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
    margin-left: 0;
    transition: all linear .2s;
    cursor: pointer;
    /* right: 0; */
    /* top: 0; */
    display: none;
}
header .burger.mobile {
    display: none;
}
header .burger span {
    height: 2px;
    width: 100%;
    background-color: #888;
    display: inline-block;
}

header .rightheader .top .phone {
    margin-bottom: 0;
    /* margin-top: 12px; */
    color: #585858;
    position:  relative;
}
header .rightheader .top .inner {
    display: flex;
    align-items: center;
    /* width:  100%; */
}
header .rightheader .top .inner a.has {
    height: 42px;
    margin-left: 50px;
    margin-top: 4px;
    position: relative;
    z-index: 200000;
}
header .rightheader .top .inner a.has img {
    max-height: 100%;
}
header .rightheader .top .searchlink {
    display: none;
    padding-right: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 1px;
    font-size: 26px;
    position: relative;
    color: #b5b3b6;
}
header .rightheader .top .search {
    padding-right: 0;
    position: relative;
    margin-right: 20px;
    border-right: 1px solid #000;
    margin-bottom: 0;
    /* margin-top: 7px; */
}
header .rightheader .top .search i.fa {
    position: absolute;
    top: 1px;
    right: 16px;
    font-size: 26px;
    pointer-events: none;
    color: #b5b3b6;
}
header .rightheader .top .search input {
    background-color: #fff0;
    border: none;
    height: 30px;
}
header .rightheader .top .search input:focus {
    outline: 0 !important;
}
header .rightheader .top .search input:focus+i.fa {
    opacity: 0;
}
header .rightheader .top a.button {
    /* color: #fff; */
    /* font-family: 'Roboto'; */
    /* letter-spacing: 2.4px; */
    /* font-size: 1.3em; */
    display: inline-block;
    background-color:  #b5b3b6;
    text-transform: uppercase;
    border:  none;
    font-size: 14px;
    color: black;
    font-weight: 500;
}
header .rightheader .top a.button:hover {
    background-color: #309EA3;
    /* color: white; */
}

header nav {
    width: 100%;
    /* padding-right: 120px; */
    /* position:  relative; */
    display:  flex;
    justify-content:  space-between;
    align-items:  center;
    margin-bottom: 6px;
}
header #menu {
    width: calc(100% - 95px);
    width: 100%;
}
header #menu > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header nav > ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:  100%;
    margin-right: 78px;
}
/*header nav ul:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 40px;
    margin-top: -26px;
    left: -140px;
    right: -140px;
    background-color: #70952b;
    opacity: 1;
    z-index: 5;
}*/
header nav ul li {
    display: inline-block;
    z-index: 10;
    margin-bottom: 0;
    /*opacity: 0;*/
    /* pointer-events: none; */
    transition: all linear .2s;
}
header nav ul li.home {
    display: none;
}
header nav ul li a:visited,
header nav ul li a {
    display: block;
    padding: 10px 13px;
    color: #000;
    font-family: 'Roboto';
    /* letter-spacing: 1px; */
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    transition: none;
    /* white-space: nowrap; */
    text-align: center;
}
header nav ul li .drop+a:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(65,66,67,0.68);
    height: 6px;
    transition: none;
    content: '';
    opacity: 0;
}
header nav ul li:hover .drop+a:after {
    transition: opacity .2s linear;
    opacity: 1;
}
header nav ul li:hover a,
header nav ul li.active a {
    color: #309EA3;
}
header nav ul li:last-child a {
    /* padding-right: 0; */
}
header nav ul li:last-child {

}
header nav ul li.tel a {
    font-family: 'Roboto';
}
header nav ul li:hover .drop+a,
header nav ul li:hover .drop+a:visited {
    background-color: rgba(65,66,67,0.68);
    color: #fff;
    transition: all linear .2s;
}
header nav ul li .drop {
    /*display: none;*/
    position: absolute;
    /* top: 100%; */
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(65,66,67,0.68);
    text-align: center;
    z-index: 200;
    /* padding: 0 0 10px 0; */
    margin: 52px 0 0 0;
    max-height: 0;
    /*height: 120px;*/
    transition:none;
    overflow: hidden;
    text-align:  center;
    display:  flex;
    align-items: flex-start;
    justify-content: center;
    /* flex-wrap: wrap; */
}
header nav ul li .drop > li {
    display: inline-block;
    /* width: 100%; */
    padding: 0px 9px;
    border-right: 1px solid #fff;
    margin: 17px 0 19px 0;
    /* min-height:  80px; */
}
header nav ul li .drop > li:last-child {
    border: none;
}
header nav ul li .drop li a,
header nav ul li .drop li a:visited {
    display: block;
    /*font-family: 'Roboto';*/
    color: #fff;
    padding: 3px 13px 8px 13px;
    font-size: 14px;
}
header nav ul li .drop li a span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-align: center;
    margin-bottom: 2px;
    font-weight: 600;
}
header nav ul li .drop li a .image {
    height: 115px;
    width: 115px;
    display: block;
    background-size: cover;
    background-position: center;
}
header nav ul li .drop li a img {
    height: 115px;
    display: block;
}
header nav ul li .drop li.active > a,
header nav ul li .drop li:hover > a {
    color: #1e3755;
}
header nav ul li:hover > .drop {
    max-height: 1000px;
    transition: all linear 1s;
}

header nav ul li .drop > li ul {
    text-align: left;
    margin: 0;
}
header nav ul li .drop > li ul li {
    display: block;
}
header .rightheader .top {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-top: 6px;
}
/*header .rightheader .top a {
    color: #fff;
    font-family: 'Roboto';
    letter-spacing: 2.4px;
    font-size: 1.3em;
    display: inline-block;
}*/

header a.navlink {
    display: none;
    z-index: 10;
    float: right;
    margin-top: 20px;
    width: 35px;
    height: 29px;
    position: relative;
    border-bottom: 5px solid #fff;
}
header a.navlink:after {
    content: "";
    position: absolute;
    top: 0;
    height: 17px;
    width: 100%;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

header.navopen {
    /* background-color: #ffffff; */
}
header .burger.navopen,
header.navopen .burger {
    transform: rotate(-90deg);
}
header.navopen nav ul li {
    opacity: 1;
    pointer-events: all;
}

.scrolled header {
    background: white;
}
.scrolled header a.logo {
    width: 186px;
}
.scrolled header .rightheader .top {
    margin-bottom: 6px;
    /* padding-top: 6px; */
}

.mm-menu {
    background-color: #309EA3;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
.mm-listview>li>a,
.mm-listview>li>span {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: 0.9px;
    padding: 17px 10px 17px 20px;
}
.mm-listview>li span.caret {
    display: none;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}
.mm-menu .icon-down-dir.arrow {
    display: none;
}

.pagination a.current {
    font-weight: 500;
}
.pagination a:hover {
    border-color: transparent;
}

.white-popup-block {
    background-color: #fff;
    padding: 30px;
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
    position:  relative;
}
.white-popup-block .buttons {
    margin-top: 35px;
}

/**************************************/

section {
    padding: 50px 0;
    position: relative;
    background-color: #ffffff;
}
/*section a,
section a:visited {
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #1e3755;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}*/
section a:hover {
    border-color: #393939;
}

/**************************************/

section.hero {
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
    min-height: 600px;
    max-height: 600px;
    background-color: #b0bcbc;
}
section.hero h1:not(.h2) {
    /* color: #fff; */
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    /* border-color: #fff; */
    /* text-transform: uppercase; */
}
section.hero h1.h2,
section.hero h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    /*text-transform: uppercase;*/
}
section.hero p {
    font-size: 1.4em;
    margin-top: 2px;
    display: block;
    color: #fff;
    /* max-width: 670px; */
    /* margin: 0 auto; */
}
section.hero time {
    font-size: 1.1em;
    margin-top: 2px;
    display: block;
    color: #fff;
    opacity: .8;
}
section.hero > img {
    display: block;
    visibility: hidden;
    margin-top: -2px;
}
section.hero .flexcont {
    background-color: #3535355c;
    background: none;
    z-index: 20;
    align-items: center;
    padding-bottom: 70px;
    justify-content:  center;

    background: none;
    padding-bottom: 0;
    align-items: center;
    justify-content: flex-start;
}
section.hero .flexcont h1,
section.hero .flexcont h2 {
    font-size: 70px;
    text-align: left;
    font-weight: 500;
    color: #f90080;
}
section.hero .flexcont .inner {
    max-width: 610px;
    padding: 40px 0 0 0;
    padding-bottom: 0;
    text-align:  center;
}
section.hero .flexcont .inner img {
    position: relative;
    z-index: 15;
}
section.hero .flexcont .inner .button {
    vertical-align: middle;
    margin-top: 20px;
}
section.hero .flexcont .inner .button i {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
    top: -1px;
}

#home section.hero,
#home section.slider .item {
    height: 100vh;
    max-height: none;
}
#home section.hero .vid {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* text-align:  center; */
}
#home section.hero .vid video {
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
    max-width: none;
    transform: translateX;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#home section.hero .flexcont .heading img.logo {
    border: none;
    margin-bottom: 10px;
}
#home section.hero .flexcont h1,
#home section.hero .flexcont h2 {
    font-size: 90px;
    font-weight: 300;
    color: #E52B7F;
}
#home section.hero .flexcont h2 strong:first-child {
    display: block;
}
#about-us section.hero .flexcont h1 {
    color: #E52B7F;
}
#blog section.hero .flexcont .inner {
    max-width: 800px;
}
/**************************************/

section.slider {
    padding: 0;
    overflow: hidden;
}
section.slider .item {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
    min-height: 600px;
    background-color: #ffffff;
    padding-top: 230px;
}
section.slider .owl-controls {
    position: static;
}
section.slider .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
section.slider .owl-dots .nav-dot {
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
}
section.slider .owl-dots .nav-dot span {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    display: block;
    border-radius: 50%;
    /* border: 3px solid #918a8b; */
    /* border: 4px solid #b5b3b6; */
    opacity: 0.45;
}
section.slider .owl-dots .nav-dot.active span {
    opacity: 1;
}

/**************************************/

section.page {
    text-align: left;
}

/***************************/

#block_b9 {
    overflow: hidden;
}

section.block {
    padding: 0;
    position: relative;
}
section.block h2,
section.block h3 {
    font-size: 35px;
}
section.block p a:not(.button) {
    /* border-bottom: 1px dashed #000; */
}
section.block.bg-grey {
    background-color: #f1f5f7;
}
section.block.bg-dark-grey {
    background-color: #6b6b6b;
}
section.block.bg-blue {
    background-color: #bfd7e3;
}
section.block.bg-light-blue {
    background-color: #F6F6F6;
}
section.block .wrapper {
}
section.block .block-align-center,
section.block .block-align-fullwidth {
    justify-content: center;
}
section.block .block-align-left {
    justify-content: flex-start;
}
section.block .block-align-right {
    justify-content: flex-end;
}
section.block .left-block,
section.block .right-block {
    min-height: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
section.block .center-block,
section.block .fullwidth-block {
    padding: 40px 0;
    background-color: #0000 !important;
    /*text-align: center;*/
    position: relative;
    z-index: 5;
}
section.block .left-block {
    padding: 40px 40px 40px 0;
}
section.block .right-block {
    padding: 40px 0 40px 40px;
}
section.block .left-block.no-min,
section.block .right-block.no-min {
    min-height: 0;
}

section.block .left-block.bg-grey,
section.block .right-block.bg-grey {
    background-color: #f1f5f7;
}

section.block .left-block.bg-light-blue,
section.block .right-block.bg-light-blue {
    background-color: #F6F6F6;
}
section.block .left-block.bg-blue,
section.block .right-block.bg-blue {
    background-color: #1e3755;
}
section.block p,
section.block a,
section.block strong,
section.block h1,
section.block h2,
section.block h3,
section.block h4,
section.block .button,
section.block .heading * {
    color: inherit;
    border-color: inherit;
}

section.block a.button:hover {
    color: #fff;
}
/*section.block .bg-dark-grey .button:hover {
    border-color: #000;
}
section.block .bg-blue .button:hover {
    color: #1e3755;
    background-color: #fff;
}
section.block .bg-blue p {
    font-weight: 400;
}*/

section.block .image-block-center,
section.block .image-block-fullwidth,
section.block .image-block-right,
section.block .image-block-left {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*filter: saturate(50%);*/
}
section.block .image-block-right,
section.block .image-block-left {
    background-image: url('../img/block.jpg');
}
section.block .image-block-center,
section.block .image-block-fullwidth {
    left: 0 ;
    right: 0;
}
section.block .image-block-left {
    left: 50%;
    right: 0;
}
section.block .image-block-right {
    left: 0;
    right: 50%;
}
section.block .logo {
    display: block;
    margin-top: 25px;
    max-height: 170px;
}

section.block.image-block-contain .image-block-center,
section.block.image-block-contain .image-block-fullwidth,
section.block.image-block-contain .image-block-right,
section.block.image-block-contain .image-block-left {
    background-size: contain;
    background-position: center;
    /* background-size: 90%; */
}
section.block.image-position-left-top div[class^="image-block"] { background-position: left top; }
section.block.image-position-left-center div[class^="image-block"] { background-position: left center; }
section.block.image-position-left-bottom div[class^="image-block"] { background-position: left bottom; }
section.block.image-position-center-right div[class^="image-block"] { background-position: center right; }
section.block.image-position-center-center div[class^="image-block"] { background-position: center center; }
section.block.image-position-center-left div[class^="image-block"] { background-position: center left; }
section.block.image-position-right-top div[class^="image-block"] { background-position: right top; }
section.block.image-position-right-center div[class^="image-block"] { background-position: right center; }
section.block.image-position-right-bottom div[class^="image-block"] { background-position: right bottom; }

section.customer-zone .wrapper {
    max-width: 100%;
}
section.block .customer-zone-block {
    background-color: #3b4966;
}
section.block .customer-zone-block a {
    display: block;
    padding: 10px 0 0 10px;
    overflow: hidden;
    position: relative;
    background-size: 80% 80%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
section.block .customer-zone-block a:before {
    padding-bottom: 100%;
    content: '';
    display: block;
}
section.block .customer-zone-block h3 {
    position: absolute;
    bottom: 30px;
    margin: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

section.block ul {
    list-style: none;
    margin: 0;
}
section.block ul li {
    position: relative;
    padding-left: 30px;
}
section.block ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #1d71b8;
    content: '';
}

/*#how-it-works #block_b53 .wrapper {
    width: 700px;
}*/

/***********************/

#block_b74 .left-block {
    position: relative;
    opacity: 0;
}
#block_b74 .left-block,
#block_b74 .image-block-left,
#block_b72 .image-block-right,
#block_b49 .image-block-left {
    cursor: pointer;
}

section.block .watchvideo {
    display: inline-block;
    max-width: 330px;
    margin-bottom: 30px;
    /* margin-right: 30px; */
}
section.block .watchvideo.block {
    display: block;
}
section.block .watchvideo .image {
    margin-bottom: 25px;
}
section.block .watchvideo .image img {
    display: block;
}

section.block .brochuredl {
    display: inline-block;
    max-width: 200px;
    margin-right: 21px;
    margin-bottom: 30px;
}
section.block .brochuredl .image {
    margin-bottom: 25px;
    box-shadow: 4px 5px 14px -2px #00000052;
}
section.block .brochuredl .image img {
    display: block;
}
section.block .brochuredl .image h3 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    z-index: 10;
}

/***********************/

section.block.block-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 50%;
    height: 100%;
    display: block;
}
section.block.block-map .block-align-right iframe {
    right: inherit;
    left: 0;
}

/***********************/

section.block .devicesSlider .owl-controls {
    display: none;
}
section.block .devicesSlider a.item p,
section.block .solutionsSlider a.item p {
    font-size: 17px;
    font-weight: 4  00;
    margin-top: 20px;
}

/***********************/

section.block.bullets {
    padding: 20px 0 50px 0;
}
section.block.bullets ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
section.block.bullets ul li {
    width: calc(33.33333% - 30px);
    margin-left: 30px;
}
section.block.bullets .wrapper {
    position: relative;
}
section.block.bullets a[href="#enquire-modal"] {
    position: absolute;
    bottom: -28px;
    right: 0;
}

/***********************/

section.block#block_b1 h2 {
    font-style: italic;
    font-size: 50px;
}
section.block#block_b1 .block-content {
    column-count: 2;
    column-span: all;
    column-gap: 60px;
}

/***********************/

section.story .content_2 {
    background-color: #ffffff !important;
    position: relative;
    z-index: 20;
}
section.story .content_2.left-block {
    order: -1;
}
section.story .content_2 .inner {
    width: 100%;
}
section.story .content_2 .quote {
    position: relative;
}
section.story .content_2 .quote:before {
    content: '';
    width: 60px;
    height: 50px;
    background-image: url('../img/quote.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
}
section.story .content_2 .quote p {
    color: #B2B2B1;
    font-size: 27px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    padding-left: 80px;
}
section.story .content_2 .quote p:last-child:after {
    content: '';
    width: 60px;
    height: 50px;
    background-image: url('../img/quote2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -24px;
    margin-left: 20px;
    position: relative;
    bottom: -10px;
}
section.story .content_2 .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
section.story .content_2+div[class^="image-block"] {
    background: #ffffff !important
}

/***********************/

section.block .partnersSlider .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
section.block .partnersSlider .logo img {
    max-height: 100%;
}

/***********************/

section.parallax {
    height: 340px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    background-image: url('../img/parallax.jpg');
    /*filter: saturate(87%);*/
}
section.partners:before,
section.parallax:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url('../img/parallax/drop-top.png');
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    opacity: 0.8;
}
section.parallax.psmall {
    height: 300px;
    background-position: bottom center;
}
section.parallax.bottom {
    height: 100px;
    background-position: bottom center;
}

/******************************************************/

section.search {
    max-height: none;
    padding-top: 200px;
    padding-bottom: 40px;
    background-color: #F6F6F6;
}
section.search form {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 40px auto;
    position: relative;
}
section.search form button {
    position: absolute;
    top: 5px;
    right: 0;
    background: none !important;
    border: none !important;
}
section.search form button i.fa {
    color: grey;
    font-size:  20px;
}
section.search .results h2 {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    color: #000;
}
section.search .results .result {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #e6e6e6;
}
section.search .results .result:last-child {
    border: none;
}
section.search .results .result h3 {
    margin-bottom: 10px;
}
section.search .results .result p {
    color: #000;
    font-size: inherit;
}

/********************************/

/********************************/

section.block .heading h3 img {
    border: none;
}

/********************************/

#news section.hero .flexcont {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    top: 110px;
    text-align: center;
    padding-bottom: 40px;
    width: 1000px;
}
#news section.hero .flexcont .heading h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding-bottom: 0;
    margin-bottom: 6px;
}
#news section.hero .flexcont .heading p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
#news section.hero .flexcont .form {
    display: flex;
    text-align: left;
    justify-content: space-between;
}
#news section.hero .flexcont .form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#news section.hero .flexcont .form form div {
    margin-right: 5px;
}
#news section.hero .flexcont .form form div:last-child {
    margin-right: 0;
}
#news section.hero .flexcont .form .logo {
    width: 570px;
    margin-right: 30px;
}
#news section.hero .flexcont .form p {
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    font-size: 21px;
    margin-bottom: 10px;
}

section.posts {
    padding: 0;
    overflow: hidden;
    position: relative;
}
section.posts:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url('../img/parallax/drop-top.png');
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    opacity: 0.8;
}
section.posts .post {
    position: relative;
}
section.posts .post:nth-child(1):before,
section.posts .post:nth-child(4n):before,
section.posts .post:nth-child(4n+1):before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #009ead;
    content: '';
}
section.posts .post:nth-child(4n):before {
    right: -2000px;
}
section.posts .post:nth-child(1):before,
section.posts .post:nth-child(4n+1):before {
    left: -2000px;
}
section.posts .post .inner {
    position: relative;
    padding: 40px;
}
section.posts .post:nth-child(2n) .inner {
    padding-right: 0;
}
section.posts .post:nth-child(2n+1) .inner {
    padding-left: 0;
}
section.posts .post .image {
    width: 400px;
    max-width: 100%;
    margin-bottom: 20px;
}
section.posts .post .image img {
    display: block;
}
section.posts .post .content {
    /*max-height: 200px;*/
    /*overflow: hidden;*/
    margin-bottom: 20px;
}
section.posts .post .content.read {
    max-height: 5000px;
}

section.posts .post:nth-child(4n) *,
section.posts .post:nth-child(1) *,
section.posts .post:nth-child(4n+1) * {
    color: #fff;
    border-color: #fff;
}
section.posts .post:nth-child(4n) .button:hover,
section.posts .post:nth-child(1) .button:hover,
section.posts .post:nth-child(4n+1) .button:hover {
    background-color: #fff;
    color: #1e3755;
}

section.archive {
    background-color: #F6F6F6;
    position: relative;
}
section.archive:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url('../img/parallax/drop-top.png');
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    opacity: 0.8;
}
section.archive h2 {
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
}
section.archive .months a {
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 18px;
    display: block;
}
section.archive .months .active a {
    font-weight: 500;
}

#post section.hero {
    background: #F6F6F6;
    background-image: none !important;
    min-height: 240px;
}
#post section.hero .flexcont {
    padding-bottom: 0;
    position: static;
    padding-top: 100px;
}
#post section.hero .flexcont .inner {
    max-width: 100%;
    text-align: center;
    /* padding-top: 100px; */
}
#post section.hero .flexcont .inner h1 {
    color: #000;
    font-size: 44px;
    font-weight: 300;
    border: none;
    text-align: center;
}
#post section.hero .flexcont .inner h3 {
    color: #000;
    font-size:  20px;
    border: none;
}
section.post {
    background: #F6F6F6;
}
section.post .postimage {
    margin-top: -30px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    height: 300px;
}
/*section.post.block div[class^="image-block"] {
    background-image: none;
    background-color: #fff;
}*/

/********************************/

/* #contact section.hero {
    background-position: center top;
     background-color: #bfd7e3;
}

#contact section.block.login {
    position: relative;
}
#contact section.block.login:before {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: calc(50% + 30px);
    content: '';
    border: 1px solid #9ec132;
}

#contact section.block.intro {
    background-color: #bfd7e3;
}
#contact section.block.intro h2.hello {
    font-family: 'Raustila';
    color: #399cbe;
    text-align: center;
    font-size: 140px;
    line-height: 1;
    position: relative;
    top: -60px;
    margin-bottom: 0px;
}
#contact section.block.intro .left-block,
#contact section.block.intro .right-block {
    padding-top: 0;
    align-items: flex-start;
}
#contact section.block.intro .logo {
    margin-bottom: 20px;
}
#contact section.block.intro .left-block p {
    margin-bottom: 3px;
}
#contact section.block.intro p.address {
    margin-bottom: 15px;
    width: 300px;
    max-width: 100%;
}
#contact section.block.intro p.tel,
#contact section.block.intro p.web,
#contact section.block.intro p.email {
    width: 300px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#contact section.map iframe {
    display: block;
    height: 550px;
}
section.contact {
    background-color: #F6F6F6;
}
section.contact .details {
    padding-right: 55px;
    position: relative;
}
section.contact .details a {
    border: none;
    padding-bottom: 0;
}
section.contact .details p {
    font-size: 20px;
}
section.contact .details p.address {
    margin-top: 35px;
}
section.contact .details p.phone {
    margin-bottom: 2px;
}
section.contact .form {
    position: relative;
}
section.contact .form .inner {
    padding: 0 24px 24px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 3px;
}
section.contact .form .inner+p {
    font-size: 12px;
    line-height: 1;
}
section.contact .form .inner+p span {
    color: #e94e1b;
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
    vertical-align:  text-top;
}
section.contact .form h2 {
    color: #fff;
    background-color: #028e8f;
    padding: 6px 15px;
    display: inline-block;
    margin-top: -30px;
}
section.contact form {
    margin: 0;
    text-align: left;
}
section.contact form input[type="submit"] {
    margin-top: 5px;
}
section.contact form input {
    background-color: #f3f3f3;
}
section.contact form textarea {
    height: 117px;
    background-color: #f3f3f3;
}
section.contact form label.required {
    position: relative;
}
section.contact form label.required:before {
    position: absolute;
    top: 3px;
    right: 6px;
    content: '*';
    font-size: 21px;
    color: #e94e1b;
}
section.contact form .buttons {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
section.contact form .buttons p {
    font-size: 10px;
    margin-right: 12px;
    margin-bottom: 0;
}
section.contact form .buttons p a {
    color: #e94e1b;
    font-weight: 500;
}
section.contact form .buttons .button {
    text-transform: uppercase;
    font-weight: 500;
}
section.map {
    padding: 0;
}
section.map #map {
    min-height: 500px;
}
*/

#contact section.block:not(#block_b39) .col-6 .heading h2 {
    font-size: 70px;
}

section#block_b74:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    content: '';
    background-image: url('../img/armed-abc.jpg');
    background-size: cover;
    background-position: center;
}

/******************************************************/

section.loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-image: url('../img/loading-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.loading .logo {
    position: relative;
    width: 280px;
    height: 280px;
    background-image: url('../img/loading-logo-white.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.loading .logo-green {
    width: 280px;
    height: 280px;
    background-image: url('../img/loading-logo-green.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
section.loading .loader {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
}

/** LANDING ***********************************************/

#landing section.page h1 {
    font-size: 40px;
    margin-bottom: 20px;
}
#landing section.page h2,
#landing section.page h3 {
    font-weight: 500;
}

section.form {
    /*border-top: 1px solid #eee;*/
    padding-top: 0;
}
section.form .image {
    padding-right: 20px;
}
section.form .formbox h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 27px;
}
section.form .formbox label {
    margin-bottom: 2px;
    font-size: 14px;
}
section.form .formbox input:not([type="submit"]) {
    margin-bottom: 10px;
    background-color: #eceff1;
    height:  46px;
}

section.downloads {
    /*text-align: center;*/
    border-top: 1px solid #eee;
    background-color: #eceff1;
}
section.downloads h3 {
    margin-bottom: 10px;
    font-weight: 400;
}
section.downloads p {
    margin-bottom: 30px;
}
section.downloads .row {
    /*justify-content: center;*/
}
section.downloads a {
    display: block;
}
section.downloads a .icon {
    display: block;
    /* text-align: center; */
}
section.downloads a img {
    display: inline-block;
    margin-bottom: 10px;
    width: 130px;
}
section.downloads a h3 {
    font-weight: 600;
    font-size: 16px;
    color: #4a575d;
}

#thankyou section.hero .flexcont {
    padding-bottom: 20px;
}

/******************************************************/

footer {
    position: relative;
    background-color: #009bab;
    /*padding: 30px 0 30px 0;*/
    background-repeat: no-repeat;
    font-weight: 300;
    background-position: top right;
    padding: 46px 0 0 0;
}
footer p {
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    font-family: 'Lato';
}
footer a,
footer a:visited {
    color: #fff;
    /*font-weight: 600;*/
}
footer h3 {
    color: #493728;
    font-size: 18px;
    margin-bottom: 12px;
    /*font-family: 'Proxima Nova';*/
    /*text-transform: uppercase;*/
    font-weight: 500;
    letter-spacing: .8px;
}

footer .company a.logo {
    display: block;
    height: 70px;
    position: relative;
    z-index: 200;
    margin-bottom: 20px;
}
footer .company a.logo img {
    max-height: 100%;
    display: block;
    position: relative;
    /*margin-top: -2px;*/
}
footer .company p.phone {
    margin-bottom: 0;
}

footer .connect {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:  flex-end;
}
footer .connect ul {
    list-style: none;
    margin: 0;
}
footer .connect ul li {
    margin: 0 0 10.3px 0;
    display: inline-block;
    color: #493728;
}
footer .connect ul li a,
footer .connect ul li a:visited {
    display: block;
    padding: 0;
    color: #fff;
    font-family: 'Roboto';
    /* letter-spacing: 1px; */
    font-weight: 500;
    font-size: 19px;
    padding: 0 0 0 30px;
}
footer .connect ul li a:hover {
    color: #f3f3f3;
}
footer .connect .socials p {
    display: block;
    margin-bottom: 9px;
    font-weight:  500;
}
.socials a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    /* line-height: 40px; */
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    display:  inline-flex;
    align-items:  center;
    justify-content:  center;
}

footer .copyright {
    background: #34b7bf;
    display: block;
    margin-top: 30px;
    padding: 16px 0 13px 0;
}
footer .copyright .wrapper {
    position: relative;
}
footer .copyright img {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    margin:  0 8px;
}
footer .copyright p {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    font-style:  italic;
}

section.block a[name] {
    position: relative;
    z-index:  20;
    top: -140px;
    content: '&nbsp;';
}

.landingform label {
    margin-bottom: 5px;
}
.landingform input {
    margin-bottom: 10px;
}

#landingpopup {
    width: 800px;
    padding: 40px;
    padding-bottom: 102px;
}
#landingpopup:after {
    position: absolute;
    content: '';
    background: rgb(231,45,136);
    background: -webkit-linear-gradient(left, rgba(231,45,136,1) 0%, rgba(89,49,137,1) 13%, rgba(56,92,167,1) 74%, rgba(26,185,220,1) 100%);
    background: -o-linear-gradient(left, rgba(231,45,136,1) 0%, rgba(89,49,137,1) 13%, rgba(56,92,167,1) 74%, rgba(26,185,220,1) 100%);
    background: linear-gradient(to right, rgba(231,45,136,1) 0%, rgba(89,49,137,1) 13%, rgba(56,92,167,1) 74%, rgba(26,185,220,1) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
}
#landingpopup .logo {
    margin-bottom: 20px;
}

#enquire-modal label {
    margin-bottom: 5px;
}
#enquire-modal .form-item {
    margin-bottom: 15px;
}

.gator input {
    margin-bottom: 15px;
}
.gator label {
    display: none;
}

#contactrequest section.page p {
    text-align: center;
    font-size: 30px;
}