/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.custom-logo {
    width: 205px;
    height: 145px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.sidebar-white .custom-logo,
.sidebar-lightgrey .custom-logo {
    background-image: url(../../../images/yootheme/logo_white.png);
}

.sidebar-black .custom-logo,
.sidebar-darkgrey .custom-logo {
    background-image: url(../../../images/yootheme/logo_black.png);
}

/* Only Phones */
@media (max-width: 767px) {

    .custom-logo {
        width: 70px;
        height: 90px;
        margin: auto;
    }

    .sidebar-white .custom-logo,
    .sidebar-lightgrey .custom-logo {
        background-image: url(../../../images/yootheme/logo_responsive_white.png);
    }

    .sidebar-black .custom-logo,
    .sidebar-darkgrey .custom-logo {
        background-image: url(../../../images/yootheme/logo_responsive_black.png);
    }

}

.sidebar-a-fixed #side-container {
    position: relative;
}

.bannergroupcenterbanner {
    padding-left: 0;
    text-align: center;
}

.module.mod-box.latest-news.deepest ul {
    padding: 5px !important;
    margin-top: 34px !important;
    color: black !important;
}

.module.mod-box.latest-news.deepest {
    box-shadow: none !important;
    background: rgb(252, 252, 252) !important;
}

.module.mod-box.latest-news.deepest .module-title {
    float: left !important;
    background: none !important;
    font-size: 14px !important;
    color: darkred !important;
    height: 1px !important;
    font-style: italic;
}

.cbf85c .text {
    color: #666666 !important;
    font-size: 10px !important;
    padding: 3px 0 !important;
    width: 245px;
    line-height: normal !important;
    min-height: 1px;
    padding: 0;
    margin: 0;
    top: 0;
}

.module.mod-box.latest-news.deepest a {
    color: black !important;
}

.module.mod-box.latest-news.deepest {
    margin-top: -10px;
}

#rigth-sidebar {

    float: left;
    margin-top: 30px;
    width: 24%;
	padding-left:8px;

}

#rigth-sidebar .easyscript{

   margin-bottom:10px;

}

.banneritem {
    text-align: center;
}