/* Start Mobile Version */
@media only screen and (min-width: 1000px) {

  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    font-family: 'Roboto', sans-serif;
  }
  li{
    list-style: none;
  }

  #mainBanner{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
  }

  .desktopHeader{
    width: 100%;
    height: 100%;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }
  .mobileHeader{
    display: none;
  }

  .desktop{
    display: block;
    width: 100%;
    height: auto;
  }
  .mobile{
    display: none;
  }

  /* Fixed MAIN Button */
    #mainCall2Action{
      width: 100%;
      height: calc(100vh - 200px);
      float: left;
      display: block;
      margin: 0;
      padding: 200px 0 0 0;
      text-align: center;
      font-family: 'Poppins', sans-serif;
    }
    #mainCall2Action #h1h2Div {
      width: 100%; height: 40%;
      float: left;
    }
    #mainCall2Action h1 {
      width: 50%; height: 50%;
      margin: 0 25% 0 25%; padding: 0;
      color white;
      -webkit-text-stroke: .5px white;
      -webkit-text-fill-color: white;
      font-weight: bolder;
      text-shadow: 5px 5px black;
      font-size: 3em;
      vertical-align: bottom;
      letter-spacing: .05em;
      line-height: 3em;
      float: left;
      background: rgba(0,0,0,0.5);
      background: -moz-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
      background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      background: -o-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      background: -ms-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      background: linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
      border-top-right-radius: 50px;
      border-top-left-radius: 50px;
    }
    #mainCall2Action h2 {
      width: 50%; height: 50%;
      margin: 0 25% 0 25%; padding: 0;
      color white;
      -webkit-text-fill-color: white;
      font-size: 1.5em;
      line-height: 2em;
      letter-spacing: .15em;
      text-shadow: 2px 2px black;
      float: left;
      background: rgba(0,0,0,0.5);
      background: -moz-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.5)));
      background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      background: -o-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      background: -ms-linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      background: linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
      border-bottom-right-radius: 50px;
      border-bottom-left-radius: 50px;
    }
    #mainCall2Action a{
      height: auto;
      width: 22%;
      margin: 30px 38% 0 38%;
      padding: 15px;
      float: left;
      font-family: 'Poppins', sans-serif;
      font-weight: bolder;
      font-size: 1.2em;
      line-height: 2em;
      text-align: center;
      color: white;
      text-shadow: 2px 2px black;
      background: rgba(73,155,234,1);
      background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
      background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
      border-radius: 15px;
      text-decoration: none;
      transition: 1s;
    }
    #mainCall2Action a:hover{
      height: auto;
      width: 30%;
      margin: 50px 35% 0 35%;
      padding: 15px;
      float: left;
      font-family: 'Poppins', sans-serif;
      font-weight: bolder;
      font-size: 1.5em;
      line-height: 2em;
      text-align: center;
      color: yellow;
      text-shadow: 2px 2px black;
      background: rgba(73,155,234,1);
      background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
      background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      background: linear-gradient(to right, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
      border-radius: 15px;
      text-decoration: none;
      transition: 1s;
  }
  /* end Fixed MAIN Button */

  /* Fixed MAIN VIDEO */
    #video-background {
      /*  making the video fullscreen  */
      float: left;
      width: 100%;
      height: 100vh;
      display: block;
      z-index: -100;
      margin: 0;
      padding: 0;
      position: fixed;
      object-fit: cover;
    }
  /* end Fixed MAIN VIDEO */

  /*Animated Down Arrow Learn More Scroll */
    @import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
    section {
      position: absolute;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      bottom: 0;
    }
    section::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: auto;
    }
    .demo a {
      width: 10%;
      height: auto;
      position: absolute;
      top: -45px;
      left: 0;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #fff;
      margin: 0 45% 0 45%;
      padding: 0 0 20px 0;
      font : normal 400 20px/1 'Josefin Sans', sans-serif;
      letter-spacing: .1em;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      text-decoration: none;
      transition: opacity .3s;
      background-color: black;
      opacity: .8;
    }
    .demo a:hover {
      opacity: .5;
    }
    #section05 a {
      padding-top: 70px;
    }
    #section05 a span {
      position: absolute;
      top: 0;
      width: 50px;
      height: 50px;
      margin-left: 33%;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: sdb05 1.5s infinite;
      animation: sdb05 1.5s infinite;
      box-sizing: border-box;
    }
    @-webkit-keyframes sdb05 {
      0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
      }
      50% {
        opacity: 1;
      }
      100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
      }
    }@keyframes sdb05 {
      0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
      }
      50% {
        opacity: 1;
      }
      100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
      }
    }
  /* end Animated Down Arrow Learn More Scroll */

  #whySolarDiv{
    width: 80%;
    height: auto;
    padding: 0 10% 0 10%;
    font-size: 1em;
    vertical-align: baseline;
    float: left;
    color: black;background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.85) 47%, rgba(237,237,237,0.68) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.85)), color-stop(100%, rgba(237,237,237,0.68)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.85) 47%, rgba(237,237,237,0.68) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.85) 47%, rgba(237,237,237,0.68) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,0.85) 47%, rgba(237,237,237,0.68) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,0.85) 47%, rgba(237,237,237,0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
  }#whySolarDiv .thirds{
    width: 29.3%;
    height: auto;
    min-height: 300px;
    padding: 0 2% 50px 2%;
    margin: 50px 0 0 0;
    font-size: 15px;
    display: inline-block;
    float: left;
    color: black;
  }

  #whySolarDiv .thirds i{
    width: 100%;
    float: left;
    height: 100px;
    font-size: 90px;
    text-align: center;
    transition: 1s;
  }
  #whySolarDiv .thirds:hover > i{
    color: orange;
    font-size: 120px;
    transition: 1s;
  }
  #whySolarDiv .thirds:hover > h2{
    color: orange;
  }
  #whySolarDiv .thirds h2{
    width: 100%;
    float: left;
    height: 50px;
    font-size: 25px;
    text-align: center;
  }
  #thirdsParagraph{
    width: 95%;
    float: left;
    height: auto;
    margin: 0 2.5% 0 2.5%;
    padding: 0;
    font-size: 15px;
    line-height: 50px;
  }
  #thirdsParagraph li{
    width: calc(100% - 6px);
    float: left;
    height: auto;
    margin: 5px 0 5px 0;
    list-style: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    color: black;
    border-radius: 15px;
    border: 2px solid black;
    background: rgba(237,225,59,1);
    background: -moz-linear-gradient(left, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,225,59,1)), color-stop(100%, rgba(254,165,22,0.45)));
    background: -webkit-linear-gradient(left, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    background: -o-linear-gradient(left, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    background: -ms-linear-gradient(left, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    background: linear-gradient(to right, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede13b', endColorstr='#fea516', GradientType=1 );
    transition: 1s;
  }
  #thirdsParagraph li:hover{
    font-size: 15px;
    transition: 1s;
    font-weight: bolder;
  }

  .banner{
    width: 100%;
    float: left;
    height: auto;
    display: block;
    position: relative;
  }
  .banner img{
    width: 100%;
    float: left;
    height: auto;
  }

  #buttonsOnPictureLeft{
    position: absolute;
    float: left;
    bottom: 30px;
    width: 100%;
    height: 50px;
    padding: 0;
  }
  #buttonsOnPictureLeft a{
    width: 25%;
    height: 50px;
    margin: 0 14% 0 0;
    font-size: .95em;
    line-height: 50px;
    float: right;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: #56B63B;
    text-align: center;
    transition: 1s;
    vertical-align: bottom;
  }
  #buttonsOnPictureLeft a:hover{
    width: 26%;
    height: 50px;
    margin: 0;
    font-size: 1.5em;
    line-height: 50px;
    color: black;
    background-color: lightgreen;
    text-align: center;
    transition: 1s;
  }

  /* INDEX FOOTER */
  #indexFooterContainer{
    width: 100%; height: auto;
    float: left;
  }
  #brandsDiv {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 70px 0 70px 0;
    float: left;
    background-color: white;
    display: block;
  }
  #brandsDiv h1{
    width: 90%;
    height: auto;
    font-size: 2.3em;
    vertical-align: middle;
    margin: 50px 0 0 0;
    text-align: center;
    padding: 0 5% 0 5%;
    float: left;
    color: #F16323; /* Orange */
    display: block;
  }
  #brandsDiv h2{
    width: 90%;
    height: auto;
    margin: 30px 0 20px 0;
    font-size: 1.4em;
    text-align: center;
    padding: 0 5% 0 5%;
    float: left;
    display: block;
    font-family: 'Catamaran', sans-serif;
  }

  #container {
   width: 100%;
   height: 200px;
   overflow: hidden;
   margin: 0 0 0 0;
   padding: 50px 0 0 0;
   background: white;
   float: left;
  }

  /*photobanner*/
  .photobanner {
   height: 200px;
   width: 3550px;
  }
  .photobanner img {
    width: 150px;
    height: auto;
    margin: 0 5px 0 5px;
    padding:  0 5px 0 5px;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   transition: all 0.5s ease;
  }

  /*keyframe animations*/
  .first {
   -webkit-animation: bannermove 30s linear infinite;
   -moz-animation: bannermove 30s linear infinite;
   -ms-animation: bannermove 30s linear infinite;
   -o-animation: bannermove 30s linear infinite;
   animation: bannermove 30s linear infinite;
  }

  @keyframes "bannermove" {
   0% {
      margin-left: 0px;
   }
   100% {
      margin-left: -2125px;
   }
  }
  @-moz-keyframes bannermove {
   0% {
     margin-left: 0px;
   }
   100% {
     margin-left: -2125px;
   }

  }
  @-webkit-keyframes "bannermove" {
   0% {
     margin-left: 0px;
   }
   100% {
     margin-left: -2125px;
   }

  }
  @-ms-keyframes "bannermove" {
   0% {
     margin-left: 0px;
   }
   100% {
     margin-left: -2125px;
   }

  }
  @-o-keyframes "bannermove" {
   0% {
     margin-left: 0px;
   }
   100% {
     margin-left: -2125px;
   }

  }

  /* end brands div */

  #requestAQuote_Form{
   width: 80%;
   float: left;
   background-color: #F2F2F2;
   height: auto;
   min-height: 500px;
   padding: 50px 10% 150px 10%;
   margin: 0;
   font-family: 'Ubuntu', sans-serif;
  }
  #requestAQuote_Form .leftHalf{
    width: 39%;
    float: left;
    height: auto;
    background-color: ;
    margin: 0 1% 0 10%;
    padding: 0;
  }
  #requestAQuote_Form .rightHalf{
    width: 39%;
    float: left;
    height: auto;
    background-color: ;
    margin: 0 10% 0 1%;
    padding: 0;
  }
  #requestAQuote_Form h1{
   width: 100%;
   float: left;
   text-align: center;
   font-weight: lighter;
   height: auto;
   padding: 80px 0 25px 0;
   margin: auto;
   color: #2593FF;
   font-family: 'Ubuntu', sans-serif;
  }
  #requestAQuote_Form .halfWidth_li{
    width: 50%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #requestAQuote_Form .fullWidth_ul{
      width: 80%;
      height: auto;
      float: left;
      display: inline-block;
      margin: 0 10% 0 10%;
      padding: 0;
    }
  #requestAQuote_Form .fullWidth_li{
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #requestAQuote_Form ul li .formH1{
    width: 90%;
    height: auto;
    float: left;
    display: block;
    margin: 0 5% 10px 5%;
    padding: 0;
    font-size: 1em;
    line-height: 2em;
    text-indent: 0;
    text-align: left;
    color: black;
  }
  #requestAQuote_Form ul li .formH1_2{
    width: 95%;
    height: auto;
    float: left;
    display: block;
    margin: 25px 2% 10px 3%;
    padding: 0;
    font-size: 1em;
    line-height: 2em;
    text-indent: 0;
    text-align: left;
    color: black;
  }
  #requestAQuote_Form ul li label{
    width: 80%;
    height: auto
    float: left;
    display: block;
    margin: 10px 10% 0 10%;
    padding: 0;
    font-size: .9em;
    line-height: 1.2em;
    text-indent: 0;
    text-align: left;
    color: grey;
  }
  #requestAQuote_Form ul .fullWidth_li label{
    width: 90%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0 5% 0 5%;
    padding: 0;
    font-size: .9em;
    line-height: 1.2em;
    text-indent: 0;
    text-align: left;
    color: grey;
  }
  #requestAQuote_Form .label2{
    width: 90%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0 4% 0 6%;
    padding: 0;
    font-size: .9em;
    line-height: 1.2em;
    text-indent: 0;
    text-align: left;
    color: grey;
  }
  #requestAQuote_Form ul li input{
    width: 80%;
    height: 2em;
    float: left;
    display: inline-block;
    margin: 0 10% 0 10%;
    padding: 0;
    text-indent: 10px;
    font-size: 1em;
    line-height: 1.2em;
  }
  #requestAQuote_Form ul li .halfInput2{
    width: 88%;
    height: 2em;
    float: left;
    display: inline-block;
    margin: 0 6% 0 6%;
    padding: 0;
    text-indent: 10px;
    font-size: 1em;
    line-height: 1.2em;
  }
  #requestAQuote_Form ul li input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: orange;
    opacity: .6;
  }
  #requestAQuote_Form ul .fullWidth_li input{
    width: 90%;
    height: 2em;
    float: left;
    display: inline-block;
    margin: 0 5% 0 5%;
    padding: 0;
    text-indent: 10px;
    font-size: 1em;
    line-height: 1.2em;
  }
  #requestAQuote_Form #formLegal{
    width: 80%;
    margin: auto;
    text-align: center;
    margin: 20px 10% 0 10%;
    float: left;
    font-size: .9em;
    line-height: 1.5em;
  }
  #requestAQuote_Form #formLegal #checkbox{
    height: 1.5em;
    width: 20px;
    line-height: 1.5em;
  }
  #requestAQuote_Form #formLegal button{
    height: 50px;
    width: 200px;
    line-height: 1.5em;
    font-size: 1em;
    text-align: center;
    background-color: #2593FF;
    color: white;
    border: none;
    font-weight: bold;
    margin: 30px 0 0 0;
  }



}
/* end desktop version */


/* Start Mobile Version */
@media only screen and (max-width: 999px) {
    .mobileHeader{
      width: 100%;
      float: left;
      height: auto;
      margin: 0;
      display: block;
      z-index: 100;
    }
    .desktopHeader{
      display: none;
    }

    .mobile{
      display: block;
      width: 100%;
      height: auto;
    }
    .desktop{
      display: none;
    }

    body{
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
      overflow-x: hidden;
        line-height: 1.4;
        background: #E1E1E1;
    }

    #mainBanner{
      width: 100%;
      height: auto;
      margin: 50px 0 0 0;
      padding: 0;
      float: left;
    }#mainBanner img{
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      float: left;
    }



    @import url(https://fonts.googleapis.com/css?family=Ek+Mukta:200);
    body {
      margin: 0;
      line-height: 1.4;
      background: #E1E1E1;
    }

    .header {
      position: fixed;
      display: block;
      top: 0;
      left: 0;
      height: 50px;
      width: 100%;
      background: #194799;
      overflow: hidden;
      transition: all 0.5s ease-out, background 1s ease-out;
      transition-delay: 0.2s;
      z-index: 100;
      box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }

    .header .burger-container {
      position: relative;
      display: inline-block;
      height: 50px;
      width: 50px;
      cursor: pointer;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-tap-highlight-color: transparent;
    }
    .header .burger-container #burger {
      width: 18px;
      height: 8px;
      position: relative;
      display: block;
      margin: -4px auto 0;
      top: 50%;
    }
    .header .burger-container #burger .bar {
      width: 100%;
      height: 1px;
      display: block;
      position: relative;
      background: #FFF;
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0s;
    }
    .header .burger-container #burger .bar.topBar {
      -webkit-transform: translateY(0px) rotate(0deg);
              transform: translateY(0px) rotate(0deg);
    }
    .header .burger-container #burger .bar.btmBar {
      -webkit-transform: translateY(6px) rotate(0deg);
              transform: translateY(6px) rotate(0deg);
    }
    .header .icon {
      display: inline-block;
      position: absolute;
      height: 100%;
      line-height: 50px;
      width: 50px;
      height: 50px;
      text-align: center;
      color: #FFF;
      font-size: 22px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    .header .icon.icon-bag {
      right: 0;
      top: 0;
      left: auto;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0.65s;
    }
    .header ul.menu {
      position: relative;
      display: block;
      padding: 0px 48px 0;
      list-style: none;
    }
    .header ul.menu li.menu-item {
      border-bottom: 1px solid #333;
      margin-top: 5px;
      -webkit-transform: scale(1.15) translateY(-30px);
              transform: scale(1.15) translateY(-30px);
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }
    .header ul.menu li.menu-item:nth-child(1) {
      transition-delay: 0.49s;
    }
    .header ul.menu li.menu-item:nth-child(2) {
      transition-delay: 0.42s;
    }
    .header ul.menu li.menu-item:nth-child(3) {
      transition-delay: 0.35s;
    }
    .header ul.menu li.menu-item:nth-child(4) {
      transition-delay: 0.28s;
    }
    .header ul.menu li.menu-item:nth-child(5) {
      transition-delay: 0.21s;
    }
    .header ul.menu li.menu-item:nth-child(6) {
      transition-delay: 0.14s;
    }
    .header ul.menu li.menu-item:nth-child(7) {
      transition-delay: 0.07s;
    }
    .header ul.menu li.menu-item a {
      display: block;
      position: relative;
      color: #FFF;
      font-family: "Ek Mukta", sans-serif;
      font-weight: 100;
      text-decoration: none;
      font-size: 22px;
      line-height: 2.35;
      font-weight: 200;
      width: 100%;
    }
    .header.menu-opened {
      height: 100%;
      background-color: #000;
      transition: all 0.3s ease-in, background 0.5s ease-in;
      transition-delay: 0.25s;
    }
    .header.menu-opened .burger-container {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
    .header.menu-opened .burger-container #burger .bar {
      transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0.2s;
    }
    .header.menu-opened .burger-container #burger .bar.topBar {
      -webkit-transform: translateY(4px) rotate(45deg);
              transform: translateY(4px) rotate(45deg);
    }
    .header.menu-opened .burger-container #burger .bar.btmBar {
      -webkit-transform: translateY(3px) rotate(-45deg);
              transform: translateY(3px) rotate(-45deg);
    }
    .header.menu-opened ul.menu li.menu-item {
      -webkit-transform: scale(1) translateY(0px);
              transform: scale(1) translateY(0px);
      opacity: 1;
    }
    .header.menu-opened ul.menu li.menu-item:nth-child(1) {
      transition-delay: 0.27s;
    }
    .header.menu-opened ul.menu li.menu-item:nth-child(2) {
      transition-delay: 0.34s;
    }
    .header.menu-opened ul.menu li.menu-item:nth-child(3) {
      transition-delay: 0.41s;
    }
    .header.menu-opened ul.menu li.menu-item:nth-child(4) {
      transition-delay: 0.48s;
    }
    .header.menu-opened ul.menu li.menu-item:nth-child(5) {
      transition-delay: 0.55s;
    }
    .header.menu-opened ul.menu li.menu-item:nth-child(6) {
      transition-delay: 0.62s;
    }
    .header.menu-opened ul.menu li.menu-item:nth-child(7) {
      transition-delay: 0.69s;
    }
    .header.menu-opened .icon.icon-bag {
      -webkit-transform: translateX(75px);
              transform: translateX(75px);
      transition-delay: 0.3s;
    }

  #logo{
    position: fixed;
    width: 20%;
    margin: 0 40% 0 40%;
    padding: 0;
    float: center;
    display: block;
    z-index: 200;
    top: 0;
    left: 0;
    background: #ADA996;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    text-align: center;
    max-width: 200px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  #logo img{
    width: 100%;
    height: auto;
    max-width: 110px;
  }

  #callUs{
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    margin: 0;
    width: 100px;
    height: 50px;
    text-align: center;
    background-color: ;
    z-index: 2;
  }#callUs a{
    width: 100%;
    height: 100%;
  }
  #callUs i{
    width: 100%;
    color: white;

    font-size: 22px;
    line-height: 2.35;
  }

  #whySolarDiv{
    width: 90%;
    height: auto;
    padding: 0 5% 0 5%;
    font-size: 1em;
    vertical-align: baseline;
    float: left;
    color: black;
  }#whySolarDiv .thirds{
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 0 2% 50px 2%;
    margin: 50px 0 0 0;
    font-size: 15px;
    display: inline-block;
    float: left;
    color: black;
  }

  #whySolarDiv .thirds i{
    width: 100%;
    float: left;
    height: 100px;
    font-size: 90px;
    text-align: center;
    transition: 1s;
  }#whySolarDiv .thirds:hover > i{
    color: orange;
    font-size: 120px;
    transition: 1s;
  }#whySolarDiv .thirds:hover > h2{
    color: orange;
  }
  #whySolarDiv .thirds h2{
    width: 100%;
    float: left;
    height: 50px;
    font-size: 25px;
    text-align: center;
  }
  #thirdsParagraph{
    width: 95%;
    float: left;
    height: auto;
    margin: 0 2.5% 0 2.5%;
    padding: 0;
    font-size: 15px;
    line-height: 50px;
  }#thirdsParagraph li{
    width: calc(100% - 6px);
    float: left;
    height: auto;
    margin: 5px 0 5px 0;
    list-style: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    color: black;
    border-radius: 15px;
    border: 2px solid black;
    background: rgba(237,225,59,1);
    background: -moz-linear-gradient(left, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,225,59,1)), color-stop(100%, rgba(254,165,22,0.45)));
    background: -webkit-linear-gradient(left, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    background: -o-linear-gradient(left, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    background: -ms-linear-gradient(left, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    background: linear-gradient(to right, rgba(237,225,59,1) 0%, rgba(254,165,22,0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede13b', endColorstr='#fea516', GradientType=1 );
    transition: 1s;
  }#thirdsParagraph li:hover{
    font-size: 15px;
    transition: 1s;
    font-weight: bolder;
  }

  #sectionLinks{
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    background: rgba(69,69,69,1);
    background: -moz-linear-gradient(left, rgba(69,69,69,1) 0%, rgba(31,33,39,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69,69,69,1)), color-stop(100%, rgba(31,33,39,1)));
    background: -webkit-linear-gradient(left, rgba(69,69,69,1) 0%, rgba(31,33,39,1) 100%);
    background: -o-linear-gradient(left, rgba(69,69,69,1) 0%, rgba(31,33,39,1) 100%);
    background: -ms-linear-gradient(left, rgba(69,69,69,1) 0%, rgba(31,33,39,1) 100%);
    background: linear-gradient(to right, rgba(69,69,69,1) 0%, rgba(31,33,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#1f2127', GradientType=1 );
  }#sectionLinks .leftHalf img{
    width: 100%;
    height: auto;
    float: left;
  }#sectionLinks .rightHalf h1{
    width: 90%;
    height: auto;
    margin: 0 5% 20px 5%;
    font-size: 1.2em;
    line-height: 2em;
    vertical-align: baseline;
    float: left;
    color: white;
    text-align: center;
  }#sectionLinks .rightHalf p{
    width: 90%;
    height: auto;
    margin: 0 5% 0 5%;
    font-size: 13px;
    line-height: 20px;
    float: left;
    color: white;
    text-align: center;
  }#sectionLinks .rightHalf a{
    width: 30%;
    height: 50px;
    margin: 0 1.5% 0 1.5%;
    font-size: 1em;
    line-height: 50px;
    float: left;
    display: inline-block;
    background-color: orange;
    text-decoration: none;
    color: black;
    text-align: center;
    transition: 2s;
    vertical-align: bottom;
  }#sectionLinks .rightHalf .middleChild{
    width: 30%;
    height: 50px;
    margin: 0 1.5% 0 1.5%;
    font-size: 1.1em;
    line-height: 50px;
    float: left;
    display: inline-block;
    background-color: none;
    background: none;
    border: 1px solid white;
    text-decoration: none;
    color: white;
    text-align: center;
  }
  .leftHalf{
    width: 100%;
    float: left;
    margin: 0;
  }.rightHalf{
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
  }

  .banner{
    width: 100%;
    float: left;
    height: auto;
    display: block;
    background-color: white;
  }
  .banner img{
    width: 100%;
    float: left;
    height: auto;
  }

  #buttonsOnPictureLeft{
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    display: none;
  }
  #buttonsOnPictureLeft a{
    width: 60%;
    height: 50px;
    margin: 10px 20% 20px 20%;
    font-size: .95em;
    line-height: 50px;
    float: left;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: #56B63B;
    text-align: center;
  }

  #requestAQuote_Form{
   width: 100%;
   float: left;
   background-color: #F2F2F2;
   height: auto;
   padding: 0;
   margin: 0;
   font-family: 'Ubuntu', sans-serif;
  }
  #requestAQuote_Form .formH1{
   width: 100%;
   float: left;
   text-align: center;
   font-weight: lighter;
   height: 50px;
   padding: 0;
   margin: 0;
   color: #2593FF;
   font-size: 30px;
   font-family: 'Ubuntu', sans-serif;
  }
  #requestAQuote_Form .formH2{
   width: 95%;
   float: left;
   text-align: left;
   font-weight: lighter;
   height: 2em;
   padding: 0;
   margin: 10px 2.5% 0 2.5%;
   color: black;
   font-family: 'Ubuntu', sans-serif;
   font-size: 1.1em;
   line-height: 2em;
  }
  #requestAQuote_Form ul{
   width: 100%;
   height: auto;
   margin: 10px 0 0 0;
   padding: 0;
   float: left;
  }
  #requestAQuote_Form .half_li{
    width: 50%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #requestAQuote_Form .full_li{
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  #requestAQuote_Form ul .full_li label{
    width: 95%;
    height: auto;
    float: left;
    display: block;
    margin: 20px 2.5% 0 2.5%;
    padding: 0;
    font-size: .9em;
    line-height: 2em;
    text-indent: 0;
    text-align: left;
    color: grey;
  }
  #requestAQuote_Form ul .half_li label{
    width: 90%;
    height: auto;
    float: left;
    display: block;
    margin: 20px 5% 0 5%;
    padding: 0;
    font-size: .9em;
    line-height: 2em;
    text-indent: 0;
    text-align: left;
    color: grey;
  }
  #requestAQuote_Form ul .full_li input{
    width: 95%;
    height: 2em;
    float: left;
    display: inline-block;
    margin: 0 2.5% 0 2.5%;
    padding: 0;
    text-indent: 10px;
    font-size: 1em;
    line-height: 1.2em;
  }
  #requestAQuote_Form ul .half_li input{
    width: 90%;
    height: 2em;
    float: left;
    display: inline-block;
    margin: 0 5% 0 5%;
    padding: 0;
    text-indent: 10px;
    font-size: 1em;
    line-height: 1.2em;
  }

  #requestAQuote_Form ul li input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: orange;
    opacity: .6;
  }

  #requestAQuote_Form #formLegal{
    width: 80%;
    margin: auto;
    text-align: center;
    margin: 20px 10% 0 10%;
    float: left;
    font-size: .9em;
    line-height: 1.5em;
  }
  #requestAQuote_Form #formLegal #checkbox{
    height: 1.5em;
    width: 20px;
    line-height: 1.5em;
  }
  #requestAQuote_Form #formLegal button{
    height: 50px;
    width: 200px;
    line-height: 1.5em;
    font-size: 1em;
    text-align: center;
    background-color: #2593FF;
    color: white;
    border: none;
    font-weight: bold;
    margin: 30px 0 0 0;
  }

}
/* end mobile version */
