.cmenu {
    width: 100%;
    background-color: #f4f4f4;
    height: 45px;
    margin: 0 auto;
}

.jcarousel-wrapper {
    position: relative;
    margin-left: 37px;
    margin-right: 37px;
}

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
}

.jcarousel li {
    font-size: 0.9em;
    float: left;
    margin-right: 1px;
    padding-left: 5px;
    padding-right: 5px;
    height: 45px;
    line-height: 45px;
    vertical-align:middle;
    width: 175px;
}

.jcarousel li a
{
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: block;
    height: 100%;
}

.jcarousel li div
{
    height: 45px;
    width: 164px;
}

.jcarousel img {
    height: 45px;
    float: left;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 0px;
    width: 37px;
    height: 50px;
    text-align: center;
    color: #363636;
    text-decoration: none;
    background-size: 100%;
}

.jcarousel-control-prev.inactive
,jcarousel-control-next.inactive
{
    position: absolute;
    top: 0px;
    width: 37px;
    height: 50px;
    text-align: center;
    color: #363636;
    text-decoration: none;
    background-size: 37px 45px;
}

.jcarousel-control-prev {
    border-left: 1px solid #ffffff;
    left: -37px;
    background-repeat: no-repeat;
    background-image:url("../../images/esquerda_on.jpg");
    float: left;
    color: transparent;
    background-size: 37px 45px;
}

.jcarousel-control-prev.inactive {
    left: -37px;
    background-image:url("../../images/esquerda.jpg");
    background-repeat: no-repeat;
    float: left;
    color: transparent;
}

.jcarousel-control-next {
    border-right: 1px solid #ffffff;
    right: -37px;
    background-image:url("../../images/direita_on.jpg"); 
    background-repeat: no-repeat;
    float: right;
    color: transparent;
    background-size: 37px 50px;
}

.jcarousel-control-next.inactive {
    right: -37px;
    background-image:url("../../images/direita.jpg"); 
    background-repeat: no-repeat;
    float: right;
    color: transparent;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/* item do slider */
.item_evc, .item_evc a
,.item_eve, .item_eve a
,.item_evcr, .item_evcr a
,.item_evr, .item_evr a
,.item_evt, .item_evt a
,.item_evo, .item_evo a
{
    background-color: #dbdbdb;
    min-width: 20px;
    color: #363636;
}

.item_eve_select, .item_eve_select a 
,.item_evc_select, .item_evc_select a
,.item_evcr_select, .item_evcr_select a 
,.item_evr_select, .item_evr_select a
,.item_evt_select, .item_evt_select a 
,.item_evo_select, .item_evo_select a   {
    
    color: #ffffff;
    min-width: 20px;
}

.item_evc a:hover
,.item_eve a:hover 
,.item_evcr a:hover
,.item_evr a:hover
,.item_evt a:hover
,.item_evo a:hover
{
    background-color: #dbdbdb;
    min-width: 20px;
}

/* casas */
.item_evc_select, .item_evc_select a {
    background-color: #c59a3b;
}

.item_evc a:hover {
    color: #ba8717;
}
/* escritores */
.item_eve_select, .item_eve_select a {
    background-color: #c50202;
}
.item_eve a:hover {
    color: #c50202;
}

/* cronologia */
.item_evcr_select, .item_evcr_select a {
    background-color: #928672;
}
.item_evcr a:hover {
    color: #928672;
}

/* roteiros */
.item_evr_select, .item_evr_select a {
    background-color: #517ea5;
}
.item_evr a:hover {
    color: #517ea5;
}

/* Temas */
.item_evt_select, .item_evt_select a {
    background-color: var(--main-bg-color-hover);
}
.item_evt a:hover {
    color: var(--main-bg-color-hover);
}

/* Obras */
.item_evo_select, .item_evo_select a {
    background-color: #7b66a1;
}
.item_evo a:hover {
    color: #7b66a1;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 0.5em;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background-color: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background-color: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

@media screen and (min-width:1025px) and (max-width: 1920px) {
    
    .jcarousel-control-prev, .jcarousel-control-prev.inactive
    ,.jcarousel-control-next, .jcarousel-control-next.inactive {
        width: 48px;
        height: 45px;
        background-size: 48px 45px;
    }

        .jcarousel-control-prev
        ,.jcarousel-control-prev.inactive
        {
            left: -48px;
        }

        .jcarousel-control-next, .jcarousel-control-next.inactive
        {
             right: -48px;
        }
        .jcarousel-wrapper {
            margin-left: 48px;
            margin-right: 48px;
        }
    .cmenu,.jcarousel-wrapper,.jcarousel, .jcarousel ul{
        line-height: 45px;
        height: 45px;
    }
        .jcarousel li {
            width: 175px;
            line-height: 45px;
            height: 45px;
            font-size: 1em;
        }
}
