﻿
/*
* Gilje
*/
body {
    /*font-family:sans-serif;*/
    font-family: 'Helvetica Neue', Arial;
    /*margin: 1px 20px 20px 20px;*/
    /*padding-bottom: 40px;*/
    background-image: url("http://www.gilje.no/css/../images/bg.jpg");
    background-position:center top;
    background-repeat:repeat-x;
}
h1, h2, h3, h4, h5 {
    color:black;
}
.badge-info, .label-info[href], .badge-info[href] {
    background-color: #009EE0;
}
.navbar-inverse .navbar-inner {
    background-image: none;
    background-color:transparent;
    border:none;
    border-color: none;
    box-shadow: none;
    filter: initial;
    height: 67px;
}
.navbar-inner .container-fluid {
    /*background-image: linear-gradient(to bottom, #E8E8E8, #D7D6D7);
    background-image: -moz-linear-gradient(to bottom, #E8E8E8, #D7D6D7);
    background-image: -webkit-linear-gradient(to bottom, #E8E8E8, #D7D6D7);
    background-image: -ms-linear-gradient(#fff, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E8E8E8', endColorstr='#D7D6D7');*/

    background-image: linear-gradient(to bottom, #646464, #393939);
    background-image: -moz-linear-gradient(to bottom, #646464, #393939);
    background-image: -webkit-linear-gradient(to bottom, #646464, #393939);
    background-image: -ms-linear-gradient(#fff, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#646464', endColorstr='#393939');

    border-color: #E0E0E0;
    border-radius: 5px 5px;
    box-shadow: 0 0 2px 2px #E0E0E0;
    -moz-box-shadow: 0 0 2px 2px #E0E0E0;
    -webkit-box-shadow: 0 0 2px 2px #E0E0E0;
}
.navbar .nav li a {
    padding-top: 10px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #69DA3C;
    text-shadow: 0 -1px 0 black;
} 
.economy .energysaving h4, .economy .energysaving h3 {
    color:#69DA3C;
}
.btn-contactme {
    background-color: #009EE0;
}
.economy {
    color:#777;
}

.upgradedProductContainer {
    width: 60px;
    height:50px;
    border: 4px solid #F5F5F5;
    padding:4px 4px;
    float:left;
}
.upgradedProductContainer.selected {
    border-radius: 5px 5px 70px 70px;
    opacity:1;
    background-color:white;
    border: 4px solid #009EE0;
}
.upgradedProduct {
    cursor:pointer;
}
.upgradedProduct:hover {
    opacity:1;
}
/*.numbering-container {
    padding-left:51px;
}
.numbering {
    background: none repeat scroll 0 0 #009EE0;
    border-radius: 30px 30px 30px 30px;
    color: #FFFFFF;
    float: left;
    font-size: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: -15px;
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 1px #333333;
    width: 20px;
}*/
.dd-container {
    width:95%!important;
}
.dd-container .dd-select {
    width:95%!important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: #009EE0;
  background-image: linear-gradient(#009EE0, #009EE0 25%, #009EE0);
  border: 1px solid #009EE0;
  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.fullwidthbanner-container .fullwidthabnner {
  max-height:640px!important;
}
