/*---start-footer-----*/
.ul, li
{
    list-style:none;
}
.footer{
        background:#e31e24;
	padding: 20px 0;
	position:relative;
        padding-bottom:20px;
}

.footer-grid
{
	float:left;
	width:33%;
        margin-right:8%;
        text-align:left;
      /*  background:yellow;*/
}
.footer-grid1
{
	float:left;
	width:25%;
        margin-right:2%;
        text-align:center;
       /* background:green;*/
 }
.footer-lastgrid
{
	width:28%;
        margin-right:0px;
        float:right;
       text-align:right;
     
}

.footer-grid h3, .footer-grid1 h3, .footer-lastgrid h3
{
	font-size: 1.2em;
        color:white;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.footer-grid ul li
{
    color:#fff;
    text-align:left;
    list-style:square;
    line-height: 30px;
}
.footer-grid1 ul li a
{
	display:block;
	line-height: 30px;
	padding-left:0px;
        margin-left:-30px;
	font-size: 16px;
        color:#fff;
	text-decoration:none;
        font-family: 'Roboto', sans-serif;
}
.footer-grid1 ul li a:hover
{
	color:#c6c2be;
}

.footer-lastgrid p
{
	font-size: 14px;
	color:#fff;
	line-height: 20px;
}
#wrapper {
  margin: 0;
  width: 100%;
  float: right;
  }

#ticker_container {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color:#cccccc;
  line-height:25px;
  font-size:18px;
  text-align:justify;
  background: #2b2a29;
  padding: 15px 15px 15px 15px;
  border: 1px solid #343434;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: auto;
  
}
.icon{margin-top:10px;display:inline-block;width:16px;height:16px;}
#wrapper h1
{
 font-size:24px;   
 padding-bottom:20px;  
 text-decoration: underline;
 background:none;
 color:#c6c2be;
}
#wrapper a
{
    color:#fff;
    font-size:13px;
    text-decoration: none;
    text-align:center;
}
#wrapper a:hover
{
    color:#c6c2be;
}
h3.contact, h3.email
{
    margin-top:10px;
}
/*---start-copy-right-----*/
.copy-right{
    background:#2b2a29;
	text-align:center;
	padding:1px;
	}
.copy-right p{
	font-size: 14px;
        color:#cccccc;
	font-family: 'Roboto', sans-serif;
        padding:10px 0px 10px 0px;
}

@media (max-width:980px)
{
   .footer-grid ul li{line-height: 23px;font-size:15px;}
   #wrapper {width: 100%;}
   #ticker_container {font-size:16px;}
}
@media (max-width:800px)
{
.footer-grid, .footer-grid1, .footer-lastgrid
{
width:90%;
float:left;
text-align:left;
}
.footer-grid1{margin-left:2%;}
}

