



/* MAIN SPECIALS PAGE */


.specials h3 { font-weight: 300; text-transform:uppercase; margin: 0 0 30px 0; }



.specials a         { text-decoration: none; }
.specials a:hover         { text-decoration: none; }

.tr         { border-top: 1px #cacaca dotted; padding: 10px 20px; font-size: 16px; color:#666666; }
.tr:hover       { box-shadow: 0px 0px 3px 3px #eaeaea; }
.tr .offer  { float:left; width: 50%; }
.tr .offer span { font-weight:bold; }
.tr .nights  { float:left; widtH: 25%; text-align:right; }
.tr .price  { float:left; widtH: 25%; text-align:right; font-weight:bold; }
.tr .price span     { font-size: 7px; padding-bottom: 4px; font-weight:normal; }








@media only screen and (max-width: 500px) 

{

.tr .offer  { float:none; width: 100%; }
.tr .nights  { float:none; widtH: 100%;  }
.tr .price  { float:none; widtH: 100%; }


}