@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,400i,700');
html,
#page_wrap {
    background-color: #000 !important;
    opacity: 1;
}

body {
    margin: 0;
    padding: 0;
    /*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
    background: #333;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 100;
}

h1 {
    text-transform: uppercase;
}

.j_fancybox .fancybox-close {
    margin-bottom: -28px;
}

.logo-img {
    max-width: 230px;
}

.green {
    color: #1180a7;
}

#header::before {
    background-color: #000;
}

.hm_wrap .submenu {
    background-color: #000;
    padding: 0px 30px;
    margin-top: 5px;
    text-align: right;
    left: -30px;
    text-transform: uppercase;
}

.hm_wrap .submenu>li:not(:last-child) {
    margin-bottom: 0px;
}

.hm_wrap .navigation>li {
    font-weight: 300;
}

#footer,
#header,
.social_links>li>a {
    background-color: #000;
}

[class*="isotope_container"][data-page-type]::after {
    background: transparent;
}

.page_title {
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.title {
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.item_type_1 .title,
.item_type_3 .title,
.item_type_5 .title {
    top: 120px;
}

/* .container {
    width: 1050px;
} */

.isotope_item {
    border-width: 0 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
}

.item_type_1:hover .overlay_link {
    background-color: rgba(17, 128, 177, .5);
}

.js-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.js-video.widescreen {
    padding-bottom: 56.34%;
}

.js-video.vimeo {
    padding-top: 0;
}

/* The only rule that matters */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

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

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .item_type_1 .title,
    .item_type_3 .title,
    .item_type_5 .title {
        top: 80px;
    }
    .hm_wrap {
        background-color: #000;
    }
    .hm_wrap .submenu {
        padding: 0px 0px;
        margin-top: 5px;
        text-align: left;
        left: -30px;
    }
    .page_title {
        font-size: 35px;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}