.btn-primary {
    background-color: #bdcf2d !important;
    background-image: -webkit-linear-gradient(top, #bdcf2d 0%, #bdcf2d 100%);
    background-image:      -o-linear-gradient(top, #bdcf2d 0%, #bdcf2d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bdcf2d), to(#bdcf2d));
    background-image:         linear-gradient(to bottom, #bdcf2d 0%, #bdcf2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdcf2d', endColorstr='#ffbdcf2d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #bdcf2d !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #333333 !important;
    background-image: -webkit-linear-gradient(top, #333333 0%, #333333 100%);
    background-image:      -o-linear-gradient(top, #333333 0%, #333333 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
    background-image:         linear-gradient(to bottom, #333333 0%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff333333', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-position: 0 -15px;
    border-color: #333333 !important;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #333333 !important;
    border-color: #333333;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #bdcf2d;
    background-image: none;
}




/** Pagination style **/
ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 5px 10px;
    /*height: 18px;*/
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #FFF;
    background: #333;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #FFF;
    background: #b23174;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }
.font-2, .font-2 p, p.font-2 p{
    font-family: 'Raleway', sans-serif !important;
}


table tr th{
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

table tr td{
    font-size: .65em !important;
}


.list-unstyled {
  padding-left: 0;
  list-style: none !important;
}



.sldrstyle{
    font-size: 32px;
    font-family: Oswald;
    color: #fff;
    text-decoration: none;
    padding: 15px 50px 15px 50px;
    text-shadow: none;
    background-color: rgb(9,57,139);
    background-color: rgba(9,57,139, 0.7);    
    border-radius: 4px 4px 4px 4px;
    border-width: 0px;
    border-color: #000000;
    border-style: none;
    text-transform: uppercase;
}

.sldrstyle2{
    font-size: 25px !important;
    font-family: Anton;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 50px 10px 50px;
    text-shadow: none;
    background-color: rgb(237, 33, 36);
    background-color: rgba(237, 33, 36, 0.74902);
    border-radius: 4px 4px 4px 4px;
    border-width: 0px;
    border-color: #000000;
    border-style: none;
    line-height: 20px !important;
}

@media (max-width:768px){
    .carestyle2{
        font-size: 12px !important;
    }
}

.nav > li > a > span{
    /*transform: skewX(20deg) !important;*/ 
    display: inline-block !important;
    /*color: #09398b !important;*/
}


.widget .panel-heading {
color:white;
background-color: #BDCF2D!important;
}

.menu-sidebar-container  ul#menu-sidebar  li a{
color:black !important;
}
.menu-sidebar-container  ul#menu-sidebar  li a:hover{
color: #BDCF2D!important;}