

/* footer responsive style 6-12-2017 */

@media only screen and (min-width:0px) and (max-width: 999px) {
	.footer-content dd {
    margin-bottom: 2px;
	}
.footer-content {
    height: 130px;
   }
.footer-socialmedia h3 {
      margin-left: 0px;
}
.footer-email {
    float: left;
    width: 100%;
	padding-top: 22px;
}
#footer p {
	padding: 10px;
   text-align:justify;
}
#footer .clear{
	text-align:center;
}
#footer h6 {
   text-align: center;
   padding: 10px;
}
}
@media only screen and (min-width:700px) and (max-width: 999px) {
.footer-content {
    width: 25%;
}
}
@media only screen and (min-width:520px) and (max-width: 699px) {
.footer-content {
    width: 33%;
   }
}
@media only screen and (min-width:350px) and (max-width: 519px) {
.footer-content {
    width: 50%;
   }
}

@media only screen and (min-width:0px) and (max-width: 360px) {
.footer-content {
    width: 100%;
   }
  }

@media only screen and (min-width:0px) and (max-width: 310px) {
	button.btnmail {
    
    margin-top: 17px;
   }
}

.mymail{
display:none;
}
@media only screen and (min-width:0px) and (max-width: 650px) {
.mymail{
display:block;
padding-top:10px;
}
.footer-email input[type="text"] {
   padding-left: 5px;
   font-size: 11px;
   padding-left: 6px;
   width: 192px;

}
}
	
	
	@media only screen and (min-width:0px) and (max-width: 350px) {
   .bottomdownload{
    width: 100%;
    float: left;
    padding-top: 10px;
	}
	}
	
	
#footer {
      padding: 0px 10px 0px 10px;
}
