* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    background-color: #fff;
}


html,
button,
input,
select,
textarea {
    color: #888888;
}

html {
    font-size: 1rem;
    line-height: 1.4;
    color: #888888;

}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.box {
    text-align: center;
    font-size: 140%;
    width: 100%;
    line-height: 145%;
    color: #798185;
    padding: 5%;
}

.box2 {
    text-align: center;
    font-size: 140%;
    width: 100%;
    line-height: 145%;
    color: #798185;
    padding: 5%;
}

.box3 {
    font-size: 120%;
    text-align: center;
    padding: 0 2% 0 0;
}



.text {
    text-align: center;
    font-size: 200%;
    padding: 10%;
    width: 100%;
}


.apple {
    z-index: 1;
    width: 90%;
    padding: 2%;
    margin-top: -15%;
}

.thumbnail {
    z-index: 1;
    width: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =======================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

html {
    scroll-behavior: smooth;
}

.row {
    max-width: 1400px;
    margin: 0 auto;
}

h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #28343c;
    font-size: 2rem;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

.logo {
    top: 25px;
    height: 50px;
    width: auto;
    float: left;
    z-index: 2;
    height: 50px;
    position: relative;
}

.logo-footer {
    z-index: 2;
    height: 50px;
    width: auto;
    position: relative;
    text-align: center;
}

.logo2 {
    height: 50px;
    width: auto;
    float: right;
    z-index: 2;
    height: 50px;
    position: relative;
}

/* ----------------------------------------------- */
/* Main nav */
/* ----------------------------------------------- */


@import url('https://fonts.googleapis.com/css?family=Roboto');

.slider {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.slide.current {
    opacity: 1;
}

.slide .content {
    position: absolute;
    bottom: 70px;
    left: -600px;
    opacity: 0;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 35px;
    font-size: 1rem;
}

.slide .content h1 {
    margin-bottom: 10px;
}

.slide.current .content {
    opacity: 1;
    transform: translateX(600px);
    transition: all 0.7s ease-in-out 0.3s;
}

.buttons button#next {
    position: absolute;
    top: 40%;
    right: 15px;
}

.buttons button#prev {
    position: absolute;
    top: 40%;
    left: 15px;
}

.buttons button {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 13px 15px;
    border-radius: 50%;
    outline: none;
}

.buttons button:hover {
    background-color: #fff;
    color: #333;
}

@media (max-width: 500px) {
    .slide .content {
        bottom: -300px;
        left: 0;
        width: 100%;
    }

    .slide.current .content {
        transform: translateY(-300px);
    }
}



/* Backgorund Images */

.slide:first-child {
    /*background: url('https://source.unsplash.com/RyRpq9SUwAU/1600x900') no-repeat center top/cover;*/
    background: url('/resources/img/Fire-Alarms-Page-Pic.jpg') no-repeat center center/cover;

}

.slide:nth-child(2) {
    background: url('/resources/img/f57a0dc5d00f75c23c2a6a4d4214f284.png') no-repeat center center/cover;
}

.slide:nth-child(3) {
    background: url('/resources/img/fire%20extinguishers.jpg') no-repeat center center/cover;

}

.slide:nth-child(4) {
    background: url('/resources/img/ixlibrb-0.3.5q80fmjpgcropentropycstinysrgbw1140h570fitcropsb6a48c8b44344221ce9dc153400e0aa7.jpg') no-repeat center top/cover;
}

.slide:nth-child(5) {
    background: url('/resources/img/p3.jpg') no-repeat center center/cover;
}

.slide:nth-child(6) {
    background: url('/resources/img/DZIepuhXkAAO1Wt.jpg') no-repeat center center/cover;
}

footer {
    text-align: center;
    display: block;
    background-color: rgb(208, 208, 208);
    padding: 50px;
    text-align: center;
    height: auto;
}

.footer-contact li {
    list-style: none;
    color: #333;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    text-align: center;
}

.contact-email {
    display: block;
    text-align: center;
    position: relative;
    text-transform: lowercase;
    font-weight: 400;
    margin-top: 20px;
    color: #fff;
}

footer p {
    color: #333;
    text-align: center;
}

.copyright {
    text-align: center;
    color: #fff;
    font-size: 100%;
    margin-top: 4rem;
}

.link {
    color: #00b1ff;
    list-style: none;
}

.link:hover {
    color: #9ac7c7;
}

/* -------------------------------- 

dropdown

-------------------------------- */


:focus {
    outline: 0;
}

input:focus {
    outline: none;
}


/* ----------------------------------------
  2. Global Styles
----------------------------------------*/




.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container {
    width: 90%;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.alignleft {
    float: left;
    margin: 5px 18px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 18px;
}

/* Default Link Styles */
a {
    color: #949494;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    color: #666;
}

a img {
    border: none;
}

a.grey-link {
    color: #666;
}

a.grey-link:hover,
a.grey-link:focus {
    color: #949494;
}

/* Main Header Menu */
#header-wrapper {
    position: fixed;
    background: rgba(255, 255, 255, 0.99);
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.12);
    z-index: 10000;
}

.top-bar {
    position: relative;
    height: 100px;
    line-height: 100px;
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: height 0.4s ease-out;
    -moz-transition: height 0.4s ease-out;
    -o-transition: height 0.4s ease-out;
    transition: height 0.4s ease-out;
}

.top-bar-section li.megamenu {
    width: 100%;
}

.top-bar-section li.megamenu > .dropdown {
    min-width: 100%;
    right: auto;
    left: 100%;
}

.top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown,
.top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown > .dropdown {
    width: 210px;
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none;
}

.top-bar .row {
    max-width: none;
}

.top-bar form,
.top-bar input {
    margin-bottom: 0;
}

.top-bar input {
    height: 2.45em;
}

.top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0;
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name,
.top-bar .name a {
    line-height: 100px;
    height: 100px;
}

.top-bar .name a {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    width: 50%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.top-bar .toggle-topbar a,
.top-bar.expanded .toggle-topbar a {
    display: none;
    color: #f4f4f4;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
    -moz-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
    box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
    position: relative;
    left: 0;
    width: auto;
    -webkit-transition: left 0.35s cubic-bezier(.58, .25, .2, .93);
    -moz-transition: left 0.35s cubic-bezier(.58, .25, .2, .93);
    -o-transition: left 0.35s cubic-bezier(.58, .25, .2, .93);
    transition: left 0.35s cubic-bezier(.58, .25, .2, .93);
}

.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-bottom: solid 1px #f4f4f4;
    border-top: solid 1px #f4f4f4;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #b4b9ba;
    padding: 12px 0;
    font-size: 1em;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.top-bar-section ul li a:hover {
    color: #686d6e;
}

.top-bar-section ul li.active > a {
    background: #fff;
    color: #686d6e:
}

.top-bar-section .has-form {
    padding: 15px;
}

.top-bar-section ul.dropdown li:not(.has-dropdown) > a:hover,
.top-bar.expanded ul li:not(.has-dropdown) > a:hover {
    color: #eaeaea;
    background-color: #656565;
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 100px;
    visibility: hidden;
    opacity: 0;
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
}

.top-bar-section .dropdown li a {
    white-space: nowrap;
    font-weight: normal;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    font-size: 0.625em;
}

.top-bar-js-breakpoint {
    width: 900px !important;
    visibility: hidden;
}

.js-generated {
    display: block;
}

.mini-search {
    display: none;
}

body.mobile .parallax-section,
.off-canvas-wrap.move-left .parallax-section {
    background-attachment: scroll !important;
    background-position: 50% 0 !important;
}

.mobile-slide-menu {
    display: block;
}

a.exit-off-canvas.mobile-menu-off {
    background-color: #333333 !important;
    position: relative !important;
    width: 260px !important;
    height: 40px !important;
    line-height: 40px;
    padding-left: 30%;
}

a.exit-off-canvas.mobile-menu-off i {
    vertical-align: -1px;
}

a.exit-off-canvas.mobile-menu-off span {
    color: rgba(255, 255, 255, 0.7);
}

.left-off-canvas-menu,
.right-off-canvas-menu {
    width: 260px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    background: #333333;
    z-index: 1001;
    box-sizing: content-box;
}

.right-off-canvas-menu .dropdown li.has-dropdown {
    position: relative;
}

.right-off-canvas-menu .dropdown li.has-dropdown .off-canvas-dropdown {
    position: absolute;
    left: 74%;
    top: 0;
    width: 50px;
    height: 42px;
    text-align: right;
    padding-top: 13px;
    padding-right: 11px;
    color: #fff;
    cursor: pointer;
}

.right-off-canvas-menu .dropdown li.has-dropdown .off-canvas-dropdown:hover {
    color: #222;
}

.right-off-canvas-menu .dropdown .dropdown {
    display: none;
}

section.left-small,
section.right-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
}

nav.tab-bar {
    background: transparent;
    color: #fff;
    height: 30px;
    line-height: 2.8125rem;
    position: relative;
    position: absolute;
    top: 35px;
    width: 30px;
    right: 5%;
    z-index: 20000;
}

nav.tab-bar a i {
    font-size: 30px;
    vertical-align: middle;
    color: #656565 !important;
}

nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4,
nav.tab-bar h5,
nav.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0;
}

nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4 {
    font-size: 1.125rem;
}

section.left-small {
    border-right: solid 1px #1a1a1a;
    box-shadow: 1px 0 0 #4d4d4d;
    left: 0;
}

section.right-small {
    border-left: solid 1px #4d4d4d;
    box-shadow: -1px 0 0 #1a1a1a;
    right: 0;
}

section.tab-bar-section {
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    height: 2.8125rem;
    top: 0;
}

section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem;
}

section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0;
}

section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem;
}

a.menu-icon {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    padding: 0;
    color: white;
    position: relative;
}

a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

a.menu-icon:hover span {
    -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.right-off-canvas-menu {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}

ul.off-canvas-list {
    list-style-type: none;
    padding: 0 0 0 3px;
    margin: 0;
}

ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0;
}

ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #3D3D3D;
}

.move-right > .inner-wrap {
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    -ms-transform: translate3d(260px, 0, 0);
    -o-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
}

.move-right a.exit-off-canvas {
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 50000;
}

.move-left > .inner-wrap {
    -webkit-transform: translate3d(-260px, 0, 0);
    -moz-transform: translate3d(-260px, 0, 0);
    -ms-transform: translate3d(-260px, 0, 0);
    -o-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
}

.move-left a.exit-off-canvas {
    transition: background 500ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 50000;
}

.ie9 .left-off-canvas-menu {
    left: -260px;
}

.ie9 .right-off-canvas-menu {
    right: -260px;
}

.ie9 .move-left > .inner-wrap {
    right: 260px;
}

.ie9 .move-right > .inner-wrap {
    left: 260px;
}

@media only screen and (min-width: 900px) {

    #top,
    .top-bar {
        -webkit-transition: height 0.2s linear !important;
        -moz-transition: height 0.2s linear !important;
        -o-transition: height 0.2s linear !important;
        transition: height 0.2s linear !important;
    }

    .top-bar-section > ul > li > a,
    .top-bar .name a,
    .mini-search .searchform {
        -webkit-transition: line-height 0.18s linear, color 0.5s ease !important;
        -moz-transition: line-height 0.18s linear, color 0.5s ease !important;
        -o-transition: line-height 0.18s linear, color 0.5s ease !important;
        transition: line-height 0.18s linear, color 0.5s ease !important;
    }

    .top-bar-section ul li {
        position: relative;
    }

    .top-bar-section > ul > li li.has-dropdown:hover > .dropdown {
        opacity: 1;
    }

    .top-bar-section li.hippo-menu-hovered:hover > .dropdown,
    .top-bar-section li.hippo-menu-hovered > .dropdown,
    .top-bar-section li.hippo-menu-hovered.megamenu .dropdown,
    .top-bar-section li.hippo-menu-hovered.megamenu:hover .dropdown {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .top-bar:not(.expanded) .top-bar-section > ul > li > a {
        border-bottom: none !important;
        display: inline-block;
        line-height: 100px;
    }

    .top-bar:not(.expanded) .top-bar-section > ul > li > a.expanded-menu:before,
    .top-bar:not(.expanded) .top-bar-section > ul > li > a:before {
        content: '';
        position: absolute;
        top: 70%;
        left: 50%;
        margin-left: -3px;
        width: 6px;
        height: 6px;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out;
    }

    .top-bar:not(.expanded) .top-bar-section > ul > li > a:before {
        opacity: 0;
    }

    .top-bar:not(.expanded) .top-bar-section > ul > li > a.expanded-menu:before {
        opacity: 0.7;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        -webkit-animation: breathing 2.5s infinite linear;
        -moz-animation: breathing 2.5s infinite linear;
        -o-animation: breathing 2.5s infinite linear;
        animation: breathing 2.5s infinite linear;
    }

    .top-bar:not(.expanded) .top-bar-section > ul > li > a:hover:before {
        opacity: 0.7;
    }

    #top {}

    .top-bar-section > ul > li[class*="current"] > a,
    .small-nav ul li[class*="current"] > a {
        color: #949494;
    }

    .top-bar {
        *zoom: 1;
        overflow: visible;
    }

    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table;
    }

    .top-bar:after {
        clear: both;
    }

    .top-bar .toggle-topbar {
        display: none;
    }

    .top-bar .title-area {
        float: left;
    }

    .top-bar .name a {
        width: auto;
    }

    .top-bar input,
    .top-bar .button {
        line-height: 2em;
        font-size: 0.9em;
        height: 2em;
        padding: 0 10px;
        position: relative;
        top: 8px;
    }

    .top-bar.expanded {
        background: #fff;
    }

    .contain-to-grid .top-bar {
        max-width: 75em;
        margin: 0 auto;
        margin-bottom: 1.875em;
    }

    .top-bar-section {
        margin-top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        left: 0 !important;
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline;
    }

    .top-bar-section ul li {
        float: left;
    }

    .top-bar-section ul li .js-generated {
        display: none;
    }

    .top-bar-section li a:not(.button) {
        line-height: 100px;
        padding: 0 15px;
    }

    .top-bar-section li a:not(.button).hover {
        background: white;
    }

    .top-bar-section .has-dropdown > a {
        padding-right: 15px !important;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .top-bar-section .has-dropdown > a:after {
        content: "" !important;
    }

    .top-bar-section .has-dropdown.moved {
        position: relative;
    }

    .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden;
    }

    .top-bar-section .has-dropdown.hover > .dropdown,
    .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        visibility: visible;
    }

    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "";
        margin-top: -16px;
        right: 5px;
    }

    .top-bar-section li .dropdown {
        left: 0;
        background: transparent;
        min-width: 210px;
    }

    .top-bar-section .dropdown li a {
        color: #CCCCCC;
        line-height: 2.3;
        padding: 7px 15px;
        -webkit-transition: background-color 0.5s ease, color 0.5s ease;
        -moz-transition: background-color 0.5s ease, color 0.5s ease;
        -o-transition: background-color 0.5s ease, color 0.5s ease;
        transition: background-color 0.5s ease, color 0.5s ease;
    }

    .top-bar-section .dropdown li {
        background-color: #363636;
    }

    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e;
    }

    .top-bar-section li.empty-megamenu {
        height: 37px;
        background-color: #363636;
    }

    .top-bar-section li:not(.megamenu) .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }

    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        clear: none;
        height: 45px;
        width: 0px;
    }

    .top-bar-section .has-form {
        background: #111111;
        padding: 0 15px;
        height: 45px;
    }

    .top-bar-section ul.right li:not(.megamenu) .dropdown {
        right: auto;
        left: 0;
    }

    .top-bar-section ul.right li .dropdown li .dropdown {
        left: 100%;
    }

    /*mega menu start*/
    .top-bar-section li.megamenu {
        width: auto !important;
    }

    .top-bar-section li.megamenu > .dropdown {
        left: auto !important;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown > a {
        position: relative;
        display: inline-block;
        top: 0;
        margin: 0;
        max-width: 150px;
    }

    .top-bar-section > ul > li.megamenu > .dropdown {
        position: absolute;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown:first-child > .dropdown > li:last-child {
        border-bottom-left-radius: 3px;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown:last-child > .dropdown > li:last-child {
        border-bottom-right-radius: 3px;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li:not(:last-child) > .dropdown > li a {
        border-right: 1px solid #434343;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li > .dropdown > li a {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        height: 37px;
    }

    .top-bar-section > ul > li.megamenu .dropdown a {
        padding-left: 17px;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li {
        padding-top: 3px !important;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li > a {
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        padding-bottom: 25px !important;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li > .dropdown > li:last-child {
        height: 50px !important;
    }

    .top-bar-section > ul > li.megamenu:hover > .dropdown > li.has-dropdown {
        visibility: visible;
        opacity: 1;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown > a {
        max-width: 100% !important;
        display: inline-block;
        float: left;
        margin: 0 !important;
        color: #fff;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown > .dropdown {
        left: 0 !important;
        top: 45px;
    }

    .top-bar-section > ul > li.megamenu:hover > .dropdown > li.has-dropdown > .dropdown {
        visibility: visible;
        opacity: 1;
    }

    /*mega menu end*/

    .no-js .top-bar-section ul li:hover > a {
        background: #090909;
        color: white;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #090909;
        color: white;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        visibility: visible;
    }
}

@media only screen and (min-width: 1200px) {

    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown,
    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown > .dropdown {
        width: 295px;
    }

    .top-bar-section li.empty-megamenu {
        height: 41px;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li > .dropdown > li:not(:last-child):not(:first-child) a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        height: 41px;
    }

    .top-bar-section > ul > li.megamenu .dropdown a {
        padding-left: 30px !important;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li {
        padding-top: 10px !important;
        padding-bottom: 5px !important;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li > a {
        padding-bottom: 10px !important;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li > .dropdown > li:last-child {
        height: 55px !important;
    }

    .top-bar-section > ul > li.megamenu > .dropdown > li.has-dropdown > .dropdown {
        top: 55px !important;
    }
}

@media only screen and (min-width: 1300px) {
    .inner-wrap > .box-layout {
        max-width: 1200px !important;
    }

    .box-layout #header-wrapper,
    .box-layout .small-nav {
        max-width: 1200px !important;
    }
}

/* MOBIL MENU */

.container {
    top: -20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1200px;
}

/* 
Full screen background image
*/
.hero {
    max-height: 65px;
    width: 100%;
    position: relative;
}


/*
Blueish tint overlay
*/
.hero:after {
    content: '';
    background: rgb(208, 208, 208);
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 65%;
}

/* 
Making sure everything in .hero sits above our :after elements 
*/
.hero * {
    position: relative;
    z-index: 1;
}

#masthead {
    padding: 2.5em 0;
    position: relative;
}

#masthead.is-active {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

/*
Using this method because browsers can transition opacity very cheaply as opposed to using background: rgba
https://www.html5rocks.com/en/tutorials/speed/high-performance-animations/
*/
#masthead:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#masthead.is-active:after {
    opacity: 1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    float: left;
    font: inherit;
    margin: 0.8125em 0 0;
    overflow: visible;
    outline: none;
    padding: 0;
    text-transform: none;
    transition: opacity 0.15s;
    -webkit-appearance: none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

#masthead.is-active .hamburger-inner,
#masthead.is-active .hamburger-inner::before,
#masthead.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hamburger-label {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-left: 0.3125em;
    text-transform: uppercase;
}

#masthead.is-active .hamburger-label {
    color: #000;
}

.hamburger-box,
.hamburger-label {
    display: inline-block;
    vertical-align: middle;
}

#site-nav {
    clear: both;
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    padding-top: 2.5em;
}

#site-nav.is-active {
    height: auto;
    overflow: visible;
}

#site-nav .col {
    padding-bottom: 2.5em;
}

@media screen and (min-width: 550px) {
    #site-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #site-nav .col {
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 768px) {
    #site-nav .col {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    #site-nav {
        display: none;
    }

    .hero {
        display: none;

    }


}

#site-nav h4 {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #666;
}

#site-nav h4:hover {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(211, 21, 21, 0.63)
}

#site-nav ul {
    font-size: 1.3rem;
    list-style-type: none;
    margin-top: 1em;
}

#site-nav li {
    margin-bottom: 0.3125em;
}

#site-nav li a {
    font-size: 1.2rem;
    color: #b3b3b3;
    text-decoration: none;
    transition: color 0.3s ease;
}

#site-nav li a:hover,
#site-nav li a:focus {
    color: #686d6e;
}



#masthead .col {
    opacity: 0;
}

#masthead.is-active .col {
    transform: translateY(40px);
    transition: opacity 0.3s ease;
    animation: fade-in-stagger 0.8s ease forwards;
}

#masthead.is-active .col:nth-child(1) {
    -webkit-animation-delay: 0;
}

#masthead.is-active .col:nth-child(2) {
    -webkit-animation-delay: 0.1s;
}

#masthead.is-active .col:nth-child(3) {
    -webkit-animation-delay: 0.2s;
}

#masthead.is-active .col:nth-child(4) {
    -webkit-animation-delay: 0.3s;
}

#masthead.is-active .col:nth-child(5) {
    -webkit-animation-delay: 0.4s;
}

@keyframes fade-in-stagger {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
