
/* fira-sans-regular - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-italic - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/fira-sans-v16-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/fira-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fira-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v16-latin-italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-500 - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fira-sans-v16-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/fira-sans-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fira-sans-v16-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v16-latin-500.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-700 - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fira-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-700italic - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/fira-sans-v16-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/fira-sans-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fira-sans-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fira-sans-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/fira-sans-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fira-sans-v16-latin-700italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'Dakota';
    src: url('../fonts/dakota-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/dakota-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/dakota-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/dakota-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/dakota-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/dakota-webfont.svg#dakota') format('svg'); /* Legacy iOS */
}


body {
    font-family: 'Fira Sans';
    color:#898989;
    min-width: 320px;
    overflow-x: hidden;
    font-size: 1.6em;
    -webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
    -moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}

p, p > div {
    line-height: 1.8em;
    padding: 5px 0;
    #text-align: justify;
}

h3 {
    font-size: 32px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a:hover {
    color: #ff8f00;
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 20px;
}

input, optgroup, select, textarea {
    color: #898989;
    padding: 5px;
    width: 100%;
    display: inline-block;
}

input[type='checkbox'], input[type='radio'] {
    width: inherit;
    display: inherit;
}

form button, .button {
    color: #898989;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

form button:hover, .button:hover {
    color: #ff8f00;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #eaeaea;
    color: #898989;
    border:1px solid #898989;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.5em;
}

button:disabled {
    cursor: not-allowed;
}

html input, html textarea, html select {
    border: 1px solid #898989;
    border-radius: 5px;
    color: #898989;
}

input:focus, textarea:focus, select:focus  {
    border: 1px solid #ff8f00;
    border-radius: 5px;
}


.control-group.error input, .control-group.error textarea, .control-group.error select,
.form-group.error input, .form-group.error textarea, .form-group.error select,
.error input, .error textarea, .error select {
    border: 1px solid #CC3300;
    border-radius: 5px;
    background-color: #fde8ec;
}

.form-control {
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #ff8f00;
    box-shadow: none;
}

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}

.tblFixed {
    overflow-x: auto;
}

.tblFixed td, .tblFixed th {
    text-align: center;
    vertical-align: middle !important;
}

.orange {
    color: #ff8f00;
}

.lightOrange {
    color: #ffcc99;
}

.gray {
    color: #b5b5b5;
}

.darkGray {
    color: #898989;
}

.black {
    color: #333333;
}

.white {
    color: #ffffff;
}

.green {
    color: #009900;
}

.red {
    color: #FF0000;
}

a.white,
a.white:hover,
a.white:visited {
    text-decoration: underline;
    color: #ffffff;
}

.lightGray {
    color: #eeeeee;
}

.medGray {
    color: #cacaca;
}

.bgRowTbl .fa.fa-fire,
.bgRowTbl .fa.fa-wrench {
    display: none;
}

.bgInstaller {
    background-color: #e6ffff;
    color: #898989;
}

.bgInstaller .fa.fa-wrench {
    display: inline-block;
}

.bgNewOrder {
    background-color: #ffffcc;
    color: #333333;
}

.bgErrorOrder {
    background-color: #ffe6e6;
}

.bgExpress {
    background-color: #fffae6;
    color: #898989;
}

.bgExpress .fa.fa-fire {
    display: inline-block;
}


.bgDarkGray {
    background-color: #898989;
    color: #eeeeee;
}

.bgLightGray {
    background-color: #eeeeee;
    color: #898989;
}

.bgMedGray {
    background-color: #cacaca;
    color: #898989;
}

.bgWhite {
    background-color: #ffffff;
    color: #898989;
}

.bgCustomRed {
    background-color: #d9534f;
    color: #ffffff;
}

.bgLightRed {
    background-color: #E9967A;
    color: #ffffff;
}

.bgLighterRed {
    background-color: #ffcccc;
}

.bgLightRed .help-block {
    color: #ffffff !important;
}

.bgRed {
    background-color: #ff1a1a;
    color: #ffffff;
}

.bgBonusGreen {
    background-color: #d9ffb3;
}

.bgOrange {
    background-color: #ff8f00;
    color: #ffffff;
}

.bgLightOrange {
    background-color: #ffCC99;
}

.bgLightBlue {
    background-color: #e8effc;
}

.bgBlack {
    background-color: #333333;
    color: #ffffff;
}

.bt-white {
    border-top: 1px solid #FFFFFF;
}

.bt-orange {
    border-top: 1px solid  #ff8f00;
}

input.bgOrange, button.bgOrange, a.bgOrange {
    background-color: #ff8f00;
    color: #ffffff;
    border: 1px solid #ff8f00;
}

a.bgOrange:hover, button.bgOrange:hover,  input.bgOrange:hover {
    color: #ffffff;
    background-color: #ffaf33;
    border: 1px solid #ffaf33;
}

input.bgOrange, button.bgOrange, button.bgDarkGray {
    font-weight: normal;
    font-style: italic;
}

.handwritten {
    font-family: 'Dakota';
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tooltip {
    padding:10px;
}

.round {
    border-radius: 6px;
}

.roundUp {
    border-radius: 6px 6px 0 0;
}

.roundH3 {
    padding:10px 20px;
    line-height:100px;
    border-radius: 50%;
    font-size: 36px;
}

.roundBig {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    text-align: center;
    font-size: 22px;

    width:60px;
    height: 60px;
    line-height: 60px;

    #border: 1px solid #898989;
}

.inline {
    display:inline-block;
}

.borderless {
    border: none !important;
}

table.borderless > tbody > tr > td, table.borderless > thead > tr > th {
    border: none;
}

.modal {
    z-index: 9999;
    top: 50%;
    margin-top: -200px;
}

.radio-inline+.radio-inline {
    margin-left: 0;
}

.radio-inline {
    margin-right: 10px;
}

.force-inline .radio,
.force-inline .checkbox {
    display: inline-block;
    margin-right:50px;
    white-space: nowrap;
}

.force-inline label {
    padding-left: 10px;
    width: 220px;
}

.separatorInverted {
    font-size: 1px;
    border-top: 1px solid #eeeeee;
    margin: 20px 0;
    width:100%;
    line-height: 1px;
}

.ppvSeparator {
    font-size: 1px;
    border-top: 1px solid #898989;
    margin: 20px 0;
    width:100%;
    line-height: 1px;
}

.miniSeparator {
    border-top: 1px solid #eaeaea;
    margin-top: 5px;
    padding-top: 5px;
}

.strong {
    font-weight: 500;
}

.icons, .icons .fa {
    font-size: 1.6em;
}

.ribbon {
    font-size: 2em;
    padding: 0.5em 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.w20proc {
    width:20%;
}

table.table-bordered {
    border-collapse: inherit;
    border: 1px solid #eeeeee;
}

.italic {
    font-style: italic;
}

.bigger {
    font-size: 1.2em;
}

.double {
    font-size: 2em;
}

.panel-default > .panel-heading {
    background-color: #eeeeee;
}


.mt-30 { margin-top: -30px; }
.mt-20 { margin-top: -20px; }
.mt-10 { margin-top: -10px; }
.mt-5 { margin-top: -5px; }
.mt2 { margin-top: 2px; }
.mt3 { margin-top: 3px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt35 { margin-top: 35px; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }

.mb20 { margin-bottom: 20px; }

.ml5 { margin-left: 5px; }
.ml20 { margin-left: 20px; }
.mr20 { margin-right: 20px; }
.ml-10 { margin-left: -10px; }


.hide-md, .hide-xs {
    visibility: hidden;
}

.vCenter {
    height:100%;
    width:100%;

    text-align: center;  /* align the inline(-block) elements horizontally */

}

.vCenter:before {    /* create a full-height inline block pseudo=element */
    content: " ";
    display: inline-block;
    vertical-align: middle;    /* vertical alignment of the inline element */
    height: 100%;
}

.vCenter > .container {
    max-width: 100%;

    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
}

.imgCentred img {
    margin: auto;
}

.underline {
    text-decoration: underline;
}

/* alerts */
.alert {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
    margin: 0px;
}

form.has-global-errors .help-block {
    color: #ff0000;
    padding: 0px;
    font-weight: bold;
}

.error,
.error ul.help-block,
.error label.control-label {
    color: #ff0000;
    font-weight: bold;
}

.energyError ul.help-block {
    font-weight: normal;
    font-size: 0.8em;
    float: right;
    padding-top: 5px;
    padding-right: 15px;
}

ul.list-type-line {
    list-style-type: disc;
}

.fullHeight {
    height: 100%;
    min-height: 100%;
}

.fullSizedContent {
    overflow: hidden;
}

.fullSizedContent img {
    width: 100%;
}

.fullSizedContent .box-left:before,
.fullSizedContent .box-right:before {
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}

.fullSizedContent .box-all:before,
.fullSizedContent .box-all:after {
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}

.fullSizedContent .box-all.bgOrange:before {
    left: -999em;
    background-color: #ff8f00;
}

.fullSizedContent .box-all.bgOrange:after {
    right: -999em;
    background-color: #ff8f00;
}

.fullSizedContent .box-left.bgTransparent:before {
    left: -999em;
    background: transparent url('/bundles/app/images/map_overlay_base.png') scroll 0 0 repeat;
}

.fullSizedContent .box-right.bgTransparent:before {
    right: -999em;
    background: transparent url('/bundles/app/images/map_overlay_base.png') scroll 0 0 repeat;
}

.fullSizedContent .box-left.bgDarkGray:before {
    left: -999em;
    background-color: #898989;
}

.fullSizedContent .box-right.bgDarkGray:before {
    right: -999em;
    background-color: #898989;
}

.fullSizedContent .box-left.bgOrange:before {
    left: -999em;
    background-color: #ff8f00;
}

.fullSizedContent .box-right.bgOrange:before {
    right: -999em;
    background-color: #ff8f00;
}

.fullSizedContent .box-left.bgLightGray:before {
    left: -999em;
    background-color: #eeeeee;
}

.fullSizedContent .box-right.bgLightGray:before {
    right: -999em;
    background-color: #eeeeee;
}

.fullSizedContent .box-left.bgBlack:before {
    left: -999em;
    background-color: #333333;
}

.fullSizedContent .box-right.bgBlack:before {
    right: -999em;
    background-color: #333333;
}

.bgTransparent {
    #background-color: rgba(255,255,255,0.85);
    background: transparent url('/bundles/app/images/map_overlay_base.png') scroll 0 0 repeat;
}

.navbar.transparent  {
    background: transparent url('/bundles/app/images/map_overlay_base.png') scroll 0 0 repeat;
    border: none;
    z-index: 9999;
    margin-bottom: 0px;
    transition: all 0.4s ease;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 500;
}

.navbar-nav > li.social-links > a, .navbar-nav > li.social-links > a.nohover:hover, .navbar-nav > li.social-links > a.nohover:visited   {
    color: #333;
}

.navbar-nav > li.social-links {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 3px solid #ff8f00;
}

.nav-main {
    overflow-x: hidden;
}

.nav-main > li.selected > a,
.nav-main > li.selected > h3 {
    color: #ff8f00;
}

.navbar.transparent .navbar-nav > li, .navbar.transparent .navbar-nav .dropdown-menu {
    text-align: left;
}

.spacer-menu {
    display: inline-block;
    height: 300px;
    width: 1px;
    font-size: 1px;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-nav > li > a.selected {
    color: #ff8f00;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #ffffff;
    z-index: 9999;
}

.navbar-default {
    background-color: #ffffff;
    z-index: 9999;
}


.container-fluid.realFullWidth {
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid.realFullWidth .row {
    width: 100%;
    margin-left:0px;
    margin-right:0px;
}

.navbar-header {
    width: 27%;
}

.navbar-brand {
    width: 98%;
}

.navbar.sticky {
    height: 55px;
    background: #ffffff;
    border-bottom: 2px solid #898989;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.75);
}

.navbar #logo {
    padding:10px;
    background-color: #fff;
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.navbar.sticky #logo, .navbar.compact #logo  {
    padding: 0px;
    height: 50px;
    width: auto;
    display: block;
    max-width: auto;
    transition: all 0.4s ease;
}


/* Carousel base class */
#mainCarousel.carousel {
    margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
#mainCarousel.carousel-caption {
    z-index: 10;
}

#mainCarousel.carousel .item {
    background-color: #777;
}

#mainCarousel .carousel-inner > .item > img {
    min-width: 100%;
    #min-height: 300px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin: auto;
}

.carousel-control.right, .carousel-control.left {
    background: none;
}

.bb {
    border-bottom: 2px solid #898989;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.bbs {
    border-bottom: 1px solid #898989;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.headerMainPic {
    height:auto;
    max-height: 350px;
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #ff8f00;
    padding-top: 50px;
}



#mainCarousel {
    border-bottom: 3px solid #ff8f00;
    position:relative;
}

#mainCarousel.carousel .item {
    padding-top: 50px;
}


.motto-wrapper {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0.1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    position: absolute;
    bottom: 0px;
    width:100%;
    z-index: 9989;
    border-bottom: 3px solid #898989;
}

#motto h1 {
    font-family: 'Dakota', Arial, Helvetica, sans-serif;
    color: #ff8f00;
}

#motto img {
    width:40%;
}

.mottoBestPrice {
    background: transparent url('/bundles/app/images/bubble_v4.png?v=3') scroll 0 0 no-repeat;
    width:200px;
    height:200px;
    position: absolute;
    bottom:  0px;
    right: 0px;
    z-index: 9990;
    padding: 25px;
}

.mottoBestPrice p {
    color: #eeeeee;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    #-ms-transform: rotate(5deg); /* IE 9 */
    #-webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
    #transform: rotate(5deg);
    zoom:1;

    #-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99619470, M12=-0.08715574, M21=0.08715574, M22=0.99619470,sizingMethod='auto expand')";
    #filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99619470, M12=-0.08715574, M21=0.08715574, M22=0.99619470,sizingMethod='auto expand');
    #-moz-transform:  matrix(0.99619470, 0.08715574, -0.08715574, 0.99619470, 0, 0);
    #-webkit-transform:  matrix(0.99619470, 0.08715574, -0.08715574, 0.99619470, 0, 0);
    #-o-transform:  matrix(0.99619470, 0.08715574, -0.08715574, 0.99619470, 0, 0);

    text-align: center;
}

.toolSection {
    background: transparent url('/bundles/app/images/tools-bg.png') scroll 0px -27px repeat-x;
    position: relative;
    top: -36px;
    z-index: 9990;
}

.toolSection .toolsBuffer {
    height:30px;
}

/* Center align the text within the three columns below the carousel */
.tools .toolsIcon .col-md-4 {
    margin-bottom: 0px;
}

.tools .toolsContent .col-md-4 {
    text-align: center;
}

.tools .col-md-4 h3 {
    text-transform: uppercase;
    color: #898989;
}

.toolsContent .ppvSeparator {
    height: 1px;
    border:1px solid #ff8f00;
    margin-bottom: 15px;
}

.tools h2 {
    font-weight: normal;
}
.tools .col-md-4 p {
    margin-right: 10px;
    margin-left: 10px;
    color: #b5b5b5;
    font-style: italic;
}

.tools .toolsIcon {
    position:relative;
    margin-top: -26px;
    z-index: 9991;
}

.tools .ppIcon {
    background: transparent url('/bundles/app/images/tools.png') scroll 0px 0 no-repeat;
    height: 80px;
    width: 127px;
    margin:auto;
}

.tools .calcIcon {
    background: transparent url('/bundles/app/images/tools.png') scroll -127px 0 no-repeat;
    height: 80px;
    width: 127px;
    margin:auto;
}

.tools .buyIcon {
    background: transparent url('/bundles/app/images/tools.png') scroll -254px 0 no-repeat;
    height: 80px;
    width: 127px;
    margin:auto;
}

.tools #homeEnergyCol,
.tools #homeInfoCol {
    float: left;
}

.tools #homeOrderCol {
    float: right;
}


#toolsExtraLinksWrapper {
    margin-top: -100px;
}

#toolsExtraLinksWrapper .fa-6x {
    font-size: 6em;
}

#toolsExtraLinksWrapper .tel-arrow {
    top:35px;
    position: relative;
}

#toolsExtraLinksWrapper .tel-link-item {
    padding: 3px 0;
    border-left: 2px solid #ffffff;
    color: #ffffff;
}

#toolsExtraLinksWrapper .tel-link-item:hover {
    background-color: #ffaf33;
    cursor: pointer;
}

#toolsExtraLinksWrapper a:first-child .tel-link-item {
    border-left: none;
}

.mapWrapper {
    position: relative;
    overflow: hidden;
    height: 400px;
    width:100%;
    border-bottom: 2px solid #b5b5b5;
    border-top: 2px solid #b5b5b5;
    background: transparent url('/bundles/app/images/karte.jpg') scroll right center repeat-x;
}

.mapWrapper .map {
    background: transparent url('/bundles/app/images/map_overlay_base.png') scroll 0 0 repeat;
    height: 100%;
}

.mapWrapper .container,  .mapWrapper .row {
    height: 100%;
}

.mapWrapper .overlayMapEnd {
    background: transparent url('/bundles/app/images/map_overlay_end.png') scroll 0 0 repeat;
    width: 96px;
    height: 100%;
    float: left;
}

.mapWrapper .mapOverlay {
    position: absolute;
    z-index: 9991;
    right:0;
    left:0;
    width:5%;
    height:100%;
    background: transparent url('/bundles/app/images/map_overlay_base.png') scroll 0 0 repeat;
}
/*
.mapWrapper img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: 100%;
}*/

.productsWrapper {
    margin-top:20px;
}

.certWrapper {
    background: #ff8f00 url('/bundles/app/images/certificate.jpg') scroll center center repeat-x;
    height: 400px;
    margin-top:0px;
    border-bottom: 2px solid #b5b5b5;
    border-top: 2px solid #b5b5b5;
    position: relative;

}

.certDescriptionWrapper {
    background-color: #ffffff;
    text-align: left;
}

.certDescription {
    padding: 30px;
}

.transportWrapper iframe {
    max-height: 315px;
}

.installWrapper {
    margin: 3% 0;
}

.installWrapper .rowCentered {
    padding:3% 0;
}

.installWrapper .installIcon {
    max-width: 150px;
}

.photoFrame {
    margin: 0 20px 20px 20px;
}

.photoFrame.left {
    margin-left: 0px;
}

.photoFrame.right {
    margin-right: 0px;
}

.vdi-terms li {
    padding-bottom: 10px;
}

.mottoFooterWrapper {

}

.mottoFooterWrapper h3 {
    margin: 1em 0;
    #-ms-transform: rotate(-2deg); /* IE 9 */
    #-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    #transform: rotate(-2deg);

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=0.03489950, M21=-0.03489950, M22=0.99939083,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=0.03489950, M21=-0.03489950, M22=0.99939083,sizingMethod='auto expand');
    -moz-transform:  matrix(0.99939083, -0.03489950, 0.03489950, 0.99939083, 0, 0);
    -webkit-transform:  matrix(0.99939083, -0.03489950, 0.03489950, 0.99939083, 0, 0);
    -o-transform:  matrix(0.99939083, -0.03489950, 0.03489950, 0.99939083, 0, 0);

    font-size: 3em;
}

.footerWrapper {
    line-height: 24px;
    text-align: left;
    font-size: 16px;
}


.ppvCenter {

    display: inline-block;
    vertical-align: middle;
    float: none;

}

.rowCentered {
    letter-spacing: -0.31em; /* webkit */
    *letter-spacing: normal; /* reset IE < 8 */
    word-spacing: -0.43em; /* IE < 8 && gecko */
}

.colCentered {
    display: inline-block;
    zoom: 1; *display: inline; /* IE < 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: middle;
    float: none;
}

.normalize {
    letter-spacing: normal;
    word-spacing: normal;
}

.social-share-wrapper {
    margin-top: -30px;
    padding: 15px 0 0px 0  ;
}

.specialSocialShare .social-share-wrapper {
    position: relative;
    top:20px;
}

.specialSocialShare {
    margin-top: -30px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav > li.social-links > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav > li.social-links > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/*==========  Non-Mobile First Method  ==========*/

.col-sm-nopadding-right {
    padding-right: 0px;
}

.col-sm-nopadding-left {
    padding-left: 0px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .mapWrapper {
        background: transparent url('/bundles/app/images/karte.jpg') scroll center center repeat-x;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        width: 40%;
    }

    .navbar-collapse {
        background-color: #ffffff;
        border-bottom: 2px solid #898989;
    }

    .headerMainPic .motto-wrapper {
        overflow-x: hidden;
        white-space: nowrap;
    }

    #mainCarousel .motto-wrapper {
        background-color: #ffffff;
        position: static;
    }

    #header .navbar.transparent {
        background-color: #ffffff;
    }

    .toolSection {
        background: none;
    }

    #toolsExtraLinksWrapper .tel-link-item {
        border-left: none;
        border-top: 1px solid #ffffff;
    }

    #toolsExtraLinksWrapper a:first-child .tel-link-item {
        border-top: none;
    }

    .tools #homeEnergyCol,
    .tools #homeInfoCol,
    .tools #homeOrderCol{
        float: none;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .hide-md {
        visibility: visible;
    }

    .navbar.transparent .navbar-brand {
        width: 40%;
    }

    h1, .h1 {
        font-size: 28px; }

    h2, .h2 {
        font-size: 26px; }

    h3, .h3 {
        font-size: 22px; }

    h4, .h4 {
        font-size: 14px; }

    .certWrapper {
        background-image: none;
        background-color: #ff8f00;
        height:auto;
    }

    .certDescriptionWrapper {
        background-color: #ff8f00;
    }

    .certDescriptionWrapper,.certDescriptionWrapper h3  {
        color: #eeeeee;
    }

    .certDescription {
        padding: 0;
    }

    .mottoFooterWrapper h3 {
        font-size: 24px;
    }

    .mapWrapper, .mapWrapper .box-left, .mapWrapper .overlayMapEnd {
        height: auto;
        background: none;
        background-color: #eeeeee;
        color: #898989;
    }

    .col-sm-nopadding-right {
        padding-right: 15px;
    }
    .col-sm-nopadding-left {
        padding-left: 15px;
    }

    #vdi-tools-info {
        display: none;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .navbar.transparent .navbar-brand {
        width: 40%;
    }

    h1, .h1 {
        font-size: 22px; }

    h2, .h2 {
        font-size: 18px; }

    h3, .h3 {
        font-size: 16px; }

    h4, .h4 {
        font-size: 14px; }

    body, html {
        font-size: 12px;
    }

    .certWrapper {
        background-image: none;
        background-color: #ff8f00;
        height:auto;
    }

    .certDescriptionWrapper {
        background-color: #ff8f00;
    }

    .certDescriptionWrapper, .certDescriptionWrapper h3 {
        color: #eeeeee;
    }

    .certDescription {
        padding: 0;
    }

    .mottoFooterWrapper h3 {
        font-size: 16px;
    }

    .footerWrapper {
        font-size: 14px;
    }

    .col-sm-nopadding-right {
        padding-right: 15px;
    }
    .col-sm-nopadding-left {
        padding-left: 15px;
    }
    
    .double {
        font-size: 1.4em;
    }

    .instagram-footer-link {
        height: 32px;
    }
}



/* Header Mega Menu */
@media (min-width: 992px) {
    #header nav.mega-menu .nav, #header nav.mega-menu .dropup, #header nav.mega-menu .dropdown, #header nav.mega-menu .collapse {
        position: static;
    }

    #header nav.mega-menu ul.nav-main .mega-menu-content {
        text-shadow: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title {
        color: #ff8f00;
        display: block;
        font-size: 1em;
        font-weight: 600;
        padding-bottom: 5px;
        text-transform: uppercase;
        margin-top: 20px;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item .mega-menu-sub-title:first-child {
        margin-top: 0;
    }


    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
        background: #FFF !important;
        border-top: 6px solid #CCC;
        color: #898989;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
        color: #898989;
        text-shadow: none;
        margin: 0 0 0 -8px;
        padding: 3px 8px;
        text-transform: none;
        font-size: 0.9em;
        display: block;
        font-weight: normal;
        border-radius: 4px;
        border: 0;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-item:hover ul.sub-menu li:hover a:hover {
        background: #eeeeee !important;
        text-decoration: none;
    }

    #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 6px;
    }

    #header nav.mega-menu .navbar-inner, #header nav.mega-menu .container {
        position: relative;
    }

    #header nav.mega-menu .dropdown-menu {
        left: auto;
    }

    #header nav.mega-menu .dropdown-menu > li {
        display: block;
    }

    #header nav.mega-menu .mega-menu-content {
        padding: 20px 30px;
    }

    #header nav.mega-menu .mega-menu-content:before {
        display: table;
        content: "";
        line-height: 0;
    }

    #header nav.mega-menu .mega-menu-content:after {
        display: table;
        content: "";
        line-height: 0;
        clear: both;
    }

    #header nav.mega-menu.navbar .nav > li > .dropdown-menu:after, #header nav.mega-menu.navbar .nav > li > .dropdown-menu:before {
        display: none;
    }

    #header nav.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    #header nav.mega-menu nav.pull-right .dropdown-menu {
        right: 0;
    }

    #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
        border-radius: 0;
    }
}


/* pages */
#herstellung p {
    text-align: justify;
}

.contentWrapper {
    padding: 30px 0;
    min-height: 400px;
}

#map-canvas {
    width:100%;
    height:500px
}

.gmWrapper {
    padding: 0px;
}

/* installers */
.item-installer {
    padding:20px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(137,137,137,1);
    -moz-box-shadow: 0px 0px 8px 2px rgba(137,137,137,1);
    box-shadow: 0px 0px 8px 2px rgba(137,137,137,1);
}

.remember-me label {
    font-size: 14px;
    line-height: 20px;
    #font-weight: normal;
}

.mega-menu-content li.nav-item {
    background: transparent url('/bundles/app/images/bullet.png') no-repeat scroll 3px 6px;
    padding-left: 15px;
    transition: background-position 150ms ease-out 0s;
}

.mega-menu-content li.nav-item:hover {
    background-position: 6px 6px;
}

.mega-menu-content ul {
    padding-left: 5px;
}

.hide-it {
    display: none;
}

.legend-graph {
    font-size: 11px;
    margin: 0px 0 10px 100px;
}
.legend-graph .red {
    color: red;
}
.legend-graph .blue {
    color: blue;
}
.legend-graph .darkred {
    color: #ac0000;
}
.legend-graph .darkblue {
    color: #00008b;
}

.bar-graph span {
    display: inline-block;
    height:10px;
    width: 10px;
    border: 1px solid #000000;
    margin: 2px 10px 0 0;
}
.bar-graph.blue span {
    background-color: blue;
}

.bar-graph.red span {
    background-color: red;
}

.bar-graph.darkred span {
    background-color: #ac0000;
}

.bar-graph.darkblue span {
    background-color: #00008b;
}

.bar-graph.orange span {
    background-color: #ff8f00;
}

/* modals */
.row-item-order {
    cursor: pointer;
}

.row-item-order:hover {
    background-color: #efefef;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #898989;
}

.radioInline > .radio {
    display: inline-block;
    margin-right: 20px;
}

/* fixes */
.datepicker-dropdown {
    z-index: 9999 !important;
}

.borderTitle {
    border-top: 1px dashed #666666;
    text-align: center;
}
.borderTitle span {
    background-color: #ffffff;
    padding: 5px;
    top: -12px;
    font-size: 11px;
    position: relative;
}

.bgYellow {
    background-color: #FFFF00;
}

.uppercase {
    text-transform: uppercase;
}

.smaller {
    font-size: 11px;
}

.borderBoxOrange {
    border: 2px solid #ff8f00;
    border-radius: 4px;
}

div.feedback_trigger, div.feedback_content {
    z-index: 9999 !important;
}

/* Cookie accept */
.cc_container .cc_btn {
    background-color: #ff8f00 !important; /* Farbe des Buttons */
    color: #ffffff !important; /* Textfarbe des Buttons */
    margin-top:5px;
}

.cc_container {
    font-family: 'Fira Sans' !important;
    background: #cacaca !important; /* Hintergrundfarbe des gesamten Bereichs */
    color: #333333 !important; /* Schriftfarbe des gesamten Bereichs */
    border-top: 3px solid #ff8f00 !important;
    font-size: 0.9em !important;
}

.cc_message {
    line-height: 1.4em !important;
}

.cc_container a {
    color: #ff8f00 !important; /* Textlink-Farbe "Mehr Infos" */
}

.cc_banner-wrapper {
    z-index: 9999 !important;
}

.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.note.note-custom {
    background-color: #eeeeee;
    color: #333333;
    border-color: #ff8f00;
}

.note.note-custom-reverse {
    background-color: #ffffff;
    color: #333333;
    border-color: #ff8f00;
}

.note.note-small {
    font-size: 0.8em;
    padding: 5px 10px 5px 10px;
    margin-top: 20px;
}

.w100 {
    width: 100px !important;
}


.w120 {
    width: 120px !important;
}

.w200 {
    width: 200px !important;
}

.w320 {
    width: 320px !important;
}

.semi-transparent {
    opacity: 0.5;
}

.pause {
    background-color: #f5f5f5;
}

.strongItalic {
    font-weight: bold;
    font-style: italic;
}

.fa-beat {
    -webkit-animation: fa-beat 1s infinite linear;
    animation: fa-beat 1s infinite linear;
}
@-webkit-keyframes fa-beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes fa-beat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.smallLineHeader {
    border-top: 1px solid #cacaca;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.smallLineHeader .lineTitle {
    position: relative;
    top: -7px;
    background-color: #ffffff;
    padding: 5px 10px;
}

a.anchor:target {
    padding-top: 90px;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.specialGroup .dropdown-header {
    background-color: #ff8f00;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    margin-top: -5px;
}

.smallBox {
    padding: 3px;
}

.absBottomRight {
    position: absolute;
    bottom: -3px;
    right: -3px;
}

.sqBtn {
    padding: 20px;
    border-radius: 0px;
}

.borderOrange {
    border:3px solid #ff8f00;
}

.tileAnswer {
    width: 35px !important;
    padding: 10px;
    border-radius: 0px;
    font-weight: bold;
}