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

  #partners{
    width: 100%; height: 60px;
    float: left;
    font-size: 1.6em;
    line-height: 60px;
    background-color: orange;
    text-align: center;
  }
  footer{
    width: 90%;
    height: auto;
    float: left;
    margin: 0;
    padding: 70px 5% 0 5%;
    background-color: #323335;
    color: #FFF;
  }
  footer strong{
    font-size: 17px;
  }
  footer #footerLeft{
    width: 38%;
    height: auto;
    float: left;
    margin: 0 10.5% 0 1.5%;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
  }

  footer #footerRight{
    width: 38%;
    height: auto;
    float: left;
    margin: 0 1.5% 0 10.5%;
    padding: 0;
    text-align: left;
  }
  footer #footerRight i{
    line-height: 15px;
    font-size: 15px;
    margin-right: 5px;
    height: 30px;
  }
  footer #footerRight label{
    line-height: 15px;
    font-size: 15px;
    vertical-align: top;
    min-height: 30px;
  }
  footer #footerBottom{
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0 50px 0;
    padding: 0;
    font-size: 13px;
  }
  footer #footerBottom hr{
    background-color: #c3c5c9;
    height: 1px;
    color: #c3c5c9;
    border: none;
    opacity: .5;
    margin: 0 0 20px 0;
  }
  footer #footerBottom .copyRightDiv{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
  }
  footer #footerBottom .rightDiv{
    width: 50%;
    height: auto;
    float: left;
    text-align: right;
  }

}
/* end desktop version */


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

  #partners{
    width: 100%; height: 60px;
    float: left;
    font-size: 1.2em;
    line-height: 60px;
    background-color: orange;
    text-align: center;
  }

  #brandsDiv {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    background-color: white;
    display: block;
  }#brandsDiv h1{
    width: 90%;
    height: auto;
    font-size: 1.5em;
    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: 15px;
    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: 20px 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: 100%;
   float: left;
   background-color: #F2F2F2;
   height: auto;
   min-height: 500px;
   padding: 50px 0 150px 0;
   margin: 0;
   font-family: 'Ubuntu', sans-serif;
  }

  #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 ul {
    width: 95%;
    height: auto;
    float: left;
    display: block;
    margin: 0 2.5% 0 2.5%;
    padding: 7px 0 7px 0;
  }

  #requestAQuote_Form .halfWidth_li{
    width: 50%;
    height: auto;
    float: left;
    display: inline-block;
    margin: 0;
    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: 95%;
    height: auto;
    float: left;
    display: block;
    margin: 0 2.5% 0 2.5%;
    padding: 0;
    font-size: 1em;
    line-height: 2.5em;
    text-indent: 0;
    text-align: left;
    color: black;
    background-color: red;
  }
  #requestAQuote_Form ul li label{
    width: 80%;
    height: 1.1em;
    float: left;
    display: inline-block;
    margin: 0 10% 0 10%;
    padding: 0;
    font-size: .9em;
    line-height: 1em;
    text-indent: 0;
    text-align: left;
    color: grey;
  }

  #requestAQuote_Form ul .fullWidth_li label{
    width: 95%;
    height: 1.1em;
    float: left;
    display: inline-block;
    margin: 0 2.5% 0 2.5%;
    padding: 0;
    font-size: .9em;
    line-height: 1em;
    text-indent: 0;
    text-align: left;
    color: grey;
  }

  #requestAQuote_Form ul 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 ul .fullWidth_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 #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: 90%;
    line-height: 1.5em;
    font-size: 1em;
    text-align: center;
    background-color: #2593FF;
    color: white;
    border: none;
    font-weight: bold;
    margin: 30px 5% 0 5%;
  }


  footer{
    width: 90%;
    height: auto;
    float: left;
    margin: 0;
    padding: 70px 5% 0 5%;
    background-color: #323335;
    color: #FFF;
  }footer strong{
    font-size: 17px;
  }
  footer #footerLeft{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 50px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid white;
    font-size: 15px;
    line-height: 25px;
  }
  footer #footerMiddle{
    width: 100% ;
    height: auto;
    float: left;
    margin: 0 0 50px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid white;
    text-align: left;
  }footer #footerMiddle a{
    height: 25px;
    display: block;
    text-decoration: none;
    list-style: none;
    color: #fff;
  }footer #footerMiddle a:hover{
    color: #F1692A;
  }footer #footerMiddle a label{
    line-height: 15px;
    font-size: 15px;
    vertical-align: top;
    transition: 1s;
  }footer #footerMiddle a label:hover{
    font-size: 17px;
    transition: 1s;
  }footer #footerMiddle a i{
    line-height: 15px;
    font-size: 15px;
    margin-right: 5px;
  }
  footer #footerRight{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 ;
    padding: 0;
    text-align: left;
  }footer #footerRight i{
    line-height: 15px;
    font-size: 15px;
    margin-right: 5px;
    height: 30px;
  }footer #footerRight label{
    line-height: 15px;
    font-size: 15px;
    vertical-align: top;
    min-height: 30px;
  }
  footer #footerBottom{
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0 50px 0;
    padding: 0;
    font-size: 13px;
  }
  footer #footerBottom hr{
    background-color: #c3c5c9;
    height: 1px;
    color: #c3c5c9;
    border: none;
    opacity: .5;
    margin: 0 0 20px 0;
  }
  footer #footerBottom .leftDiv{
    width: 100%;
    height: auto;
    line-height: 40px;
    float: left;
    text-align: center;
  }
  footer #footerBottom .rightDiv{
    width: 100%;
    height: auto;
    line-height: 40px;
    float: left;
    text-align: right;
    text-align: center;
  }




}
/* end mobile version */
