div.theme--light.v-application {
    background: #f0f1f2;
}


.v-application .primary.box_filters {
    background-color: #889db1 !important;
    border-color: #889db1 !important;
}


div.v-list-item__content > :not(:last-child) {
	margin-bottom: 10px;
}




.img_hover_box {
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.ihb_elem {
	padding: 6px 7px;
	float: left;
	opacity: .95;
	-webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}

.ihb_elem + .ihb_elem {
	padding-left: 4px;
}

.ihb_elem:hover {
	opacity: 1;
}

.ihb_elem i {
	display: inline-block;
	vertical-align: middle;
}

.ihb_elem span {
	margin: 0 2px 0 1px;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}

.ihb_elem i:before {
	color: #fff;
}

.ihb_elem i:first-child {
	font-size: 28px;
}

.ihb_elem i:last-child {
	font-size: 26px;
}



.main_info_block {
	width: 320px;
	padding: 7px 10px;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}

.main_info_block_wrap {
	background: #fff;
	width: 100%;
	padding: 15px 18px;
	float: left;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.main_info_block_text {
	width: 100%;
	margin-bottom: 5px;
	font: 15px/1.3 Roboto;
	float: left;
}

.main_info_block_text span {
	color: #3fb13f;
	font-weight: 500;
}

.main_info_block_text:first-child span {
	color: #d44;
}

.main_info_block_btn {
	background:	#1976d2;
	width: 100%;
	padding: 6px;
	margin-top: 5px;
	border: none;
	border-radius: 4px;
	color: #fff;
	float: left;
}

.main_info_block_btn span {
	margin-left: 3px;
	font: 500 15px/1 Roboto;
	display: inline-block;
	vertical-align: middle;
}




@media (max-width: 399px) {

	.main_info_block {
		width: 100%;
	}
		
}


@media (max-width: 599px) {

	.v-application div.my-12 {
	    margin-top: 0 !important;
	    margin-bottom: 20px !important;
	}


	div.v-application .headline {
    	font-size: 1.3rem !important;
	}


	div.v-card:not(.v-sheet--tile):not(.v-card--shaped),
	div.v-alert:not(.v-sheet--tile) {
    	border-radius: 0;
	}
		
}


@media (min-width: 600px) {

	.v-application div.my-12 {
	    margin-top: 0 !important;
	    margin-bottom: 30px !important;
	}


	div.v-application .headline {
    	font-size: 1.4rem !important;
	}

	div.v-card__text {
	    font-size: 1rem;
	}

}
