/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 10, 2016, 2:10:59 PM
    Author     : alex1
*/


/*
 * post-slider-factory-wgt
 *
 * post renter template
*/

.ang-renter-slides-tmp{
    font-size:13px;
}

.ang-renter-slides-tmp .ang-stickers-wrapper {
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 101;
}
.ang-status-sticker {
    font-size:14px;
    background: #f16d6d;
    text-transform: capitalize;
    color: #ffffff;
    padding:2px 6px;
    margin-left:15px;
    border-radius:2px;
    transition: all 0.4s linear 0.1s;
}
.ang-renter-slides-tmp .blow-effect{
    border-radius: 5px;
}

.ang-renter-slides-tmp .ang-arhive-links{
    padding:15px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.ang-renter-slides-tmp .ang-right-bot-slidenav{
    text-align: right;
    height: 0;
}
.ang-renter-slides-tmp .ang-right-bot-slidenav span{
    padding: 0 65px;
    right: -20px;
    bottom: -65px;
}
.ang-renter-slides-tmp .ang-right-bot-slidenav .uk-slidenav{
    display: block;
    background: transparent;
    border:1px solid #d2d2d2;
    border-radius:5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #bababa;
}
.ang-renter-slides-tmp .ang-right-bot-slidenav .uk-slidenav:hover {
    background-color: #8bc34a;
    border-color:transparent;
    color: #fff;
}
.ang-renter-slides-tmp .uk-dotnav > * > * {
    width: 10px;
    height: 10px;
}
.ang-renter-slides-tmp .uk-dotnav-contrast > * > * {
    background: none;
    border: 2px solid #bcdc97;
}
.ang-renter-slides-tmp .uk-dotnav-contrast > .uk-active > * {
    background: #b0d683;
    border: 2px solid #b0d683;
    transform: scale(1.3);
}
.ang-renter-slides-tmp .uk-dotnav-contrast > * > :hover,
.ang-renter-slides-tmp .uk-dotnav-contrast > * > :focus {
    background: #bcdc97;
    border: 2px solid #bcdc97;
}