body {
    font-family: 'Open Sans', sans-serif !important;
    color: #4e4e4e;
    line-height: 22px;
}
.header
{
background-color: #000;
border-bottom: 4px solid #831818;
height: auto;
padding: 10px 10px;
margin: 0px;
z-index: 1;
opacity: 0.9;
	width:100%
}

.header  .navbar-nav > .active > a
{
background-color : #04A3ED;
color: white;
font-weight: bold;
}
.title-text a{
color:#fff;
}
.title-text{
margin-bottom: 15px;
}
.title-text a:hover{
color:#fff;
	text-decoration:none;
}
.header  .navbar-nav >  li >  a
{
font-size: 13px;
color: white;
padding: 10px 35px;

}
.header  .navbar-nav >  li >  a:hover
{
background-color: #04A3ED;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #151515;
    padding: 15px 0;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #fff;
    line-height: 24px;
    display: inline-block;
}
.navbar-nav > li {
    margin-left: 25px;
    padding-bottom: 15px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #c52d2f;
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #c52d2f;
    color: #fff;
}
.navbar > .container .navbar-brand {
    margin-left: 0;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
	margin-top: -13px;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
.border-animation {
       
            
            transition:all 0.3s ease;
            
        }
div.pp_default .pp_next {
    background: url(../../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}
.reto-div:hover{
background-color: #FBA232;
}
.blank-space{
margin-bottom:70px;
}
.navbar-header > a
{
font-family: 'Ubuntu Condensed', sans-serif;
padding: 0px;
margin: 0px;
text-decoration: none;
color: white;
font-size: 25px;
padding: 5px 30px;
}
.navbar-header > a:hover
{
text-decoration: none;
color: #04A3ED;
}
/*888888888*/
.txtHeading {
    color: #fff !imporatnt;
    font-size: 25px;
    text-align: center;
}
.txtHeading span{
    
    font-size: 25px;
    text-align: center;
}
.txtHeading > span:after {
    background-image: url(../images/img_heading_prefixx.png);
    background-position: 7px 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 8px;
    margin: 10px auto 0px auto;
    width: 270px;
}
.Margin30{
margin-top:30px;
}