body {
    /*font-family: Roboto, sans-serif !important;
    font-weight: 400;*/
}

.clear {
    clear: both
}

.ab_icon {
    margin-right: 8px;
    font-family: nedoma;
    font-size: 18px;
    vertical-align: middle;
    margin-top: -1px;
    display: inherit;
}

.rent_block {
    background: rgb(250, 250, 250);
    margin: 0 8px 16px;
    border-radius: 5px;
    /*border-bottom: 2px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;*/
    box-shadow: 1px 1px 11px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    /*
    box-shadow: 1px 2px 2px rgba(122, 122, 122, 0.65);
	*/
}

.rent_block:hover {	box-shadow: 1px 1px 11px rgba(0,0,0,0.25);}

.rent_block img {
    margin-bottom: -5px;
}

.rent_block .icons_flex {
/*    padding-top: 16px;*/
    position: relative;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.rent_block .icons_flex:last-child, .rent_block .icons_flex.pre_footer {
    margin: 8px;
    font-weight: 500;
    padding: 0;
    height: 48px;
    line-height: 48px;
    text-align: right;
}

.rent_block .news_icons_flex .news_thumbs_container:nth-child(3) > div {
    margin-top: -2px;
}

.rent_block .thumbs_container {
    color: #90a4ae;
    font-weight: 300;
    cursor: pointer;
    line-height: 32px;
    height: 48px;
    white-space: nowrap;
    padding: 8px 0;
    display: inline-block;
    text-align: center;
}

.rent_block .thumbs_container:hover {
	color: #607D8B;
}

.rent_block .thumbs_container.active {
    color: #4CAF50;
}

.rent_block .thumbs_container.fill{
    color: #FF5722;
}

.rent_block .thumbs_container span {
    font-size: 16px;
    font-weight: 300;
    margin-left: -4px;
    margin-right: 16px;
    display: inline-block;
}

.rent_block .thumbs_button {
    width: 48px;
    text-align: center;
    font-family: nedoma;
    font-size: 20px;
    display: inline-block;
}

.rent_block .thumbs_button.like_hollow:before {
    content: "\e879";
    display: inline-block;
}

.rent_block .thumbs_button.like::before {
    content: "\e877";
    display: inline-block;
}

.rent_block .thumbs_button.reviews::before {
    content: "\e883";
    display: inline-block;
    font-size: 24px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.rent_block .fill.thumbs_button.reviews::before {
    content: "\e882";
    display: inline-block;
}

.ab_button {
    padding: 8px;
    height: 40px;
    display: inline-block;
    line-height: 24px;
}

.action_block {
    height: 40px;
    bottom: 0;
    position: absolute;
    display: block;
    color: rgb(250, 250, 250);
    font-size: 12px;
    font-weight: 300;
    margin: 0 8px;
    width: calc(100% - 16px);
    white-space: nowrap;
}

.link_block {	cursor: pointer;}

.rent_block .rent_block_footer {
    margin: 8px 0;
    font-weight: 500;
    padding: 4px 0 0;
    height: 48px;
    line-height: 48px;
    text-align: left;
    border-top: 1px solid #E0E0E0;
}

.rent_block .rent_block_footer_button {
    margin-left: 16px;
    display: inline-block;
    color: #4CAF50;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}

.rent_block .rent_block_footer_button:hover, .rent_block .rent_block_footer_button a:hover {
    color: #43A047;
}

.rent_block .rent_block_footer_button a{
    text-decoration: none;
	color: #4CAF50;
}

.button_icon {
    margin-right: 8px;
    font-family: nedoma;
    font-size: 18px;
    vertical-align: middle;
}

.green-button, .transparent-button{
    clear: both;
    text-transform: uppercase;
    font-size: 16px !important;
    height: 48px;
    line-height: 48px;
    border-radius: 5px !important;
    -webkit-appearance: none;
    margin: 16px auto;
    max-width: 224px;
    text-align: center;
    cursor: pointer;
}

.green-button .button_icon, .transparent-button .button_icon {
    vertical-align: baseline;
}

.green-button {
    color: white !important;
    background: #4caf50;
    background-color: #4caf50 !important;
}

.km-navbar {
    height: 58px;
    line-height: 44px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4), 0 0 4px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4), 0 0 4px rgba(0, 0, 0, .4);
}

.km-navbar .km-view-title {
    line-height: 58px
}

.km-content, .km-modalview .km-navbar, .km-popover-root .km-navbar, .km-tabstrip {
    background: #ffffff;
}

.km-content p {
    font-family: sans-serif;
}
