/*.solar-calculator{
  width: 60%;
  max-width: 760px;
  margin: 0;
  display: block;
}*/

@media screen and (min-width: 760px){
  .solar-calculator{
    min-width: 730px;
  }
}
.solar-calculator .span6{
  float: left;
  margin-left: 10px;
}

.solar-calculator-inner {
    padding: 0 0.5em;
}
.solar-calculator *{
  position:relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.solar-calculator header{
  width: 100%;
  padding: 10px 20px;
  background: rgba(0,0,0,0.05);
  border-radius:6px;
}

.page.solar-savings-calculator .solar-calculator header,
.page.solar-savings-calculator .btn-free-quote{
  display: none;
  visibility: hidden;
}
.page.solar-savings-calculator .testimonial{
  border: none;
}

.solar-calculator header h1{
  margin:0;
  padding:0;
  text-align:center;
  font-size: 32px;
  padding-top: 16px;
  color: #FF9D00;
  text-shadow: none;
  line-height: 0.9em;
}
.solar-calculator .solar-calculator-inner{
  max-width: 100%;
  margin: 10px auto;
  padding: 15px;
  background: rgba(0,0,0,0.05);
  border-radius: 6px;
  display: block;
}

.toggle-btn-group{
  width:100%;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -ms-box-orient:horizontal;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-pack:start;
  -moz-box-pack:start;
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
  margin:0 5px 0;
}

.toggle-btn-group label{
  display:block;
  -webkit-box-flex:1 0 auto;
  -moz-box-flex:1 0 auto;
  -webkit-flex:1 0 auto;
  -ms-flex:1 0 auto;
  flex:1 0 auto;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  -webkit-align-self:auto;
  -ms-flex-item-align:auto;
  align-self:auto;
  padding:.5em .5em .3em;
  cursor:pointer;
  line-height:1.1em;
}

.toggle-btn-group input[type=radio]{
  display:none;
}
.toggle-btn-group input[type=radio]+label{
  text-align:center;
  border:2px solid rgb(137, 137, 137);
  border-right-color:rgba(255,255,255,.5);
  color:rgba(255,255,255,1.00);
  background:rgb(109, 109, 109);
}
.toggle-btn-group input:checked+label{
  background:rgb(0, 132, 255);
  -webkit-box-shadow:inset 0 0 1em rgba(0,0,0,.3);
  -moz-box-shadow:inset 0 0 1em rgba(0,0,0,.3);
  box-shadow:inset 0 0 1em rgba(0,0,0,.3);
  cursor:default;
  color:white;
  border:2px solid rgb(0, 162, 255);
  border-radius:0;
  text-shadow:0 -.1em .05em rgba(0,0,0,.4);
}
.toggle-btn-group label:first-of-type{
  border-radius:.3em 0 0 .3em;
  }
.toggle-btn-group label:last-of-type{
  border-radius:0 .3em .3em 0;
}
.toggle-btn-group label:first-of-type:last-of-type{
  border-radius:.3em;

}
.toggle-btn-group.toggle-btn-group-1 input:checked+label{
  padding:.58em .5em .38em;
}

.calculator-form {
  font: normal 1em/1.6em 'Lato', sans-serif;
  width: 100%;
}
.calculator-form .calculator-data {
  margin-right: 1em;
  width: 100%;
  border-radius: 10px;
}

.calculator-form input{
  margin: 0;
}
.calculator-form .right-place .span-wight{
  right: 20px !important;
}

.calculator-form .calculator-output {
  border-radius:10px;
}
.no-flexbox .calculator-form .calculator-output {
  width: 100%;
}

.calculator-form #chart {
    border-top: 1px solid #fff;
    margin-top: 15px;
}
.calculator-form .calculator-output #result-stats {
  padding: 0 0.6em 0 -0.5em;
  border-top: 1px solid #fff;
  margin-top: 15px;
}
.calculator-form .calculator-output #result-stats fieldset {
  min-height: 150px;
  padding: 25px 5px 5px 10px;
  margin: 0 0 10px 0;
  border-radius:10px;
  min-width: 100%;
}

.page-template-template-freedom .calculator-form .calculator-output #result-stats fieldset.last-result{
  margin-top: -30px;
}
select.span8.ng-pristine.ng-untouched.ng-valid,.entry-content .calculator-data .row-fluid .last-bill .span8 {
  width: 55%;
}
.calculator-form .mode {
  width: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px 0;
}
.calculator-form .mode > label {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  margin-top: 4px;
}
.calculator-form .toggle-btn-group label{
  display: inline-block;
  font-size: 0.9em;
  line-height: 0.9em;
  padding: 0.5em 10px;
}

.calculator-form .row-fluid{
  border: none;
}

.calculator-form h3 {
  font-size:15px;
  text-transform: uppercase;
  font-weight: bold;
  border: 0 none;
  color: #ff9d00;
    font-family: "DINCondRegular",sans-serif;
}

.calculator-form .row-fluid  > div .roof-pitch .pitch .preview {
  height: 110px;
  background:url(../images/sun_corner.png) top left no-repeat;
}
.calculator-form .row-fluid  > div .roof-pitch .pitch .preview SPAN {
    position: absolute;
    bottom: -7px;
    right: 12px;
    width: 97px;
  height:117px;
    background: url(../images/roof_pitch_40.png) no-repeat;
}
.calculator-form .row-fluid  > div .roof-pitch .pitch .pitch-control INPUT[type=range] {
  width: 85%;
  border:rgba(53,53,53,1.00);
}
.calculator-form .row-fluid  > div .roof-pitch .pitch .pitch-control OUTPUT {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    line-height: 0.9em;
    color:#666;
}

.calculator-form .system-orientation {
  width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.calculator-form .row-fluid  .system-orientation .roof-orientation,
.calculator-form .row-fluid  .system-orientation .roof-pitch {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.no-flexbox .calculator-form .row-fluid  .system-orientation .roof-orientation,
.no-flexbox .calculator-form .row-fluid  .system-orientation .roof-pitch {
  width: 100%;
}
.calculator-form .row-fluid  .system-orientation .roof-orientation {
  margin-right: 2%;
}

.calculator-form div.form-data{
  width: 100%;
}

.calculator-form hr{
  border-top: none;
  border-bottom: 1px solid #fff;
}

.calculator-form div.form-data small {
  font-size: 0.7em;
  margin: 0 0.2em;
  color: #666;
}

.calculator-form .orientation {
  overflow: hidden;
}
.calculator-form .orientation .orientation-preview {
  height: 110px;
}
.calculator-form .orientation .orientation-preview .NW,
.calculator-form .orientation .orientation-preview .NNW,
.calculator-form .orientation .orientation-preview .N,
.calculator-form .orientation .orientation-preview .NNE,
.calculator-form .orientation .orientation-preview .ENE,
.calculator-form .orientation .orientation-preview .NE,
.calculator-form .orientation .orientation-preview .E,
.calculator-form .orientation .orientation-preview .ESE,
.calculator-form .orientation .orientation-preview .SE,
.calculator-form .orientation .orientation-preview .SSE,
.calculator-form .orientation .orientation-preview .S,
.calculator-form .orientation .orientation-preview .SSW,
.calculator-form .orientation .orientation-preview .SW,
.calculator-form .orientation .orientation-preview .WSW,
.calculator-form .orientation .orientation-preview .W,
.calculator-form .orientation .orientation-preview .WN {
  position: absolute;
  font-size: 11px;
  line-height: 11px;
  color:#666;
}
.calculator-form .orientation .orientation-preview .NW {
  top: 12.5%;
  left: 12.5%;
  display: none;
}
.calculator-form .orientation .orientation-preview .NNW {
  top: 0px;
  left: 25%;
  margin-left: -5px;
  display: none;
}
.calculator-form .orientation .orientation-preview .N {
  top: 0px;
  left: 45%;
  margin-left: -4px;
  display: none;
}
.calculator-form .orientation .orientation-preview .NNE {
  top: 0px;
  right: 25%;
  margin-right: -2px;
  display: none;
}
.calculator-form .orientation .orientation-preview .ENE {
  top: 25%;
  right: 0px;
  margin-top: 6px;
  display: none;
}
.calculator-form .orientation .orientation-preview .NE {
  top: 12.5%;
  right: 12.5%;
  display: none;
}
.calculator-form .orientation .orientation-preview .E {
  right: 10px;
  top: 50%;
  margin-top: -5px;
  display: none;
}
.calculator-form .orientation .orientation-preview .ESE {
  bottom: 25%;
  right: 0px;
  margin-top: 0px;
  display: none;
}
.calculator-form .orientation .orientation-preview .SE {
  bottom: 12.5%;
  right: 12.5%;
  display: none;
}
.calculator-form .orientation .orientation-preview .SSE {
  bottom: 0px;
  right: 25%;
  margin-right: -5px;
  display: none;
}
.calculator-form .orientation .orientation-preview .S {
  bottom: 0px;
  left: 50%;
  margin-left: -3px;
  display: none;
}
.calculator-form .orientation .orientation-preview .SSW {
  bottom: 0px;
  left: 25%;
  margin-left: -5px;
  display: none;
}
.calculator-form .orientation .orientation-preview .SW {
  bottom: 12.5%;
  left: 12.5%;
  display: none;
}
.calculator-form .orientation .orientation-preview .WSW {
  bottom: 25%;
  left: 0px;
  margin-top: -5px;
  display: none;
}
.calculator-form .orientation .orientation-preview .W {
  left: 10px;
  top: 50%;
  margin-top: -5px;
  display: none;
}
.calculator-form .orientation .orientation-preview .WN {
  top: 25%;
  left: 0px;
  margin-top: -5px;
  display: none;
}
.calculator-form .orientation .orientation-preview .house {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}
.calculator-form .orientation .orientation-preview .house:before {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 2px;
  background: url(../images/house_roof.png) center center no-repeat;
  width: 92px;
  height: 92px;
}
.calculator-form .orientation .orientation-control INPUT[type="range"] {
  width: 85%;
  border:rgba(53,53,53,1.00);
}
.calculator-form .orientation .orientation-control OUTPUT {
  font-size: 0.7em;
  line-height: 0.9em;
  display: block;
  width: 100%;
  text-align: center;
  color:#666;
}
.calculator-form .orientation input[value="NW"] ~ .NW,
.calculator-form .orientation input[value="NNW"] ~ .NNW,
.calculator-form .orientation input[value="N"] ~ .N,
.calculator-form .orientation input[value="NNE"] ~ .NNE,
.calculator-form .orientation input[value="ENE"] ~ .ENE,
.calculator-form .orientation input[value="NE"] ~ .NE,
.calculator-form .orientation input[value="E"] ~ .E,
.calculator-form .orientation input[value="ESE"] ~ .ESE,
.calculator-form .orientation input[value="SE"] ~ .SE,
.calculator-form .orientation input[value="SSE"] ~ .SSE,
.calculator-form .orientation input[value="S"] ~ .S,
.calculator-form .orientation input[value="SSW"] ~ .SSW,
.calculator-form .orientation input[value="SW"] ~ .SW,
.calculator-form .orientation input[value="WSW"] ~ .WSW,
.calculator-form .orientation input[value="W"] ~ .W,
.calculator-form .orientation input[value="WN"] ~ .WN {
  display: block;
  font-weight:bold;
}
.calculator-form .orientation input[value="N"] ~ .house {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.calculator-form .orientation input[value="NNE"] ~ .house {
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}
.calculator-form .orientation input[value="NE"] ~ .house {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.calculator-form .orientation input[value="ENE"] ~ .house {
  -webkit-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  transform: rotate(67.5deg);
}
.calculator-form .orientation input[value="E"] ~ .house {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.calculator-form .orientation input[value="ESE"] ~ .house {
  -webkit-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  transform: rotate(112.5deg);
}
.calculator-form .orientation input[value="SE"] ~ .house {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.calculator-form .orientation input[value="SSE"] ~ .house {
  -webkit-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  transform: rotate(157.5deg);
}
.calculator-form .orientation input[value="S"] ~ .house {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calculator-form .orientation input[value="SSW"] ~ .house {
  -webkit-transform: rotate(202.5deg);
  -ms-transform: rotate(202.5deg);
  transform: rotate(202.5deg);
}
.calculator-form .orientation input[value="SW"] ~ .house {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.calculator-form .orientation input[value="WSW"] ~ .house {
  -webkit-transform: rotate(247.5deg);
  -ms-transform: rotate(247.5deg);
  transform: rotate(247.5deg);
}
.calculator-form .orientation input[value="W"] ~ .house {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.calculator-form .orientation input[value="WN"] ~ .house {
  -webkit-transform: rotate(292.5deg);
  -ms-transform: rotate(292.5deg);
  transform: rotate(292.5deg);
}
.calculator-form .orientation input[value="NW"] ~ .house {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.calculator-form .orientation input[value="NNW"] ~ .house {
  -webkit-transform: rotate(337.5deg);
  -ms-transform: rotate(337.5deg);
  transform: rotate(337.5deg);
}
.calculator-form #chart {
  height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#chart #bars {
  position: absolute;
  top: 20px;
  left: 40px;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#chart #bars .bar {
  float: left;
  width: 5%;
  height: 100%;
  border: 4px solid;
  border-color:transparent;
}

#chart #bars .bar div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 0%;
  -webkit-transition: height 0.5s ease-out;
  -moz-transition: height 0.5s ease-out;
  -o-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
}

#chart #bars .bar div:nth-child(1) {
  background-color: rgb(243, 183, 35);
}
#chart #bars .bar div:nth-child(2) {
  background: #0080FF;
}
#chart #bars .bar div:hover {
  border: 1px solid #fff;
  z-index: 100;
  border-bottom: none;
}
#chart #bars .bar div:hover:before {
  content: ' ';
  overflow: hidden;
  height: 1px;
  width: 600px;
  position: absolute;
  top: 0px;
  right: 100%;
  background: #666;
}
#chart #bars .bar div:hover:after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 2px 5px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  font-size: 11px;
  color: #666;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
#chart #bars .bar:nth-child(-n+9) DIV:hover:after {
  left: 0px;
}
#chart #bars .bar:nth-child(n+10) DIV:hover:after {
  right: 0px;
}
#chart .legend {
  position: absolute;
  top: 25px;
  left: 45px;
  font-size: 10px;
  line-height: 12px;
}
.calculator-form #chart .legend div {
  vertical-align: top;
  color:#666;
}
.calculator-form #chart .legend div:before {
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  color: #666;
}

.calculator-form #chart .legend div:first-child:before {
  background: rgb(243, 183, 35);
}
.calculator-form #chart .legend div:last-child:before {
  background: #0080FF;
  color: #666;
}
.calculator-form .chart-x {
  position: absolute;
  bottom: 0px;
  left: 40px;
  right: 20px;
  font-size: 10px;
  line-height: 10px;
  height: 20px;
}
.calculator-form .chart-x span {
  float: left;
  width: 5%;
  font-size: 10px;
  text-align: center;
  border: 1px solid transparent;
  color:#666;
}
.calculator-form .chart-x:after {
  content: 'Years';
  position: absolute;
  bottom: 0px;
  font-weight: bold;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  color:#666;
}
.calculator-form #chart .chart-y {
  position: absolute;
  bottom: 20px;
  top: 20px;
  left: 0px;
  width: 40px;
  font-size: 10px;
  line-height: 10px;
  color: #666;
}
.calculator-form #chart .chart-y span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: right;
  margin-top: -5px;
}
.calculator-form #chart .chart-y span:before {
  content: '$';
}
.calculator-form #chart .chart-y span:after {
  content: '-';
  color: #ccc;
}
.calculator-form #chart .chart-y span:nth-child(1) {
  top: 0;
}
.calculator-form #chart .chart-y span:nth-child(2) {
  top: 25%;
}
.calculator-form #chart .chart-y span:nth-child(3) {
  top: 50%;
}
.calculator-form #chart .chart-y span:nth-child(4) {
  top: 75%;
}
.calculator-form #chart .chart-y span:nth-child(5) {
  top: 100%;
}
.calculator-form #result-stats {
    margin-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.calculator-form #result-stats label {
    width: 180px;
}

.calculator-form #result-stats .toggle-btn-group label {
  width: auto;
}

.calculator-form #result-stats fieldset > DIV {
    line-height: 20px;
    vertical-align: top;
}

.calculator-form #result-stats fieldset > DIV LABEL {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.calculator-form #result-stats fieldset > DIV LABEL.result-label {
  font-size: 0.8em;
  color:rgba(255,255,255,1.00);
  text-shadow: 1px 1px rgba(0,0,0,1.00);
}
.calculator-form #result-stats fieldset > DIV STRONG {
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  text-align: right;
  padding: 0px 4px;
  color:rgb(130, 130, 130);
}

.control-label{
  color: #666;
  font-size: 12px;
  margin: 8px 0 0 0;
  width: 66%;
}

.flex-range {
  width: 95%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin:11px 0 10px 10px;
  padding:10px 0 0;
}

.flex-range .input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.no-flexbox .flex-range .input {
  width: 100%;
}
.flex-range input[type="range"] {
  width: 100%;
  border:rgba(53,53,53,1.00);
  margin-top:27px;
}
.flex-range output {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.7em;
  line-height: 0.9em;
  color:#FF8233;
  font-weight:bold;
}
.flex-range .min,
.flex-range .max {
  width: 3em;
  text-align: center;
  font-size: 0.7em;
  color:#666;
}
.flex-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position:relative;
}

.no-flexbox .flex-text .input {
  width: 100%;
}
.flex-label {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-label LABEL {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.no-flexbox .flex-label LABEL {
  width: 100%;
}

a.calculator-tooltip{
  font: bold 0.9em/0.9em serif;
    font-style: italic;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 6px;
  background-color: #E69E00;
  color: #666;
  padding: 5px 7px;
  width: 20px;
  height: 20px;
}
.calculator-form .tooltip{
  position: absolute;
  z-index: 99999;
  width: 220px;
}

.form-data .back-style-1{
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #555;
}

.form-data .marg-div1{
  margin-bottom:8px;
  width:100%;
} 

.form-data .marg-div2{
  margin:8px 0;
}
.form-data .back-style-1 .span-wight, .solar-system-details .back-style-1 .span-wight{
  width:60%;
  position:absolute;
  right:35px;
}
.form-data .back-style-1 .span-wight2{
  margin:4px 0 0 30px;
}
.solar-system-details{
  width:100%;
}
.solar-system-details .system-size{
  width: 87%;
}
.solar-system-details .flex-range .range-left{
  position:absolute;
  bottom: -8px;
  left: -10px;
  color:#FF8233;
  font-weight:bold;
}
.solar-system-details .flex-range .range-right{
  position:absolute;
  bottom:-8px;
  right:-26px;
  color:#FF8233;
  font-weight:bold;
}
.solar-system-details .back-style-1 .text-style{
  padding-left:5px;
    color:rgba(255,255,255,1.00);
    text-shadow: 1px 1px rgba(0,0,0,1.00);
}
.heading-testimonial {
  margin:0;
  padding:0;
}
.heading-testimonial h4{
  font-size:15px;
  text-transform:uppercase;
  color:#FF9D00;
  text-shadow:none;
  font-weight:bold;
}
.heading-testimonial .sol-real-pro img{
  float:left;
  padding:0;
  margin:0 10px 0 0;
}

.heading-testimonial .sol-real-pro{
  font-size:11px;
  color:#666;
}

.systemDegredation {
  margin:7px 0 !important;
}
.solar-calculator h3, .label-heading{
  font-family: "DINCondRegular",sans-serif;
    font-weight: bold;
  font-size: 15px !important;
  text-transform: uppercase;
  color: #FF9D00 !important;
}

.position .calculator-preview {
    height: 100px;
    position: relative;
    width: 260px;
}
.ssc-field1 .position .calculator-preview SPAN {
    background: url(../images/systemsize3.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 9px;
    height: 70px;
    position: absolute;
    right: 11px;
    width: 235px;
  background-size:100% 100%;
}

.flex-range{
  margin: 0px;
}

.btn-free-quote{
  width: 100%;
  background: rgba(0,0,0,0.05);
  color: #666 !important;
}
.btn-free-quote:hover{
  background: #2C3E50
}

span.uneditable-input.span6 {
  width: 57%;
}

input.last-bill-number {
  margin-bottom: 10px;
}

input#data-retail-price {
  margin-left: 0px;
  padding: 0px 5px;
  min-width: 60px !important;
  float: left;
}
label[for="data-retail-price"]{
  width: 170px;
}
#content .retail-price .control-label.feed-in-tariff {
  max-width: 80px;
}

@media only screen and (max-width: 1200px) {
  .solar-calculator{
    width: 75%;
  }
}
@media only screen and (max-width: 980px) {
  .solar-calculator{
    width:98% !important;
  }
}
@media only screen and (max-width: 768px) {
  .solar-calculator{
    width:100% !important;
  }
  .calculator-form .mode{
    width:80%;
    margin:auto;
  }
  .form-data .back-style-1 .span-wight2{
    margin:4px 0 0 24%;
  }
  .systemInstallation{
    margin-top:40px !important;
  }
  .calculator-form #result-stats{
    display:inline;
  }
}
@media only screen and (max-width: 480px) {
  .btn-free-quote{
    font-size:20px !important;
  }
  .calculator-form .mode{
    width:100% !important;
  }
  .retail-price .controls{
    width: 100%;
    display: block;
    clear: both;
  }
  .retail-price {
    min-height: 60px;
  }
  .last-bill{
    min-height: 80px;
  }
  .last-bill input, .last-bill select{
    width: 100%;
  }
  input#data-retail-price {
    margin-left: auto;
  }
}
@media only screen and (max-width: 400px){
  .btn-free-quote{
    font-size:16px !important;
  }
  .ssc-field1 .position .calculator-preview span{
    width:200px !important;
  }
  .position .calculator-preview{
    width:215px !important;
  }
  .form-data .back-style-1 .span-wight, .solar-system-details .back-style-1 .span-wight{
    right: 34px !important;
    width: 43% !important;
  }
}
.flex-text.calcYears .bt-show label {
  padding: 0.5em 5px;
}