﻿
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #a50000;
}

.w_bgred {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

color:#fff;
}
.r_fontcolor 
{
    color: #a50000;
     font-weight:bold;
}

.r_bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #f393a9; /* Old browsers */
background: -moz-linear-gradient(top, #f393a9 0%, #f393a9 44%, #f393a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f393a9 0%,#f393a9 44%,#f393a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f393a9 0%,#f393a9 44%,#f393a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

color:#1e1d1d;
}
.bg_col8 {   
    background: none repeat scroll 0 0 rgba(234, 229, 229, 0.11);
    border-top:solid;
    border-top-color:#a50000;
    border-bottom:solid;
    border-bottom-color:#a50000;

    -webkit-box-shadow: 0 15px 10px -15px #730000;
box-shadow: 0 15px 10px -15px #730000;
}
.bg_col9 {   
    background: none repeat scroll 0 0 #eae5e5;
    border-top:solid;
    border-top-color:#a50000;
  
}
.r_border 
{
    border:2px solid #a50000;
    -webkit-box-shadow: 0 15px 10px -15px #730000;
box-shadow: 0 15px 10px -15px #730000;

}
.wrap
{
    -webkit-box-shadow: 0 0 15px 0 #8F8F8F;
box-shadow: 0 0 15px 0 #8F8F8F;

background-color:#fff;
}
.footer>.wrap,.top-header>.wrap
{
     -webkit-box-shadow: 0 0 0 0 #fff;
box-shadow: 0 0 0 0 #fff;
}
.top-header .wrap
{
background-color:transparent ;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
  
  
   background: #a50000; /* Old browsers */
background: -moz-linear-gradient(top, #a50000 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a50000), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a50000 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a50000 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a50000 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(top, #a50000 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50000', endColorstr='#cf0404',GradientType=0 ); background-color: #A50000; 
}
.dropdown-menu {
     background: #cf0404; /* Old browsers */
background: -moz-linear-gradient(top, #cf0404 0%, #a50000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(100%,#a50000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cf0404 0%,#a50000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cf0404 0%,#a50000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cf0404 0%,#a50000 100%); /* IE10+ */
background: linear-gradient(top, #cf0404 0%,#a50000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#a50000',GradientType=0 ); /* IE6-9 */
}


.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #8d110b;
  border-color: #7d0e09;
}
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #cf0404;
  border-color: #a50000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #336699;
}
.w_hilight
{
    background-color: #336699; text-align: center; color: #fff; font-weight: bold;
}
.navbar-default
{
     background: #a50000; /* Old browsers */
background: -moz-linear-gradient(top, #a50000 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a50000), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a50000 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a50000 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a50000 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(top, #a50000 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a50000', endColorstr='#cf0404',GradientType=0 ); background-color: #A50000; 

  border-color: #CC0000;
}
.nav > li > a {
    /*border-right: 1px solid #a50000;*/
}
.w_logo
{
    color: #8d110b; margin-top: 10px; font-weight: bold;
}
.w_content{
    width:100%;
    
}

.w_inner
{width:100%;
    padding:0% 2%;

    text-align:justify;
}
.w_inner p{
    text-align:justify;
    line-height:20px;

    font-size:13px;
    margin-bottom:15px;

    padding:0px 5px;
}
.w_inner h5 {
    color: #3498db;
    font-size: 1.5em;
    line-height: 1.5em;
    text-shadow: 0 1px 0 #ffffff;

}

.w_bgred {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

color:#fff;
}

