.top-offers h3 {
	font-size: 150%;
	margin-left: 0px;
	margin-top: 15px;
}

.top-header {
	line-height: 35px;
	background: url('../images/delimiter.jpg') repeat-x bottom;
	/*text-shadow: 0px 1px 0px #8A8A8A; */
}

.top-header span {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px;
	color: #A2A2A2;
}

.top-offers ul li {
	clear: both;
	display: block;
	padding: 10px 0;
}

.top-offers ul {
	padding: 0;
	margin: 0;
}

.top-offers ul li:hover {
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7),
		to(#E2E2E2) );
	background: -webkit-linear-gradient(top, #F7F7F7, #E2E2E2);
	background: -moz-linear-gradient(top, #F7F7F7, #E2E2E2);
	background: linear-gradient(top, #F7F7F7, #E2E2E2);
}


.top-offers .image{
	width: 100%;
	position: relative;
}


.top-offers li .info{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 44px;
    min-height: 44px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 2;
    margin: 3px;
}

.top-offers li .image:hover .info{
	height: 100%;
	min-height: 100%;
	cursor: pointer;
}

.top-offers li .info{
    float: right;
}

.top-offers li .info h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 10px;
    margin: 0;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.top-offers li .info h2 a{
	color: #FFFFFF;
}

.top-offers li .hover_info { 
    transition: all 0.5s ease 0s;
}

.top-offers li .info .hover_info{
    color: #fff;
    display: none;
    font-size: 12px;
    min-height: 44px;
    text-align: center;
}

.top-offers li .image:hover .hover_info{
	display: block;
}

.top-offers li .overflow_cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top-offers li .info .hover_info {
    color: #fff;
 }
 
.top-offers li .btn {
    background-color: #67b700;
    background-image: none;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 0;
    outline: medium none;
    padding: 0 15px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}

.top-offers .image a{
	padding: 0;
	margin: 0;
}

.top-offers .image img{
	width: 100%;
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 1px 4px #CCCCCC;
    padding: 3px;
}

.top-offers ul li a {
	padding: 5px 15px 8px 0;
	font-size: 13px;
}

.top-offers ul li a:hover{
	color: #1E6386;
	text-decoration: underline;
}

.top-offers .number{
	float: left;
	padding: 1px 0;
	text-align: center;
	background-color: #C00074;
    color: #FFFFFF;
    font-size: 13pt;
    margin: 20px 7px 20px 4px;
    width: 9%;
    border-radius: 4px;
}

.top-offers .offer{
	display: inline;
	width: 100%;
}

.top-offers.flat .offer  p {
    margin-left: 0px !important;
}
.top-offers.flat .number{
	display:none;
}

.top-offers.flat ul li:hover {
	background: #777;
}

.right {
	float: right;
}

.offer-lowest-price {
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 11111;
	background-color: #2099C9;
	color: #FFFFFF;
	padding: 7px;
	font-size: 13px;
	text-align: center;
}

.list-offer-lowest-price {
	position: relative;
    padding: 7px;
    font-size: 13px;
    text-align: right;
}

.green {
	color: #529E43;
}

.fucsia {
	color: #C00074!important;
	
}

span.currency-sign {
	color:red;
	font-weight: bold;
	float: left;
}

.view-all-offers{
	text-align: center;
	display: block;
	margin: 10px;
}


/*----------- grid 2 layout -----------*/
#top-offers{
    margin-left: auto;
    margin-right: auto;
}

#top-offers .offers-wrapper{
}

#top-offers .offer-container{
    position: relative;
    padding: 0px;
}

#top-offers  .offer-discount , #default-list .offer-discount {
	position: absolute;
	top: 30px;
	background-color: #424344;
	right:0px;
	color: #FFFFFF;
	padding: 7px 10px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	width: 110px;
	z-index: 100;
}

#top-offers  .offerDetails{
	padding: 0px 15px 15px;
}
#default-list .offer-discount {
    top : 65px;
}

#top-offers  .offer-content{
	display: block;
}

#top-offers .hotel-stars{
	margin: 7px 0;
}

#top-offers  h3{
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

#top-offers  h3 a{
	color: #555;
}

#top-offers  .offer-image{
	margin: 0;
	padding: 0;
}

#top-offers  .offer-image img{
	width: 100%;
	max-height:200px;
}

#top-offers .offer-description{
	margin: 10px 0 5px 0;
	font-size: 13px;
	color: #777;
}

#top-offers .offer-description p{
	margin: 0;
}

#top-offers .offer-description ul li{
    background: url("../images/bullet-blue.gif") no-repeat scroll 0 8px rgba(0, 0, 0, 0) !important;
    line-height: 20px;
    list-style: outside none none;
    margin-left: 3px !important;
    padding-left: 15px !important;
	padding: 0;
}


.top-offers .price {
	font-size: 14px;
	padding: 0 5px 7px 1px;
	font-weight: bold;
	color: #FF6C00;
}

#top-offers .old-price{
	font-size: 13px;
	text-decoration: line-through;
	padding-right: 10px;
	color: #999;
}

#top-offers .price-info{
	color: #999;
}


/*----------- end grid 2 layout -----------*/


/*---------- responsive settings */
@media (max-width: 767px) {
   .grid4 .post {
	    width: 40%;
	}
}

@media (max-width: 630px) {
	 .grid4 .post {
	    width: 98%;
	}
	
	.top-offers .image{
		 width: 98%;
	}
	
	.top-offers .offer p {
	    margin-left: 0;
	}
}

@media (max-width: 480px) {
	#top-offers .offer-container {
		width: 100%;
	}
}

.offer-hotel-label {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
	text-overflow: ellipsis;
	text-shadow: none;
	white-space: normal;
}

.last-minute-offer {
	position: absolute;
	top: 25px;
	right:0px;
    display: block;
    font-size: 11px;
    font-weight:bold;
    color: #FFF;
    background: #f89406;
    padding:3px 7px;
    width: 100px;
}

#top-offers .last-minute-offer {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #f89406;
    padding: 2px 10px;
}

#default-list .currency-sign {
    margin-left: 10px;
}
