@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Prompt:300,500');

body{
    background-image: url('../images/bg-pixel.png');
    font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #484655;
}

h1, h2{
    font-weight: 300;
    color: #484655;
}

strong{
    font-weight: 500;
}

p strong{    
    color: #00bfff;
}


a{
    color: #00bfff;
    outline: none;
}
a:hover{
    color: #0090d3;
}

/* Header */
header{
    padding-top: 15px;
    padding-bottom: 15px;
}
header .contact-info{
    font-size: 12px;
    line-height: 14px;
    color: #999;
}
header .contact-info li{
    display: inline-block;
    white-space: nowrap;
    margin: 0 40px 0 30px;
}
header .contact-info li i{
    color: #00bfff;
    font-size: 30px;
    float: left;
    margin-right: 10px;
}
header .contact-info li strong{
    display: block;
    font-size: 14px;
    color: #484655;
}

/* Footer */
footer{
    background-color: #484655;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

/* Utilities */
.space{
    padding-top: 50px;
    padding-bottom: 50px;
}
.btn{
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    padding: .5rem 2rem;
}
.btn-primary{    
    background-color: #00bfff;
    border-color: #00bfff;
}
.btn-primary:hover{
    background-color: #0090d3;
    border-color: #0090d3;
}
.btn-light{
    color: #00bfff;
}
.btn-light:hover{
    color: #484655;
}
.headline{
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    font-size: 26px;
}
.headline::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 16px;
    height: 2px;
    margin-left: -8px;
    background-color: #00bfff;
}
/*
.headline h1,
.headline h2{
    font-size: 26px;
}
*/
.headline span{
    color: #00bfff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    margin: 0 0 5px 0;
}
.headline.light span{
    color: #fff;
}
.headline.light::after{
    background-color: #fff;
}

/* Navbar */
.navbar{
    padding: 0;
    background-color: #fff;
    box-shadow: 1px 1px 5px #ddd;
    line-height: 14px;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 999;
    width: 100%;
}
.navbar-collapse{
    padding: .5rem 1rem;
}
.nav-item{
    border-bottom: 1px solid #e8e8e8;
}
.nav-item .nav-link{
    color: #484655;
    padding: 13px 10px !important;
    position: relative;
}
.nav-item .nav-link:hover,
.nav-item.active .nav-link{
    color: #00bfff;
}
.nav-item.active .nav-link{
    font-weight: 500;
}
.navbar .btn{
    padding: .5rem 1.5rem;
    margin: 1rem 0;
}
.navbar-toggler{
    float: right;
    padding: .25rem 0;
    border: none;
    outline: none !important;
}
.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}

/* Page Title */
.page-title{
    background-image: url('../images/bg-page-title.jpg');
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px 0;
}
.page-title h1{    
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

/* Gallery */
.gallery{
    text-align: center;
}

/* Home */
.home .slider{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.home .slider img{
    max-width: 140%;
    margin-left: -20%;
}
.home .slider-nav{
    position: absolute;
    top: 50%;
    z-index: 199;
    margin-top: -20px;
    font-size: 40px;
    color: #484655;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transition: all .5s;
    transition: all .5s;
    outline: none;
}
.home .slider-nav:hover{
    opacity: 1;
    color: #00bfff;
}
.home .slider-nav.next{
    right: 10px;
}
.home .slider-nav.prev{
    left: 10px;
}
.home .about li i{
    position: relative;
    top: 2px;
    color: #00bfff;
}
.home .qc{
    background-image: url('../images/bg-qc-blue.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.home .qc p strong{
    color: #fff;
}

/* About */
.about .product{
    background-image: url('../images/bg-qc-blue.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.about .product img{
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 5px;
}
.about .product h3{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    line-height: 18px;
}
.about .product h3 span::before{
    content: ' ';
}

/* Quality Assurance */
.quality-assurance blockquote{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.quality-assurance blockquote h3{    
    font-size: 24px;
    display: inline-block;
}
.quality-assurance blockquote i{
    color: #00bfff;
    font-size: 14px;
}
.quality-assurance .certified i{
    font-size: 40px;
    color: #e8e8e8;
    margin: 20px 0;
}

/* Product */
.product h3{
    font-weight: 500;
    font-size: 18px;
    color: #00bfff;
}
.product ol{
    padding: 0;
    margin: 0 0 0 10px;;
    list-style-position: inside;
}
.product .qc{
    background-image: url('../images/bg-qc-blue.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Contact */
.contact form{
    margin-top: 30px;
}
.contact form input,
.contact form textarea{
    border-radius: 0;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 300;
}
.contact form button{
    width: 100%;
    background-color: #484655;
    border-color: #484655;
    margin-top: 20px;
}
.contact .form-group{
    margin-bottom: 1.05rem;
}
.contact form .has-error .form-control{
    color: #dc3545;
    border: 1px solid #dc3545;
}
.contact form .has-error .form-control:focus{
    box-shadow: 0 0 5px #dc3545;
}
.contact form .has-error .g-recaptcha > div{
	border: 1px solid #f4676e;
}
.contact address{
    background-color: #00bfff;
    color: #fff;
}
.contact address img{
    width: 100%;
}
.contact address ul{
    margin: 10px 20px 0 20px;
    padding-bottom: 10px;
    line-height: 20px;
}
.contact address ul li{    
    border-bottom: 1px solid #4dd2ff;
    padding: 15px 0 15px 2.5em;
}
.contact address ul li:last-child{
    border-bottom: none;
}
.contact address .fa-li{
    left: 0;
}
.contact iframe.map{
    width: 100%;
    height: 400px;
    margin-bottom: -7px;
}
.alert{
    border-radius: 0;
}

/* Min width 480px */
@media(min-width: 480px){
}

/* Small devices (landscape phones, 576px and up) */
@media(min-width: 576px){
    .home .slider img{
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }
    .quality-assurance .certified i{
        font-size: 18px;
        margin: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media(min-width: 768px){	
    .quality-assurance blockquote i{
        position: relative;
        top: -10px;
    }
    .quality-assurance .certified i{
        font-size: 30px;
    }
}

/* Large devices (desktops, 992px and up) */
@media(min-width: 992px){
    header{
        height: 130px;
        padding-top: 32px;
    }
    .space{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .headline{
        margin-bottom: 60px;
    }
    .navbar{
        position: relative;
        padding: .8rem 1rem;
    }
    .nav-item{
        position: relative;
        border: none;
    }
    .nav-item::after{
        content: '';
        width: 1px;
        height: 20px;
        background-color: #e8e8e8;
        position: absolute;
        top: 12px;
        right: 0;
    }
    .nav-item:last-child::after{
        background-color: #fff;
    }    
    .nav-item .nav-link{
        padding: 15px !important;
    }
    .nav-item.active .nav-link::after,
    .nav-item .nav-link:hover::after{
        content: '';
        width: 12px;
        height: 2px;
        background-color: #00bfff;
        position: absolute;
        left: 50%;
        bottom: 6px;
        margin-left: -6px;
    }
    .navbar .btn{
        margin: 0;
    }
    .navbar-collapse{
        padding: 0;
    }
    .page-title{
        padding: 130px 0;
    }
    .home .qc{
        line-height: 32px;
    }
    .about .product h3 span{
        display: block;
    }
    .about .product h3 span::before{
        content: '';
    }
    .quality-assurance .certified i{
        font-size: 40px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media(min-width: 1200px){
    .nav-item .nav-link{
        padding: 15px 20px !important;
    }
    .contact form .g-recaptcha{
        margin-top: -10px;
    }
}