/* logo adjustment */

header .logo img {
    height: 48px;
    margin-bottom: 10px;
    margin-top: 33px;
    max-width: none;
    width: 260px;
}

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/rumbahamas/bebas-webfont.eot');
    src: url('../fonts/rumbahamas/bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rumbahamas/bebas-webfont.woff') format('woff'),
         url('../fonts/rumbahamas/bebas-webfont.ttf') format('truetype'),
         url('../fonts/rumbahamas/bebas-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* countdown */

#countdownTimer {
    background: rgba(0, 0, 0, 0) url("../img/rumbahamas/wood.jpg") repeat scroll top right;
    -webkit-box-shadow: 0 2px 8px -2px #ddd;
   -moz-box-shadow: 0 2px 8px -2px #ddd;
        box-shadow: 0 2px 8px -2px #ddd;
    border-radius: 0 0 10px 10px;
    display: block;
    height: 24px;
    left: 0;
    padding-top: 2px;
    position: absolute;
    top: 0;
    width: 460px;
}

#countdownTimer a { 
	color: #f7f6c5;
	text-decoration:none;
}

#countdownTimer .countdownHolder {
    font: 14px/1.5 "Open Sans Condensed",sans-serif;
    letter-spacing: -3px;
    text-align: center;
    width: 160px;
}

#countdownTimer .position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

#countdownTimer .digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#f7f6c5;
	letter-spacing:-1px;
	padding-top:1px;
}

#countdownTimer .digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

#countdownTimer .countDays{ /* display:none !important;*/ }
#countdownTimer .countDiv0{ /* display:none !important;*/ }
#countdownTimer .countHours{}
#countdownTimer .countDiv1{}
#countdownTimer .countMinutes{}
#countdownTimer .countDiv2{}
#countdownTimer .countSeconds{}


#countdownTimer .countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

#countdownTimer .countDiv:before,
#countdownTimer .countDiv:after{
	position:absolute;
	width:4px;
	height:4px;
	background-color:#f7f6c5;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	margin-top: -2px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

#countdownTimer .countDiv:after{
	top:0.9em;
}

#countdownTimer #note {
    color: #f7f6c5;
    font-family: "bebasregular";
    font-size: 12px;
    left: 170px;
    position: relative;
    top: -28px;
    word-spacing: 4px;
}

#countdownTimer .colortext { 
	color: #948e6c;
}

@media (min-width: 768px) and (max-width: 979px) {

	#countdownTimer {
		border-radius: 6px;
	    left: 300px;
	    top: 50px;
	    width: 440px;
	}

	#countdownTimer .countdownHolder {
	    padding-left: 0px;
	}

	#countdownTimer #note {
	    left: 160px;
	}

}

@media (max-width: 767px) {
	#countdownTimer {
	    border-radius: 6px;
	    height: 54px;
	    margin: auto;
	    text-align: center;
	    width: 300px;
	    position: relative;
	}

	#countdownTimer .countdownHolder {
	    padding-left: 0;
	    width: 300px;
	}

	#countdownTimer #note {
	    font-size: 12px;
	    position:relative;
	    left: 0px;
	    top: -2px;
	}

	header { 
		height: 238px;
	}

	header .logo img {
	    height: 48px;
	    margin-bottom: 20px;
	    margin-top: 23px;
	    max-width: none;
	    width: 260px;
	}

	select.selectmenu {
		margin-bottom: 10px;
	}
}