/*IMPORTS*/

@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');

.parallax-window {
    min-height: 400px;
    background: transparent;
    width: 100%;
}

/*GLOBAL*/

/* Apparently we have to support IE. */
/* IE is old.                        */
/* IE is bad.                        */
/* IE can't cope with variables.     */

/*
:root {
    --primary: #1098F7;
    --secondary: #0d77c1;
    /*--secondary: #0072BB;*//*
    --gradient: linear-gradient(135deg, #0d77c1, #1098F7);
    --light: #F7F7F7;
    --text: #585858;
    --thin: 300;
    --med: 400;
    --thick: 700;
}
*/

.bg-grey {
    background-color: #F7F7F7;
}

.bg-secondary {
    background-color: #0D77C1;
}

html,
body {
    margin-top: 0px;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #1098F7;
    border-radius: 0px;
}

a:hover,
a:focus,
a:active {
    color: #0D77C1;
    text-decoration: none !important;
}

button {
    border-radius: 0px !important;
    background-color: linear-gradient(135deg, #0d77c1, #1098F7) !important;
    border-width: 0px !important;
    transition: 0.1;
}

button:hover,
button:focus,
button:active {
    background-color: linear-gradient(135deg, #0d77c1, #1098F7) !important;
    transition: 0.1;
}

hr {
    border-width: 0px;
    height: 1px;
}

.main-nav {
    /*    margin-top: 30px;*/
    border-width: 0px;
    border-radius: 0px;
    background-color: #2c2c2c;
    /*    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);*/
    margin-bottom: 0px !important;
    font-family: 'Raleway', sans-serif;
}

.main-nav .navbar-brand {
    line-height: 50px;
    height: 80px;
    text-transform: uppercase;
    font-size: 22px;
    color: #585858;
    margin: 0px;
}

.main-nav .navbar-brand img {
    height: 48px;
    display: inline-block;
    margin-right: 0px;
}

.main-nav .navbar-nav {
    padding-top: 15px;
}

.main-nav .navbar-nav > li > a {
    font-size: 14px;
    line-height: 20px;
    color: #E4E4E4;
    text-transform: uppercase;
    transition: 0.1s;
    /*    margin-left: 30px;*/
}

.main-nav .navbar-nav > li > a:focus,
.main-nav .navbar-nav > li > a:hover {
    /*    opacity: 0.7;*/
    color: #1098F7;
    background-color: transparent !important;
    transition: 0.1s;
}

.main-nav .navbar-toggle {
    margin-top: 21px;
}

.main-nav .navbar-toggle .icon-bar {
    background-color: #585858;
}

.main-nav .navbar-toggle {
    margin: 0px;
    margin-top: 24px !important;
}


.bg-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background-color: rgba(0, 0, 0, 0.8);
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*    overflow: hidden;*/
    z-index: -100;
    height: 1000px;
    /*    background-color: #3b3b3b !important;*/
    background-color: #F7F7F7 !important;

    /*    background-image: url(../img/home/show-controller.png);*/
    background-image: url(../img/home/show-controller-light.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;


}


header a {
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out, left .1s ease-out, box-shadow .1s ease-out;
}

header a.button {
    margin-top: 20px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    background: #1098F7;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    /*    box-shadow: 3px 3px 0px var(--deepprimary);*/
    box-shadow: 3px 3px 0px #0D77C1, 2.5px 2.5px 0px #0D77C1, 2px 2px 0px #0D77C1, 1.5px 1.5px 0px #0D77C1, 1px 1px 0px #0D77C1, .5px .5px 0px #0D77C1;
}

header a:hover {
    top: 3px;
    left: 3px;
}

header a.button:hover {
    box-shadow: 0px 0px 0px #1098F7;
}



/*HEADER*/
/*
@media (max-width: 1150px) {
    .fullscreen-bg {
        background-image: url(../img/home/show-controller.png);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    header h1 {
        font-size: 30px;
        text-align: left;
    }
}
*/

header#home {
    background-color: transparent !important;
}

header#home h1 {
    padding-top: 100px;
    color: #000000;
    font-size: 50px;
    text-align: left;
    font-weight: 400;
}



/*
#notification {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #1098F7;
    height: 30px;
    line-height: 30px;
    color: #FFF;
}
*/



/*HEADER*/

header {
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #F7F7F7;
}

header h2 {
    text-align: center;
    color: #000000;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    text-transform: uppercase;
}

header hr.primary {
    background-color: #1098F7 !important;
    margin: 0px;
    width: 100px;
    display: inline-block;
}

header p {
    color: #585858;
    font-size: 14px;
    margin-top: 30px;
}

/*ABOUT*/

section#about {
    padding-bottom: 80px;
    text-align: left;
    background-color: #F7F7F7;
}

section#about h2 {
    text-align: center;
    color: #585858;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 0px;
}

section#about hr.primary {
    background-color: #1098F7 !important;
    margin: 0px;
    width: 100px;
    display: inline-block;
}

section#about p {
    color: #585858;
    font-size: 20px;
    margin-top: 30px;
}



/*PRODUCTS*/

section#products {
    padding-bottom: 80px;
    text-align: center;
    background-color: #F7F7F7;
}

section#products h2 {
    text-align: center;
    color: #585858;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 0px;
}

section#products hr.primary {
    background-color: #1098F7 !important;
    margin: 0px;
    width: 100px;
    display: inline-block;
}

section#products p {
    color: #585858;
    font-size: 15px;
    margin-top: 30px;
}



section#products .item-cont {
    padding: 10px;
    /*    max-width: 650px;*/
    display: inline-block;
}

section#products .item {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #FFF;
    display: inline-block;
    text-align: left;
    /*    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03);*/
}

section#products .item .name {
    text-align: left;
    color: #1098F7;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: 0px;
    margin-top: 18px;
}

section#products .item .img-cont {
    padding-left: 40px;
    padding-right: 40px;
}

section#products .item .desc {
    text-align: left;
    color: #000000;
    font-size: 14px;
    padding-top: 15px;
    margin: 0px;
}

section#products .item a.button {
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out, left .1s ease-out, box-shadow .1s ease-out;
}

section#products .item a.button {
    margin-top: 20px;
    display: inline-block;
    padding: 5px 10px;
    width: auto;
    background: #1098F7;
    text-decoration: none;
    color: #fff;
    /*    box-shadow: 3px 3px 0px var(--deepprimary);*/
    box-shadow: 3px 3px 0px #0D77C1, 2.5px 2.5px 0px #0D77C1, 2px 2px 0px #0D77C1, 1.5px 1.5px 0px #0D77C1, 1px 1px 0px #0D77C1, .5px .5px 0px #0D77C1;
}

section#products .item a.button:hover {
    top: 3px;
    left: 3px;
}

section#products .item a.button:hover {
    box-shadow: 0px 0px 0px #1098F7;
}



hr.thin {
    border-width: 1px;
    margin: 0px;
    width: 100%;
    border-color: #dedede;
    padding-bottom: 5px;
}



/*PRODUCT PAGE*/

#product-nav {
    /*    margin-top: 80px;*/
    border-width: 0px;
    border-radius: 0px;
    background-color: #1098F7;
    /*    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);*/
    margin-bottom: 0px !important;
    z-index: 100;
}

#product-nav .navbar-nav {
    width: 100%;
    text-align: center;
}

#product-nav li {
    float: none;
    display: inline-block;

}

#product-nav .navbar-brand {
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding: 0px !important;
}

#product-nav .navbar-nav > li > a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #FFF;
    transition: 0.1;
    /*    margin-left: 30px;*/
}

#product-nav .navbar-nav > li > a:focus,
#product-nav .navbar-nav > li > a:hover {
    opacity: 0.7;
    background-color: transparent !important;
    transition: 0.1;
}

#product-nav .navbar-nav > li > a.active {
    color: red;
}

#product-nav .navbar-toggle {
    margin-top: 21px;
}

#product-nav .navbar-toggle .icon-bar {
    background-color: #FFF;
}

#product-nav .navbar-toggle {
    margin: 9px !important;
}



#overview {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

#overview h1 {
    font-size: 30px;
    font-weight: 200;
    margin-top: 0px;
    color: #1098F7;
}

#overview hr {
    border-width: 1px;
    border-color: #e5e5e5;
    width: 100%;
    margin-bottom: 50px;
}



#overview .panel {
    border-radius: 0px;
    box-shadow: 3px 3px 0px #D9D9D9;
    background-color: #F5F5F5;
}



/*
.overview .panel-body{
    border-radius: 0px;
    box-shadow: 3px 3px 0px #0D77C1, 2.5px 2.5px 0px #0D77C1, 2px 2px 0px #0D77C1, 1.5px 1.5px 0px #0D77C1, 1px 1px 0px #0D77C1, .5px .5px 0px #0D77C1;
    background-color: red;
}

.overview .panel-heading{
    border-radius: 0px;
    box-shadow: 3px 3px 0px #0D77C1, 2.5px 2.5px 0px #0D77C1, 2px 2px 0px #0D77C1, 1.5px 1.5px 0px #0D77C1, 1px 1px 0px #0D77C1, .5px .5px 0px #0D77C1;
    background-color: red;
}
*/



.product-slider #carousel {
    margin: 0;
    /*    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);*/
}

.product-slider #thumbcarousel {
    margin: 12px 0 0;
    padding: 0 15px;
}

.product-slider #thumbcarousel .item {
    text-align: center;
}

.product-slider #thumbcarousel .item .thumb {
    border-radius: 3%;
    /*    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);*/
    width: 20%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 98px;
}

.product-slider #thumbcarousel .item .thumb:hover {
    border-color: #1089c0;
}

.product-slider .item img {
    width: 100%;
    height: auto;
}

.carousel-control {
    color: #0284b8;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%;
}

.carousel-control:hover,
.carousel-control:focus,
.carousel-control:active {
    color: #333;
}

.carousel-caption,
.carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 30%;
    width: auto;
}

.carousel-control.right,
.carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}


#tech-specs {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

#tech-specs h1 {
    font-size: 30px;
    font-weight: 200;
    margin-top: 0px;
    color: #1098F7;
}

#tech-specs hr {
    border-width: 1px;
    border-color: #e5e5e5;
    width: 100%;
    margin-bottom: 50px;
}


#tech-specs table {
    border-collapse: collapse;
    width: 100%;
}


#tech-specs th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#tech-specs th:nth-child(even),
td:nth-child(even) {
    text-align: right;
}

#tech-specs th:nth-child(odd),
td:nth-child(odd) {
    font-weight: 600;
}

#tech-specs i {
    font-size: 10px;
    font-style: normal !important;
}

#features {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

#features h1 {
    font-size: 30px;
    font-weight: 200;
    margin-top: 0px;
    color: #1098F7;
}

#features hr {
    border-width: 1px;
    border-color: #e5e5e5;
    width: 100%;
    margin-bottom: 50px;
}



#features .feature-item {
    /*    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.05);*/
    text-align: center;
    padding: 15px;
    /*    background-color: #FFF;*/
    transition: 0.1s;
}

#features .feature-item:hover {
    /*    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);*/
    /*    transition: 0.1s;*/
}

#features .feature-item img {
    width: 50px;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
}

#features .feature-item i {
    margin: 15px;
    color: #1098F7;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
}

#features .feature-item h2 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1098F7;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#features .feature-item p {
    color: #585858;
    font-size: 12px;
    margin: 0px;
}


#downloads {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

#downloads h1 {
    font-size: 30px;
    font-weight: 200;
    margin-top: 0px;
    color: #1098F7;
}

#downloads hr {
    border-width: 1px;
    border-color: #e5e5e5;
    width: 100%;
    margin-bottom: 50px;
}


#downloads .download-item {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    text-align: left;
    padding: 15px;
    background-color: #FFF;
    transition: 0.1s;
    margin-bottom: 20px;
}

#downloads .download-item:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    transition: 0.1s;
}

#downloads .download-item i {
    display: inline-block;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 20px;
    font-style: normal !important;
    padding-left: 10px;
}

#downloads .download-item i.fas {
    color: #1098F7;
    font-size: 20px;
    line-height: 20px;
}

#downloads .download-item h2 {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #585858;
    margin: 0px;
}



#tech-specs .parent {
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

#tech-specs .image1 {
    position: relative;
    top: 0;
    left: 0;
    /*    max-height: 400px;*/
    max-width: 100%;
}

#tech-specs .image2 {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100%;
    /*    max-height: 400px;*/
}

#product-header {
    padding-top: 0px;
    padding-bottom: 0px;
    /*    max-height: 300px;*/
}

#product-header h1 {
    margin-top: 80px;
    color: #FFF;
    font-size: 45px;
    font-weight: 500;
    text-align: left;
}

#product-header h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: left;
}

#product-header img {
    margin-left: auto;
    margin-right: auto;
    max-height: 350px;
}

#product-header.lamp .parent {
    width: 100%;
    height: 400px;
    position: relative;
}

/*
#product-header.lamp .parent .image0 {
    background-image: url(../img/products/lamp/lamp-off.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: fadein1 3s;

}

@keyframes fadein1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#product-header.lamp .parent .image1 {
    background-image: url(../img/products/lamp/lamp-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-image 0.3s;
    animation: fadein2 4s;
}

@keyframes fadein2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#product-header.lamp .parent .image1:hover {
    background-image: url(../img/products/lamp/lamp-blue.png);
    transition: background-image 0.3s;
}
*/

#product-header.lamp .parent .image1 {
    margin-left: auto;
    margin-right: auto;
    /*    width: 100%;*/
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#product-header.lamp .parent .image2 {
    margin-left: auto;
    margin-right: auto;
    /*    width: 100%;*/
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#product-header.lamp .parent .image3 {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
}

#product-header.lamp .parent:hover .image3 {
    opacity: 1;
    transition: 0.5s;
}

#product-header.lamp .parent:hover .image2 {
    opacity: 0.5;
    transition: 0.5s;
}



/*CONTACT*/

#contact {
    padding-bottom: 100px;
    background-color: #F7F7F7;
}

#contact input {
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out, left .1s ease-out, box-shadow .1s ease-out;
}

#contact input.button {
    border-width: 0px;
    margin-top: 20px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 200px;
    background: #1098F7;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    /*    box-shadow: 3px 3px 0px var(--deepprimary);*/
    box-shadow: 3px 3px 0px #0D77C1, 2.5px 2.5px 0px #0D77C1, 2px 2px 0px #0D77C1, 1.5px 1.5px 0px #0D77C1, 1px 1px 0px #0D77C1, .5px .5px 0px #0D77C1;
}

#contact input.button:hover {
    top: 3px;
    left: 3px;
}

#contact input.button:hover {
    box-shadow: 0px 0px 0px #1098F7;
}



/*FOOTER*/

footer {
    background-color: #2c2c2c;
    padding: 40px 0px;
    text-align: center;
}

footer .foot_link {
    display: block;
}

footer a {
    color: #FFF;
    transition: 0.1s;
    font-size: 10px;
}

footer img {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #FFF;
    opacity: 0.7;
    text-decoration: none !important;
}


footer a {
    position: relative;
    top: 0;
    left: 0;
    transition: top .1s ease-out, left .1s ease-out, box-shadow .1s ease-out;
    font-size: 11px;
}

footer a.button {
    font-size: 16px;
    line-height: 25px;
    width: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0px;
    background: #1098F7;
    text-decoration: none;
    color: #fff;
    /*    box-shadow: 3px 3px 0px var(--deepprimary);*/
    box-shadow: 3px 3px 0px #0D77C1, 2.5px 2.5px 0px #0D77C1, 2px 2px 0px #0D77C1, 1.5px 1.5px 0px #0D77C1, 1px 1px 0px #0D77C1, .5px .5px 0px #0D77C1;
}

footer a.button:nth-child(even) {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

footer a.button:hover {
    top: 3px;
    left: 3px;
}

footer a.button:hover {
    box-shadow: 0px 0px 0px #1098F7;
}



.affix {
    top: 0;
    width: 100%;
}

.affix-top {
    width: 100%;
}

.affix-bottom {
    position: absolute;
    width: 100%;
}


/*
#services .service_item:nth-child(even){
    background-color: green;

}
*/

@media (max-width: 420px) {
    .main-nav .navbar-brand img {
        height: 42px;
    }
}

@media (max-width: 410px) {
    .main-nav .navbar-brand img {
        height: 40px;
    }

}

@media (max-width: 380px) {
    .main-nav .navbar-brand img {
        height: 35px;
    }
}


@media (max-width: 350px) {
    .main-nav .navbar-brand img {
        height: 30px;
    }
}

@media (max-width: 320px) {
    .main-nav .navbar-brand img {
        height: 25px;
    }
}

@media (max-width: 295px) {
    .main-nav .navbar-brand img {
        height: 20px;
    }
}
