.contests_list {

}
.contests_list .detail_sect_title {
    font-weight: normal;
}

.contests_list_item {
    padding: 14px;
    border: 1px solid #eeeeee;
    position: relative;
    margin-bottom: 14px;
}

.contests_list_item_content {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eeeeee;
    position: relative;
}


.contests_list_item_img {
    max-width: 147px;
    width: 147px;
    height: 147px;
    float: left;
    text-align: center;
    position: relative;

}

.contests_list_item_img a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.contests_list_item_img img {
    max-width: 100%;
    height: auto;
}
.contests_list_item_img:before {
    content: '';
    display: inline-block;
    line-height: 100%;
    height: 100%;
    vertical-align: middle;
}

.contests_list_item_description {
    /*padding: 12px 280px 12px 170px;*/
    /*float: left;*/
    min-height: 147px;
    padding: 12px 33% 12px 170px;
}
.contests_list_item_title {
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 10px 0;
    height: 42px;
    overflow: hidden;
    line-height: 1.3;
}

.contests_list_item_title a {
    text-decoration: none;
    color: #5e5e5e;
}

.contests_list_item_title a:hover {
    text-decoration: underline;
}

.prize_block {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #5e5e5e;
}

.contests_list_item_meta {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 20px;
    /*width: 260px;*/
    width: 33%;
}


.clim_group {
    font-size: 13px;
    color: #5e5e5e;
}

.clim_group.date_expired {
    margin-bottom: 10px;
}

.clim_group.date_expired span {
    display: block;
}

.clim_group.days_lost .clim_value {
    color: #ff0000;
    font-weight: bold;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

    .contests_list_item_meta {
        position: static;
        width: 100%;
    }

    .clim_group.date_expired {
        float: left;
    }
    .clim_group.days_lost {
        float: right;
    }

    .contests_list_item_description {
        padding: 12px 20px 12px 165px;
    }
}


@media only screen and (max-width: 660px) {

    .contests_list_item_meta {
        position: static;
        width: 100%;
    }

    .clim_group.date_expired {
        float: left;
    }
    .clim_group.days_lost {
        float: right;
    }

    .contests_list_item_description {
        padding: 12px 20px 12px 165px;
    }
}

@media only screen and (max-width: 480px) {

    .contests_list_item_meta {
        position: static;
        width: 100%;
        overflow: hidden;
        padding: 0 15px 5px 15px;
    }

    .clim_group.date_expired {
        float: left;
    }
    .clim_group.days_lost {
        float: right;
    }

    .contests_list_item_description {
        padding: 15px;
    }

    .contests_list_item_img {
        max-width: 147px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .contests_list_item_title {
        font-size: 16px;
    }

    .clim_group {
        float: none !important;
    }
}

.button-small-orange
{
	margin: 5px 0;
	display: inline-block;
	color: #ff0000 !important;
    background-color: #FFF;
    box-shadow: inset 0px 10px 40px rgba(255, 74, 0, 0.1);
	padding: 5px 10px;
	    color: #ff0000;
		text-decoration: none !important;
		    border: 2px solid #ff0000;
		
}
.button-small-orange:hover
{   
    background-color: #FFF;
    box-shadow: inset 0px 10px 40px rgba(255, 74, 0, 0.1);
	text-decoration: none;
}


@media only screen and (min-width: 481px) {
 .contests_list_item_img {
  background-color: #fafafa;
 }
}