hr.footerdash{
	max-width: 30px;
	border: 0;
	background: #666;
    margin: 0px;
    height: 1px;
    margin-top: 3px;
    margin-bottom: 10px;
}

hr.hotlinedash{
  background : #F05E55;
}

hr.style-one {
    
    border: 0;
    height: 1px;
    background: #634D68;
    margin-bottom: 30px;
    /*background-image: linear-gradient(to right, #391D3F, #634D68, #391D3F);*/
}

.downloadButton{
  background-color:transparent;
  border:1px solid #666666;
  display:inline-block;
  cursor:pointer;
  color:#DDDDDD !important;
  font-size:15px;
  padding:10px 50px;
  text-decoration:underline;
  margin-top: 5px;
}
.downloadButton:hover {
  background-color:transparent;
}
.downloadButton:active {
  position:relative;
  top:1px;
}
#followus{
  color:#634D68;
}

.footer i{
	margin-bottom: 10px;
	padding-left: 10px;
  font-size: 19px;
	
}

.footer .hotlineicon{
  margin-left: 8px;
  margin-bottom: 10px;
    width: 15px;
}

.footer #hotline{
  font-size: 30px;
  font-weight: normal;
}

.footer #footerpin{

}
.footer #footerphone{
	margin-left: -1px;
}
.footer #footerdownload{
	margin-left: -4px;
}

.main p.social a i {
	font-size: 22px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }


}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 990px){
  hr.footerdash{
      display: none;
    }
}