/* Minification failed. Returning unminified contents.
(586,1): run-time error CSS1019: Unexpected token, found '@import'
(586,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700|Roboto|Roboto+Condensed|Lato:300,400,700|Russo+One:400')'
(2104,42): run-time error CSS1031: Expected selector, found ')'
(2104,42): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body.basket-overlay-visible {
    margin-top: 110px;
}

banner.small h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

/* MOVE TO website.css? */

.custom-dropdown {
  border:1px solid #fff;
  box-sizing:border-box;
  position:relative;
}
    .custom-dropdown .custom-dropdown-label{
        padding:10px;
    }

        .custom-dropdown .custom-dropdown-label .fa-caret-down {
            float: right;
            margin-top:5px;
        }

        .custom-dropdown .custom-dropdown-list {
            display:none;
            position:absolute;
            top:45px;
            left:0px;
            width:100%;
            background-color:rgba(0,0,0,0.8);
        }

        .custom-dropdown:hover .custom-dropdown-list {
            display: block;
            z-index:1000;
        }

        .custom-dropdown .custom-dropdown-list a{
            display: block;
            padding:5px 10px;
            color:#fff;
            text-decoration:none;
        }

/* GLOBAL */
.outer-basket-overlay {
    background-color:rgba(0,0,0,0.8);
    color:#fff;
    height: 30px;
}

    .outer-basket-overlay a {
        color:#fff;
    }
.middle-basket-overlay {
    height: 100%;
    padding-top: 5px;
}
.inner-basket-overlay {
}

#catalog {
    min-height: 600px;
}

/* CATEGORY */
    #catalog .category .category-menu-item {
        position: relative;
        color: #fff;
        display:block;
        margin-bottom:20px;
    }

        #catalog .category .category-menu-item .campaign {
            position:absolute;
            top:0px;
            left:0px;
            width:100%;
            background-color:rgba(255, 234, 0, 0.9);
            color:#000;
            padding:10px;
            opacity:0.7;
        }

#catalog .category .category-menu-item .name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(68,68,68,0.70);
    font-size: 18px;
    padding: 10px 25px;
    display: block;
}

    #catalog .items .item-menu-item {
        box-shadow: 0 6px 8px 0px rgba(0,0,0,0.55);
        margin-bottom: 30px;
        border: 1px solid #95989A;
    }

        #catalog .items .item-menu-item .item-data-container {
            position: relative;
            text-align: center;
            height: 120px;
            font-family: 'Open Sans Condensed', sans-serif;
            font-size: 18px;
            font-weight: bold;
            padding: 10px 15px;
            border: 1px solid #FF0000;
        }
    /*.items .item-menu-item .item-data-container*/
            #catalog .item-count-in-basket {
                position: absolute;
                width: 64px;
                height: 64px;
                border-radius: 50%;
                background-color: rgba(255, 0, 0, 0.7);
                color: #fff;
                bottom: 110px;
                right: 25px;
                text-align: center;
                line-height: 64px;
                font-size:30px;
                font-weight:bold;
            } 

            #catalog .items .item-menu-item .item-data-container .name {
                font-family: 'Lato';
                font-size: 14px;
                font-weight: 400;
                text-transform: uppercase;
                color: #444;

                /*height:60px;*/
                overflow:hidden;
                padding-bottom:5px;
            }
            #catalog .items .item-menu-item .item-data-container .partno {
                font-family: 'Roboto Condensed';
                font-size: 14px;
                font-weight: 400;
                color: #aaa;

                overflow: hidden;
                padding-bottom: 5px;
            }

            #catalog .items .item-menu-item .item-data-container .price {
                position: absolute;
                bottom: 0px;
                right: 0px;
                padding: 5px;
            }

            #catalog .items .item-menu-item .item-data-container .recommended-retail-price {
                text-decoration: line-through;
                color:#DEDEDE;
            }

			/*#catalog .items .item-menu-item .item-data-container .item-link-icon,
			#catalog .items .item-menu-item .item-data-container .add-to-basket-icon {
				position: absolute;
				bottom: 0px;
				display: block;
				width: 40px;
				height: 40px;
				background-color: rgba(255,0,0,0.9);
				color: #fff;
				font-size: 26px;
				text-align:center;
                cursor:pointer;
			}*/

            #catalog .items .item-menu-item .item-data-container .item-link-icon {
                position: absolute;
                bottom: 5px;
                display: block;
                /*width: 40px;
                height: 40px;
                background-color: rgba(255,0,0,0.9);*/
                color: #444;
                font-size: 16px;
                text-align: left;
                font-weight: 400;
                cursor: pointer;
                left: 50px;
            }

            #catalog .items .item-menu-item .item-data-container .add-to-basket-icon {
                position: absolute;
                bottom: 0px;
                display: block;
                width: 40px;
                height: 40px;
                background-color: rgba(200,200,200,0.9);
                color: #fff;
                text-indent: -2px;
                font-size: 26px;
                text-align: center;
                cursor: pointer;
                left: 0px;
            }
                #catalog .items .item-menu-item .item-data-container .add-to-basket-icon:hover, #catalog .items .item-menu-item .item-data-container .has-variants-icon:hover {
                    background-color: rgba(255,0,0,0.9);
                    text-decoration: none;
                }
            #catalog .items .item-menu-item .item-data-container .has-variants-icon {
                position: absolute;
                bottom: 0px;
                display: block;
                width: 40px;
                height: 40px;
                background-color: rgba(200,200,200,0.9);
                color: #fff;
                padding-top: 5px;
                font-size: 16px;
                text-align: center;
                cursor: pointer;
                left: 0px;
            }
            #catalog .items .item-menu-item .item-data-container .has-variants-icon span {
                font-size: 20px;
            }
            #catalog .items .item-menu-item .item-data-container .price-label {
                font-family: 'Lato';
                font-size: 16px;
                font-weight: 400;
                color: #8F2727;
            }
            #catalog .items .item-menu-item .item-data-container .price-value {
                font-family: 'Russo One';
                font-size: 20px;
                font-weight: 400;
                color: #8F2727;
            }

/* ITEM */
#catalog .item .item-description{
    background-color:#444;
    color:#fff;
    min-height:416px;
    position:relative;
    padding:15px;
    font-family: 'Roboto', sans-serif;
}

    #catalog .item .item-description h2,
    #catalog .item .item-description h3,
    #catalog .item .item-description h4 {
        font-size: 18px;
    }

    #catalog .item .item-description p{
        margin:0px;
        padding:0px;
    }

    #catalog .item .item-description p b {
        display:block;
    }
    
    #catalog .item .item-description .name {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 40px;
        font-weight: bold;
        text-shadow: 0px 3px 6px rgba(0,0,0,1.0);
        line-height: 40px;
    }
    #catalog .item .item-description .description {
        font-size:16px;
        font-weight:300;
        padding-top:15px;
        padding-bottom:15px;
    }

#catalog .item .item-description .price .price-label {
    font-weight: 400;
    text-shadow: 0 3px 6px rgba(0,0,0,1.0);
    font-size: 18px;
    line-height: 20px;
}
    #catalog .item .item-description .price .price-value {
        font-weight: 400;
        font-size: 24px;
        line-height:26px;
        color: #f00;
    }

    #catalog .dock-bottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    #catalog .item .item-description .item-description-row {
        margin-bottom:65px;
    }

    #catalog .item .item-description::after{
        content:" ";
        display:table;
        clear:both;
    }
    
    #catalog .item .item-description .links a {
        color: #fff;
        display: block;
        position: relative;
        text-align: center;
        padding: 10px;
        background-color: rgba(0,0,0,0.34);
        float: left;
        text-decoration: none;
    }

            #catalog .item .item-description .links a .fa{
                margin-right:5px;
            } 
            
            #catalog .item .item-description .links a:hover {
                text-decoration: none;
            }
            
            #catalog .item .item-description .links .print-link {
                width: 45%;
            }

        #catalog .item .item-description .links .print-link::after {
            width: 1px;
            height: 80%;
            display: block;
            background-color: #fff;
            position: absolute;
            right: 0px;
            top:10%;
            content: "";
        }

    #catalog .item .item-description .links .add-to-basket {
        width:55%;
    }

    #catalog .catalog-rootcat-name {
        min-height: 80px;
        font-family: 'Russo One', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #fff;
        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
        padding: 0px;
        margin: 5px 0px 10px 0px;
    }

    #catalog .tree .catalogtree-level1 {
        /*font-family: 'Lato', sans-serif;*/
        font-family: 'Roboto','Helvetica Neue',sans-serif;
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
    }

        #catalog .tree .catalogtree-level1 .catalogtree-level2 {
            text-transform: none;
            font-weight: 300;
        }


        #catalog .tree .catalogtree-level1 .tree-bullet {
            padding: 0px 10px 0px 0px;
            margin: 0px;
            position: relative;
            top: -3px;
        } 
        
        #catalog .tree a {
            color: #444;
        }
        #catalog .tree a:hover {
            color: #f00;
        }
    #catalog .tree a.active {
        color: #444;
        font-weight: 500;
    }

    #catalog h2 {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 40px;
        margin: 0px;
        padding: 0px 0px 10px 0px;
    }


.catalogtree-level1 .dd-placeholder-children {
    display: block;
}


/*** ITEM DETAILS BEGIN ***/
#catalog .itemdetails-image-primary {
    border: 1px solid #95989A;
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.5);
}
    #catalog .itemdetails-variants {
        width: 100%;
        height: 70px;
    }
        #catalog .itemdetails-variants .custom-dropdown {
            padding: 10px;
            text-align: center;
            border: 1px solid #444444;
            width: 100%;
            font-family: 'Russo One';
            font-size: 20px;
            color: #444444;
        }
        #catalog .itemdetails-variants .custom-dropdown-list {
            top: 68px;
        }
    #catalog .custom-dropdown .custom-dropdown-list a:hover {
        background-color: #aaa;
    }
    #catalog .item-details-rowspacer{
        height: 20px;
    }
    #catalog .item a.add-to-basket {
        width: 100%;
        height: 70px;
        color: white;
        font-family: 'Russo One';
        font-size: 20px;
        text-align: center;
        padding: 20px;
        border: 1px solid #fff;
        z-index: 20;
        display: block;
        background-color: #FF0000;
        cursor: pointer;
        background: rgba(143,39,39,1);
        background: -moz-linear-gradient(left, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(143,39,39,1)), color-stop(100%, rgba(255,0,0,1)));
        background: -webkit-linear-gradient(left, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        background: -o-linear-gradient(left, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        background: -ms-linear-gradient(left, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        background: linear-gradient(to right, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
    }
    #catalog .item a.add-to-basket:hover {
        text-decoration: none;
    }

    #catalog .item a.print-link {

    } 
    
    #catalog .item .item-description {
        min-height: unset;
        border: 1px solid #ff0000;
        background-color: white;
    }
        #catalog .item .item-description .item-description-row {
            font-family: 'Lato';
            font-size: 14px;
            color: #444444;
            margin-bottom: 10px;
        }

        #catalog .item .item-description .name {
            font-family: 'Lato';
            font-size: 14px;
            color: #444444;
            font-weight: normal;
            text-transform: uppercase;
            text-shadow: none;
            line-height: normal;
        }
        #catalog .item .item-description .stockno {
            font-family: 'Roboto Condensed';
            font-size: 14px;
            color: #AAAAAA;
            text-shadow: none;
            line-height: normal;
        }

    #catalog .item .itemdetails-price {
        margin-top: 20px;
        padding: 20px 40px;
        height: 80px;
        width: 100%;
        text-align: right;
        color: #8F2727;
    }
        #catalog .item .itemdetails-price .price-label {
            font-family: 'Lato';
            font-size: 16px;
            font-weight: normal;
        }
        #catalog .item .itemdetails-price .price-value {
            font-family: 'Russo One';
            font-size: 20px;
            font-weight: normal;
        }
    /*** ITEM DETAILS END ***/
.dd-productsearch,
.dd-template,
.dd-data {
    display: none;
}
/* IE 11 fix */
a.dd-data.showempty,
a.dd-data.value,
span.dd-data.showempty,
span.dd-data.value {
    display: inline;
}
/* IE 11 fix */
div.dd-data.showempty,
div.dd-data.value {
    display: block;
}
.dd-data.showempty,
.dd-data.value {
    display: initial;
}
    .dd-productsearch .show{
        display:block;
    }
.dd-productsearch-labels {
    font-size: 11px;
    color: #888;
}
    .dd-productsearch-labels:first-child {
        position: absolute;
        left: 5px;
        bottom: -40px;
        z-index: 1001;
    }
    .dd-productsearch-labels:last-child {
        position: absolute;
        right: 5px;
        bottom: -40px;
        z-index: 1001;
    }
    .dropdown-slider {
        min-height: 40px;
    }

    .dropdown-select.disabled input {
        background-color:#eee;
        cursor: not-allowed;
    }
.dropdown-container,
.dropdown-list,
.dropdown-list ul,
.dropdown-list li,
.dropdown-list input,
.dropdown-list span,
.dropdown-slider {
    position: relative;
    z-index: 1001;
}

.nobreak {
    white-space:nowrap;
}

@media (min-width: 768px) {
    .nobreak-md {
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .nobreak-lg {
        white-space: nowrap;
    }
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700|Roboto|Roboto+Condensed|Lato:300,400,700|Russo+One:400');

body {
	font-family: 'Roboto', sans-serif;
}

body > div.container-fluid {
		padding: 0;
	}

.float-left{
	float:left;
}

.width-33 {
	width:33.33%;
	display:block;
}

.dock-bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}

#itemdetails .description-outer {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	min-height: 315px;
	padding: 15px;
	position: relative;
}

	#itemdetails .description-outer  .description {
		padding-bottom:50px;
	}
	
	#itemdetails .description-outer .title {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 40px;
		font-weight: bold;
		text-shadow: 0px 3px 6px rgba(0,0,0,1.0);
		line-height: 40px;
		display: block;
		margin-bottom: 10px;
	}

	#itemdetails .description-outer .dock-bottom {
		padding:5px 15px;
	}
	
	#itemdetails .description-outer .price-label {
		font-weight: bold;
		font-size: 20px;
	}
    #itemdetails .description-outer .price-value {
        color: #8F2727;
        font-size: 25px;
    }



/* Product details */
#productdetails h1 {
    font-family: 'Russo One', sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: black;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
#productdetails h3 {
    font-size: 16px;
}

#productdetails img.finance {
    max-width: 200px;
}

#productdetails .product-info {
    font-size: 14px;
}
#productdetails .product-pricetext {
    font-size: 14px;
}
#productdetails .product-pricevalue {
    font-weight: bold;
    font-size: 20px;
    color: #8F2727;
}
#productdetails .finance-info {
    font-size: 12px;
}
#productdetails .product-attributegroup {
    padding-top: 5px;
    font-size: 14px;
}
#productdetails .product-optionalgroup {
    font-weight: bold;
    font-size: 14px;
}
#productdetails .product-optionalitemsum {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
}
#productdetails .product-optionalitemsum td{
    padding: 10px;
}
#productdetails .product-optionalitem {
    font-size: 13px;
}
    #productdetails .product-optionalitem td {
        padding: 4px 10px;
    }
#productdetails tr.product-optionalitem td:first-of-type{
    padding-left:10px;
}


#productdetails .top-spacing {
    margin-top: 20px;
}
#productdetails_footer img.logo {
    /*max-width: 280px;*/
    max-height: 120px;
    height: auto;
    width: auto;
}
#productdetails_footer .footer-text {
    font-size: 12px;
    line-height: 20px;
}
/*product-finance-details*/
/* SECTION #PRODUCT */
section#product {
    background-color: #444444;
    padding: 120px 0px 20px 0px;
}

section#product .product-info {
    font-family: 'Roboto', sans-serif;
    color: white;
    background-image: url('../Content/speedometer.png');
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #444444;
    padding: 0px 15px 10px 15px;
    height: 357px;
    width: 357px;
    border-radius:50%;
    box-shadow: 0px 0px 30px 0 black;
    z-index:10;
    position:relative;
}


section#product .key-data {
    margin-top:60px;
}

section#product .mileage{
    margin-top: 20px;
}

section#product .product-info .model-info {
    font-size: 28px;
    color: #8F2727;
    font-family: 'Russo One', sans-serif;
}
    section#product .product-info .horsepower, section#product .product-info .cubic {
        font-size: 14px;
        color: #fff;
        font-family: 'Russo One', sans-serif;
    }

section#product .model-description {
    background-color: #242424;
    color: #9A9A9A;
    padding: 35px 30px;
    margin-top: -15px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

section#product .print-box {
    color: #fff;
    margin-top:30px;
}

    section#product .print-box .fa {
        color: #BCBCBC;
        font-size: 36px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.71);
    }
    
section#product h1 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: white;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.71);
    padding: 0px;
    margin: 20px 0px 10px 0px;
}

section#product h2 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: white;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.71);
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align:center;
}
    
    
.product-info-footer {
    position: absolute;
    bottom: 0px;
    min-height: 70px;
    width: 100%;
    padding-right: 30px;
}

.product-info-footer-content {
    background-color: black;
    padding: 25px 15px 25px 0px;
    line-height: 20px;
    height: 70px;
}

.product-info-footer .link {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}

    .product-info-footer .link a {
        color: white;
    }

        .product-info-footer .link a:hover {
            color: #999999;
            text-decoration: none;
        }

    .product-info-footer .link span {
        padding-right: 10px;
    }

.product-info .product-info-specs {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #f5f5f5;
    margin-bottom: 10px;
}

.product-info-spacer {
    display: block;
    height: 20px;
}

.product-price {
    margin-top: 0px;
}

.product-finance {
    margin-top: 15px;
}

.product-price-text, .product-finance-text {
    margin-top:20px;
    font-size: 16px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
}

.product-price-value, .product-finance-value {
    font-family: 'Russo One', sans-serif;
    font-size: 28px;
    color: #fff;
}

.product-finance-details {
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    color: #f5f5f5;
}

.product-details {
    padding-top: 30px;
}


.nav-tabs {
    /*display: inline-flex;*/
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        display: flex;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid #ddd;
            border-radius: 4px 4px 0 0;
            background-color: #F5F5F5;
            color: #444444;
            font-family: 'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
            font-size: 16px;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

.tab-content {
    border: 1px solid #ddd;
    border-top-color: transparent;
    margin-top: -2px;
    padding: 30px 20px 20px 20px;
    background-color: #363636;
}


#product .product-details #product-details-box {
    border: 1px solid #f00;
    padding: 15px 40px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #9A9A9A;
    background-color: rgba(36,36,36,0.6);
}


/* SECTION #productoptionals */
section#productoptionals, section#productoptionals .optionals-basketcontainer {
    min-height: 520px;
}

section#productoptionals h2 {
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    font-size: 40px;
    color: #444444;
}
section#productoptionals h3 {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 30px;
    color: #444444;
}

.optionals-item {
    box-shadow: 0 4px 4px 0px rgba(0,0,0,0.51);
    margin-bottom:30px;
}

.optionals-item .optionals-item-image {
    border-top: 1px solid #95989A;
    border-left: 1px solid #95989A;
    border-right: 1px solid #95989A;
}
.optionals-item .optionals-item-image img {
    width: 100%;
}

.optionals-item .optionals-content {
    background-color: #444;
    border: 1px solid #FF0000;
    color:#fff;
    padding:10px 15px;
}

    .optionals-item .optionals-content-name-description {
        height:45px;
        overflow:hidden;
    }

    .optionals-item .optionals-content .optionals-content-name-description,
    .optionals-item .optionals-content .optionals-content-name-description h4 {
        font-size: 14px;
        font-family: 'Lato';
        display: inline-block;
        margin: 0px;
    }

    .optionals-item .optionals-price{
        position:relative;
    } 
    
    .optionals-item .optionals-price::after {
        content: " ";
        border-right: 1px solid #fff;
        display: table;
        position: absolute;
        right: -15px;
        top: 0px;
        height:100%;
    }

    .optionals-item .optionals-price-month {
        text-align:center;
    }

    

    .optionals-item .optional-price-row {
        margin-bottom:10px;
    }

.switch .text {
    position: absolute;
    top: 3px;
    left: 47px;
    color: #888;
    text-transform: lowercase;
    font-size: 12px;
}

input:checked + .slider + .text {
    display:none;
}

.optionals-basket {
    position:fixed;
    position: sticky;
    bottom: 0px;
    margin-bottom:-65px;
}

.optionals-basket-summaryarea {
    height:100%;
    position:relative;
}

    .optionals-basket-summaryarea .optionals-basket-summary{
        
        background-color:#444;
        color:#fff;
        padding:15px;
    }

@media Screen and (min-width:769px) {
    .optionals-basket-summaryarea .optionals-basket-summary {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    #dd-form-search .collapse {
        display: block;
    }
}

@media Screen and (max-width:768px){
    .optionals-basket .row-eq-height {
        display:block;
    }
}

.optionals-basket-summaryprice {
position:relative;
}
.optionals-basket-summaryprice::after {
    content: " ";
    display: table;
    border-right:1px solid #fff;
    height:100%;
    position:absolute;
    right:0px;
    top:0px;
}

    .optionals-basket-summaryprice:last-child::after{
        display:none;
    }

.optionals-basket-sendarea{
    padding:15px 30px;
    box-shadow:0 3px 6px 0 rgba(0,0,0,0.16);
    background-color:#fff;
}

    .optionals-basket-sendarea > .row{
        margin-bottom:10px;
    }
    
    
    .optionals-basket-sendarea input {
        width: 100%;
        margin-bottom: 3px;
        margin-top: 3px;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
        box-shadow: 0 2px 10px 0px rgba(0,0,0,0.2);
        border: none;
        padding: 3px 5px;
    }

    .optionals-basket-sendarea button {
        background: #db1419;
        background: -moz-linear-gradient(top, #db1419 0%, #933537 100%);
        background: -webkit-linear-gradient(top, #db1419 0%,#933537 100%);
        background: linear-gradient(to bottom, #db1419 0%,#933537 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db1419', endColorstr='#933537',GradientType=0 );
        width: 100%;
        color: #fff;
        border: none;
        padding: 3px 5px;
        margin-bottom: 3px;
        margin-top: 3px;
    }

input.validation-error {
    background: rgba(255,0,0,0.1);
}

#product .product-images .carousel-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0.6);
    display: block;
    z-index: 16;
    padding: 15px 20px 5px 20px;
    text-align: left;
}
#product .product-images .carousel-indicators {
    position: relative;
    bottom: 5px;
    text-align: left;
    width: 100%;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

    #product .product-images .carousel-indicators li {
        width: 50px;
        height: 18px;
        border: 0px;
        border-radius: 0px;
        border-top: 1px solid #fff;
        margin: 0px 10px;
        padding: 0px;
        padding-top: 6px;
        color: #eee;
        text-indent: 0px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
    }
    #product .product-images .carousel-indicators li:not(:first-of-type) {
        margin-left: 40px;
    }
#product .product-images .carousel-indicators li.active {
    width: 50px;
    height: 18px;
    border: 0px;
    border-radius: 0px;
    border-top: 1px solid #f00;
    background-color: transparent;
    color: #f00;
}

@media only screen and (max-device-width : 767px) {
    section#product h1 {
        font-size: 24px;
        padding-bottom: 10px;
        text-align: center;
    }
    #product .product-images .carousel-bg {
    }

    #product .product-images .carousel-indicators {
    }

        #product .product-images .carousel-indicators li {
            width: 30px;
            height: 18px;
            padding-top: 6px;
            font-size: 14px;
        }

            #product .product-images .carousel-indicators li:not(:first-of-type) {
                margin-left: 10px;
            }

            #product .product-images .carousel-indicators li.active {
                width: 30px;
                height: 18px;
            }
    #product .financing{
        font-size: 14px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .product-price-value {
        font-size: 20px;
    }
    section#product .product-info{
        padding-top: 30px;
    }
    section#product .mileage{
        margin-top: 0px;
    }
    section#product .key-data{
        margin-top: 70px;
    }
    #product .product-modelyear{
        font-size: 14px;
    }
}
@media only screen and (min-device-width : 1200px) {
    section#product .product-info {
        /*padding-top: 30px;*/
    }
}
.inner-basket-overlay .count {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    right: 5px;
    bottom: 5px;
}

#invoice input[type=text], #delivery input[type=text], #invoice input[type=email], #delivery input[type=email] {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #eee;
    height: 34px;
    padding: 4px 15px;
}

#parceldroppoint ul, #shipping ul, #method_of_payment ul {
    list-style-type: none;
    padding: 0px;
    padding-left: 30px;
    margin: 0px;
}

    #parceldroppoint ul li input[type=radio], #shipping ul li input[type=radio], #method_of_payment ul li input[type=radio] {
        margin-right: 10px;
        transform: scale(1.5);
    }
#invoice input[type=radio], #delivery input[type=radio] {
    margin: 5px 15px;
    transform: scale(1.5);
}

#summary input.quantity {
    width: 30px;
    border: 1px solid #e0e0e0;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

.red-link-button {
    border: 2px solid #ff0000;
    border-radius: 4px;
    padding: 8px;
    margin: 0px;
    background-color: #ff0000;
    color: white;
}

    .red-link-button:hover {
        color: #ff0000;
        background-color: white;
    }

.white-link-button {
    border: 2px solid white;
    border-radius: 4px;
    padding: 8px;
    color: #ff0000;
    background-color: white;
    margin: 0px;
}

    .white-link-button:hover {
        border: 2px solid #ff0000;
        color: red;
    }

.required-fields-information {
    font-size: 12px;
    padding: 5px;
    color: #444;
}
section#invoice h1 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #444;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    padding: 0px;
    margin: 20px 0px 10px 0px;
}

section#invoice h2, section#parceldroppoint h2, section#delivery h2, section#shipping h2, section#method_of_payment h2, section#summary h2 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #444;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    padding: 0px;
    margin: 20px 0px 10px 0px;
}

section#invoice select, section#delivery select, section#shipping select {
    color: black;
    background: none;
    background-color: #f5f5f5;
}

section#parceldroppoint, section#delivery, section#shipping, section#method_of_payment, section#summary {
    padding-top: 0px;
}

    section#parceldroppoint row {
        padding: 4px 0px;
    }

.parcelshop-info {
    margin: 0px 10px;
    padding: 2px;
    color: #444;
}

input.validate.error {
    border: 2px solid #ff0000;
}

div.error {
    color: #ff0000;
}

.on-errors {
    display: none;
}
div.error .on-errors{
    display: inline;
}

#invoice input[type=text].validate.error, #delivery input[type=text].validate.error, #invoice input[type=email].validate.error, #delivery input[type=email].validate.error {
    border: 2px solid #ff0000;
}
#summary textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80px;
    min-height: 34px;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 5px 15px;
}
#summary .basket {
    background-color: #f0f0f0;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 15px 15px;
}
    #summary .basket hr {
        border: 1px solid #ddd;
    }
    #summary .basket .header {
        font-weight: bold;
    }
#summary input[type=number] {
    background-color: #f0f0f0;
    border: 0px;
}

/*** BASKET BEGIN ***/
#basket h1 {
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #444;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    padding: 0px;
    margin: 20px 0px 10px 0px;
}
#basket input[type="number"].quantity {
    width: 50px;
    /*height: 30px;*/
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
#basket span.quantity-change{
    width: 40px;
    display: inline-block;
}
    #basket span.quantity-change.quantity-change-down {
        text-align: right;
        padding-right: 5px;
    }
    #basket span.quantity-change.quantity-change-up {
        text-align: left;
        padding-left: 5px;
    }
#basket .total-row{
    font-weight: bold;
}
#basket .header-row {
    font-weight: bold;
}
#basket .white-link-button {
    font-size: 14px;
    cursor: pointer;
}
/*** BASKET END ***/

@media only screen and (max-device-width : 767px) {
    ul#GLSParcelShop {
        padding-top:20px;
    }
        ul#GLSParcelShop li {
            padding-left: 22px;
            text-indent: -22px;
        } ul#GLSParcelShop li input {
            position: relative;
            left: -5px;
            top: 2px;
        }
}
body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-top:80px;
}
    
    a {
        color: #FF0000;
    }

.align-bottom {
    height: 100%;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

section {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}



/* Bootstrap carousel */
.carousel-control .fa-angle-right, .carousel-control .icon-next {
    right: 20%;
    margin-right: -10px;
}

.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    left: 20%;
    margin-left: -10px;
}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-indicators {
    bottom: 60px;
}
.carousel-indicators li {
    width: 50px;
    height: 18px;
    border: 0px;
    border-radius: 0px;
    border-top: 1px solid #fff;
    margin: 0px 10px;
    padding: 0px;
    padding-top: 6px;
    color: #eee;
    text-indent: 0px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

    
.carousel-indicators li:not(:first-of-type) {
        margin-left: 40px;
    }

    .carousel-indicators li.active {
        width: 50px;
        height: 18px;
        border: 0px;
        border-radius: 0px;
        border-top: 1px solid #f00;
        background-color: transparent;
        color: #f00;
    }

/******** Toggle Switch ***********/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #E30613;
}

input:focus + .slider {
    box-shadow: 0 0 1px #E30613;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    } 

/******************************************************************* BANNER *******************************************************************************/
banner {
    height: 100%;
    min-height: 800px;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    top: -80px;
}

banner.small {
    height: auto;
    min-height: 400px;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    top: 0px;
    margin-top: -90px;
    padding-bottom: 30px;
    background-color: #444444;
    color: white;
}

table.openhours {
    min-width: 150px;
}

    table.openhours tr {

    }

    table.openhours tr td:first-of-type{
        text-align: left;
    }
        table.openhours tr td:last-of-type {
            text-align: right;
        }


banner h2 {
    margin: 0px;
    font-size: 44px;
}

    banner .banner-content {
        height: 100%;
        width: 100%;
    }

banner .carousel {
    height:100%;
}

banner .carousel .carousel-inner {
    height: 100%;
    width: 100%;
}

    banner .carousel .carousel-inner .item {
        padding-top: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
    }


    banner table tr{
        vertical-align: middle;
        text-align: center;
    }
    banner .banner-nav{
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }
        banner .banner-nav span {
            color: white;
            padding: 4px 30px 0px 30px;
            background: #444444;
        }


/* The hero image */
.hero-image {
    /* Set a specific height */
    /*height: 50%;*/
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;*/
}

.hero-text-holder {
    position: relative;
    margin-top: 500px;
    display:block;
}

/* Place text in the middle of the image */
.hero-text /*<---hele boksen ogs� det r�de felt */ {
    color: #444;
    margin: 0px 10px 0px 10px;
    width: 640px;
    max-width: 95%;
    /*margin-top: 300px;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
}



.hero-text .headline{
    background: rgba(255,0,0,0.57);
    padding:30px;
    display: flex;
    align-items: center;
}

    .hero-text .headline h2 {
        font-family: 'Russo One', sans-serif;
        font-weight: 400;
        color: #E8E8E8;
        font-size: 36px;
        text-shadow: 0 3px 6px rgba(17,17,17,0.51);
    }

    .hero-text .content {
        display: flex;
        align-items: center;
        padding: 30px;
        min-height: 120px;
        background: rgba(255,255,255,0.72);
    }
    
nav .brandimage {
    position: relative;
    margin-top:-15px;
}

nav .payoff {
    color:#FF0000;
    display: block;
    /*padding-top: 58px;*/
}

nav .mail {
    display:block;
    font-size:18px;
    padding-top:10px;
}
nav .mail a{
    color: #fff;
}
    nav .mail a:hover {
        color: #f00;
    }

nav .phone {
    display:inline-block;
    font-size:29px;
    padding-right:10px;
}
nav .phonenumber {
    /*display:inline-block;*/
    font-size:30px;
    font-weight:700;
}

/* IMAGE BANNER */
.image-banner-wrappper {
    width: 100%;
    overflow:hidden;
}

.image-banner-wrappper .image-banner {
    white-space:nowrap;
}
/* FOOTER */

.pre-footer {
    margin-top: 50px;
}

    .pre-footer a {
        display:block;
        float:left;
        cursor:pointer;
    }
    
    .pre-footer .home-image, 
    .pre-footer .home-text {
        display: inline-block;
        background-color: #444444;
        color: #fff;
        float:left;
    }

.pre-footer .home-image {
    font-size: 24px;
    height: 35px;
    width: 46px;
    text-align:center;
    padding:3px;
    margin-right:1px;
}

.pre-footer .home-text {
    font-size: 16px;
    height: 35px;
    width: 124px;
    text-align: center;
    padding:8px;
}

footer {
    width: 100%;
    background-color: #444444;
    display: block;
    padding-top: 0px;
    padding-bottom: 50px;
    color: white;
    font-size: 12px;
}

footer .footer-top {
    height:6px;
    background-color:#D8524B;
    margin-bottom:70px;
    box-shadow: 0 3px 6px rgba(17,17,17,0.85);
}


footer hr {
    border-color: #BAB8B6;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer:first-of-type .container:first-of-type {
    padding-top: 10px;
}

footer a {
    color: #999999;
}

footer a:hover {
    color: #f00;
}

footer .title {
    font-weight:600;
    margin-top: 60px;
}

footer .brandimage {
    margin-top:32px;
}

footer .companyphone {
    font-size:26px;
}

footer .fa {
    color:#E30613;
    font-size:40px;
}

a.sociallink>span {
    padding: 2px 3px 2px 3px;
}

a.sociallink {
    color: white;
}

    a.sociallink:hover {
        color: #F00;
    }

footer .address {
    white-space: pre-wrap;
}
footer .openinghours,.vatnumber {
    padding-top: 4px;
}
footer .companyname {
    font-weight: bold;
    margin-top: 56px;
}

footer .contact-container {
    position:relative;
}

footer .map-container {
    position:absolute;
    top:-36px;
    left:50px;
    z-index:1;
}

section#news {
    font-size: 14px;
    color: #9A9A9A;
    margin-top:40px;
}

section#news h4 {
    font-family: 'Raleway', sans-serif;
    color: #8F2727;
    padding: 0px;
    margin-top: 0px;
    font-size: 20px;
}

section#news .news-date {
    font-family: 'Montserrat', sans-serif;
    color: #9A9A9A;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

section#news .headline {
    color: #4B6683;
    font-size: 16px;
}

.newsletter-signup {
}


    .newsletter-signup .headline {
        margin-top: 30px;
        display: block;
    }

.newsletter-signup input {
    font-size:14px;
    width: 100%;
    max-width: none;
    margin-bottom: 5px;
    height: 32px;
    background-color:#444;
    color: #fff;
    border:0px;
    border-radius:1px;
    padding-left:15px;
}
.newsletter-signup input[type=submit] {
    width:145px;
    background-color: #FF0000;
    color: white;
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.newsletter-signup input::moz-placeholder {
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
}

.newsletter-signup input::-webkit-input-placeholder {
    color: white;
    opacity:1;
}
.newsletter-signup input:-moz-placeholder {
    /* FF 4-18 */
    color: white;
    opacity:1;
}
.newsletter-signup input::-moz-placeholder {
    /* FF 19+ */
    color: white;
    opacity:1;
}
.newsletter-signup input:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    opacity:1;
}

.newsletter-signup .success-info {
    font-size: 14px;
    opacity:1;
}

.news-latest {
}
    .news-latest a, .nextevent-latest a {
        color: #9A9A9A;
    }
        .news-latest a:hover, .nextevent-latest a:hover {
            text-decoration: none;
        }





/* NAV */
nav {
    width: 100%;
    display: block;
    color: white;
    font-size: 14px;
    z-index:1000;
    position:absolute;
    top:0px;
}

.menu-container {
    background-color:#000;
    border-top:1px solid #95989A;
    border-bottom:1px solid #95989A;
}

    .navbar-brand {
        height:unset;
    }

    nav .menu {
        padding-top: 4px;
        background: rgba(0,0,0,0.59);
    }

        nav .menu .logo-outer{
            display: inline-flex;
        } 
        
        .not-homepage nav .menu {
            background: #000;
        }

    nav .submenu {
    }
        nav .submenu ul {
            list-style-type: none;
            overflow: hidden;
            float: right;
        }
        nav .submenu li {
            padding: 0px 15px 0px 15px;
            position: relative;
            display: block;
            float: right;
        }
        nav .submenu li > a {
            color: white;
        }

            nav .submenu li > a:focus, nav .submenu li > a:hover {
                text-decoration: none;
                color: #999999;
            }

        nav .submenu .navsubmenu {
            background: rgba(130,34,34,0.60);
            padding-top: 10px;
            padding-bottom: 5px;
        }
    nav .navsubmenu_blank {
        background-color: transparent;
        height:20px;
        display:block;
    }
    
    nav .split {
        padding: 0px 15px 0px 15px;
    }

    nav .menu .navbar-nav {
        float:right;
    }

    nav .menu .navbar-nav a {
        color: white;
        text-transform: uppercase;
    }



    .nav.navbar-nav > li:not(:first-child)::before {
        /*content: " | ";*/
        padding: 0px;
        color: #fff;
        position:absolute;
        top:15px;
        left:0px;
    }

    .nav.navbar-nav > li > a {
        padding:15px 30px;
    }

    .nav.navbar-nav > li:last-of-type > a) {
        padding-right:0px;
    }

.nav.navbar-nav > li > a:focus, .nav.navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: #0E0E0E;
    color: #999999;
}



/******************************************************************* SECTION #FOKUSMC *******************************************************************************/

section#focusmc H2{
    font-family: 'Raleway', sans-serif;
    color:#8F2727;
    font-size:28px;
    font-weight:500;
    margin-bottom: 15px;
}

/******************************************************************* SECTION #IMAGELINK *******************************************************************************/

    section#imagelink {
    padding: 0 0 10px 0;
    position: relative;
    top: -10px;
    margin-bottom: 40px;
    background-color: transparent;
}
    section#imagelink .box {
        margin-top: 10px;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    }
    section#imagelink .image {
        width: 100%;
    }

    section#imagelink .image img {
        margin-left: auto;
        margin-right: auto;
    }

    section#imagelink .text{
        padding:10px 4px 6px 4px;
        text-align: center;
    }

    section#imagelink .text {
        font-family: 'Russo One', sans-serif;
        color: #fff;
        text-transform:uppercase;
        font-weight: 400;
        font-size: 36px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.71);
    }

    section#imagelink .link {
        position:relative;
        display:block;
    }

        section#imagelink .link:hover,
        section#imagelink .link:active,
        section#imagelink .link:focus {
            text-decoration: none;
        }

    section#imagelink .link .image{
        position:relative;
        overflow:hidden;
    }

        section#imagelink .link .image img{
            display:block;
            width:100%;
        }

        section#imagelink .link .image .description {
            color: #fff;
            font-size: 16px;
            line-height: 26px;
            font-weight: 300;
            opacity: 0.0;
            overflow: hidden;
            position: absolute;
            bottom: 0px;
            right: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: opacity 1.2s ease-in-out;
            -moz-transition: opacity 1.2s ease-in-out;
            -ms-transition: opacity 1.2s ease-in-out;
            -o-transition: opacity 1.2s ease-in-out;
            transition: opacity 1.2s all;
            z-index: 1;
            background-image: url('/Content/imagelink-hover.png');
            background-repeat: no-repeat;
            background-position: right top;
            background-size: auto 100%;
            z-index: 100;
        }

        section#imagelink .link:hover .image .description {
            opacity: 1.0;
        } 

        section#imagelink .link .image .description .description-text{
            position:absolute;
            bottom:5%;
            right:5%;
            height:35%;
            width:40%;
            font-size:16px;
        }  

    /*section#imagelink .link:hover .description {
        height:213px;
        -webkit-transition: max-height 0.25s ease-in;
        -moz-transition: max-height 0.25s ease-in; 
        -ms-transition: max-height 0.25s ease-in; 
        -o-transition: max-height 0.25s ease-in; 
        transition: max-height 0.25s ease-in;
        padding-bottom:45px;
}*/


    .image-banner .image-item {
        display:inline-block;
        border:0px;
    }


/* SECTION #SEARCH */
section#search {
    padding-top: 100px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(172,172,172,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(172,172,172,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(172,172,172,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(172,172,172,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(172,172,172,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(172,172,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#acacac', GradientType=0 );
}

section#search input, select {
    color:#fff;
    font-size:13px;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    height: 34px;
    border-radius: 3px;
    border: 0px;
    padding-left: 10px;
 
    background: rgba(172,172,172,1);
    background: -moz-linear-gradient(top, rgba(172,172,172,1) 0%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,172,172,1)), color-stop(68%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(172,172,172,1) 0%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(172,172,172,1) 0%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(172,172,172,1) 0%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(172,172,172,1) 0%, rgba(0,0,0,1) 68%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#000000', GradientType=0 );
}


        section#search input::placeholder {
            color: #fff;
            padding-left: 10px;
            font-size: 12px;
        }
    section#search button.btn-searchbutton {
        background-color: #FF0000;
        color: white;
        padding: 5px 20px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: 0px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        width: 25%;
        height: 46px;
        /*z-index: 20;*/
    }
    section#search button.btn-searchreset {
        background-color: rgba(0,0,0,0.05);
        color: white;
        border: 1px solid rgba(0,0,0,0.07);
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        padding: 5px 10px;
        /*z-index: 20;*/
        width: 25%;
        height: 46px;
    }
section#search:not(.quicksearch) .search-btn-group {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
}
    section#search.quicksearch .search-btn-group {
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
        padding-right: 38px;
        margin-left: 0px;
    }
    section#search .search-btn-group button.btn-searchresult {
        color: white;
        border-top: 1px solid #fff;
        border-right: 0px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        padding: 5px 20px;
        height: 46px;
        width: 50%;
        background: rgba(143,39,39,1);
        background: -moz-linear-gradient(left, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(143,39,39,1)), color-stop(100%, rgba(255,0,0,1)));
        background: -webkit-linear-gradient(left, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        background: -o-linear-gradient(left, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        background: -ms-linear-gradient(left, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        background: linear-gradient(to right, rgba(143,39,39,1) 0%, rgba(255,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f2727', endColorstr='#ff0000', GradientType=1 );
    }

    section#search .search-btn-group .clear-result {
        text-align:center;
        vertical-align:middle;
    }

    section#search .search-btn-group .result {
        padding-right:0px;
    }

    section#search .search-btn-group .search {
        padding-left:0px;
    }

    section#search div.input-select-group {
        z-index:2;
        position:absolute;
        display:inline-block;
    }
    section#search .input-select-group span.input-select.fa-caret-up {
        color: #999999;
        position: absolute;
        top: 4px;
        left: -25px;
    }
    section#search .input-select-group span.input-select.fa-caret-down {
        color: #999999;
        position: absolute;
        top: 12px;
        left: -25px;
    }
    section#search h3 {
        padding: 0px;
        margin-top: 0px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: white;
    }
    section#search.quicksearch {
        padding: 15px 15px 15px 15px;
        background: rgba(0,0,0,0.70);
        margin: 40px 10px 0px 10px;
    }

    .frontsearch{
        position: absolute;
        width: 100%;
        bottom: 200px;
    }

.dropdown-container {
    z-index: 20;
    position: relative;
    top: -10px;
    padding-right: 30px;
    width: 100%;
    display:none;
}
.dropdown-select {
    cursor:pointer;
}
.dropdown-select>input {
    cursor: pointer;
}
.dropdown-list, .dropdown-slider {
    position: absolute;
    width: inherit;
    background-color: #ddd;
    border: 0px solid #444444;
    border-radius: 0px 0px 4px 4px;
    padding: 8px 10px 0px 15px;
    overflow: auto;
    box-shadow: 0 4px 6px 0 rgba(17,17,17,0.30);
    /*display: none;*/
}
    .dropdown-slider {
        height: 30px;
    }

    .dropdown-list ul {
        list-style: none;
        padding: 0px;
    }

.dropdown-list li {
    display: block;
}
    .dropdown-list ul>li>input[type="checkbox"] {
        position: relative;
        top: 4px;
        margin: 0px 5px -2px 0px;
        padding: 0px 0px 0px 0px;
        height: 18px !important;
        width: 18px !important;

    }
    .dropdown-list li.header {
        font-weight: bold;
        font-size: 14px;
        color: #444444;
    }

    /* SECTION #ARTICLE */
    section#article {
        background-color: white;
        padding: 20px 0px 20px 0px;
    }

    section#article .twoColumns {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


/* BREADCRUMBS */


section#breadcrumbroot {
    padding-top: 90px;
    padding-bottom: 0px;
}

#breadcrumblist {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#breadcrumblist li {
    float: left;
}

#breadcrumblist li::after {
    font-family: FontAwesome;
    display: table;
    content: "\f105";
    margin-left: 10px;
    margin-right: 10px;
    float: right;
}

#breadcrumblist li:last-child::after {
    display: none;
}

#breadcrumblist li a,
#breadcrumblist li a:focus,
#breadcrumblist li a:active,
#breadcrumblist li a:hover {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Roboto','Helvetica Neue',sans-serif;
}


/******************************************************************* SECTION #PRODUCTS *******************************************************************************/

section#products {
    background-color: white;
    padding: 0px 0px 20px 0px;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 30px;
    font-size: 14px;
}

section#products .top {
    background-color:#242424;
    height:23px;
}

    section#products div.product {
        background-color: #242424;
        color: #BCBCBC;
        border: 0px;
        transition: all 0.8s;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        cursor: pointer;
    }

.product a {
    color: inherit;
    text-decoration: none;
}

.product:hover {
    box-shadow: 0 8px 12px 0 rgba(17,17,17,0.40);
}
    section#products .productlistlist {
        padding-top: 10px;
        padding-bottom: 10px;
    }
        section#products .productlistlist .attributes-outer {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        section#products .productlistlist .description-outer {
            padding-top: 10px;
            padding-bottom: 10px;
            max-height: 120px;
            overflow: hidden;
        }

section#products .productlistbox .product .key-data-line div:first-child {
    padding-left:0px;
}

section#products .product .textarea {
    padding: 0px 15px 0px 15px;
    overflow-y: hidden;
}

section#products .product .product-specs {
    padding-left: 30px;
}
section#products .product .product-specs-value {
    padding-right: 20px;
    text-align: right;
}
section#products .bottomtext {
    min-height: 25px;
    background-color: #f00;
    display: block;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    color: white;
    padding: 2px 10px 2px 20px;
}
section#products .productlistbox .modelname, section#products .product .modelname {
    font-weight: 400;
    font-size: 16px;
    padding: 15px 0px 20px 15px;
}
section#products .productlistlist .modelname {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 15px 0px 10px 5px;
}
section#products .productlistlist .image-outer {
    /*padding-left: 0px;*/
    padding-right: 0px;
}
section#products .productlistlist .model-outer {
    border: 1px solid #FF0000;
}
    /*section#products .product-brand-logo {
        overflow:hidden;
    }*/
section#products .productlistbox .price, section#products .product .price {
    font-family: 'Russo One',sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
}
section#products .productlistlist .price {
    font-family: 'Russo One',sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
}

section#products .productlistlist .btn-green {
    width: 120px;
    height: 34px;
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background-color: #f00;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.78);
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 10px;
    margin-right: 20px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
section#products .productlistlist .align-bottom {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
section#products .productlistlist .btn-red,
section#products .productlistlist .btn-red a {
    color: white;
    font-family: 'Russo One';
    font-size: 25px;
    text-align: center;
    padding: 20px;
    display: block;
    cursor: pointer;
}
    section#products .productlistlist .btn-green > a{
        color: white;
        text-decoration: none;
    }
    
    section#products .productlistbox {
        margin-top: 20px;
    }
section#products ul.sort {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}
    section#products ul.sort > li {
        float: left;
        padding: 0px 30px;
        cursor: pointer;
    }
    section#products ul.sort > li > span {
        padding-right: 10px;
    }
        section#products ul.sort > li:hover:not(.header) {
            color: #FF0000;
        }
        section#products ul.sort > li.header {
            font-weight: bold;
            float: left;
            padding: 0px 30px 0px 0px;
            cursor: auto;
        }

section#products ul.list {
    list-style-type: none;
    margin: 0;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    float: right;
}

    section#products ul.list > li {
        float: left;
        padding: 0px 5px;
        cursor: pointer;
    }
        section#products ul.list > li.active, section#products ul.sort > li.active {
            color: #FF0000;
            font-weight: 500;
        }

        section#products ul.list > li > span {
            padding-right: 0px;
        }

        section#products ul.list > li:hover:not(.header) {
            color: #FF0000;
        }

        section#products ul.list > li.header {
            font-weight: bold;
            float: left;
            padding: 0px 30px 0px 0px;
            cursor: auto;
        }

.search-shadow {
    width:100%;
}


.productdetails {
    height: 100%;
    border: 0px; /*1px solid #f2f2f2;*/
    background-color: #242424;
    color:#BCBCBC;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    cursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(17,17,17,0.79);
}

.productdetails .top {
    background-color:#242424;
    height:23px;
}

.product .image img {
    display: block;
    margin: auto;
}

.product .image {
    position:relative;
}

.product .image .overlay {
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    background-color: rgba(36,36,36,0.6);
    text-align:center;
    color:#fff;
    border:1px solid #FF0000;
}

.product .image .overlay .modelname{
    color:#fff;
    font-size:16px;
    padding:20px;
}

.product .image .overlay .price {
    font-size:25px;
    padding-bottom:22px;
}

.product .key-data-container {
    padding:20px 30px;
}

.product .key-data-container .no-wrap{
    white-space:nowrap;
}

.product .key-data-container .splitter{
    padding-right:0px;
    padding-left:0px;
}

/*.product .key-data-container .key-data-line {
    padding-top:3px;
    padding-bottom:3px;
}*/

.productdetails .product {
    border: 0px none transparent !important;
    box-shadow: none !important;
}

.productdetails .bottombox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.productdetails .bottomtext {
    width: 100%;
}




/* SECTION#brandlinks*/

section#brandlinks{
    background-color: white;
}
section#brandlinks .brandlink-group {
    display: inline-block;
    text-align: center;
    padding: 40px 0px 40px 0px;
}
    section#brandlinks .brandlink-group .brandlink {
        display: inline-block;
        width: 19%;
        padding: 0px;
        margin: 0px;
    }





/************ BRAND SLIDER *************/

.carousel-showsixmoveone .carousel-control {
  width: 4%;
  background-image: none;
}

.carousel-showsixmoveone .carousel-inner {
    text-align:center;
}

.carousel-showsixmoveone .carousel-control.left {
  margin-left: 15px;
}

.carousel-showsixmoveone .carousel-control.right {
  margin-right: 15px;
}

.carousel-showsixmoveone .cloneditem-1,
.carousel-showsixmoveone .cloneditem-2,
.carousel-showsixmoveone .cloneditem-3,
.carousel-showsixmoveone .cloneditem-4,
.carousel-showsixmoveone .cloneditem-5 {
  display: none;
}

@media all and (min-width: 768px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -33.333%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 33.333%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-1,
  .carousel-showsixmoveone .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    transform: translate3d(33.333%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    transform: translate3d(-33.333%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showsixmoveone .carousel-inner > .active.left,
  .carousel-showsixmoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showsixmoveone .carousel-inner > .active.right,
  .carousel-showsixmoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showsixmoveone .carousel-inner > .left,
  .carousel-showsixmoveone .carousel-inner > .prev.right,
  .carousel-showsixmoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner .cloneditem-3,
  .carousel-showsixmoveone .carousel-inner .cloneditem-4,
  .carousel-showsixmoveone .carousel-inner .cloneditem-5 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showsixmoveone .carousel-inner > .item.active.right,
  .carousel-showsixmoveone .carousel-inner > .item.next {
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.active.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev {
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showsixmoveone .carousel-inner > .item.left,
  .carousel-showsixmoveone .carousel-inner > .item.prev.right,
  .carousel-showsixmoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}






    /* SECTION#Sales */
    section#sales {
        background-color: white;
        padding-bottom: 30px;
    }
        section#sales .salesarea h2 {
            font-weight: bold;
            font-size: 36px;
            padding: 0px;
            margin: 0px 0px 30px 0px;
        }
        section#sales .salesdepartment h2 {
            font-weight: bold;
            font-size: 40px;
            text-transform: uppercase;
            color: white;
            text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
            padding: 0px;
            margin: 0px 0px 30px 0px;
        }
        section#sales .salesdepartment {
            background-color: #999999;
            padding: 20px;
            color: white;
            font-size: 22px;
            height: 100%;
        }
section#sales .employee-title{
    text-transform:uppercase;
    font-weight:lighter;
    font-style:italic;
    font-size: 18px;
}
        section#sales .employee-name, section#sales .employee-phone {
            font-weight: bold;
        }
        section#sales .employee-info {
            padding-bottom: 20px;
        }

        /* FINEX - Financieringsforslag */

        .finex h2{
            padding: 10px 0px 0px 0px;
            margin: 0px 0px 10px 0px;
            font-weight: bold;
            font-size: 20px;
        }
.finex h3 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 18px;
}
.finex-table > .row {
    border-bottom: 1px solid #ddd;
}
.finex-table>.row:active{
    background-color:#ddd;
}
    .finex-table .row:first-child {
        font-weight: bold;
    }
    .finex-table .row:not(:first-child) {
        padding-left: 15px;
    }
.finex-table .row:hover:not(:first-child) {
    background-color: #f5f5f5;
}
.finex-example:not(:first-child) {
    padding-top: 30px;
}

/*.finex-table .row + .row {
    border-top: 0;
}*/
        /*.finex-header{
            font-weight: bold;
        }*/


        /* SECTION#NEWS */

section#news .newslistbox {
    border: 1px solid #ddd;
    padding: 15px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}
    section#news .newslistbox:hover {
        box-shadow: 0 8px 12px 0 rgba(17,17,17,0.40);
    }
section#news .newslistbox:not(:first-child) {
    margin-top: 20px;
}
    section #news .newscounter {
    color: #999999;
    font-size: 12px;
    padding-bottom: 10px;
}

section#news .newsdate {
    color: #999999;
    font-size: 14px;
    padding-bottom: 10px;
    font-style: italic;
}
section#news .newslink {
 width: 100%;
 line-height: 40px;
}

section#news .newsimage {
    padding: 2px 2px 5px 2px;
}

section#news h3{
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}

/* SECTION#EMPLOYEES */
section#employees .department {
    background-color: #444444;
    margin-top: 30px;
    color: white;
    padding: 30px 80px 30px 80px;
}
section#employees h1 {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    font-size: 36px;
    font-weight: bold;
}

section#employees h2 {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

section#employees a {
    color: #999999;
}

section#employees hr {
    border-color: #999999;
}
section#employees .employee-title {
    text-transform: uppercase;
    font-weight: lighter;
    font-style: italic;
    font-size: 18px;
}

section#employees .employee-name, section#employees .employee-phone {
    font-weight: bold;
}
section#employees .employee-email {
    font-size: 12px;
}
section#employees .employees .employee {
    padding: 20px 10px 10px 10px;
}

.carousel-control {
    background-image: none !important;
}
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: unset;
    outline: 0;
    opacity: unset;
    background-image: none !important;
}

.infobox-textarea {
    padding:20px;
    font-size: 18px;
    font-weight: bold;
}
.infobox-row-top {
    position: relative;
}
.infobox-row-bottom {
    padding-top: 20px;
    position: relative;
}
.infobox-fullheight {
    height: 100%
}
.infobox-halfheight {
    height: 50%
}
.infobox-image {
    position:relative;
    bottom:0px;
}

/* Catalog */
.catalogtree-level1 > div, .catalogtree-level2 > div, .catalogtree-level3 > div, .catalogtree-level4 > div, .catalogtree-level5 > div {
    display:inline-block;
}
.catalogtree-level1 {
    padding-left: 0px;
}
.catalogtree-level2 {
    padding-left: 10px;
}
.catalogtree-level3 {
    padding-left: 20px;
}
.catalogtree-level4 {
    padding-left: 30px;
}
.catalogtree-level5 {
    padding-left: 40px;
}

/* SPECIFIC VIEWPORTS */
/* Xtra small screens */
@media (max-width: 767px) {
    body {
        margin-top: 80px;
    }
    banner h2 {
        margin: 0px;
        font-size: 24px;
    }
    banner .carousel .carousel-inner .item {
        padding-top: 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
    }
    banner.small {
        margin-top: -20px;
        min-height: 200px;
        top:0px;
    }
    banner.small .banner-content {
    }
    .navbar-brand {
        max-width: 180px;
        /*max-height: 28px;*/
        height:unset;
    }
    *.brandimage {
        width: auto;
        height: 60px;
        padding-top: 5px;
    }
    .hero-text {
        margin: 90px 10px 0px 10px;
    }
    .hero-left-border {
        border-left: none;
        padding: 10px 5px 0px 15px;
    }

    .menu-container {
        border-top: 0px;
        position: fixed;
        top:0px;
        width:100%;
        max-height: 70px;
    }
    nav .menu {
        max-height: 75px;
    }
        nav .menu .navbar-nav{
            float:unset;
        } 
        .top-nav-collapse {
            padding: 0px;
        }
    .navbar-collapse {
        background-color: #0E0E0E;
        z-index:1000;
        position:relative;
        top:-10px;
    }
    nav .submenu ul {
        float: none !important;
    }
    nav .submenu li {
        padding: 10px 15px 10px 15px;
        display: block;
        float: none !important;
    }

    .navsubbararea {
        text-align: left !important;
    }

    .navbar-toggle {
        display: block;
        float: right;
        top: -5px;
        right: -10px;
    }

    .navbar-phone-area {
        display: block;
        position: absolute;
        top: 50px;
        left: 36px;
    }

    .dd-type-phone a {
        text-decoration: none;
        color: white;
    }
        .dd-type-phone a:hover {
            color: #999999;
        }
    section, section#article, section#news, section#search {
        padding-top: 0px;
        margin-top: 0px;
    }
        section#product {
            margin-top: -10px;
            padding-top: 10px;
        }
    section#catalog {
        padding-top: 10px;
    }
        section#products .productlistlist .model-outer {
            margin-left: 15px;
        }
        section#products .productlistlist .image-outer {
            padding-right: 15px;
        }
        section#products .productlistlist .attributes-outer {
            padding-right: 0px;
        }
    section#products .product .textarea {
        padding: 0px 15px 40px 15px;
        overflow-y: visible;
    }
    section#products .productlistbox .modelname, section#products .product .modelname {
        padding: 15px;
    }

    section#products ul.sort > li {
        float: left;
        padding: 0px 5px;
        cursor: pointer;
        font-size: 14px;
    }

        section#products ul.sort > li > span {
            padding-right: 1px;
        }

        section#products ul.sort > li:hover:not(.header) {
            color: #f00;
        }

        section#products ul.sort > li.header {
            font-weight: bold;
            float: left;
            padding: 0px 5px 0px 0px;
            cursor: auto;
        }
    section#breadcrumbroot {
        padding-top: 0px;
    }

    ul.nav.navbar-nav {
        -webkit-padding-start: 0px;
    }
    div.navbar-collapse.collapse{
        width: 100%;
    }
    .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
        transition-duration: 0.01s;
    }
    .outer-basket-overlay {
        z-index: 100;
        position: fixed;
        top: 69px;
        width: 100%;
    }
    .info-basket-overlay{

    }
}

@media (max-width: 767px) {
    footer {
        font-size: 14px;
    }

    footer .map-container {
        left: 20px;
        }

    footer .title {
        font-size: 12px;
        font-weight:500;
    }

    footer table.openhours {
        font-size: 12px;
    }
}
    /* Small screens (iPad vertical)*/
    @media (min-width: 768px) and (max-width: 991px) {
        body {
            margin-top: 0px;
        }

        .menu-container{
            border-top: 0px;
        }
        /*nav .menu {
            max-height: 80px;
        }

        .navbar-collapse {
            background-color: #0E0E0E;
            z-index: 30;
        }

        nav .submenu ul {
            float: none !important;
        }

        nav .submenu li {
            padding: 10px 15px 10px 15px;
            display: block;
            float: none !important;
        }

        .navsubbararea {
            text-align: left !important;
        }*/
        section#products .productlistlist .modelname {
            font-size: 16px;
        }

        section#products .productlistlist .price {
            font-size: 20px;
        }

        section#products .productlistlist .model {
            padding-left: 0px;
            padding-right: 0px;
        }

        section#products .productlistlist .btn-green {
        }

        section#employees .department {
            background-color: #444444;
            margin-top: 30px;
            color: white;
            padding: 30px 30px 30px 30px;
        }

        /*.navbar-header {
            float: none;
        }

        .navbar-left, .navbar-right {
            float: none !important;
        }

        .navbar-toggle {
            display: block;
            float: right;
            top: 0px;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            margin-top: 7.5px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #aaa;
        }
        .nav.navbar-nav > li > a:focus, .nav.navbar-nav > li > a:hover {
            color: white;
            background-color: #aaa;
        }
        .collapse.in {
            display: block !important;
        }*/

        .navbar-phone-area {
            display: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
        }
            .navbar-collapse.collapse {
                display: none !important;
            }
                .navbar-collapse.collapse.in {
                    display: block !important;
                    float: left;
                    z-index: 100;
                    overflow-y: auto;
                    width: 100% !important;
                }
        nav .menu .navbar-nav {
            float:left;
        }
    }

/* Small screens (iPad horizontally)*/
@media (min-width: 992px) and (max-width: 1199px) {
    nav .phone {
        font-size: 18px;
    }
    nav .phonenumber {
        font-size: 24px;
    }

    section#products .productlistlist .btn-red a {
        font-size: 18px;
    }
}

    /* Medium and Large screens */
    @media (min-width: 992px) {





        .row-md-eq-height {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .navbar-phone-area {
            display: none;
        }
    }

    /* NAVBAR */
    @media (max-width: 991px) {

        body {
            font-size: 16px;
        }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: black;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .navbar-nav .open .dropdown-menu > li > a,
            .navbar-nav .open .dropdown-menu .dropdown-header {
                padding: 5px 15px 5px 25px;
            }

            .navbar-nav .open .dropdown-menu > li > a {
                line-height: 20px;
            }

                .navbar-nav .open .dropdown-menu > li > a:hover,
                .navbar-nav .open .dropdown-menu > li > a:focus {
                    background-image: none;
                }

                nav .payoff {
                    padding-top: 38px;
                }

        section#imagelink .text {
            font-size: 28px;
        }

        .newsletter-signup, .nextevent-latest {
            margin-top: 30px;
        }

        

        footer {
            font-size: 16px;
        }

            footer .footer-top {
                margin-bottom: 0px;
            }

            footer .map-container {
                top: 30px;
            }
    }

    @media (min-width: 992px) {
        .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
            background-color: transparent;
            border-color: transparent;
        }
        .nav.navbar-nav > li:not(:first-child)::before {
            content: " | ";
        }
    }

    @media (min-width: 1200px) {
        section#imagelink .col-lg-2 {
            padding-left: 10px;
            padding-right: 10px;
        }
    }
