﻿/* //////////////////////////////////////////////////////////////////////// */
/*                             MEDIA QUERIES                                */
/* //////////////////////////////////////////////////////////////////////// */

@media (max-width: 767px) {
    /*XS*/
    
}

@media (min-width: 768px) and (max-width: 983px) {
    /*SM*/
    
}

@media (min-width: 984px) and (max-width: 1199px) {
    /*MD*/
    
}

@media (min-width: 1200px) {
    /*LG*/
    .containerFullWidth {
        width:100%;
    }
}

/* //////////////////////////////////////////////////////////////////////// */
/*                                    SITE                                  */
/* //////////////////////////////////////////////////////////////////////// */

html {
    position: relative;
    min-height: 100%;
}

body {
    background: #fff url('') fixed top center no-repeat;
    margin: 0px;
    padding: 0px;
    margin-bottom: 350px;
    font-family: 'Poppins', sans-serif;
    text-transform:uppercase;
    font-weight: 400;
    font-size: 15px;
}

header {
    width: 100%;
    border: 0px solid #000;
    height: 120px;
    padding-top: 20px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    height: 150px; /* Set margin-bottom of body +40px */
    background-color: #eff1f2;
}

.sub_footer {
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    height: 250px; /* Set margin-bottom of body +40px */
    background-color: #ffffff;
    padding-top: 100px;
    border-top: 1px solid #e3e3e3;
    text-align: center;
}
.superSlider {
    background: url('../Img/hemsida1stor.jpg') no-repeat center scroll;
    background-size: 100%;
    min-height: 625px;
}


@media (max-width: 767px) {
    .sub_footer {
        height: 0px !important;
    }

    body {
        margin-bottom: 100px;
    }
}

h1 {
    font-size: 25px;
    margin: 0px;
    margin-bottom: 20px;
    color: #666;
}

#logo {
    background-image: url('../Img/logo.png');
    background-size: 242px 60px;
    width: 242px;
    height: 60px;
    cursor: pointer;
    margin-left:auto;
    margin-right:auto;
}

.container_footer {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.table .column1 {
    font-size: 12px !important;
}

.table .column2 {
    text-align: right;
    width: 200px !important;
    font-size: 12px !important;
}

.table .column3 {
    text-align: right;
    width: 10px;
}

.orderDetailsViewBubble {
    border: 1px solid #666666;
    height: 230px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 20px;
    width: 440px;
}

.orderDetailsValue {
    margin-bottom: 10px;
}

.orderDetailsLabel {
    font-weight: bold;
}

.orderDetailsViewProductList, .orderDetailsViewComment {
    border: 1px solid #666666;
    min-height: 300px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
}

.carousel-indicators .active {
    background-color: #337ab7 !important;
    border: 1px solid #337ab7;
}

.carousel-indicators li {
    background-color: #6daee6 !important;
    border: 1px solid #6daee6;
}

.spinner {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: black;
    z-index: 100;
    height: 100px;
    margin-top: -50px;
    width: 100px;
    margin-left: -50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: none;
}

#broadcaster {
    color: Green;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #ccc;
    border: 0px solid #333;
    display: none;
    bottom: 0px;
    width: 370px;
    height: 85px;
    bottom: 50px;
    left: 50px;
    position: fixed;
}

    #broadcaster p {
        margin: 10px;
    }

.broadcast_headline {
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #777777;
}

.broadcast_product {
    font-family: 'Century Gothic';
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin-top: 3px;
}

.broadcast_time {
    font-family: 'Century Gothic';
    font-size: 10px;
    color: #777777;
    margin-top: 13px;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.videoPromoContainer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 600px;
    margin-top: -550px;
    margin-left: 0px;
    position: absolute;
}

.videoPromoHeadline {
    margin-top: 200px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: white;
    text-shadow: 0px 1px 1px #000;
    text-transform: uppercase;
}

.videoPromoSubHeadline {
    font-size: 18px;
    text-transform: none;
}

.fb-page {
    margin-top: -140px;
    margin-left: -10px;
}

/****************************************** CUSTOM BOOTSTRAP ******************************************/

@media (max-width: 767px) {
    /*xs*/
    .videoPromoHeadline {
        margin-top: 350px;
        font-size: 25px;
    }

    .videoPromoSubHeadline {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
    .videoPromoHeadline {
        margin-top: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*md*/
    .videoPromoHeadline {
        margin-top: 280px;
    }
}

@media (min-width: 1200px) {
    /*lg*/
}
