#main:before {
    background: #000;
}
.navbar.bg-custom{
    background-color: #333;
}
.navbar .nav > li.open > a,
.navbar .nav > li:hover > a,
.navbar .nav > li:focus > a,
.navbar .nav > li.active > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus
{
    background-color: #555;
}
.navbar .nav > li.dropdown.open .dropdown-menu:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    right: 8px;
    bottom: 100%;
    border-width: 0 10px 10px;
    border-bottom-color: #333;
}
.navbar .nav > li.dropdown.open .dropdown-menu {
    padding: 0px;
    margin-top: 10px;
    border-radius: 2px;
    border-top: 3px solid #333;
}
.ui-datepicker {
    display: none;
    background: #FFF none repeat scroll 0% 0%;
    position: relative;
    z-index: 1025 !important;
    text-align: center;
    color: #666;
    border: none;
    box-shadow: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    background: #333 none repeat scroll 0% 0%;
    line-height: 27px;
    font-size: 15px;
    padding: 10px;
    font-weight: 800;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0px 2.3em;
    line-height: 1.8em;
    text-align: center;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 34px;
    height: 34px;
    display: block;
    font-size: 14px;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    color: #FFF000;
    top: 20.5%;
}
.dropdown-toggle.btn-custom + .dropdown-menu > .active > a,
.dropdown-toggle.btn-custom + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-custom + .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: #FFF000;
}
.btn-custom {
    color: #333 !important;
    background-color: #FFF000;
    text-transform: uppercase;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
    color: #000000;
    background-color: #F5BB00;
}
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
    background-image: none;
}
.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
    background-color: #F5BB00;
    border-color: #F5BB00;
}
.btn-custom .badge {
    color: #F5BB00;
    background-color: #000000;
}

.dropdown-toggle.btn-second + .dropdown-menu > .active > a,
.dropdown-toggle.btn-second + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-second + .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: #FFF;
}
.btn-second {
    color: #000;
    background-color: #FFF;
}
.btn-second:hover,
.btn-second:focus,
.btn-second:active,
.btn-second.active,
.open > .dropdown-toggle.btn-second {
    color: #000;
    background-color: #eee;
}
.btn-second:active,
.btn-second.active,
.open > .dropdown-toggle.btn-second {
    background-image: none;
}
.btn-second.disabled,
.btn-second[disabled],
fieldset[disabled] .btn-second,
.btn-second.disabled:hover,
.btn-second[disabled]:hover,
fieldset[disabled] .btn-second:hover,
.btn-second.disabled:focus,
.btn-second[disabled]:focus,
fieldset[disabled] .btn-second:focus,
.btn-second.disabled:active,
.btn-second[disabled]:active,
fieldset[disabled] .btn-second:active,
.btn-second.disabled.active,
.btn-second[disabled].active,
fieldset[disabled] .btn-second.active {
    background-color: #fff;
    border-color: #fff;
}

.dropdown-toggle.btn-second + .dropdown-menu > .active > a,
.dropdown-toggle.btn-second + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-second + .dropdown-menu > .active > a:focus {
    color: #000;
    background-color: #FFF;
}
.btn-second {
    color: #000;
    background-color: #FFF;
}
.btn-second:hover,
.btn-second:focus,
.btn-second:active,
.btn-second.active,
.open > .dropdown-toggle.btn-second {
    color: #000;
    background-color: #eee;
}
.btn-second:active,
.btn-second.active,
.open > .dropdown-toggle.btn-second {
    background-image: none;
}
.btn-second.disabled,
.btn-second[disabled],
fieldset[disabled] .btn-second,
.btn-second.disabled:hover,
.btn-second[disabled]:hover,
fieldset[disabled] .btn-second:hover,
.btn-second.disabled:focus,
.btn-second[disabled]:focus,
fieldset[disabled] .btn-second:focus,
.btn-second.disabled:active,
.btn-second[disabled]:active,
fieldset[disabled] .btn-second:active,
.btn-second.disabled.active,
.btn-second[disabled].active,
fieldset[disabled] .btn-second.active {
    background-color: #fff;
    border-color: #fff;
}
.dropdown-toggle.btn-third + .dropdown-menu > .active > a,
.dropdown-toggle.btn-third + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-third + .dropdown-menu > .active > a:focus {
    color: #FFF;
    background-color: #333;
}
.btn-third {
    color: #FFF;
    background-color: #333;
}
.btn-third:hover,
.btn-third:focus,
.btn-third:active,
.btn-third.active,
.open > .dropdown-toggle.btn-third {
    color: #FFF;
    background-color: #333;
}
.btn-third:active,
.btn-third.active,
.open > .dropdown-toggle.btn-third {
    background-image: none;
}
.btn-third.disabled,
.btn-third[disabled],
fieldset[disabled] .btn-third,
.btn-third.disabled:hover,
.btn-third[disabled]:hover,
fieldset[disabled] .btn-third:hover,
.btn-third.disabled:focus,
.btn-third[disabled]:focus,
fieldset[disabled] .btn-third:focus,
.btn-third.disabled:active,
.btn-third[disabled]:active,
fieldset[disabled] .btn-third:active,
.btn-third.disabled.active,
.btn-third[disabled].active,
fieldset[disabled] .btn-third.active {
    background-color: #333;
    border-color: #333;
}

.dropdown-toggle.btn-third + .dropdown-menu > .active > a,
.dropdown-toggle.btn-third + .dropdown-menu > .active > a:hover,
.dropdown-toggle.btn-third + .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #333;
}
.btn-third {
    color: #fff;
    background-color: #333;
}
.btn-third:hover,
.btn-third:focus,
.btn-third:active,
.btn-third.active,
.open > .dropdown-toggle.btn-third {
    color: #fff;
    background-color: #888;
}
.btn-third:active,
.btn-third.active,
.open > .dropdown-toggle.btn-third {
    background-image: none;
}
.btn-third.disabled,
.btn-third[disabled],
fieldset[disabled] .btn-third,
.btn-third.disabled:hover,
.btn-third[disabled]:hover,
fieldset[disabled] .btn-third:hover,
.btn-third.disabled:focus,
.btn-third[disabled]:focus,
fieldset[disabled] .btn-third:focus,
.btn-third.disabled:active,
.btn-third[disabled]:active,
fieldset[disabled] .btn-third:active,
.btn-third.disabled.active,
.btn-third[disabled].active,
fieldset[disabled] .btn-third.active {
    background-color: #333;
    border-color: #333;
}
.panel-heading{
    background-color: #333;
    border:none;
}
.panel-heading span{
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}
.panel-heading span i{
    color: #F5BB00;
}
.panel-heading-front-cal {
    position: relative;
    height: 50px;
    line-height: 56px;
    background: #333 none repeat scroll 0% 0%;
    color: #FFF000;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 8px;
    border: none;
}
.panel-body-cal{
    border: none;
}
.bg-cal{
    background: #FFF000 none repeat scroll 0% 0%;;
}
.panel-tabs > li > a {
    line-height: 1.2em;
    padding: 28px 18px 19px;
    font-size: 12px;
    font-weight: bold;
    border: none;
    color: #FFF;
    text-transform: uppercase;
}
.panel-tabs > li > a:hover{
    background-color: #FFF000;
    padding: 24px 18px 24px;
}
.panel-tabs > li.active > a, .panel-tabs > li.active > a:hover, .panel-tabs > li.active > a:focus{
    background-color: #FFF000;
    color: #333;
    padding: 24px 18px;
}
#calendar-front-reg{
    color: #fff;
}
#calendar-front{
    color: #fff;
}
.fc-axis{
    color: #333;
}
.fc button[disabled]{
    display: none;
}
.fc button {
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: medium none !important;
    font-size: 15px;
    -moz-user-select: none;
    text-shadow: none;
    color: #FFF;
    background-color: #333;
    height: auto;
    font-weight: 800;
    padding: 6px 12px;
}
.fc-state-default {
 box-shadow: none !important;
}
.fc button:hover, .fc button:focus, .fc button:active, .fc button.active, .open > .dropdown-toggle.fc button {
    color: #FFF;
    background-color: #555;
}
.fc-bg .fc-today {
    background-color: rgba(255,180,20,0.06);
}
.fc-bgevent{
    background-color: #333;
}
.fc-toolbar .fc-center h2{
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    color: #333;
}
.fc-day-header{
    color: #333;
    font-size: 18px;
}
.panel-body .img-wr{
    float: left;
    display:block;
    position: relative;
    margin: 0 20px;
}
.panel-body .details{
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
    background: rgba(74,137,220,0.6);
}

.panel-body .details span {
    float: right;
    color:#fff !important;
    width: 48%;
    display: block;
    padding: 5px 0 5px 10px;
    text-align: left;
}
.bg-second{
    background-color: #FFF000
}
.text-custom{
    color: #333;
}
.text-second{
    color: #FFF000;
}
.fa-pencil-square{
    cursor: pointer;
}
.btn-facebook-rounded{
    width: 50px;
    height: 50px;
    border: 2px dashed #333;
    border-radius: 100%;
    font-size: 20px;
    background-color: #3A5795;
    color: #fff;
    box-shadow: 0 0 0 2pt #3A5795;
}
.btn-facebook-rounded:hover,
.btn-facebook-rounded:active,
.btn-facebook-rounded:focus{
    border: 2px dashed #fff;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(69, 69, 69, 0.63)  ;
}
.btn-sign-in{
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 100%;
    font-size: 20px;
    padding: 5px 5px;
    background-color: #FFF000;
    color: #333;
    box-shadow: 0 0 0 2pt  #FFF000;
}
.btn-sign-in:hover,
.btn-sign-in:active,
.btn-sign-in:focus{
    background-color: #F5BB00;
    box-shadow: 0 0 0 2pt  #F5BB00;
}
.page-heading{
    background-color: #EBEBEB;
}
.page-heading .media{
    color: #222;
}
.admin-form .panel{
    border: none;

}
.admin-form .panel-heading {
    overflow: hidden;
    position: relative;
    height: auto;
    padding: 19px 22px 18px;
    color: #999;
    background-color: #333;
    border: none;
}
.btn-contact{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 40px;
    background-color: #333  ;
    color: #fff;
}
.btn-contact:hover,
.btn-contact:active,
.btn-contact:focus{
    color: #fff;
    background-color: #000;
}
.panel-tabs{
    left: 0;
}
a .text-second:hover,
a .text-second:active,
a .text-second:focus{
    color: #F5BB00 !important;
    text-decoration: underline;
    cursor: pointer;
}
.fut_res tr{
    border-bottom: 1px solid #ccc;
}
.fut_res tr td{
    border: none !important;
}


.border-right{
    border-right: 1px solid #999;
}
.fc-button{
    background-color: #333 !important;
    color: #fff !important;
    margin-bottom: 15px;
}
.navbar-brand{
    color: #FFF000 !important;
    text-transform: uppercase;
}
.my-alert{
    background-color: #333 !important;
    color: #fff !important;
}