@import url('blue-default.css');
#offer-page {
    width: 978px;
    margin: 20px auto;
    
}
#offer-page .site-logo {
    width: 220px;
    text-align: center;
    padding: 5px 0px;
    position: absolute;
    background: none repeat scroll 0% 0% #FFF;
    z-index: 150;
}
#offer-page #offer-inner {
    float: left;
}
#offer-page #offer-inner .right-content {
    width: 318px;
}
#offer-page .close {
    display: none;
}
#offer-page #inner-info .left {
    width: 440px;
}
#offer-inner .prices {
    margin: 0 0 0 20px;
}
#offer-page #inner-info .right {
    width: 120px;
}
#offer-page #offer-inner {
    margin: 0px 20px 0px 0;
    width: 622px;
    min-height: 451px;
}
#inner-info #short {
    margin-top: 10px;
}
#offer-page #more-offers h3 {
    margin-top: 0;
}
#some-offers {
    margin-left: 18px;
}
#some-offers .offer-box {
    width: 172px;
    font-size: 12px;
}

#some-offers .offer-box .overlay span {
    height: 20px;
    font-size: 10px;
}
#some-offers .offer-box .overlay a.more {
    height: 20px;
    line-height: 20px;
}
#some-offers .offer-box .photo .info strong a {
    font-size: 10px;
}
#some-offers .offer-box .photo .info {
    height: 20px;
}
#some-offers .offer-box h3 {
    font-size: 12px;
    line-height: 14px;
}
#some-offers .offer-box .photo img.main-photo {
    min-height: 100px !important;
    height: 100px;
}
#some-offers .offer-box .prices strong {
    font-size: 14px;
}
#some-offers .offer-box .prices sub {
    bottom: 5px;
    font-size: 8px;
}
#some-offers .offer-box-wrap {
    height: 240px;
    margin-right: 18px !important;
}
#some-offers .offer-box .prices span:first-child {
    width: 48%;
}
#some-offers h2 {
    margin-top: 0px;
    background: none repeat scroll 0% 0% #EF4241;
    margin-right: 18px;
    padding: 8px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 16px;
}
#some-offers .site-logo {
    width: 172px !important;
}
#recomended { 
    border: 1px solid #BCBEC0;
}

#recomended .recomended-offers .offer-box-wrap {
    margin-bottom: 20px;
}
#leaderboard-inner {
    width: 100%;
    text-align: center;
}
.forecast {
    margin-top: 5px;
    border-bottom: 1px solid #BCBEC0;
}
.forecast,
.forecast table {
    color: #5F5F5F;

    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
}
.forecast table hr {
    border: 0;
    height: 1px;
    background: #BCBEC0;
}
.destination {
    float: left;
    background: #fff;
    border: 1px solid #BCBEC0;
    border-bottom: 0;
}
.destination:hover {
    text-decoration: none;
}
.destination .description {
    width: 298px;
    height: 60px;
    position: relative;
    overflow: hidden;
    display: block;
}
#country-container #description h2 {
    margin: 0 0 5px 0 !important;
}
#country-container #description {
    width: 298px;
    height: 60px;
}
.description-overlay *::-moz-selection { /* Code for Firefox */
    color: #444;
    background: #E7EBF2;
}
.description-overlay *::selection {
    color: #444;
    background: #E7EBF2;
}

.destination .description img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10
}
.destination .description .description-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 298px;
    height: 60px;
    z-index: 30;
    background: rgba(0,0,0,0.5);
}

html.ie7 .destination .description .description-overlay,
html.ie8 .destination .description .description-overlay {
    background: url(../img/transparent-bg.png) top left repeat;
}
.destination .description .description-overlay .text {
    text-align: center;
    color: #FFF !important;
    margin: 10px 0px 6px;
    -moz-text-shadow: 0px 1px 2px #000;
    -webkit-text-shadow: 0px 1px 2px #000;
    text-shadow: 0px 1px 2px #000;
    font-size: 12px;
    line-height: 60px;
}
.destination .description .description-overlay .text p {
    margin: 5px 0;
}
.destination .description .description-overlay .text h2 {
    margin: 0;
}
.destination .description .description-overlay .text h2 span {
    opacity: 0.8;
}
.destination .description .description-overlay .text h2 strong {
    opacity: 1;
}