.pageTitle
{   
    font-weight:bold;
    font-size:17px;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:2%;
}
.offerBlock
{
	overflow:hidden;
	width:70%;
	display:inline-block;
	border: 1px solid rgba(105, 121, 168,0.5); 
	margin-left:2%;
	margin-right:2%;
/* 	min-width:490px; */
}
.firstBlock
{
	padding:1%;
	float:left;
	display:inline-block;
	height:auto;
}
.firstBlock p
{
	color: rgba(128, 128, 128, 0.67);
	margin-bottom:5px;
}
.offerPropItem p
{
	margin-top:4px;
	color:black;
}
.secondBlock
{ 
    height:100%;
    position:relative;
	margin-left:1%;
}

.imageWrapper
{
	width:100%;
}
.imageWrapper img
{
	max-width:250px;
	width:98%;
 
}
.offerName
{
    margin-left:2%;
	margin-top:5%;
	font-weight:bold;
    font-size:1em;
}
.buttonBlock
{
	/* position: absolute; */
    float: right;
    margin-right: 2%;
    border: 1px solid rgba(105, 121, 168,0.5);
    padding: 3px;
    padding-left: 30px;
    padding-right: 30px;
/*     bottom: 2%; */
    right: 20px;
}

.buttonBlock:hover
{
	cursor:pointer;
	background-color:rgba(105, 121, 168,0.5);
	color:white;
}
.buttonBlock:active
{
	cursor:pointer;
	background-color:rgba(105, 121, 168,1);
	color:white;	
}
@media screen and (max-device-width:1000px) and (orientation:portrait){.offerName{clear:both}}