/*
General
*/
body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/loading.gif) no-repeat center 30px;
	background-color:#262626;
	overflow:hidden;
	cursor:default;
}
.clr:after{
	clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.wrap{
	position:relative;
	margin:0px auto;
	width:970px;
	display:block;
	z-index:1;
}
img{
	display:block;
	position:relative;
	border:0px;
}
.trans{
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
}
.trans:hover{
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari and Chrome */
	-o-transition: 0.5s; /* Opera */
}

a.tapspan{
	display:none;
	width:100%;
	border:0px;
	position:fixed;
	z-index:999999;
	cursor:url(../images/hidden_cursor.png),auto;
}

/*
Header
*/
.header{
	position:relative;
	width:970px;
	display:block;
	padding:20px 0px 0px 0px;
}
.logo{
	float:left;
	width:150px;
}
.right_head{
	float:right;
	width:177px;
}

/*
Landing Page
*/
.land_copy {
	position: fixed;
	top: 26%;
	left: 50%;
	margin-left: -16.5em;
	border-radius: 8px;
	width: 452px;
	padding: 20px;
	background-color: rgba(38,38,38,0.7);
}

.tickets{
	position:fixed;
	bottom:0px;
	margin:0px;
	width:100%;
	height:310px;
	display:block;
	overflow:hidden;
	z-index:1;
	background: url(../images/landing/bg_below_tkt.png) no-repeat center 84px;
}
.tickets a{
	margin:0px;
	display:block;
	float:left;
}
a img.ticket_image{
	width:193px;
	float:left;
}
.goa_ticket{
	padding:30px 0px 0px 0px;
}
.kenya_ticket{
	padding:12px 0px 0px 0px;
}
.maldives_ticket{
	padding:28px 0px 0px 0px;
}
.mexico_ticket{
	padding:14px 0px 0px 0px;
}
.thailand_ticket{
	padding:26px 0px 0px 0px;
}

.ticket_image:hover{
	padding:0px;
}

/*
Holiday
*/
.start{
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -15.5em;
	border-radius: 8px;
	width: 464px;
	padding: 20px;
	background-color: rgba(38,38,38,0.7);
}
.end{
	display:none;
	position:fixed;
    top: 30%;
    left: 50%;
    margin-left: -14em;
	border-radius:8px;
    width:386px;
	padding:20px;
    background-color: rgba(38,38,38,0.7);
}
.startcount{
	cursor:pointer;
	display:block;
	position:relative;
}
.startbutton{
	background: url(../images/holiday/btn_start.png) no-repeat -386px 0px;
	height: 42px;
	width: 386px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 47px;
}
.startbutton:hover{
	background:url(../images/holiday/btn_start.png) no-repeat 0px 0px;
}
.endbutton{
	background:url(../images/holiday/btns_option_longer.png) no-repeat 0px 0px;
	height:42px;
	width:386px;
	display: block;
	position:relative;
	cursor:pointer;
}
.endbutton:hover{
	background:url(../images/holiday/btns_option_longer.png) no-repeat -386px 0px;
}
.newholiday{
	background:url(../images/holiday/btns_option_takeme.png) no-repeat 0px 0px;
	height:42px;
	width:386px;
	cursor:pointer;
	display:block;
	position:relative;
}
.newholiday:hover{
	background:url(../images/holiday/btns_option_takeme.png) no-repeat -386px 0px;
}
.shareholiday{
	background:url(../images/holiday/btns_option_share.png) no-repeat 0px 0px;
	height:42px;
	width:386px;
	cursor:pointer;
	display:block;
	position:relative;
}
.shareholiday:hover{
	background:url(../images/holiday/btns_option_share.png) no-repeat -386px 0px;
}
.countdown{
	width:71px;
	height:71px;
	display:none;
	position:fixed;
	bottom:60px;
	background:url(../images/holiday/timer.png) no-repeat 0px 0px;
	overflow:hidden;
	-webkit-animation: play 63s steps(12);
       -moz-animation: play 63s steps(12);
        -ms-animation: play 63s steps(12);
         -o-animation: play 63s steps(12);
            animation: play 63s steps(12);
}

@-webkit-keyframes play {
   from { background-position: 0px 0px; }
     to { background-position: 0px -852px; }
}

@-moz-keyframes play {
   from { background-position: 0px 0px; }
     to { background-position: 0px -852px; }
}

@-ms-keyframes play {
   from { background-position: 0px 0px; }
     to { background-position: 0px -852px; }
}

@-o-keyframes play {
   from { background-position: 0px 0px; }
     to { background-position: 0px -852px; }
}

@keyframes play {
   from { background-position: 0px 0px; }
     to { background-position: 0px -852px; }
}


/*
Share
*/
.share_copy {
	position: relative;
	top: 0px;
	border-radius: 8px;
	width: 930px;
	background-color: rgba(38,38,38,0.7);
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.share_title{
	display:block;
	float:left;
	width:500px;
}
.close{
	display: block;
	float: right;
	width: 87px;
}
.share_content{
	display:block;
	width:930px;
	float:left;
}
.goacopy{
	display:block;
}
.kenyacopy,.mauritiuscopy,.maldivescopy,.mexicocopy,.thailandcopy{
	display:none;
}
.share_left{
	float:left;
	width:590px;
}
.share_right{
	width:326px;
	float:right;
}
.display{
	background: url(../images/share/bg_postcard_previue.png) no-repeat 0px 0px;
	width: 323px;
	display: block;
	height: 231px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.socialbuttons a{
	display: block;
	float: left;
	margin-right: 8px;
}
.socialbuttons{
	border-right:solid 1px #ADADAD;
	padding:20px 0px;
}
.placescopy{
	border-top: solid 1px #ADADAD;
	border-right: solid 1px #ADADAD;
	border-bottom: solid 1px #ADADAD;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.colour{
	border-right: solid 1px #ADADAD;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.copy_title{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.copy span{
	cursor:pointer;
	display:block;
	background:url(../images/share/r_.png) no-repeat left center;
	padding:5px 0px 5px 20px;
	width: 270px;
	float:left;
	color:#FFFFFF;
	font-size:0.9em;
}
.copy span.active_text{
	background:url(../images/share/r.png) no-repeat left center;
}

.colour .place_gen{
	width: 80px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.colour span.place_text{
	display: block;
	background: url(../images/share/r_.png) no-repeat left center;
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.colour span.active_colour span.place_text{
	background:url(../images/share/r.png) no-repeat left center;
}
.shareinput{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.shareinput span{
	font-size:0.7em;
	color:#FFFFFF;
	display:block;
}
.shareinput input{
	border:solid 1px #3D3D3D;
	color:#333333;
	background-color:#ADADAD;
	width:220px;
	padding:5px;
}

/*
Postcards
*/
.postcard_copy {
    position:fixed;
    top: 20%;
    left: 50%;
    margin-left: -18em;
	border-radius:8px;
    width:524px;
	padding:20px;
    background-color: rgba(38,38,38,0.7);
}
.enjoy_postcard{
	background:url(../images/postcard/btns_enjoy.png) no-repeat 0px 0px;
	height:42px;
	width:386px;
	cursor:pointer;
	display:block;
	position:relative;
	margin:20px 0px 0px 65px;
}
.enjoy_postcard:hover{
	background:url(../images/postcard/btns_enjoy.png) no-repeat -386px 0px;
}
.post_close{
	position:absolute;
	right:-20px;
	top:-20px;
	display:block;
	width:45px;
	height:44px;
	background:url(../images/postcard/close.png) no-repeat 0px 0px;
}
/*
Footer
*/
.footerwrap{
	position:fixed;
	bottom:0px;
	height:34px;
	background:#262626;
	display:block;
	width:100%;
	z-index:1000;
}
.footer{
	position:relative;
	margin:0px auto;
	width:970px;
	display:block;
}
.footer p{
	font-size: 10px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #555555;
}
.footer p a{
	text-decoration:underline;
	color:#555555;
}
.foot_left{
	width: 400px;
	float: left;
}
.foot_right{
	width: 300px;
	float: right;
	padding: 5px 0px 0px 0px;
	text-align: right;
	text-wrap:none;
}

