Congratulations Karen!

Published 23rd Apr 2015


/
Cash for Kids Take That Auction CSS
/


/ General
==========================================================================
==========================================================================
/

html,
body {
width: 100%;
height: 100%;
}
body {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
background: url("http://cfk.bauermedia.co.uk/2015/takethat/img/bg.jpg") fixed center top no-repeat #FFF;
}
.tt {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tt
:before,
.tt :after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tt {
background-color: #FFF;
font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
text-align: center;
}
.tt a {
color: #000;
text-decoration: underline;
-webkit-transition: color, background-color .5s ease-in-out;
-moz-transition: color, background-color .5s ease-in-out;
transition: color, background-color .5s ease-in-out;
}
.tt a:hover,
.tt a:active,
.tt a:focus {
color: #D4D4D4;
}
.tt a img:hover,
.tt a img:active,
.tt a img:focus {
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
opacity: .7;
}

/
Rows
==========================================================================
========================================================================== /

.row {
zoom: 1;
position: relative;
overflow: hidden;
}
.row:before,
.row:after {
content: "";
display: table;
}
.row:after {
clear: both;
}


/
Columns
==========================================================================
========================================================================== /

.col-100,
.col-50 {
float: left;
position: relative;
}
.col-100 {
width: 100%;
}
.col-50 {
width: 50%;
}
.col-50-pull {
right: 50%;
}
.col-50-push {
left: 50%;
}
.col-padded {
padding: 40px;
}
.col-center {
float: none !important;
margin: 0 auto;
}
@media only screen and (max-width: 800px) {
.col-100,
.col-50 {
text-align: center;
}
.col-50 {
width: 100%;
}
.col-50-pull,
.col-50-push {
left: 0;
}
.col-padded {
padding: 40px 20px;
}
}

/
Typography
==========================================================================
========================================================================== /

.tt {
overflow: hidden;
}
.tt h1,
.tt h2 {
font-family: 'Titillium Web', Arial, Helvetica, sans-serif !important;
line-height: 1.2em;
font-weight: 400;
padding: 0;
margin: 0 0 20px;
}
.tt h1 {
font-size: 3.7em;
text-transform: uppercase;
}
.tt a.band {
font-weight: 700;
text-transform: uppercase;
}
.tt h1 a:hover,
.tt h1 a:active,
.tt h1 a:focus {
color: #D4D4D4;
}
.tt p {
font-weight: 300;
font-size: 1.2em;
line-height: 1.2em;
margin: 0 0 20px;
}
.tt p:last-child {
margin: 0;
}
@media only screen and (max-width: 800px) {
.tt h1 {
font-size: 2.5em;
}
}
@media only screen and (max-width: 480px) {
.tt h1 {
font-size: 2em;
}
}


/
Buttons
==========================================================================
========================================================================== /

.cta {
display: block;
margin: 0 10px 20px 0;
padding: 15px 30px;
border: 2px solid #000;
color: #000;
font-size: 1.5em;
font-weight: 400;
text-transform: uppercase;
text-decoration: none !important;
}
.cta:last-child {
margin-bottom: 0;
}
.cta:hover,
.cta:active,
.cta:focus {
background-color: #000;
color: #FFF !important;
}
@media only screen and (max-width: 480px) {
.cta {
padding: 7px 15px;
font-size: 1.3em;
}
}


/
Header
==========================================================================
========================================================================== /

.tt-header {
background: #016798; /
Old browsers /
background: -moz-linear-gradient(-45deg, #016798 0%, #d7c4fb 43%, #d8f5fb 100%); /
FF3.6+ /
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#016798), color-stop(43%,#d7c4fb), color-stop(100%,#d8f5fb)); /
Chrome,Safari4+ /
background: -webkit-linear-gradient(-45deg, #016798 0%,#d7c4fb 43%,#d8f5fb 100%); /
Chrome10+,Safari5.1+ /
background: -o-linear-gradient(-45deg, #016798 0%,#d7c4fb 43%,#d8f5fb 100%); /
Opera 11.10+ /
background: -ms-linear-gradient(-45deg, #016798 0%,#d7c4fb 43%,#d8f5fb 100%); /
IE10+ /
background: linear-gradient(135deg, #016798 0%,#d7c4fb 43%,#d8f5fb 100%); /
W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016798', endColorstr='#d8f5fb',GradientType=1 ); /
IE6-9 fallback on horizontal gradient /
}


/
Row 2 - Bidding
==========================================================================
========================================================================== /

.tt-bid {
background: url("http://cfk.bauermedia.co.uk/2015/takethat/img/ptour.jpg") fixed center top no-repeat #48E6E2;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.touch .tt-bid {
background-attachment: scroll;
}
.tt-bid:before {
width: 100%;
height: 20px;
display: block;
pointer-events: none;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7) inset;
box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.7) inset;
}
.tt-bid .col-50 {
background: rgba(255, 255, 255, 0.9) !important;
background: #FFF;
}
.givesmart {
margin: 0 auto;
max-width: 250px;
}


/
Row 3 - Tour
==========================================================================
========================================================================== /

.tt-tour table {
border-collapse: collapse;
width: 80%;
margin: 0 auto;
font-size: 1.1em;
line-height: 1.1em;
}
.tt-tour table td {
border: 1px solid #D4D4D4;
padding: 7px;
}
.tt-tour table tr:first-child td {
border-top: 0;
}
.tt-tour table tr:last-child td {
border-bottom: 0;
}
.tt-tour table tr td:first-child {
border-left: 0;
}
.tt-tour table tr td:last-child {
border-right: 0;
}
.tt-date {
width: 30%;
}
@media only screen and (max-width: 480px) {
.tt-tour table {
width: 100%;
}
.tt-date {
width: 50%;
}
}


/
Row 4 - Footer
==========================================================================
========================================================================== /

.tt-footer p {
font-size: .8em !important;
margin: 0;
}


/
Animations
==========================================================================
========================================================================== */

.animated {
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
!Take That exclusive charity auction

Congratulations to our winning bidder Karen from Chesterfield with a bid of £6,150!===================================================================================

Bid to meet Take That at a secret London location=========================================================================

Greatest Hits Radio Cash for Kids have a once in a lifetime chance for Take That fans. We've teamed up with TAKE THAT to celebrate their 2015 tour and release of their 7th studio album III.

We've been given the chance for two people to attend an exclusive secret gig in London on Friday 24th (this Friday). Not only that – you will meet Take That! We'll get you there by train on Friday and overnight accommodation at the 5 star Westbury Hotel on the night is also included.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

How can you be there? This is an auction in aid of Cash for Kids! It's simple, just click the link below to place your bid. The highest bid at 12 noon on Thursday will win.

Start bidding now and you could be meeting Take That and attending an intimate gig at a secret location in London this Friday!

Bidding has now closed==========================

Terms & Conditions

Auction closes at 12pm on 23 April. The successful bidder must be contactable on this date. Cash for Kids will notify the successful bidder before 2pm on 23 April and payment will be taken via Cash for Kids’ online donation system. If the successful bidder cannot be contacted or payment is not received by 2pm, Cash for Kids will contact the second highest bidder before 4pm on 23 April. The winning bidder’s name and bid will be announced (on 23 April) on the Drivetime show broadcast across Bauer Radio’s City 1 and City 2 network.

The auction is operated by GiveSmart UK Ltd in accordance with their terms (“Terms”) at: but point 5 of the “Auction Terms and Conditions” of these Terms will not apply and if there is any other conflict between the Terms and the explanation on this page, the explanation on this page will take precedence.

Detailed Prize Information

The auction prize includes;

Standard return rail travel for two from any location within mainland United Kingdom to London only.

Overnight accommodation for two at the five star Westbury Hotel, bed and breakfast, on 24th April 2015.

Afternoon Tea for 2 at the Westbury Hotel's Polo Bar on Friday 24th April.

Two tickets to a secret Take That gig on 24th April 2015.

Meet and Greet with Take That.

2 day travel card for travel around London.

Both participants must be over the age of 18 years and have valid identification to enter the gig.

Both participants must be able to travel to London by 3pm on 24th April 2015.

Travel to and from the rail station is not included.

Personal expenditure for the duration for the trip including food and drink and other incidental costs such as additional activities is not included.

<a class="article-body-link" href="http://cfk.bauermedia.co.uk/2015/takethat/img/westbury.png "Westbury Hotel"">www.westburymayfair.com</a>

2015 UK Tour Dates==================

Mon 27 April Glasgow The SSE Hydro Tue 28 April Glasgow The SSE Hydro Thu 30 April Glasgow The SSE Hydro Fri 01 May Glasgow The SSE Hydro Sat 02 May Glasgow The SSE Hydro Mon 11 May Birmingham LG Arena Tue 12 May Birmingham LG Arena Thu 14 May Birmingham LG Arena Fri 15 May Birmingham LG Arena Sat 16 May Birmingham LG Arena Mon 18 May Newcastle Metro Radio Arena Tue 19 May Newcastle Metro Radio Arena Thu 21 May Manchester Arena Fri 22 May Manchester Arena Sat 23 May Manchester Arena Mon 25 May Manchester Arena Tue 26 May Manchester Arena Thu 28 May Manchester Arena Fri 29 May Manchester Arena Sat 30 May Manchester Arena Mon 01 June Sheffield Motorpoint Arena Tue 02 June Sheffield Motorpoint Arena Thu 04 June London The O2 Fri 05 June London The O2 Sat 06 June London The O2 Mon 08 June London The O2 Tue 09 June London The O2 Thu 11 June London The O2 Fri 12 June London The O2 Sat 13 June London The O2 Mon 15 June London The O2 Fri 19 June London The O2 Mon 22 June Birmingham LG Arena Tue 23 June Birmingham LG Arena Wed 24 June Sheffield Motorpoint Arena Mon 29 June Manchester Arena Thu 2 July Newcastle Metro Radio Arena

This is a Bauer Radio's Cash for Kids charity auction and is running across the Bauer City network. Cash for Kids registered charity 1122062 (England & NI), SC041421 (East Scotland) and SC003334 (West Scotland).