@charset "UTF-8";
/* CSS Document */


body {
    padding-top: 20px;
}
.footer {
    border-top: 1px solid #EEEEEE;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.jumbotron {
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.nav-justified {
    
}
.nav-justified > li >a{
    border-bottom: 1px solid #D5D5D5;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    display:block;
    text-align: center;
    text-shadow:1px 1px #000
}


.live_tab{background:url(../images/active_tick.png) no-repeat scroll -1px 10px transparent;}

/*override bootstrap css*/
.nav > li > a:hover, .nav > li > a:focus {
  background:rgba(0,0,0,.3)  
}
/*----*/

.nav-justified > li:first-child > a{
border-radius: 0px 0px 0 5px;
}

.nav-justified > li:last-child > a {
    border-bottom: 0 none;
    border-radius: 0px 0px 5px 0px;
}
@media (min-width: 768px) {
.nav-justified {
    max-height: 52px;
}
.nav-justified > li > a {
margin-bottom:0px;
}
.nav-justified > li:first-child  {
    border-left: 0 none;
    border-radius: 0px 0 0 5px;
}
.nav-justified > li:last-child > a {
    border-radius: 0px 0px 5px 5px;
    border-right: 0 none;
	
}
.nav-justified > li a.live_tab{background:url(../images/active_tick_vert.png)no-repeat scroll 50% 105% transparent;}


}
@media screen and (min-width: 768px) {
.masthead, .marketing, .footer {
    padding-left: 0;
    padding-right: 0;
}


}


