
body {
    background: #eee;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #54a8c0;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

a:hover, a:focus {
	color: #5d5d5d;
}

img { max-width: 100%; }

::-moz-selection { background: #54a8c0; color: #fff; text-shadow: none; }
::selection { background: #54a8c0; color: #fff; text-shadow: none; }


/* ----- Page title ----- */

h1 {
    margin: 40px 0 40px 0;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.logo {
    height: 225px;
    background: transparent url(../img/LINEUP_LOGO.png) center center no-repeat;
}

.tintbox-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.tintbox-container-light {
    background: #b0b0b0; /* browsers that don't support rgba */
    background: rgba(255,255,255,1);
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.tintbox-container-dark {
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.7);
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}
/* ----- Progress bar ----- */

.progress {
    height: 36px;
    margin: 100px 0 0 0;
    background: transparent url(../img/slider-bg2.jpg) left bottom repeat-x;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
}

.progress-bar {
    background: transparent url(../img/slider-bg1.jpg) left bottom repeat-x;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: none;
    text-shadow: none;
}

.progress-bar div {
    float: right;
    width: 36px;
    height: 36px;
    padding: 8px 0 0 0;
    background: url(../img/slider-bg3.jpg) right center no-repeat;
    text-align: center;
}


/* ----- Timer ----- */

.timer-container {
	margin: 100 auto;
    padding-top: 0px;
    padding-bottom: 20px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.7);
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 -15px 40px 0 rgba(0,0,0,.05) inset, 0 -10px 50px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 -15px 40px 0 rgba(0,0,0,.05) inset, 0 -10px 50px 0 rgba(0,0,0,.2);
    box-shadow: 0 -15px 40px 0 rgba(0,0,0,.05) inset, 0 -10px 50px 0 rgba(0,0,0,.2);
}

.timer-container .timer span {
    margin: 0 0 0 5px;
    font-size: 60px;
    line-height: 66px;
}

.timer-container .timer span.days { margin: 0; }

.timer-container p {
    margin: 20px 0 0 0;
}


/* ----- Tweets and social links ----- */

.social-container {
    padding: 5px 0;
    background: #fff;
    -moz-box-shadow: 0 15px 50px 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 15px 50px 0 rgba(0,0,0,.2); box-shadow: 0 15px 50px 0 rgba(0,0,0,.2);
}

.social-container a {
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.tweets {
    padding: 0 0 0 37px;
    background: url(../img/tweets.png) left center no-repeat;
    font-size: 13px;
    line-height: 22px;
    font-style: italic;
    color: #5d5d5d;
    text-align: left;
}

.tweets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-links {
	margin-top: 2px;
    text-align: right;
}

.social-links a {
	margin: 0 4px;
	font-size: 24px;
    line-height: 24px;
}


/* ----- Email subscription form ----- */


.subscription-form-container {
    margin: 0 auto;
    padding: 50px 0;
}

.subscription-form-container h2 {
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.subscription-form-container form {
    margin: 35px 0 0 0;
}

.subscription-form-container input {
	height: 40px;
    padding: 0 27px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.7);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1) inset, 0 2px 6px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1) inset, 0 2px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1) inset, 0 2px 6px 0 rgba(0,0,0,.2);
}

.subscription-form-container input:-moz-placeholder { color: #fff; }
.subscription-form-container input:-ms-input-placeholder { color: #fff; }
.subscription-form-container input::-webkit-input-placeholder { color: #fff; }

.subscription-form-container button {
    width: 110px;
    height: 40px;
    padding: 0;
    background: #54a8c0 url(../img/subscribe-button.png) center center no-repeat;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2); box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}

.subscription-form-container button:hover {
    background: #54a8c0 url(../img/subscribe-button.png) center center no-repeat;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) inset, 0 2px 6px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) inset, 0 2px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1) inset, 0 2px 6px 0 rgba(0,0,0,.2);
}

.subscription-form-container button:active {
    background: #54a8c0 url(../img/subscribe-button.png) center center no-repeat;
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1) inset; -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.1) inset; box-shadow: 0 5px 5px 0 rgba(0,0,0,.1) inset;
}

.success-message {
	display: none;
    margin: 35px 0 0 0;
    color: #54a8c0;
}

.error-message {
	display: none;
    margin: 15px 0 0 0;
    color: #ff7f6b;
}


/* ----- Media queries ----- */

@media (max-width: 767px) {
	
	h1 { font-size: 48px; line-height: 54px; margin: 40px 0 0 0; }
	
	.timer-container .timer span { font-size: 48px; line-height: 54px; }
	
	.timer-container, .tweets, .social-links { text-align: center; }
	
	.tweets { margin-top: 5px; padding: 25px 0 0 0; background-position: center top; }
	
	.social-links { margin-top: 12px; padding-bottom: 3px; }

	.subscription-form-container button { width: 100%; }
	
}

@media (max-width: 380px) {
	
	.timer-container .timer span { font-size: 30px; line-height: 36px; }
	
}
