/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
        border-top:5px solid #013082;
        background:#FFFFFF;
        font-family: 'Open Sans', sans-serif;
        color:#333333;
}

input
{
        font-family: 'Open Sans', sans-serif;
}

input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        text-shadow:none;
        cursor:pointer;
        box-shadow: none;
        background: #ec1d25;
        color: #fff;
		border:0px;
}

p
{
        margin:5px 0;
        line-height:25px;
}

a
{
        text-decoration:none;
        color:#ec1d25;
        transition: color .5s ease;
}
a:hover
{
        text-decoration:underline;
}

strong
{
        font-weight:bold;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

header
{
        position:relative;
        width:auto;
        max-width:900px;
        margin: 0 auto 20px auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
        font-family: 'Baumans', cursive;
}

header #logo {
		float: left;
		margin: 15px 0 0 0;
}

header .event_date {
		color: #013082;
		font-size: 48px;	
		float: left;
		margin: 55px 0 0 30px;
}

header p
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

header .pnp-pre-order {
	border: 1px solid #000000; 
	width: 400px; 
	height: 80px; 
	position: absolute; 
	top: 40px; 
	left: 500px; 
	background-image: url('../img/pnp_meals.png'); 
	background-repeat: no-repeat	
}

nav
{
        position:absolute;
        right:0;
        bottom:0;
}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
        padding:3px 15px;
}

nav ul li a
{
        font-family: 'Open Sans', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
		color: #333333;
}

nav ul li a:hover
{
        color:#ea2328;
		text-decoration:none;
}

#alternative_menu
{
        width: 150px;
        position:absolute;
        top:100px;
        left:50%;
        margin-left: -75px;
        display:none;
}

/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:850px;
        margin:0 auto;
        padding:10px 0 40px 70px;
}

#boxcontent article
{
        float:left;
        width:175px;
        margin-right:30px;
        font-size:14px;
}

#boxcontent article h3
{
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        margin-bottom:10px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
}

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#333333;
        font-size:25px;
        font-weight:bold;
        margin-bottom:0px;
        background-color:#ffe512;
        padding:10px 15px;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 6px 0;
        color:#4a463b;
        background-color:#FFFFFF;
        padding:10px 15px;
        opacity:50%;
}


/* BUTTONS */

.button
{
        padding:7px 14px;
        background-color: #ec1d25;
        color: #FFFFFF;
        text-decoration:none;
		margin-left:249px;
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}


/* SPACER */

#spacer
{
        width:auto;
        height:70px;
        background-color:#013082;
        position:relative;
        font-family: 'Open Sans', sans-serif;
        color:#fff;
        font-size:18px;
}

#spacer .centered-container
{
	margin-top:5px;
	position:absolute;
	left:50%;
	margin-left:-311px;
/*
        margin-top:10px auto 10px auto;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px;
		line-height:50px;
*/
}

#spacer .centered-container p
{
        float: left;
		margin-left: 5px;
}

#spacer .centered-container .text
{
        line-height:50px;
}

#spacer .centered-container .text a
{
        color: #FFFFFF;
		text-decoration:none;
}

#spacer .centered-container .text a:hover
{
        color: #FFFFFF;
		text-decoration:none;
}

#spacer .centered-container .twitter-logo
{
        margin-left: 20px;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;
}


/* FOUR COLUMNS */

#four_columns
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#four_columns h2
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columns .img-item
{
        float:left;
        margin-right:25px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}
#page-heading
{
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
		max-width:900px;
        margin:20px auto;
}
#page-heading h2
{
	font-size: 30px;
}

/* FULL WIDTH */
#content-full-width  article
{
        margin-bottom: 20px;
}
#content-full-width
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:20px auto;
		margin-bottom: 40px;
}
#content-full-width  ol
{
        list-style:inherit;
		margin-left: 20px;
}
#content-full-width h3
{
        font-size:20px;
}
#content-full-width th
{
		border-bottom: 1px solid #CCCCCC;
		text-align:left;
        font-size:12px;
		font-weight:bold;
}
#content-full-width td
{
		border-bottom: 1px solid #CCCCCC;
        font-size:12px;
}
#content-full-width .button {
		margin: 0px;
}

/* TWO COLUMNS */
#text_columns article
{
        margin-bottom: 20px;
}

#text_columns .column1
{
        margin: 20px 0 0 40px;
        font-size:14px;
        float:left;
        width:350px;
}

#text_columns .column2
{
        margin: 20px 0 0 40px;
        font-size:14px;
        float:left;
        width:350px;
}

#text_columns .button {
		margin: 0px;
}

#text_columns
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
		margin-bottom: 40px;
}

#text_columns h3
{
        font-size:20px;
}
#text_columns th
{
		border-bottom: 1px solid #CCCCCC;
		text-align:left;
        font-size:12px;
		font-weight:bold;
}
#text_columns td
{
		border-bottom: 1px solid #CCCCCC;
        font-size:12px;
}

.row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:350px;
}

.row img
{
        float:left;
}

.row p
{
        margin-left: 100px;
}

.rocket, .clock
{
        top:0;
        left:0;
        position:absolute;
        height: 80px;
}

.rocket:hover
{
        opacity:0;
        transition: opacity 0.4s ease 0.2s;
        animation-name: stylie-transform-keyframes;
        animation-duration: 700ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        transform-origin: 0 0;
}

.clock:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}



/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:370px;
        background:#333333;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:630px;
        font-size:14px;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:auto;
        margin-right:20px;
		margin-left:20px;
}

footer .wrapper .column .main-sponsors
{		
		clear: both;
		width:510px;
		margin:auto;
		text-align: center;
}

footer .wrapper .column .sub-sponsors
{
		clear: both;
		width:470px;
		margin:auto;
		text-align: center;
}

footer .wrapper .column .sub-sub-sponsors
{
		clear: both;
		width:470px;
		margin:auto;
		text-align: center;
}

footer .wrapper .column ul li
{
        display:block;
		float: left;
		margin-right: 5px;
        width:auto;
}

footer .wrapper .column ul li a:hover
{

}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        padding: 0 0 10px 0;
}

#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}


/* SKIPLINK */
.go-top {
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
  display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
  color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}

/*  MAP */
#map_canvas {
		height: 225px;
}
.rotate {
 
    /* Safari */
    -webkit-transform: rotate(-90deg);
 
    /* Firefox */
    -moz-transform: rotate(-90deg);
 
    /* IE */
    -ms-transform: rotate(-90deg);
 
    /* Opera */
    -o-transform: rotate(-90deg);
}

/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

@media (max-width: 915px)
{
		#boxcontent 
        {
                padding: 0px;
        }
        #boxcontent article
        {
                float: none;
                margin: 20px;
                width: auto;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer .centered-container
        {
				
                margin-left:-268px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns .column1, #text_columns .column2
        {
                float:none;
				width: auto;
				margin:20px;
        }
		#text_columns .column2
        {
                margin-top:0px;
        }
		#content-full-width
		{
				margin:20px;
		}
		#page-heading
		{
				margin:20px;
		}
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
        footer .wrapper .column
        {
                font-size: 12px;
                /*width: 230px;*/
				margin-left:20px;				
        }
}

@media (max-width: 765px)
{
        .container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:200px;
        }
		header .event_date {
			margin: 30px 0 0 30px;
		}
		header .pnp-pre-order {
	top: 180px; 
	left: 10px; 
	}
		
        header nav
        {
                right: auto;
                bottom: auto;
                left: 150px;
                top:80px;
        }
		header nav ul li {
			float: none;
		}
        #spacer
		{
               height:70px;
			   font-size: 12px;
			   margin-top:60px;
        }
       #spacer .centered-container
        {
              /*  text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;*/
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
		footer {
			height: 650px;
		}
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                float:none;
                font-size: 14px;
                width: auto;
        }
		footer .wrapper .column .main-sponsors
		{
				float:none;
				width:280px;
		}

		footer .wrapper .column .sub-sponsors
		{
				float:none;
				width:140px;
				margin-left:55px;
		}	
        footer .wrapper .social
        {
                display:none;
        }
		#copyright
		{
				height:auto;
		}
		#copyright .wrapper
		{
				padding-top:10px;
				width:400px;
		}
}

@media (max-width: 500px)
{
        #spacer
		{
                height:70px;        
				width:auto;			
        }
		#spacer .centered-container {
			margin-left:-70px;
		}
		#spacer .centered-container .text {
			display:none;
		}
        #four_columns
        {
                width:auto;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto 0 auto;
        }
        #four_columns h2
        {
                margin: 0 30px;
        }
        .column2 .row
        {
                margin: 0 0 40px 10px;
                width:auto;
        }
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
        input
        {
                width:auto;
        }
		/*
        #alternative_menu
        {
                display:block;
        }
        header nav
        {
                display:none;
        }
		*/
		header .event_date {
			font-size:24px;
		}
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
		#copyright .wrapper
		{
				width:auto;
				padding-left:10px;
				padding-right:10px;
		}
		footer {
			height: 650px;
		}
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}