/* Import reset */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  div.phone-nav-top .phone {
    width: 42%;
    font-size: 1rem;
    margin-top: 10px;
    padding: 0;
  }
}
@media only screen and (min-width: 375px) and (max-width: 734px) {
  div.phone-nav-top .phone {
    padding: 5px 10px 5px 0;
    text-align: center;
    margin-top: 5px;
    width: 45%;
    font-size: 1.2rem;
  }
  .phone-nav-top .menu-btn {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  header[role=banner] img.logo {
    padding: 2em 0.5em 1.5em 0.5em;
    max-width: 159px;
  }
  header[role=banner] .header-right .phone {
    font-size: 1.3rem;
  }
  header[role=banner] .header-right ul.social-links {
    margin: 0 35px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  div.phone-nav-top p {
    width: 25%;
  }
}
div.phone-nav-top .phone a {
  color: #48aeff;
}

/* SASS Variables
--------------------------------------------------------------- */
/* Global
--------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  min-height: 101%;
}

body {
  font-weight: 400;
  background: #edf0f2;
  color: #083357;
  font: 16px/1.5 "myriad-pro", Tahoma, Geneva, sans-serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #48aeff;
  text-decoration: none;
}
a:hover {
  color: #083357;
}

/* Typography
--------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

/* Global Containers
--------------------------------------------------------------- */
.container, .buckets {
  max-width: 1200px;
  padding: 0 1em;
  width: 100%;
  float: left;
}
@media (min-width: 800px) {
  .container, .buckets {
    margin: 0 auto;
    width: auto;
    float: none;
  }
}
@media (min-width: 1600px) {
  .container, .buckets {
    padding: 0;
  }
}

/* Phone & Navigation Icon Top
--------------------------------------------------------------- */
.phone-nav-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5em;
  height: 63px;
  background: #083357;
  color: #fff;
  border-bottom: 4px solid #48aeff;
}
.phone-nav-top:after {
  clear: both;
  content: "";
  display: block;
}
.phone-nav-top p {
  float: left;
  width: 70%;
}
.phone-nav-top a {
  float: right;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  padding-right: 10px;
  line-height: 1.3em;
  border-radius: 3px;
}
@media (min-width: 800px) {
  .phone-nav-top {
    display: none;
  }
}
.phone-nav-top .phone {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 1.3em;
}
.phone-nav-top .phone a {
  font-size: 1em;
}

.menu-first {
  display: none;
  clear: right;
  color: #083357;
  float: right;
  margin-top: 5px;
}
@media (min-width: 800px) {
  .menu-first {
    display: block;
  }
}
@media (min-width: 1055px) {
  .menu-first {
    display: none;
  }
}
.menu-first a {
  color: #083357;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
}

/* Site Header
--------------------------------------------------------------- */
header[role=banner]:before {
  /* Pseudo element to push content down */
  content: "";
  height: 63px;
  display: block;
}
@media (min-width: 800px) {
  header[role=banner]:before {
    display: none;
  }
}
header[role=banner] .header-right {
  float: right;
  padding-top: 10px;
}
header[role=banner] .header-right .social-links {
  margin: 7px 35px 0 0;
  float: right;
  display: none;
}
@media (min-width: 800px) {
  header[role=banner] .header-right .social-links {
    display: block;
  }
}
header[role=banner] .header-right .social-links li {
  list-style: none;
  font-size: 1.6em;
  float: left;
  margin-left: 15px;
}
header[role=banner] .header-right .social-links li i {
  color: #083357;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header[role=banner] .header-right .social-links li i:hover {
  color: #48aeff;
}
header[role=banner] .header-right .phone {
  float: right;
}
header[role=banner] .header-right .email {
  text-align: right;
  font-size: 1.1em;
  display: none;
}
@media (min-width: 800px) {
  header[role=banner] .header-right .email {
    display: block;
    clear: right;
  }
}
header[role=banner] .header-right .email a {
  color: #083357;
}
header[role=banner] .header-right .email a:hover {
  color: #48aeff;
}
header[role=banner] h1 {
  display: none;
}
header[role=banner] img.logo {
  display: block;
  width: 100%;
  max-width: 172px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0 auto;
  padding: 1.7em 0.5em 1em 0.5em;
}
@media (min-width: 800px) {
  header[role=banner] img.logo {
    padding: 2.4em 0.5em 2.5em 0.5em;
  }
}
@media (min-width: 1055px) {
  header[role=banner] img.logo {
    padding: 2.6em 0.5em 1em 0.5em;
  }
}
header[role=banner] img.logo:hover {
  opacity: 0.8;
}
@media (min-width: 800px) {
  header[role=banner] img.logo {
    float: left;
  }
}
header[role=banner] .phone-top-right {
  display: none;
  font-size: 2em;
}
@media (min-width: 800px) {
  header[role=banner] .phone-top-right {
    float: right;
    display: block;
  }
}
header[role=banner] .phone-top-right .ld-phonenumber {
  color: #48aeff;
  font-weight: 700;
  line-height: 1em;
}
header[role=banner] .phone-top-right .ld-calltag {
  font-size: 0.7em;
}
header[role=banner] .phone-top-right i {
  font-size: 0.7em;
}
header[role=banner] #top-navigation {
  float: right;
  margin: 30px 0 20px 0;
  clear: right;
  display: none;
}
@media (min-width: 1055px) {
  header[role=banner] #top-navigation {
    display: block;
    margin: 40px 0 20px 0;
  }
}
header[role=banner] #top-navigation ul {
  float: right;
}
header[role=banner] #top-navigation ul li {
  list-style: none;
  float: left;
  margin-left: 10px;
}
header[role=banner] #top-navigation ul li.current_page_item a, header[role=banner] #top-navigation ul li.current_page_parent a {
  color: #48aeff;
}
header[role=banner] #top-navigation ul li a {
  text-decoration: none;
  padding: 10px 20px;
  color: #083357;
}
header[role=banner] #top-navigation ul li a:hover {
  color: #48aeff;
}

/* Site Navigation
--------------------------------------------------------------- */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

li.current_page_item {
  color: #48aeff;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  padding-left: 40px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-transition-property: left, right, -webkit-transform;
  transition-property: left, right, -webkit-transform;
  transition-property: transform, left, right;
  transition-property: transform, left, right, -webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  right: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: "x";
}

.mm-navbar[class*=mm-navbar-content-] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}

.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}

.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}

.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle, label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #083357;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

#mmenu:not(.mm-menu) {
  display: none;
}

/* Desktop Navigation */
nav[role=navigation] {
  display: none;
  background: #083357;
  width: 100%;
  float: left;
}
@media (min-width: 1055px) {
  nav[role=navigation] {
    clear: both;
    display: block;
    text-align: center;
  }
  nav[role=navigation] li {
    display: inline;
    float: left;
    width: 13%;
  }
  nav[role=navigation] li:last-child a {
    border-bottom: 0px;
  }
  nav[role=navigation] li.menu-item-277, nav[role=navigation] li.menu-item-137 {
    width: 11%;
  }
  nav[role=navigation] li.current_page_item a, nav[role=navigation] li.current-page-ancestor a {
    color: #48aeff;
  }
  nav[role=navigation] li.menu-item-277 a, nav[role=navigation] li.menu-item-137 a {
    padding: 25px 3px;
  }
  nav[role=navigation] li.menu-item-has-children > a:after {
    content: "";
    font-family: FontAwesome;
    content: "\f078";
    padding-left: 5px;
    font-size: 0.85em;
  }
  nav[role=navigation] li .sub-menu {
    background: #fff;
    border: 1px solid #083357;
    z-index: 5000;
    top: 70px;
    width: 140%;
  }
  nav[role=navigation] li .sub-menu li {
    width: 100%;
    float: left;
  }
  nav[role=navigation] li .sub-menu li.current-menu-item a {
    color: #48aeff;
  }
  nav[role=navigation] li .sub-menu a {
    color: #083357;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #F1F1F1;
  }
  nav[role=navigation] li .sub-menu a:hover {
    color: #48aeff;
  }
  nav[role=navigation] a {
    display: inline-block;
    padding: 17px 3px;
    font-size: 0.9em;
    float: left;
    line-height: 1.3em;
    text-align: left;
    text-decoration: none;
    color: #fff;
  }
  nav[role=navigation] a:hover {
    color: #48aeff;
  }
  nav[role=navigation] .menu-item-has-children {
    position: relative;
  }
  nav[role=navigation] .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  nav[role=navigation] .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

/* Hero
--------------------------------------------------------------- */
div.hero {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-top: 8px solid #083357;
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
@media (min-width: 800px) {
  div.hero {
    margin-bottom: 30px;
  }
}
@media (min-width: 1055px) {
  div.hero {
    border-top: 0px;
  }
}
div.hero picture {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  right: 0;
  z-index: -5;
}
@media (min-width: 480px) {
  div.hero picture {
    width: 110%;
  }
}
div.hero picture img {
  z-index: -5;
}
@media (min-width: 480px) {
  div.hero picture img {
    max-width: none;
    width: 100%;
  }
}
div.hero .niceic-logo {
  margin: -10px 0 60px 0;
}
@media (min-width: 600px) {
  div.hero .niceic-logo {
    margin: -40px 0 0px 0;
  }
}
@media (min-width: 800px) {
  div.hero .niceic-logo {
    margin: -60px 0 60px 0;
  }
}
@media (min-width: 1000px) {
  div.hero .niceic-logo {
    position: absolute;
    top: 10%;
    right: 0;
    padding: 15px;
    background: #fff;
    margin: 0px;
  }
}
div.hero .runner-content {
  padding: 50px 0 50px 0%;
}
@media (min-width: 480px) {
  div.hero .runner-content {
    padding: 8.5% 0% 8.5% 0%;
  }
}
div.hero p {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  div.hero p {
    font-size: 2em;
  }
}
@media (min-width: 800px) {
  div.hero p {
    font-size: 3em;
  }
}
div.hero span {
  font-weight: 700;
  color: #48aeff;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (min-width: 480px) {
  div.hero span {
    font-size: 1.5em;
  }
}
@media (min-width: 800px) {
  div.hero span {
    font-size: 1.8em;
  }
}

.home .hero {
  overflow: visible;
  margin-bottom: 0;
  min-height: 270px;
}
@media (min-width: 480px) {
  .home .hero {
    min-height: 332px;
  }
}
@media (min-width: 800px) {
  .home .hero {
    min-height: 0px;
  }
}
.home .hero picture {
  width: 100%;
}
.home .hero picture img {
  z-index: -5;
  width: auto;
  margin-top: -100px;
}
@media (min-width: 480px) {
  .home .hero picture img {
    max-width: none;
    margin-top: -60px;
  }
}
@media (min-width: 800px) {
  .home .hero picture img {
    width: auto;
    margin-top: -30px;
  }
}
.home .hero p {
  padding: 20px 2% 20px 2%;
  font-size: 1.9em;
}
@media (min-width: 480px) {
  .home .hero p {
    padding: 40px 10% 40px 10%;
    font-size: 2.5em;
  }
}
@media (min-width: 800px) {
  .home .hero p {
    padding: 10% 15% 15% 15%;
    font-size: 3em;
  }
}
.home .hero .container, .home .hero .buckets {
  padding: 60px 0;
  height: 300px;
}
@media (min-width: 800px) {
  .home .hero .container, .home .hero .buckets {
    padding: 18px 0;
    height: 355px;
  }
}

/* Buckets
--------------------------------------------------------------- */
.buckets li {
  display: block;
  background: #083357;
  color: #fff;
  margin-bottom: 20px;
  float: left;
  border: 1px solid #fff;
}
@media (min-width: 480px) {
  .buckets li {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
  .buckets li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  .buckets li {
    width: 24.3%;
    height: 340px;
    margin-right: 0.7%;
  }
  .buckets li:nth-child(2n+2) {
    margin-right: 0.7%;
  }
  .buckets li:last-child a {
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .buckets li {
    height: 368px;
  }
}
.buckets a {
  display: block;
  position: relative;
  background: #ccc;
  width: 100%;
  background: #083357;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
.buckets a:hover span {
  background: #007de1;
}
.buckets a p {
  padding: 20px 5% 25px 5%;
  float: left;
  min-height: 0;
}
@media (min-width: 480px) {
  .buckets a p {
    min-height: 141px;
  }
}
@media (min-width: 800px) {
  .buckets a p {
    min-height: 117px;
  }
}
.buckets a img {
  width: 100%;
  max-width: 396px;
  float: left;
}
.buckets a span {
  text-align: center;
  background: #48aeff;
  border-bottom: 1px solid #083357;
  border-right: 1px solid #083357;
  border-left: 1px solid #083357;
  color: #fff;
  width: 100%;
  bottom: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  float: left;
  font-weight: 700;
  padding: 15px 5%;
  font-size: 0.9em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .buckets a span {
    font-size: 0.75em;
  }
}
@media (min-width: 800px) {
  .buckets a span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .buckets a span {
    font-size: 1em;
  }
}
.buckets a span:after {
  content: "";
  width: 8px;
  display: inline-block;
  z-index: 10;
  margin-left: 8px;
  font-size: 0.8em;
  margin-top: 3px;
  height: 13px;
  background: url(../_static/images/btn-arrow.png) no-repeat center center;
  background-size: 100%;
}

/* Child Pages
--------------------------------------------------------------- */
.child-pages {
  width: 100%;
  margin: 0px 0 40px 0;
  float: left;
}
.child-pages .container, .child-pages .buckets {
  max-width: 1750px;
}
.child-pages li {
  width: 100%;
  padding: 80px 20px;
  float: left;
  margin-bottom: 50px;
  float: left;
  list-style: none;
  border: 1px solid #083357;
  position: relative;
}
.child-pages li a {
  font-size: 0.9em;
  float: left;
  bottom: -42px;
  background: #48aeff;
  border: 1px solid #083357;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  float: left;
  text-align: center;
  text-transform: uppercase;
  border-top: 0px;
  left: -1px;
  position: absolute;
  color: #fff;
}
.child-pages li a:after {
  content: "";
  width: 9px;
  display: inline-block;
  z-index: 10;
  margin-left: 8px;
  height: 13px;
  background: url(../_static/images/btn-arrow.png) no-repeat center center;
}
.child-pages li a:hover {
  background: #007de1;
}
.child-pages li a:hover {
  color: #fff;
}
.child-pages li.page-item-118 {
  background: url(../_static/images/buckets/page-item-118.jpg) no-repeat center center;
}
.child-pages li.page-item-113 {
  background: url(../_static/images/buckets/page-item-113.jpg) no-repeat center center;
}
.child-pages li.page-item-115 {
  background: url(../_static/images/buckets/page-item-115.jpg) no-repeat center center;
}
.child-pages li.page-item-131 {
  background: url(../_static/images/buckets/page-item-131.jpg) no-repeat center center;
}
.child-pages li.page-item-129 {
  background: url(../_static/images/buckets/page-item-129.jpg) no-repeat center center;
}
.child-pages li.page-item-145 {
  background: url(../_static/images/buckets/page-item-145.jpg) no-repeat center center;
}
.child-pages li.page-item-124 {
  background: url(../_static/images/buckets/page-item-124.jpg) no-repeat center center;
}
@media (min-width: 800px) {
  .child-pages li {
    padding: 100px 20px;
  }
  .child-pages li a {
    font-size: 1em;
    bottom: -45px;
  }
}

@media (min-width: 800px) {
  .door-entry-security-systems .child-pages li {
    width: 33%;
    margin-right: 0.333%;
  }
  .door-entry-security-systems .child-pages li:last-child {
    margin-right: 0;
  }
  .automated-gates-and-access-control .child-pages li {
    width: 100%;
    float: left;
  }
  .digital-cctv-surveillance-systems .child-pages li {
    width: 50%;
    float: left;
  }
  .digital-cctv-surveillance-systems .child-pages li:first-child {
    width: 49.66%;
    margin-right: 0.333%;
  }
}
/* Before After
--------------------------------------------------------------- */
.before-after {
  width: 100%;
  float: left;
}
.before-after li {
  list-style: none;
  float: left;
  margin-right: 5%;
  width: 47%;
}
@media (min-width: 800px) {
  .before-after li {
    width: auto;
  }
}
.before-after li:last-child {
  margin-right: 0;
}
.before-after li img {
  max-width: 100%;
}
.before-after li:before {
  content: "";
  padding: 0;
  display: none;
}
.before-after li a:hover {
  opacity: 0.7;
}
.before-after li p {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  text-align: center;
}

/* Equipment
--------------------------------------------------------------- */
.equipment {
  width: 100%;
  float: left;
  padding: 20px 0 0px 0;
  text-align: center;
}
@media (min-width: 800px) {
  .equipment {
    text-align: center;
    padding: 20px 0 40px 0;
  }
}
.equipment .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3em;
}
@media (min-width: 800px) {
  .equipment .title {
    font-size: 1.4em;
  }
}
.equipment ul {
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
.equipment ul li {
  list-style: none;
  display: inline-block;
  padding: 0 1.5%;
}
.equipment ul li:first-child {
  padding-left: 0;
}
.equipment ul li:last-child {
  padding-right: 0;
}
@media (min-width: 1200px) {
  .equipment ul li {
    max-width: 11.5%;
  }
}
.equipment ul li img {
  max-width: 100%;
}

/* Mid Sections
--------------------------------------------------------------- */
.mid-section {
  width: 100%;
  float: left;
  margin: 30px 0;
}
.mid-section .callback {
  width: 100%;
  padding: 25px 0;
  float: left;
  background: url(../_static/images/callback-bg.jpg) repeat-x center center;
}
@media (min-width: 800px) {
  .mid-section .callback {
    width: 50%;
    padding: 25px;
    height: 353px;
  }
  .mid-section .callback .container, .mid-section .callback .buckets {
    max-width: 578px;
  }
}
@media (min-width: 1200px) {
  .mid-section .callback {
    height: 225px;
  }
}
.mid-section .callback .container, .mid-section .callback .buckets {
  width: 100%;
  float: right;
}
.mid-section .callback .title {
  color: #083357;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 26px;
}
.mid-section .why-choose-us {
  width: 100%;
  float: left;
}
.mid-section .why-choose-us .wrapper {
  float: left;
  background: #083357;
  padding: 20px 5px;
  width: 100%;
  color: #fff;
  float: left;
}
@media (min-width: 800px) {
  .mid-section .why-choose-us {
    width: 50%;
    height: 353px;
  }
  .mid-section .why-choose-us .wrapper {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .mid-section .why-choose-us {
    height: 225px;
  }
}
.mid-section .why-choose-us .container, .mid-section .why-choose-us .buckets {
  max-width: 774px;
  width: 100%;
  float: left;
}
.mid-section .why-choose-us .container li, .mid-section .why-choose-us .buckets li {
  list-style: none;
  font-size: 1.1em;
  width: 100%;
  line-height: 1.2em;
  float: left;
  padding: 5px 0 10px 0;
}
@media (min-width: 480px) {
  .mid-section .why-choose-us .container li, .mid-section .why-choose-us .buckets li {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .mid-section .why-choose-us .container li, .mid-section .why-choose-us .buckets li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .mid-section .why-choose-us .container li, .mid-section .why-choose-us .buckets li {
    width: 50%;
  }
}
.mid-section .why-choose-us .container li i, .mid-section .why-choose-us .buckets li i {
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}
.mid-section .service-link {
  background: #48aeff;
  border: 1px solid #083357;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  float: left;
  text-align: center;
  text-transform: uppercase;
  border-top: 0px;
}
.mid-section .service-link:after {
  content: "";
  width: 9px;
  display: inline-block;
  z-index: 10;
  margin-left: 8px;
  height: 13px;
  background: url(../_static/images/btn-arrow.png) no-repeat center center;
}
.mid-section .service-link:hover {
  background: #007de1;
}
@media (min-width: 1000px) {
  .mid-section .service-link {
    width: 267px;
  }
}

/* Site Content
--------------------------------------------------------------- */
div[role=main] {
  background: #edf0f2;
  float: left;
  width: 100%;
}
div[role=main] p a {
  color: #48aeff;
  text-decoration: none;
}
div[role=main] p a:hover {
  color: #083357;
}
div[role=main] blockquote {
  position: relative;
  padding: 1em 2.65em;
  text-align: center;
}
div[role=main] blockquote:before, div[role=main] blockquote:after {
  position: absolute;
  z-index: -1;
  font-family: FontAwesome;
  font-size: 2em;
  opacity: 0.25;
}
div[role=main] blockquote:before {
  top: 20px;
  left: 20px;
  content: "\f10d";
}
div[role=main] blockquote:after {
  bottom: 0;
  right: 0;
  content: "\f10e";
}
@media (min-width: 480px) {
  div[role=main] img.left {
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
  }
  div[role=main] img.center {
    clear: both;
    margin: 0 auto;
  }
  div[role=main] img.right {
    float: right;
    margin: 0.5em 0 0.5em 0.5em;
  }
}
div[role=main] .content-img {
  max-width: 100%;
}
div[role=main] .button {
  background: #000;
  color: #fff;
  padding: 1em;
  text-decoration: none;
  border-radius: 0.25em;
}
div[role=main] .button:hover {
  background: #0d0d0d;
}
div[role=main].about, div[role=main].contact {
  width: 100%;
  float: left;
}
div[role=main].about .container, div[role=main].about .buckets, div[role=main].contact .container, div[role=main].contact .buckets {
  max-width: 1600px;
  width: 100%;
  float: left;
  margin: 0;
}
@media (min-width: 800px) {
  div[role=main].about .container, div[role=main].about .buckets, div[role=main].contact .container, div[role=main].contact .buckets {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  div[role=main].about .container, div[role=main].about .buckets, div[role=main].contact .container, div[role=main].contact .buckets {
    width: 65%;
  }
}
div[role=main].about .container article, div[role=main].about .buckets article, div[role=main].contact .container article, div[role=main].contact .buckets article {
  width: 100%;
  float: left;
}
@media (min-width: 1000px) {
  div[role=main].about .container article, div[role=main].about .buckets article, div[role=main].contact .container article, div[role=main].contact .buckets article {
    max-width: 770px;
    float: left;
  }
}
@media (min-width: 1333px) {
  div[role=main].about .container article, div[role=main].about .buckets article, div[role=main].contact .container article, div[role=main].contact .buckets article {
    float: right;
  }
}
div[role=main].about aside, div[role=main].contact aside {
  float: left;
  background: #083357 url(../_static/images/staff-small.png) no-repeat center center;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 20px;
  color: #fff;
}
@media (min-width: 480px) {
  div[role=main].about aside, div[role=main].contact aside {
    background: #083357 url(../_static/images/staff-large.png) no-repeat center center;
    padding: 30px;
    background-size: cover;
  }
}
@media (min-width: 1000px) {
  div[role=main].about aside, div[role=main].contact aside {
    width: 35%;
    background: #083357 url(../_static/images/staff.png) no-repeat center center;
    background-size: cover;
  }
}
div[role=main].about aside p, div[role=main].contact aside p {
  color: #fff;
}
div[role=main].about aside li span, div[role=main].contact aside li span {
  display: block;
  min-height: 30px;
  float: left;
  width: 80px;
  font-weight: 700;
}
div[role=main].about aside .contact-details, div[role=main].contact aside .contact-details {
  width: 100%;
  float: left;
  font-weight: 700;
  margin-top: 20px;
}
div[role=main].about aside .contact-details a, div[role=main].contact aside .contact-details a {
  color: #fff;
  text-decoration: none;
}
div[role=main].about aside .contact-details a:hover, div[role=main].contact aside .contact-details a:hover {
  border-bottom: 1px solid #fff;
}
div[role=main].about .social-links, div[role=main].contact .social-links {
  margin-top: 15px;
}
div[role=main].about .social-links li, div[role=main].contact .social-links li {
  width: auto;
  margin-right: 10px;
}
div[role=main].about .social-links li a, div[role=main].contact .social-links li a {
  color: #fff;
  font-size: 2em;
}
div[role=main].about .social-links li a:hover, div[role=main].contact .social-links li a:hover {
  color: #48aeff;
}
div[role=main].contact .container, div[role=main].contact .buckets {
  background: #083357;
  color: #fff;
  position: relative;
}
@media (min-width: 1000px) {
  div[role=main].contact .container, div[role=main].contact .buckets {
    padding: 34px 1em;
  }
  div[role=main].contact .container form, div[role=main].contact .buckets form {
    position: static;
  }
  div[role=main].contact .container .left, div[role=main].contact .buckets .left {
    width: 33%;
    height: 222px;
  }
  div[role=main].contact .container .left label, div[role=main].contact .buckets .left label {
    width: 96%;
    margin-right: 4%;
  }
  div[role=main].contact .container .further-details, div[role=main].contact .buckets .further-details {
    width: 66%;
    height: 216px;
  }
  div[role=main].contact .container .further-details textarea, div[role=main].contact .buckets .further-details textarea {
    margin: 0;
    height: 100%;
  }
  div[role=main].contact .container input[type=submit], div[role=main].contact .buckets input[type=submit] {
    position: absolute;
    right: 0;
    width: auto;
    padding: 0.8em 2.5em;
    bottom: -43px;
    width: 267px;
  }
  div[role=main].contact .container article, div[role=main].contact .buckets article {
    margin-right: 1%;
    max-width: 845px;
  }
}
div[role=main].contact .container h1, div[role=main].contact .buckets h1 {
  text-transform: uppercase;
  font-size: 1.3em;
}
div[role=main].contact .container form, div[role=main].contact .buckets form {
  padding: 20px 0;
}
div[role=main].contact .container form label input, div[role=main].contact .buckets form label input {
  margin: 0 0 5px 0;
}
div[role=main].contact .container form select, div[role=main].contact .buckets form select {
  padding: 0.7em 1em;
}
div[role=main].contact aside {
  background: #fff;
  color: #083357;
  margin-top: 0;
}
div[role=main].contact aside p {
  color: #083357;
}
div[role=main].contact aside .contact-details a {
  color: #083357;
}
div[role=main].contact aside .contact-details a:hover {
  border-color: #083357;
}
div[role=main].contact aside .social-links li a {
  color: #083357;
}
div[role=main] .child-pages {
  margin: 30px 0;
}
div[role=main] .child-pages li {
  padding: 70px 20px;
}
div[role=main] .child-pages li:before {
  display: none;
}
div[role=main] .post {
  margin: 20px 0;
  padding: 25px 0 20px 0;
  border-bottom: 1px solid #D7DADC;
  border-top: 1px solid #D7DADC;
}
div[role=main] .post a {
  color: #48aeff;
  text-decoration: none;
}
div[role=main] .post a:hover {
  color: #083357;
}
div[role=main] .post h1 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  color: #48aeff;
}
div[role=main] .post h1 a {
  font-size: 1.2em;
}
div[role=main] .post img {
  float: left;
  padding: 0 15px 0 0;
}
div[role=main] .post .post-info {
  display: inline-block;
  font-weight: bold;
}
div[role=main] h3 {
  font-size: 1.2em;
}

.about-lower {
  width: 100%;
  margin-bottom: 25px;
  float: left;
}
.about-lower .map {
  background: url(../_static/images/map-backup.jpg) no-repeat top left;
  background-size: cover;
}
@media (min-width: 1000px) {
  .about-lower .map {
    width: 65%;
    float: left;
  }
}
.about-lower .map .acf-map {
  width: 100%;
  height: 300px;
}
.about-lower .right {
  background: #edf0f2;
  padding: 20px;
  width: 100%;
  float: left;
}
@media (min-width: 1000px) {
  .about-lower .right {
    width: 35%;
    height: 300px;
    float: left;
  }
}
.about-lower .right .accreditations {
  float: left;
  width: 100%;
}
.about-lower .right .accreditations li {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
}
@media (min-width: 480px) {
  .about-lower .right .accreditations li {
    width: 150px;
  }
}
.about-lower .right .accreditations {
  margin-top: 15px;
}
.about-lower .right .title {
  color: #083357;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 800px) {
  .other-pages li {
    width: 50%;
    float: left;
  }
}

/* Article
--------------------------------------------------------------- */
article {
  padding: 20px 0px;
  width: 100%;
  float: left;
}
@media (min-width: 800px) {
  article {
    float: left;
  }
}
@media (min-width: 1000px) {
  article {
    width: 60%;
    padding: 0;
    margin: 10px 10% 40px 0;
  }
}
article h2 {
  font-size: 1.5em;
}
article h1 {
  font-size: 1.65em;
  line-height: 1.2em;
}
article p {
  line-height: 1.8em;
  margin: 1em 0;
}
article ul {
  list-style: none;
  margin: 1em 0;
}
article img {
  max-width: 100%;
  margin: 20px 0;
}
article > ul li:before {
  display: inline-block;
  padding-right: 0.5em;
  font-family: FontAwesome;
  content: "\f0da";
}
article .about-images {
  float: left;
  margin: 15px 15px 15px 0;
  width: 100%;
}
@media (min-width: 800px) {
  article .about-images {
    float: right;
    width: auto;
    margin: 0 0 10px 20px;
  }
}
article .about-images li {
  list-style: none;
  margin: 0 10px 10px 0;
  float: left;
  width: 45%;
}
@media (min-width: 480px) {
  article .about-images li {
    width: auto;
  }
}
@media (min-width: 800px) {
  article .about-images li {
    float: left;
    margin: 0 10px 10px 0;
  }
  article .about-images li img {
    width: auto;
  }
}
article .about-images li:before {
  display: none;
}
article .about-images li img {
  width: 100%;
  max-width: 175px;
}

/* Videx CTA 
--------------------------------------------------------------- */
.clients-index, .equipment {
  padding: 0.8em 1em 2.3em 1em;
  width: 100%;
  float: left;
  text-align: center;
}
.clients-index .owl-carousel .owl-item img, .equipment .owl-carousel .owl-item img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  max-width: 60%;
}
.clients-index #owl-demo2, .equipment #owl-demo2 {
  height: 86px;
}

.equipment .owl-carousel .owl-item {
  min-height: 80px;
}
.equipment .owl-carousel .owl-item img {
  max-width: 60%;
  width: auto;
}

.clients, .equipment {
  float: left;
  width: 100%;
  max-width: 100%;
  display: none;
  overflow: hidden;
}
.clients li, .equipment li {
  width: auto;
}
.clients .title, .equipment .title {
  color: #083357;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Videx CTA 
--------------------------------------------------------------- */
.gate {
  width: 100%;
  float: left;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 480px) {
  .gate {
    text-align: left;
  }
}
.gate ul li {
  width: 33%;
  float: left;
}
.gate ul li img {
  max-width: 100%;
}

/* Videx App CTA 
--------------------------------------------------------------- */
.videx-app-cta {
  text-align: center;
  width: 100%;
  float: left;
  padding: 20px 10px;
  margin: 10px 0 30px 0;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 5px solid #083357;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media (min-width: 480px) {
  .videx-app-cta {
    float: left;
    text-align: left;
    padding: 20px;
  }
}
.videx-app-cta p {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  width: 75%;
  float: left;
}
@media (min-width: 480px) {
  .videx-app-cta p {
    font-size: 1.5em;
    padding: 15px 0 20px 40px;
    width: 75%;
  }
}
.videx-app-cta img {
  float: left;
  max-width: 25%;
  padding-right: 2%;
}
@media (min-width: 480px) {
  .videx-app-cta img {
    width: 25%;
    max-width: 97px;
    padding: 15px 0 20px 20px;
  }
}

/* Videx CTA 
--------------------------------------------------------------- */
.videx {
  width: 100%;
  float: left;
  margin: 20px 0;
  border-bottom: 5px solid #083357;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.7);
}
.videx p {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.25em;
}

/* Case Studies
--------------------------------------------------------------- */
.case-studies {
  width: 100%;
  float: left;
}
.case-studies .case-study {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
@media (min-width: 800px) {
  .case-studies .case-study {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.case-studies .case-study.odd .testimonial {
  position: relative;
}
.case-studies .case-study.odd .testimonial:after {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  right: 15px;
  font-size: 3.5em;
  bottom: -46px;
  color: #083357;
  top: auto;
}
@media (min-width: 1000px) {
  .case-studies .case-study.odd .content {
    float: right;
  }
  .case-studies .case-study.odd .content .container, .case-studies .case-study.odd .content .buckets {
    float: left;
  }
  .case-studies .case-study.odd .testimonial-container {
    float: right;
    width: 100%;
  }
}
.case-studies .content {
  width: 100%;
  background: #fff;
  float: left;
}
@media (min-width: 1000px) {
  .case-studies .content {
    width: 65%;
    min-height: 264px;
  }
}
.case-studies .content .container, .case-studies .content .buckets {
  width: 100%;
  padding: 25px;
  float: left;
}
@media (min-width: 1000px) {
  .case-studies .content .container, .case-studies .content .buckets {
    max-width: 887px;
    float: left;
  }
}
@media (min-width: 1333px) {
  .case-studies .content .container, .case-studies .content .buckets {
    float: right;
  }
}
.case-studies .content .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.2em;
}
.case-studies .content ul {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .case-studies .content ul {
    float: right;
    padding-left: 30px;
    width: auto;
    margin-bottom: 0px;
  }
}
.case-studies .content ul li {
  list-style: none;
  width: 48%;
  float: left;
  margin-left: 10px;
}
.case-studies .content ul li img {
  width: 100%;
  max-width: 150px;
}
@media (min-width: 480px) {
  .case-studies .content ul li {
    width: auto;
  }
  .case-studies .content ul li img {
    width: auto;
  }
}
.case-studies .content ul li a:hover {
  opacity: 0.8;
}
.case-studies .content ul li:first-child {
  margin-left: 0px;
}
.case-studies .testimonial {
  width: 100%;
  float: left;
  background: #083357;
  position: relative;
  color: #fff;
}
.case-studies .testimonial:after {
  font-family: FontAwesome;
  content: "\f0d8";
  position: absolute;
  right: 15px;
  font-size: 3.5em;
  top: -51px;
  color: #083357;
  bottom: auto;
}
@media (min-width: 1000px) {
  .case-studies .testimonial {
    width: 35%;
    min-height: 264px;
  }
  .case-studies .testimonial:after {
    display: none;
  }
  .case-studies .testimonial .testimonial-container {
    max-width: 370px;
  }
}
@media (min-width: 1600px) {
  .case-studies .testimonial .testimonial-container {
    max-width: 50%;
  }
}
.case-studies .testimonial .testimonial-container {
  padding: 25px;
}
.case-studies .testimonial p {
  padding-left: 40px;
  min-height: 51px;
  margin-bottom: 20px;
  background: url(../_static/images/quotations.png) no-repeat top left;
}
.case-studies .testimonial .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  padding-left: 0;
  background: none;
  min-height: 0px;
}
.case-studies .testimonial span {
  font-weight: 700;
}

/* Aside
--------------------------------------------------------------- */
@media (min-width: 1000px) {
  aside {
    width: 30%;
    float: left;
    margin: 0px 0% 0 0;
  }
}
aside ul {
  width: 100%;
  display: block;
  float: left;
}
aside ul li {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
}
aside ul li img {
  display: inline;
}
aside .accreditations, aside .clients {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  aside .accreditations, aside .clients {
    text-align: left;
  }
}
aside .accreditations img {
  max-width: 100%;
}
aside .title {
  color: #083357;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 26px;
  line-height: 1.2em;
}
aside .opening-hours li {
  width: 100%;
  float: left;
  text-align: left;
}

.news-sidebar ul li {
  width: auto;
  margin-bottom: 5px;
}
.news-sidebar h3 {
  margin-bottom: 10px;
}
.news-sidebar .recent-posts, .news-sidebar .xoxo {
  margin-bottom: 20px;
}

/* Skilled CTA
--------------------------------------------------------------- */
.skilled-cta, .showroom-cta {
  width: 100%;
  padding: 35px 0;
  float: left;
  background: #fff;
  text-align: center;
}
.skilled-cta h3, .skilled-cta p.phone, .showroom-cta h3, .showroom-cta p.phone {
  display: inline-block;
  padding: 0;
  line-height: 1em;
}
.skilled-cta h3, .showroom-cta h3 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.3em;
}
@media (min-width: 800px) {
  .skilled-cta h3, .showroom-cta h3 {
    padding-right: 5%;
    margin-bottom: 0;
    font-size: 1.15em;
  }
}
.skilled-cta .ld-phonenumber, .showroom-cta .ld-phonenumber {
  color: #48aeff;
  font-weight: 700;
  font-size: 1.7em;
}
.skilled-cta i, .showroom-cta i {
  font-size: 1.3em;
}
.skilled-cta a.btn, .showroom-cta a.btn {
  background: #48aeff;
  border: 1px solid #083357;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  float: left;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  float: none;
}
.skilled-cta a.btn:after, .showroom-cta a.btn:after {
  content: "";
  width: 9px;
  display: inline-block;
  z-index: 10;
  margin-left: 8px;
  height: 13px;
  background: url(../_static/images/btn-arrow.png) no-repeat center center;
}
.skilled-cta a.btn:hover, .showroom-cta a.btn:hover {
  background: #007de1;
}

/* Gallery
--------------------------------------------------------------- */
.gallery {
  width: 100%;
  float: left;
  display: none;
}
.gallery ul#gallery-demo .owl-pagination {
  display: none;
}
@media (min-width: 800px) {
  .gallery ul#gallery-demo .owl-pagination {
    display: inline-block;
  }
}
.gallery ul#gallery-demo .owl-controls {
  top: 40%;
}
@media (min-width: 800px) {
  .gallery ul#gallery-demo .owl-controls {
    bottom: -20px;
    height: 28px;
    top: auto;
  }
  .gallery ul#gallery-demo .owl-buttons {
    display: none;
  }
}
.gallery ul#gallery-demo img {
  max-width: 150px;
}

/* Lower Section
--------------------------------------------------------------- */
.lower-section {
  width: 100%;
  padding-bottom: 60px;
  float: left;
}
@media (min-width: 800px) {
  .lower-section .feedback .wrapper, .lower-section .home-entertainment .wrapper {
    height: 360px;
  }
}
@media (min-width: 1000px) {
  .lower-section .feedback .wrapper, .lower-section .home-entertainment .wrapper {
    height: 360px;
  }
  .lower-section .feedback .wrapper li, .lower-section .home-entertainment .wrapper li {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .lower-section .feedback .wrapper, .lower-section .home-entertainment .wrapper {
    height: 304px;
  }
}
.lower-section a:hover {
  color: #fff;
}
.lower-section .feedback {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 800px) {
  .lower-section .feedback {
    margin-bottom: 0px;
  }
}
.lower-section .feedback .wrapper {
  background: #083357;
  padding: 20px;
  width: 100%;
  float: left;
  color: #fff;
}
@media (min-width: 800px) {
  .lower-section .feedback .wrapper {
    padding: 30px;
  }
}
.lower-section .feedback .wrapper .container, .lower-section .feedback .wrapper .buckets {
  padding: 0;
}
.lower-section .feedback a {
  background: #48aeff;
  border: 1px solid #083357;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  float: left;
  text-align: center;
  text-transform: uppercase;
  clear: right;
  float: left;
  border-top: 0px;
}
.lower-section .feedback a:after {
  content: "";
  width: 9px;
  display: inline-block;
  z-index: 10;
  margin-left: 8px;
  height: 13px;
  background: url(../_static/images/btn-arrow.png) no-repeat center center;
}
.lower-section .feedback a:hover {
  background: #007de1;
}
.lower-section .feedback .container, .lower-section .feedback .buckets {
  margin: 0;
  width: 100%;
  padding: 0 0.7em;
  float: right;
}
.lower-section .feedback .container .title, .lower-section .feedback .buckets .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  padding-left: 0;
  font-style: normal;
  margin-bottom: 0px;
  background: none;
}
.lower-section .feedback .container p, .lower-section .feedback .buckets p {
  font-size: 1.2em;
  font-style: italic;
  background: url(../_static/images/quotations.png) no-repeat top left;
  padding: 0 5% 26px 10%;
}
.lower-section .feedback .container span, .lower-section .feedback .buckets span {
  font-weight: 700;
  padding-top: 30px;
}
@media (min-width: 800px) {
  .lower-section .feedback {
    width: 34.7%;
    margin-right: 0.3%;
  }
  .lower-section .feedback .container, .lower-section .feedback .buckets {
    max-width: 325px;
  }
  .lower-section .feedback .wrapper {
    padding: 30px 10px 30px 10px;
  }
  .lower-section .feedback a {
    float: right;
  }
}
.lower-section .home-entertainment {
  width: 100%;
  text-align: center;
  float: left;
}
@media (min-width: 800px) {
  .lower-section .home-entertainment {
    width: 34.7%;
    width: 65%;
  }
}
.lower-section .home-entertainment .wrapper {
  width: 100%;
  padding: 40px 5%;
  background: url(../_static/images/home-entertainment-bg.jpg) repeat-x center center;
}
.lower-section .home-entertainment .wrapper h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  padding: 0 0% 45px 0%;
}
@media (min-width: 800px) {
  .lower-section .home-entertainment .wrapper h3 {
    font-size: 2.2em;
  }
}
@media (min-width: 1000px) {
  .lower-section .home-entertainment .wrapper h3 {
    padding: 0 0% 45px 0%;
    font-size: 2.5em;
  }
}
@media (min-width: 1100px) {
  .lower-section .home-entertainment .wrapper h3 {
    font-size: 2.3em;
  }
}
@media (min-width: 1200px) {
  .lower-section .home-entertainment .wrapper h3 {
    padding: 0 5% 45px 5%;
  }
}
.lower-section .home-entertainment a {
  background: #48aeff;
  border: 1px solid #083357;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  float: left;
  text-align: center;
  text-transform: uppercase;
  border-top: 0px;
}
.lower-section .home-entertainment a:after {
  content: "";
  width: 9px;
  display: inline-block;
  z-index: 10;
  margin-left: 8px;
  height: 13px;
  background: url(../_static/images/btn-arrow.png) no-repeat center center;
}
.lower-section .home-entertainment a:hover {
  background: #007de1;
}
.lower-section .home-entertainment ul {
  margin-bottom: 30px;
}
.lower-section .home-entertainment ul li {
  list-style: none;
  display: inline;
}

/* Site Footer
--------------------------------------------------------------- */
footer[role=contentinfo] {
  clear: both;
  padding: 1em;
  overflow: hidden;
  text-align: center;
  background: #083357;
  color: #fff;
}
@media (min-width: 800px) {
  footer[role=contentinfo] {
    padding: 80px 0 60px 0;
    font-size: 0.85em;
  }
}
footer[role=contentinfo] .reviews {
  margin-top: 10px;
}
footer[role=contentinfo] .social-links li {
  display: inline-block;
  padding-right: 5px;
  font-size: 1.4em;
}
footer[role=contentinfo] .social-links li a:hover {
  color: #48aeff;
}
@media (min-width: 1200px) {
  footer[role=contentinfo] {
    font-size: 1em;
  }
}
@media (min-width: 800px) {
  footer[role=contentinfo] > .container, footer[role=contentinfo] > .buckets {
    margin-bottom: 90px;
  }
}
footer[role=contentinfo] .container, footer[role=contentinfo] .buckets {
  overflow: hidden;
}
footer[role=contentinfo] .container.bottom, footer[role=contentinfo] .bottom.buckets {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  footer[role=contentinfo] .container.bottom p, footer[role=contentinfo] .bottom.buckets p {
    float: left;
    clear: left;
    padding-bottom: 0;
  }
}
footer[role=contentinfo] ul {
  list-style: none;
}
footer[role=contentinfo] .adtrak {
  max-width: 85px;
  max-height: 26px;
  display: inline-block;
}
@media (min-width: 800px) {
  footer[role=contentinfo] .adtrak {
    float: right;
  }
}
footer[role=contentinfo] .adtrak img {
  width: 100%;
  height: auto;
}
footer[role=contentinfo] a {
  color: #fff;
  text-decoration: none;
}
footer[role=contentinfo] a:hover {
  text-decoration: underline;
}
footer[role=contentinfo] li, footer[role=contentinfo] p {
  display: block;
  padding-bottom: 8px;
}
footer[role=contentinfo] li a, footer[role=contentinfo] p a {
  color: #fff;
  text-decoration: none;
}
footer[role=contentinfo] p {
  line-height: 1.9em;
}
footer[role=contentinfo] img {
  max-width: 100%;
}
footer[role=contentinfo] .title {
  color: #48aeff;
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 20px 0 0px 0;
  font-weight: 700;
}
@media (min-width: 800px) {
  footer[role=contentinfo] .title {
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) {
  footer[role=contentinfo] {
    text-align: left;
  }
  footer[role=contentinfo] .col {
    float: left;
    width: 25%;
  }
  footer[role=contentinfo] .col:first-child {
    width: 50%;
  }
  footer[role=contentinfo] .col:first-child li {
    width: 50%;
    display: inline-block;
    float: left;
  }
}

.no-js {
  font-size: 1.4em;
  padding: 20px 0;
  max-width: 350px;
}
@media (min-width: 800px) {
  .no-js {
    padding: 40px 0;
  }
}

/* Back to top
--------------------------------------------------------------- */
#back-top {
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  z-index: 300;
  right: 10px;
  opacity: 0.4;
  text-align: center;
  background: #fff;
  padding: 0.3em;
}
#back-top:hover {
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#back-top a {
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
}
#back-top a i {
  display: block;
  font-size: 3rem;
}

/*variables*/
/*issue colours*/
/*success colours*/
/*submit colours*/
/*transitions*/
/*styles*/
.clearfix {
  clear: both;
}

form {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /* Transitions */
  /*when the form is sent, change the opacity to .5*/
}
form.contact-form {
  margin-bottom: 2em;
}
form.contact-form .left {
  width: 100%;
  float: left;
}
form .hf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form .inputs {
  width: 100%;
}
form fieldset {
  border: none;
}
form label {
  color: #999;
  display: block;
  float: left;
  margin-bottom: 0.2em;
  width: 100%;
}
form label.service {
  width: 45%;
  margin-right: 10%;
}
form label.service:nth-of-type(even) {
  margin-right: 0;
}
form label.data-capture label {
  display: block;
  clear: both;
}
form label.further-details {
  width: 100%;
}
form input[type=text],
form input[type=phone],
form input[type=date],
form input[type=file],
form input[type=email],
form input[type=number],
form textarea,
form select {
  width: 100%;
  border-radius: 0px;
  max-width: 100%;
  padding: 0.75em;
  border: 1px solid #ccc;
  color: #083357;
  outline: none;
  margin: 0.5rem 0;
  -webkit-appearance: none;
}
form select {
  background: #fff url(../_static/images/down.png) no-repeat right center;
}
form ::-webkit-input-placeholder {
  color: #083357;
}
form :-moz-placeholder { /* Firefox 18- */
  color: #083357;
}
form ::-moz-placeholder { /* Firefox 19+ */
  color: #083357;
}
form :-ms-input-placeholder {
  color: #083357;
}
form input[type=submit] {
  width: 100%;
  padding: 1em 1em;
  background: #48aeff;
  border: none;
  font-family: "myriad-pro", Tahoma, Geneva, sans-serif;
  border-radius: 0px;
  border: 1px solid #083357;
  font-weight: 700;
  font-size: 0.95em;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font: 1em/1em "myriad-pro", Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0.5em 0;
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
}
form input[type=submit]:not(disabled):hover {
  background: #007de1;
}
form input[type=submit]:active {
  border-bottom: 0;
  margin-top: 5px;
  font-weight: 700;
}
form input[type=submit][disabled=disabled] {
  opacity: 0.5;
  cursor: default;
}
form input[type=submit][disabled=disabled]:hover {
  background: #48aeff;
}
form textarea {
  padding: 0.7em 1em;
  line-height: 1.75;
}
form input.focus:active, form input.focus:focus, form textarea:active, form textarea:focus {
  border-color: #c2e1f5;
  -webkit-box-shadow: inset 0 0 0 0.4em #e1f2fc;
  box-shadow: inset 0 0 0 0.4em #e1f2fc;
}
form .issue input, form .issue textarea {
  border-color: #f48f95;
  -webkit-box-shadow: inset 0 0 0 0.4em #f9b2ae;
  box-shadow: inset 0 0 0 0.4em #f9b2ae;
}
form .success input, form .success textarea {
  border-color: #7bd884;
  -webkit-box-shadow: inset 0 0 0 0.4em #c3eac7;
  box-shadow: inset 0 0 0 0.4em #c3eac7;
}
form .message {
  display: block;
  text-align: right;
  font-size: 0.85em;
  margin-top: 0.2em;
  color: #EC7878;
}
form .success .message {
  color: #5ABE64;
}
form input, form textarea {
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
}
@media only screen and (min-width: 600px) {
  form .inputs {
    width: 49%;
  }
}
@media only screen and (min-width: 600px) {
  form label {
    width: 49%;
    margin-right: 2%;
  }
  form label:nth-child(even) {
    margin-right: 0;
  }
}
form.sent {
  opacity: 0.5;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

form.callback-form label {
  width: 100%;
}
@media (min-width: 1200px) {
  form.callback-form label {
    width: 49%;
  }
}
form.callback-form input[type=submit] {
  width: 100%;
}
@media (min-width: 480px) {
  form.callback-form input[type=submit] {
    display: block;
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  form.callback-form input[type=submit] {
    display: inline-block;
    clear: none;
    width: 49%;
    margin-top: 0.3em;
  }
}

/*styles for when the form sends*/
.results {
  position: fixed;
  bottom: -60px;
  z-index: 50;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font: 1.2em/1em sans-serif;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.results.visible {
  bottom: 0;
}
.results.success {
  background: #7bd884;
  color: #fff;
}
.results.issue {
  background: #f48f95;
  color: #fff;
}

/* AJAX Loading Spinner */
.loading {
  margin: 1em 0;
  font: 0.9em "myriad-pro", Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  color: #000;
  display: none;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #555;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: block;
  float: left;
  margin-right: 5px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading.white {
  color: #fff;
}

.loading.white .loader {
  border-top: 4px solid rgba(255, 255, 255, 0.4);
  border-right: 4px solid rgba(255, 255, 255, 0.4);
  border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  border-left: 4px solid #ffffff;
}

.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0.5em 10%;
  text-align: center;
  background: #000;
  border-top: 1px solid #ccc;
  font-size: 0.75em;
  color: #fff;
}
.cookies a {
  color: rgb(232, 176, 0);
}
.cookies a:hover {
  opacity: 0.8;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../_static/images/swipebox/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../_static/images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper:after img {
  width: 80%;
  margin: 0 auto;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  text-align: center;
}
.owl-carousel .owl-item img {
  max-width: 220px;
  width: 80%;
}
.owl-carousel .owl-item a:hover {
  opacity: 0.8;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 30%;
}
.owl-theme .owl-controls .owl-prev {
  left: -3px;
  position: absolute;
}
.owl-theme .owl-controls .owl-next {
  right: -3px;
  position: absolute;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #083357;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 0;
  padding: 0;
  font-size: 20px;
  border-radius: 30px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.temporarily-closed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.5em;
  background: red;
  color: #fff;
  text-decoration: blink;
}