body{
    background:#999999;
    font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
    color:#000;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
#container{
    max-width:980px;
    width:100%;
    margin:15px auto 0px auto;
    padding:30px 0;
    background:#fff;
}
.clear{
    clear:both;
}
.header{
     background:#000;
    padding:20px 55px;
    color:#fff;
    text-align:center;
}
.header h1{
    color: #fff;
    font-family: Times,"Times New Roman",serif;
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
    text-align: center;}

    
#logo{
    text-align:right;
    float:right;
    width:33.3%;
}
.page-title{
    float:left;
    width:66.6%;
}
.row{
    margin-left:0px;
    margin-right:0px;
}
#nav{
    background:#FFD74E;
}
.navigation{
    background:#FEBE0D;
}
.nav-right{
    background:#FFD74E;
    padding:20px;
}
.footer-bar .div1{
    padding:20px;
    background:#FEBE0D;
}
.footer-bar .div2{
    padding:20px;
    background:#FFD74E;
}
.content{
    padding:20px 0;
}
.content p.links{
    text-align:right;
    padding-top:10px;
    font-size:11px;
    font-weight:bold;
    color:#000;
}
.content p.links a{
    color:#000;
    text-decoration:underline;
} 
.content p.links a:hover{
    color:#333;
    text-decoration:none;
}
.content .col-md-8{
    padding:0;
}
.content img{
    width:100%;
}
.contact-no{
    padding:130px 30px 0 0;
    text-align:right;
    font-size:15px;
      letter-spacing: 4px;
}
#footer{
    color:#fff;
    text-align:center;
    font-size:11px;
    padding:10px;
}
@media screen and (max-width: 980px) {
    .nav-right{
        display:none;
    }
    .div2{
         display:none;
    }
}
@media screen and (max-width: 800px) {
    .contact-no{
        padding-top:50px;
        text-align:center;
        padding-right:0;
    }
   
    .content{
        padding:5px 0;
    }
.content p.links{
        text-align:center;
    }
}
@media screen and (max-width: 360px) {
     #logo{
        float:none;
        width:100%;
        text-align:center;
       
    }
    .page-title{
    float:none;
    width:100%;
}
    
}
/*************************************************************************** MANUAL CSS *******************************************/

 .news .list > *, .single{
    margin-bottom: 25px;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
.news  h3, .news  h3 a, .news  h4, article h3{
    margin: 0;
    padding: 0;
	
}
.news  h3 a, article h3 a{
font-size: 14px;
font-weight:bold;
text-decoration:underline;
color:#000;
}
article a{
color:#000;}
.news  h3 a:hover{
text-decoration:none;}
.news  h4{
   font-size: 12px;
    font-weight: bold;
    padding: 3px 0 6px;
}
.news time, .single .itemdate{
    color: #ee0000;
	    font-size: 12px; font-weight:bold;
}    
.news  span.endtext a, a.smalltext{
background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #f6f6f6;
    color: #555555;
    float: right;
    font-size: 11px;
    margin: 10px 8px 10px 0;
    padding: 3px 10px;
    text-decoration: underline;} 
.news  span.endtext a:hover, a.smalltext:hover{
text-decoration:none;}	
.single h1, .single .subtitle, .single .itemdate{
text-align:center;
}
.single h1{
 font-size: 18px;}
 .single .subtitle{
 font-size: 12px;
 } 
.single .itemdate{
margin-bottom:15px;}
