body {
    font-family: "Roboto", sans-serif;
}

.module .content .items .item .poster img {
    height: 100%;
    object-fit: cover;
}
.dt_mainmeta nav h2::before {
    display: none;
}
.srelacionados article img {
    width: 115px;
    height: 170px;
    object-fit: cover;
}
span.quality {
    padding: 4px 8px;
}
input[type="button"]:hover {
    background: #ff7800b3;
    color: #fff;
}
input[type="button"] {
    background: #ff7800;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 20px;
}

input[type="submit"]:hover {
    background: #ff7800b3;
    color: #fff;
}
input.gbutton {
    float: right;
}
input[type="submit"] {
    background: #ff7800;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 20px;
}
.uc-message {
    line-height: 23px !important;
    padding-bottom: 20px !important;
}
.uc-avatar img {
    vertical-align: middle;
    width: 50px;
    border-radius: 25px !important;
    height: 50px;
}
.com-order-block, #crt_blk_cont {display:none  !important;}

.x-unselectable {position:relative;}
#uCatsMenu7 {left: 0% !important;top: 20px !important; margin-left: 0px;}
body.single .acopy {max-width: 1100px !important;}

/*Pagination*/

#pagesBlock1, .pagesBlockuz1, .pagesBlockuz2 {
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
}

/* -- active -- */
.pgSwchA b, .swchItemA span, .swchItemA1 span {
margin-left: 0px;
z-index: 2;
color: #ff7800;
cursor: default;
font-weight:normal;
position: relative;
padding: 6px 12px;
line-height: 1.42857;
text-decoration: none;

background-color: #FFF;
border: 1px solid #eceff5;
}

.pgSwchA:hover b, .swchItemA:hover span, .swchItemA1:hover span {
background-color: #FFF;
border: 1px solid #eceff5;
}


/* -- no active -- */
.pgSwch span, .swchItem span, a.swchItem1 {
margin-left: -1px;
position: relative;
padding: 6px 12px;
line-height: 1.42857;
text-decoration: none;

color: #222D34;
background-color: #f5f7fa;
border: 1px solid #eceff5;
}

.pgSwch:hover span, .swchItem:hover span, a.swchItem1:hover {
text-decoration: none;

color: #222D34;
background-color: #fff;
border-color: #eceff5;
}

/* -- dots -- */
.swchItemDots {
margin-left: -1px;
position: relative;
padding: 6px 12px;
line-height: 1.42857;
text-decoration: none;
background-color: transparent;
border: 1px solid transparent;
}

.dtinfo .rating .datareviews .datarating {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 20px;
    font-size: 15px;
    overflow: hidden;
    float: left;
    margin: 10px 13px;
}
article.post .images img {
    height: 220px;
    object-fit: cover;
}


