/* -----------------------------------------
BASE OVERRIDES
----------------------------------------- */
#main {padding:0px;}

/* -----------------------------------------
FLEXSLIDER
----------------------------------------- */
.flexslider { border: none; border-radius: 0; padding-top: 0px; }

/*------------------------------------------
MAIN BUTTONS
------------------------------------------*/
.mainbtn.button { background:#C71444; border:none; color: #FFFFFF; font-family: Arial,Verdana,sans-serif; font-size: 1.3rem; font-weight: bold;
    line-height: 1;  margin: 0; padding: 9px 34px 11px; position: relative; text-align: center; text-decoration: none; width:50%}
	
.mainbtn.button:hover, .mainbtn.button:focus {  background-color: #C1C1C1; color: #FFFFFF;}	

ul.mainbtns {
    margin-left: 20px;
    margin-top: -65%;
}

/*------------------------------------------
LEAF BANNER
------------------------------------------*/
.leafbanner {margin-right:20px; margin-top:-28%;}

/*------------------------------------------
WELCOME
------------------------------------------*/
.welcometext {padding-left:20px;}
.welcometext h1 {color:#C71444;}

/*------------------------------------------
NISSAN INCENTIVES
------------------------------------------*/
.incentives {text-align:center;}


/*------------------------------------------
SOCIAL MEDIA
------------------------------------------*/
.social { height: auto; margin-right: 20px; overflow: hidden;}
.social ul { margin: 0; padding: 0;}
.social li { display: block; float: right; margin-bottom: 0;  text-align: center;}
.social li img { margin: 0 15px; position: relative; top: 5px;}


/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media only screen and (max-width: 1000px) {   
/* anything below 1000px */
  
 .incentives { margin-right: 20px;}
  
}

@media only screen and (max-width: 800px) {   
/* anything below 800px */

  .mainbtns { margin-left: 50px; margin-top: -85%;} 
 .social li img { margin: 0 5px; }
  ul.mainbtns {
    margin: 0;
    padding-right:10px;
}
  
}


@media only screen and (max-width: 767px) {   
/* anything below 767px */
  .incentives { margin-right: 0px;}

 .leafbanner { margin-right: 0; margin-top: 0; text-align: center;}
 
 ul.mainbtns {
    margin: 0;
    padding-right:10px;
    
}
  
  .mainbtn.button {margin: 5px; width: 100%; padding: 9px 0 11px;}
  .flex-direction-nav li a {display:none;}
  .social li { display: inline; float: none; margin-bottom: 0; text-align: center;}
  .social {  margin-right: 0px; text-align: center;}
}


