*:not(.lead) {
    font-family: "Blinker", "Play";
}
p.lead, p.lead * {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.line {
    width: 20%;
    height: 3px;
    border-radius: 9px;
    background-color: #E4A14A;
    margin: 0 auto;
}
.btnlnk-dark, .btnlnk-light {
    transition: all .1s ease;
    padding: .5rem 1rem;
    font-weight: bold;
    box-shadow: 0 2px 3px #ccc;
}
.btnlnk-dark:hover, .btnlnk-light:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 6px #888;
}
.btnlnk-dark {
    border: 2px solid #1B5478;
    color: #1B5478;
}
.btnlnk-dark:hover {
    background-color: #1B5478!important;   
}
.btnlnk-light {
    border: 2px solid #E4A14A;
    color: #E4A14A;
}
.btnlnk-light:hover {
    background-color: #E4A14A;
}
.dropCap {
    font-size: 3rem;
    color: #1B5478;
    margin-right: -2px;
}
.specification {
    font-weight: bold;
}
.mobile-only {
    visibility: hidden;
}
.sliderHead {
    border: 1px solid #e6e6e6;
    padding: 1rem;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 2px 3px #ccc;
}
.sliderHead:hover {
    background: #f3f3f3;
    border-color: #f3f3f3;
}
.sliderBody {
    display: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem;
}



/********
*
Loader
*
********/



.loader {
    position: fixed;
    z-index: 99999999999999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(27, 84, 120, .3);
    border-radius: 50%;
    border-top-color: #1B5478;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }
  @keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  @-ms-keyframes spin {
    to { -ms-transform: rotate(360deg); }
  }
  @-moz-keyframes spin {
    to { -moz-transform: rotate(360deg); }
  }
  .hidden {
    opacity: 0;
  }



/********
*
Media
*
********/



@media screen and (max-width: 991px) {
    .features p {
        opacity: 1!important;
    }
    #mainNavigation .collapse {
        margin-left: 0!important;
    }
}
@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
        visibility: none;
        background-image: none!important;
    }
    .mobile-only {
        visibility: visible;
    }
    .slider h1 {
        font-size: 2rem;
    }
    .checkOut .info {
        border: none!important;
        margin-top: 3rem;
    }
    .checkOut .question {
        text-align: center;
    }
    .checkOut .question h2 {
        font-size: 7vw;
    }
    .checkOut .question .line {
        margin: 0 auto!important;
    }
    .typeManufacture .manufacture a h3 {
        font-size: 1.5rem!important;
    }
    .video iframe {
        height: 200px;
    }
    footer .navbar-brand {
        text-align: center;
    }
    footer .navbar-brand img {
        width: 10%!important;
    }
}
@media screen and (max-width: 400px) {
    .contactForm div.formData  {
        padding: 6rem 1rem!important;
    }
}



/********
*
Modal
*
********/



.modal {
    background-color: rgba(192, 192, 192, 0.5);
    z-index: 99999999999999999;
    display: none;
    cursor: zoom-out;
    transition: all .3s ease;
}
.modal img {
    transform: translateY(0);
    transition: all .3s ease;
}
.invisible {
    opacity: 0!important;
}
.invisible img {
    transform: translateY(-200px);
}



/********
*
Navbar
*
********/



#mainNavigation {
    z-index: 99999999999999!important;
}
#mainNavigation .navbar-brand {
    opacity: 0;
    transition: all .3s ease;
}
#mainNavigation .collapse {
    margin-left: -15%;
}
.is-sticky #mainNavigation .navbar-brand {
    opacity: 1;
}



/********
*
Jumbotron
*
********/



.jumbotron {
    background-image: url(../img/jumbotron.jpg);
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}
.jumbotron .btnlnk-dark {
    color: #fff;
    box-shadow: 0 2px 3px #232323;
    background-color: rgba(0, 0, 0, 0.2);
}



/********
*
Slider
*
********/



.slider {
    background-image: url(../img/slider.jpg);
    background-size: cover;
    background-position: center 60%;
    color: #fff;
    height: 50vh;
    display: flex;
    align-items: center;
}
.slider .breadcrumb {
    background: transparent;
}
.slider .breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: underline;
}
.slider .breadcrumb .breadcrumb-item.active {
    color: #fff;
}
.slider .breadcrumb .breadcrumb-item:before {
    color: #fff;
}



/********
*
ShortAbout
*
********/



.shortAbout .parallaxSquare div{
    height: 100%;
    background-image: url(../img/shortAbout.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.shortAbout .parallaxSquare:first-child div {
    background-position: left top;
}
.shortAbout .parallaxSquare:last-child div {
    background-position: center top;
}



/********
*
About
*
********/



.about img {
    margin-bottom: 1rem;
}
.about .purpose {
    border-left: 2px solid #1B5478;
    padding-left: 1rem;
}



/********
*
Equipment
*
********/



.equipment {
    background-color: #F8F9FA;
    overflow: hidden;
}
.equipment .fadeInLeft {
    max-height: 600px;
    overflow: hidden;
}
.equipment img {
    border-radius: 2px;
    cursor: zoom-in;
    margin-bottom: 1rem;
}
.equipment h5 {
    margin-top: 2rem;
}
.equipment p:not(.lead) {
    margin: 0!important;
}



/********
*
CheckOut
*
********/



.checkOut {
    background-size: cover;
    padding: 8rem 0;
    color: #fff;
}
.checkOut .info {
    border-left: 20px dotted #E4A14A;
}
.checkOut .question .line {
    margin: 0;
}
.checkOut .btnlnk-dark {
    color: #fff;
    box-shadow: 0 2px 3px #232323;
}
.checkOut i {
    color: #1B5478;
}
.checkOut h2 {
    font-size: 8.9vw;
    word-break: break-word;
}



/********
*
Features
*
********/



.features {
    background-color: #f7f7f7;
    color: #1B5478;
    padding-top: 7rem;
}
.features i {
    font-size: 2.5rem;
}
.features h3 + p {
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
}
.features div.col-xs-12:hover h3 + p {
    opacity: 1;
}



/********
*
TypeManufacture
*
********/



.manufacture {
    margin-top: 2rem;
}
.bookmark {
    background: #E4A14A;
    width: 89%;
    height: 100%;
    position: absolute;
    transition: all .3s ease;
}
.typeManufacture .manufacture:hover > .bookmark{
    transform: rotate(-5deg);
}
.typeManufacture .manufacture a {
    background-size: cover;
    background-position: center center;
    padding: 9rem 20px;
    color: #fff;
    transition: all .3s ease;
    box-shadow: 0 8px 12px #ccc;
    position: relative;
    text-align: center;
    height: 100%;
}
.typeManufacture .manufacture a:hover {
    text-decoration: none;
    box-shadow: 0 8px 12px #888888;
}
.typeManufacture .manufacture a h3 {
    transition: all .3s ease;
    border-bottom: 2px solid transparent;
    font-size: 1.3rem;
}
.typeManufacture .manufacture a:hover h3 {
    border-bottom-color: #fff;
}



/********
*
Contacts
*
********/



.contacts p {
    font-size: 1.1rem;
}
.contacts i {
    font-size: 2rem;
    color: #1B5478;
    margin-right: 2rem;
}
.contacts a {
    color: #000;
}
.contacts a:hover {
    text-decoration: none;
}
.map {
    height: 60vh;
}
.map iframe {
    height: 60vh;
}



/********
*
ContactForm
*
********/



.contactForm {
    overflow: hidden;
}
.contactForm input, .contactForm textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding: 10px;
    transition: border .3s ease;
}
.contactForm button {
    background-color: transparent;
    outline: none;
}
.contactForm div.formData {
    padding: 6rem;
}
.form-alert {
    border-bottom-color: #dc3545!important;
}
.msg {
    color: #E4A14A;
}



/********
*
Footer
*
********/



footer {
    background-color: #343A40;
    color: #fff;
}
footer h5 {
    color: #E4A14A;
}