div.bigTitle > a {
    color: #000 !important;
    text-decoration: none;
}

div.bigTitle > a:hover {
    color: red !important;
}

.fc-content {
    color: #fff !important;
    font-weight: bold !important;
}

.br-wrapper {
    display: inline-block !important;
    font-size: 11px;
}

.br-theme-fontawesome-stars .br-widget a {
    font-size: 15px;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.headSlider .owl-prev {
    width: 20px;
    height: 15px;
    background: url(../img/mainSliderArrowLeftWhite.png);
    display: inline-block;
    cursor: pointer;
    margin-right: 60px;
    z-index: 100;
}

.headSlider .owl-next {
    width: 20px;
    height: 15px;
    background: url(../img/mainSliderArrowRightWhite.png);
    display: inline-block;
    cursor: pointer;
    z-index: 100;
}