body{
    background-image: url('/images/body_bg.gif');
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-20{
    margin-top: 20px;
}
.padding-left-0{
    padding-left: 0;
}
.padding-right-0{
    padding-right: 0;
}
.bold{
    font-weight: bold;
}
.text-bigger{
    font-size: 1.2em;
}
.text-blue{
    color: #003E6B;    
}
.text-black{
    color: #000;
}
.dashed{
    border-top: dashed 1px #000;
    border-bottom: dashed 1px #000;
}

.bg-grey{
    background-color: #eae8e8;
}

.btn-blue{
    background: url('/images/blue_bg.png') left center repeat-x;
    color: #fff;
    font-weight: bold;
}
.menu{
    background: url('/images/blue_bg.png') left center repeat;
    margin-bottom: 0;
}
.menu .navbar-nav{
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}
.menu .navbar-nav li > a{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;    
    height: 48px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
}
.menu .navbar-nav li.active,
.menu .navbar-nav li:hover{
    background: url('/images/menu_active_left.png') left center no-repeat;
}
.menu .navbar-nav li.active > a,
.menu .navbar-nav li.active > a:hover,
.menu .navbar-nav li > a:hover{    
    background: url('/images/menu_active_right.png') right center no-repeat;
    color: #fff;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.page-content{
    background-color: #fff;
    padding: 15px;
}
.heading{
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
}
.check-list{    
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.check-list li{
    height: 26px;
    line-height: 26px;
    margin: 0 0 5px 0;
    padding: 0 0 0 27px;
    background: url('/images/check.png') 0 0 no-repeat;
}
.panel-blue .panel-heading{
    background: url('/images/blue_bg.png') left center repeat-x;
    color: #fff;
    font-weight: bold;
}
.panel-blue .panel-body{
    background-color: #c3dcef;
}
.panel-absolute{
    position: absolute;
    z-index: 10;
}
.btn-light-blue,
.btn-light-blue:active{
    height: 39px;
    line-height: 39px;
    padding: 0 6px 0 0;
    background: url('/images/btn_right.png') right top no-repeat;
}
.btn-light-blue[disabled]{
    background-image: none;
    background-color: #b1b0b0;
    border: 2px solid #3c3b3b;
}
.btn-light-blue[disabled] span{
    background-image: none;    
}
.btn-light-blue span{  
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    line-height: 39px;
    padding: 0 6px 0 12px;
    background: url('/images/btn_left.png') left top no-repeat;
}
.home-wrap-line{                
    margin-left: -37px;    
    margin-right: -38px;
    padding-left: 22px;  
    padding-right: 23px;  
    position: relative;
}
.home-wrap-line .text-wrapper{   
    background: url('/images/home_line.png') left center repeat-x;
    color: #fff;
    padding: 0 15px 0 15px;
    margin: 0;
    line-height: 65px;
    height: 65px; 
    margin-bottom: 40px;
}
.home-wrap-line .home-title{
    font-size: 24px;
    font-weight: bold;
}
.home-wrap-left{
    background: url('/images/home_line_left.png') left center no-repeat;
    position: absolute;
    left: 0;
    top: -11px;
    width: 22px;
    height: 87px;
}
.home-wrap-right{
    background: url('/images/home_line_right.png') left center no-repeat;
    position: absolute;
    right: 0;
    top: -11px;
    width: 23px;
    height: 87px;
}

.advert{
    width: 120px;
    
}
.has-advert{
    margin-right: 125px;
}
h1{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #003F6C;    
    border-bottom: solid 3px #333333;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
h2{
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    color: #003F6C;    
    border-bottom: solid 3px #333333;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
h3{
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #003F6C;
}
.arrow{
    font-size: 12px;
    background-color: #003F6C;
    color: #fff;
    padding: 1px;    
}
.event-item{
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.contacts{
    font-size: 18px;
}
.breadcrumb{
    background-color: transparent;
    padding-left: 0;
}
.breadcrumb > li,
.breadcrumb > .active{
    color: #003F6C;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
}
.events-map{
    background-color: #e7e7e7;
    padding: 10px;
}
.events-map-list{
    background-color: #fff;
    padding: 10px;
}
.events-map h2{
    border-bottom: none;
    margin-bottom: 0;
    font-size: 1.1em;    
}
.events-map-details{
    border: 1px solid #c7c7c7;
    padding: 10px;    
}
#map {
    width: 100%;
    height: 400px;
}
.list-item{
    border-bottom: dashed 1px #000;
    padding: 10px 0;  
    margin-bottom: 10px;
}
.list-item-title{
    font-size: 18px;   
    font-weight: bold;
}
.list-item-title a{
    color: #003F6C;
}
.list-item-details{
    color: #000;
    font-weight: bold;
    padding-top: 14px;
    padding-left: 24px;
}

.sponsorship_text1{
    font: normal 18px/22px Arial, Helvetica, sans-serif;
    color: #003F6C;
    background-color: inherit;
    background: url(/images/bullet.gif) 0 center no-repeat;
    padding: 0 0 0 15px;
    margin: 10px 0 10px 0;
}
.sponsorship_text2{
    text-align: justify;
    margin-left: 20px;    
}

.img-border{
    display: inline-block;
    padding: 7px;
    border: 1px solid #dedddd;
    border-radius: 3px;
}
.signup-page-text ul{
    margin-top: 10px;
    list-style-image: url(/images/bulet_list.gif);
}
.signup-page-text ul li{
    font-weight: bold;
    font-size: 1.1em;    
    color: #000000;        
    padding: 0 0 8px 23px;
}
.panel-body-grey{
    border: none;
}
.panel-body-grey .panel-body{
    background-color: #eae8e8;
    border: 1px solid #eae8e8;
    border-radius: 3px;
}
.panel-body-grey label{
    font-weight: normal;
}

.address .heading{
    border-top: dashed 1px #000;
    border-bottom: dashed 1px #000;
    color: #003E6B;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 2em;    
}

.modal-blue .modal-header{
    background: url('/images/blue_bg.png') left center repeat-x;
    color: #fff;
}
.modal-blue .modal-header .close{
    color: #fff;
    opacity: 1;
}
.modal-blue .modal-content{
    background-color: #c3dcef;
}
.user-menu{
    list-style-type: none;    
    padding: 0;
}
.user-menu li{
    border-bottom: dashed 2px #000;
    margin-bottom: 15px;
}
.user-menu li a{
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
}
.user-menu li.active a{
    color: #003E6B;
}


@media(max-width:991px){
    .panel-absolute{
        position: relative;
    }
}
