/* ==========================================================================
   Base
   ========================================================================== */

body {
    color: #535353;
    font-family: "Open Sans", serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #000;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

/* ==========================================================================
   Structure
   ========================================================================== */

/* Header
   ========================================================================== */

.header {
    background: #fff;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.3s;
    z-index: 666;
}

@media (min-width: 992px) {
    .header .row {
        align-items: center;
        display: flex;
    }
}

.header-logo {
    float: left;
    image-rendering: -webkit-optimize-contrast;
    width: 225px;
}

.navbar-toggle {
    display: block;
    float: right;
    margin: 15px 0 0;
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle .icon-bar {
    background: #e30613;
    height: 5px;
    width: 30px;
}

/* Nav
   ========================================================================== */

.nav ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav a {
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

.nav a:hover {
    color: #e30613;
    text-decoration: none;
}

@media (min-width: 992px) {
    .nav {
        display: block !important;
        float: right;
        height: auto !important;
        overflow: visible !important;
    }

    .nav li {
        display: inline-block;
        margin: 0 20px;
    }

    .nav a {
        font-size: 16px;
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .nav ul {
        padding-top: 15px;
    }
}

/* Footer
   ========================================================================== */

.footer {
    background: #000;
    color: #9d9d9c;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
}

@media (min-width: 992px) {
    .footer {
        font-size: 14px;
    }

    .footer-copy,
    .footer-das {
        display: inline-block;
    }

    .footer-copy {
        margin-right: 60px;
    }
}

.footer-fixed {
    background: #fafafa;
    bottom: 0;
    color: #010101;
    font-size: 12px;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 666;
}

.footer-fixed > * {
    display: inline-block;
    margin: 0 5px;
}

.footer-fixed a {
    color: inherit;
}

@media (min-width: 992px) {
    .footer-fixed {
        font-size: 14px;
    }

    .footer-fixed > * {
        margin: 0 15px;
    }
}

/* Section
   ========================================================================== */

.section {
    position: relative;
}

.section .container,
.section .container-fluid {
    padding-bottom: 60px;
    padding-top: 60px;
}

.section-header h1 {
    border: 1px solid #e30613;
    color: #e30613;
    display: inline-block;
    font-size: 30px;
    margin-bottom: 60px;
    padding: 20px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .section .container,
    .section .container-fluid {
        padding-bottom: 90px;
        padding-top: 90px;
    }
}

@media (max-width: 991px) {
    .section-header {
        text-align: center;
    }
}

/* ==========================================================================
   Pages
   ========================================================================== */

/* Landing
   ========================================================================== */

#landing {
    position: relative;
}

#landing .section-header {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -145px;
    width: 290px;
    z-index: 500;
}

#landing .section-header h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    padding: 40px;
}

@media (min-width: 992px) {
    #landing .section-header h1 {
        font-size: 36px;
    }
}

.landing-slider {
    height: 100%;
    width: 100%;
}

.landing-slide {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.landing-slide-1 { background-image: url(../img/landing-1.jpg); }
.landing-slide-2 { background-image: url(../img/landing-2.jpg); }
.landing-slide-3 { background-image: url(../img/landing-3.jpg); }

/* About
   ========================================================================== */

#about {
    background: url(../img/about-bg.png) center no-repeat fixed;
}

/* Services
   ========================================================================== */

#services {
    background: #f5f5f5;
}

@media (max-width: 768px) {
    #services {
        text-align: center;
    }
}

.fuck {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 41.66666667%;
}

.fuck-slide {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.services-list {
    list-style: disc inside;
    margin: 0;
    padding: 0;
}

.services-list li {
    margin-bottom: 15px;
}

/* Gallery
   ========================================================================== */

#gallery .container-fluid {
    padding-bottom: 0;
}

.nav-filter {
    list-style: none;
    font-size: 0;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.nav-filter li {
    display: inline-block;
    margin: 0 5px 5px;
}

.nav-filter a {
    border: 1px solid #010101;
    color: #010101;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: 0.3s;
}

@media (min-width: 992px) {
    .nav-filter {
        margin-bottom: 60px;
    }

    .nav-filter li {
        display: inline-block;
        margin: 0 15px;
    }

    .nav-filter a {
        font-size: 18px;
        padding: 15px 30px;
    }
}

.nav-filter .active a,
.nav-filter a:active,
.nav-filter a:focus,
.nav-filter a:hover {
    border-color: #e30613;
    color: #e30613;
    text-decoration: none;
}

.thumb {
    display: block;
    position: relative;
}

.thumb-caption {
    align-items: center;
    border: 1px solid #e30613;
    bottom: 50px;
    color: transparent;
    display: flex;
    font-weight: 700;
    font-size: 18px;
    justify-content: center;
    left: 50px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50px;
    transition: all 0.3s;
}

.thumb:hover .thumb-caption {
    background: rgba(49, 49, 49, 0.59);
    color: #fff;
}

/* Contact
   ========================================================================== */

#contact {
    background: url(../img/contact-bg.png) center center / cover no-repeat;
}

.contact-addr {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.contact-addr a {
    color: inherit;
}

@media (max-width: 991px) {
    .contact-addr {
        text-align: center;
    }
}

.form-control {
    background: transparent;
    border-color: transparent;
    border-bottom-color: #535353;
    border-radius: 0;
    box-shadow: none;
    color: #010101;
}

.form-control::-webkit-input-placeholder {
    color: #010101;
    font-weight: 700;
    text-transform: uppercase;
}

.form-control::-moz-placeholder {
    color: #010101;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
    color: #010101;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-block {
    background: transparent;
    border-color: #535353;
    border-radius: 0;
    color: #e30613;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s;
}

.btn-block:active,
.btn-block:focus,
.btn-block:hover {
    background: #e30613;
    border-color: #e30613;
    box-shadow: none;
    color: #fff;
}

.embed-responsive-custom {
    padding-bottom: 37.5%;
}

/* ==========================================================================
   Utility
   ========================================================================== */

.np {
    padding: 0;
}

.link-img {
    text-decoration: none !important;
}

/* Spacing
   ========================================================================== */

.mts { margin-top:  5px !important; }
.mtm { margin-top: 15px !important; }
.mtl { margin-top: 30px !important; }

.mls { margin-left:  5px !important; }
.mlm { margin-left: 15px !important; }
.mll { margin-left: 30px !important; }

.mrs { margin-right:  5px !important; }
.mrm { margin-right: 15px !important; }
.mrl { margin-right: 30px !important; }

.mbs { margin-bottom:  5px !important; }
.mbm { margin-bottom: 15px !important; }
.mbl { margin-bottom: 30px !important; }
