.IR_object {
width:250px; 
height:210px; 
max-width:50%; 
overflow:hidden; 
margin:0 0 0 0; 
padding:0; 
float:left;
}
.IR_object_inner {padding:0; background:#f3f3f5; margin:5px; }
.IR_object_img {width:100%; height:150px; overflow:hidden; margin:0; padding:0;}
.IR_object_img img{width:100%; height:auto; margin:0;}
.IR_object_cont {padding:0; position:relative; height:50px;}
.IR_object_cont span {
display:block; 
position:absolute;
top:-90px;
right:0;
padding:10px;
background:#000; 
background:rgba(0,0,0,0.8); 
color:#fff;
font-family: 'CuprumRegular';
font-size:18px;
}
a.IR_link {
display:block; 
height:50px;
line-height:50px;
width:100%;
text-align:center;
text-decoration:none;
font-size:16px;
background:#2A2D3E;
color:#dcdcdf!important;
}
a.IR_link:hover {
color:#fff!important;
background:#101321;
}



.target_button {
display:inline-block; 
margin:20px 20px 20px 5px;
padding:0;
position:relative;	
transition: all .2s linear;
-o-transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
background:#2A2D3E;
color:#fff!important;
box-shadow: inset 0px 0px 14px rgba(42, 45, 62, 0.2);
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size:18px;
outline: none;
border: rgba(42, 45, 62,0.1) 1px solid;
}

.target_button:hover {background:#eb3f16;}


.target_button:before {
position:absolute;
top:-5px;
left:-5px;
height:	100%;
width: 100%;
padding:0px;
border: 5px solid rgba(42, 45, 62, 0.23);
border-radius:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
display:block;
content: ' ';	
}
.target_button:hover:before {}

.target_button a {
position:relative;		
display:inline-block; 
color:#fff!important;
text-decoration:none;
padding:15px 40px 10px 40px;
overflow: hidden;
text-shadow: 0px -1px 0px rgba(42, 45, 62, 0.5);
text-transform:uppercase;
font-size:18px;
font-family: 'CuprumRegular';
}

.target_button a:focus {}

.target_button a:hover {}

.target_button a:before {
position:absolute;
top:0;
left:0;
height:	50%;
width: 100%;
display:block;
background: rgba(255,255,255,0.12);
background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.12));
background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.12));
background: -ms-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.12));
background: -o-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.12));
background: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.12));
border-top: rgba(255, 255, 255,0.64) 1px solid;
content: ' ';
}
