﻿/*******************************
***       MAIN STYLES        ***
********************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background-color: #FFF;
    color: #FFF;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

header {
    height: 70px;
    line-height: 70px;
    width: 100%;
    background-color: #252525;
}


main .container {
    background-color: #e5e5e5;
}

@media all and (max-width:767.5px) {
    main .container {
        width: 600px;
    }
}

@media all and (min-width:768px) {
    main .container {
        width: 960px;
    }
}

@media all and (min-width:1366px) {
    main .container {
        width: 1200px;
    }
}

header .container {
    background-color: #252525;
}


/*******************************
***       MIXED STYLES       ***
********************************/
.greybg {
    background-color: #737474;
}

.whitebg {
    background-color: #FFF;
    color: #000;
}

.pull-right {
    float: right !important;
}

.text-right {
    text-align: right;
}

.center {
    text-align: center;
}

.noPadSlide {
    padding-left: 0;
    padding-right: 0;
}

.adPadMar {
    margin: 25px 10px;
    padding: 0 20px 20px;
}

h1 {
    font-size: 28px;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
}

/*******************************
*** PRODUKTER IMAGES STYLES  ***
*******************************/
#top5 div:first-child,
#Produkter div:first-child,
#fladskaerme div:first-child,
#lydsystemer div:first-child,
#hoejttalere div:first-child,
#hoeretelefoner div:first-child {
    padding-bottom: 10px;
}

#top5 div:last-child,
#Produkter div:last-child,
#fladskaerme div:last-child,
#lydsystemer div:last-child,
#hoejttalere div:last-child,
#hoeretelefoner div:last-child {
    padding-bottom: 10px;
}

#top5 .top5num {
    position: absolute;
    top: -5px;
    left: 3px;
    color: #000;
    font-size: 2em;
    z-index: 3;
}

#top5 figure,
#Produkter figure,
#fladskaerme figure,
#lydsystemer figure,
#hoejttalere figure,
#hoeretelefoner figure,
#Relaterede figure {
    position: relative;
    background-color: #FFF;
    text-align: center;
}

#top5 figcaption,
#Produkter figcaption,
#fladskaerme figcaption,
#lydsystemer figcaption,
#hoejttalere figcaption,
#hoeretelefoner figcaption,
#Relaterede figcaption {
    background-color: #3a3c3c;
    color: #FFF;
    height: 50px;
}

#top5 a #mouse-over-thumb,
#top5 a:hover #mouse-over-thumb,
#Produkter a #mouse-over-thumb,
#Produkter a:hover #mouse-over-thumb,
#fladskaerme a #mouse-over-thumb,
#fladskaerme a:hover #mouse-over-thumb,
#lydsystemer a #mouse-over-thumb,
#lydsystemer a:hover #mouse-over-thumb,
#hoejttalere a #mouse-over-thumb,
#hoejttalere a:hover #mouse-over-thumb,
#hoeretelefoner a #mouse-over-thumb,
#hoeretelefoner a:hover #mouse-over-thumb {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.thumbrow {
    padding-bottom: 20px;
}

.pris {
    font-size: 2em;
    float: right;
    text-transform: uppercase;
}

.Relpris {
    font-size: 1.3em;
    text-transform: uppercase;
}

.Relpics {
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 0;
}

#ProdImg {
    padding: 10px;
}

#prodinfo > div:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#prodinfo > div > p {
    padding-bottom: 2px;
}

#prodinfo > div:last-child {
    padding-bottom: -20px;
}

/*******************************
***     NYHEDSMAIL STYLE     ***
********************************/
#nh {
    margin: 25px 10px;
}

.form-control:focus {
    border-color: inherit;
}

.nh .vercenter {
    padding: 15px 0 15px;
}

.vercenter * {
    vertical-align: middle;
    display: inline-block;
}

.btn i {
    margin-right: 10px;
}

.btn-submit {
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
}

    .btn-submit:hover {
        color: #4e7386;
    }
/********************************
***     BREADCRUMB STYLES     ***
********************************/
.breadcrumbRow {
    background-color: #FFF;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
}

    .breadcrumbRow a:not(:last-child):after {
        content: ' ';
        position: absolute;
        border: 5px solid transparent;
        border-top: 0 solid transparent;
        border-width: 5px;
        top: 25%;
        margin-left: -5px;
        border-color: transparent transparent transparent #000;
    }

    .breadcrumbRow a {
        color: #000;
        text-decoration: underline;
    }

.bcActive {
    text-decoration: none !important;
}

/** The Spacing **/
.breadcrumbRow a span {
    padding: 5px 5px 5px 5px;
}

    .breadcrumbRow a span:first-child {
        padding: 5px 1px 5px 10px;
    }

    .breadcrumbRow a span:last-child {
        padding: 5px 10px 5px 1px;
    }

/********************************
***  CAROUSEL/SLIDER STYLES   ***
********************************/
.carousel-control.left,
.carousel-control.right {
    background: transparent;
    font-size: 100px;
}

@media (max-width: 767.5px) {
    .carousel-control.left,
    .carousel-control.right {
        background: transparent;
        font-size: 30px;
    }
}

.carousel-control {
    height: 80px;
    margin: auto 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 11;
    width: 5%;
}

.slideshow-opacity h2 {
    margin-top: 20px;
    line-height: 1.25;
    color: #fff;
}

@media (max-width: 767.5px) {
    .carousel .item {
        height: 220px;
    }
}

@media (min-width: 768px) {
    .carousel .item {
        height: 350px;
    }
}

@media (min-width: 1366px) {
    .carousel .item {
        height: 440px;
    }
}

.slideshow--item {
    position: absolute;
    width: 100%;
    background-position: top center;
    background-size: contain;
    z-index: 10 !important;
}

.slideshow-opacity {
    opacity: 0.8;
}

.slideshow-overlay {
    background: #020202;
    color: #FFF;
    bottom: 35px;
    left: 0;
    z-index: 5000;
    padding: 0;
    width: 440px;
    position: absolute;
}

.slideshow-overlay-text {
    display: none;
    position: relative;
}

    .slideshow-overlay-text p {
        margin: 0;
    }

.slideshow-overlay-link {
    color: #FFF;
    text-transform: uppercase;
    float: right;
    padding-top: 10px;
}

@media only screen and (min-width: 768px) {
    .slideshow-overlay {
        padding: 5px 30px 25px 35px;
        left: 35px;
        bottom: 250px;
    }

    .slideshow-overlay-text {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .slideshow-overlay {
        bottom: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    .slideshow-overlay {
        bottom: 35px;
    }
}

/******************************
***   LEFT & RIGHT SIDEBAR  ***
*******************************/
.leftpageborder,
.rightpageborder {
    position: fixed;
    height: 120%;
    top: 0;
    background-color: #FFF;
    z-index: 9999;
}

.leftpageborder {
    left: 0;
}

.rightpageborder {
    right: 0;
}

@media all and (max-width:768px) {
    .leftpageborder,
    .rightpageborder {
        width: 10px;
    }
}

@media all and (min-width:768px) {
    .leftpageborder,
    .rightpageborder {
        width: 30px;
    }
}

@media all and (min-width:1366px) {
    .leftpageborder,
    .rightpageborder {
        width: 75px;
    }
}

/******************************
***      FOOTER STYLES      ***
*******************************/
footer {
    height: 100px;
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #d9d9d9;
    font-weight: 700;
}

    footer .footer-header {
        line-height: 100px;
    }

    footer .container {
        background-color: #FFF;
    }

    footer .btn-login {
        background-color: #767676;
        color: #FFF;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 25px;
        margin-right: 40px;
        padding: 5px 15px;
        outline: none;
    }

        footer .btn-login:hover {
            background-color: #000;
            color: #4e7386;
        }

.footer {
    color: #000;
    font-size: 0.8em;
    letter-spacing: 1px;
}

    .footer p {
        margin-top: 10px;
    }

    .footer a:not([href^="mailto:"]) {
        margin: 0 10px;
    }

    .footer a {
        color: #000;
    }
