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

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

input, select
{
/*        font-family: 'Open Sans', sans-serif;
        font-size:16px;*/
	font: inherit;
        padding-left: 10px;
	margin: 5px 0 5px 5px;
        outline: 0;
        border:0;
        width:250px;
	height:36px;
        background: #888888;/*#EBE8DE;*/
        border-radius:5px;
}

input[type=submit]
{
        width:auto;
        padding-left: 18px;
        padding-right: 18px;
/*        line-height:25px;
        text-shadow:none;*/
        cursor:pointer;
/*        box-shadow: none;*/
        background: #333333;
        color: #fff;
}

input[type=file]
{
        width:450px;
/*	height:28px;*/
        padding-left: 18px;
        padding-right: 18px;
        cursor:pointer;
        background: #333333;
        color: #fff;
}

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

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong, figcaption .strongNoBorder
{
        font-weight:bold;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
}

figcaption strong, figcaption .strongNoBorder
{
        padding-bottom:0px;
        margin: 0px 0;
        display:block;
}

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

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;
		padding-left: 25px;
		padding-right: 25px;
		height: 80px;
}

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

header p
{
        font-family: 'Open Sans', sans-serif;
        font-size:16px;
        color: #4A463B;
		bottom: 0;
		position: absolute;
		margin: 0;
}

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

nav ul
{
        list-style:none;
}

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

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

nav ul li a:hover
{
        color:#cf2e00;
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
        display:block;
        background-color: #cf2e00;
        color: #fff;
        padding: 12px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #CC5836;
}

.toggleMobile
{
        display: none;
}

/* MAIN SECTIONS "BEEF" */

.beef
{
	width:auto;
	max-width:900px;
	margin: 0 auto;
	padding:0 25px 25px 25px;
	clear: both;
}

.beef h2
{
	font-size:20px;
	padding-bottom: 15px;
}

.beef h3
{
	font-size:16px;
	padding-bottom: 16px;
}

.alert {
	display:block;
	width:auto;
	padding:1px;
	margin: 15px 150px 0 0;
	background-color:#333333;
	border-radius: 0px 15px 15px 0;

}

.alert p {
	color:#fff;
	width:auto;
	margin: 10px !important;
	padding-left: 25px;
	background:url(img/arrowright2.png) left 6px no-repeat;
/*	font-size: 18px; */
}


.alert p a:hover
{
	color:#fff;
}


.beef h2,
.beef h3
{
	border-bottom: 1px solid #D6D0C1;
	margin: 30px 0px 15px 0;
	line-height: 28px;
}

.beef article h4
{
	font-size:16px;
	border-bottom: 1px solid #D6D0C1;
	padding-bottom: 16px;
	margin: 30px 0px 16px 0;
}

.beef article a:hover
{
	color: #4A463B;
}

.beef p
{
	margin-bottom: 10px;
}

.beef ol, .beef ul {
	line-height: 25px;
    list-style: square outside none;
    padding-left: 20px;
}

.beef aside ul {
    padding-left: 0px;
}

.beef p a, .beef figcaption a, .beef td a, .beef .column1 ul li a
{
	color: #cf2e00;
}


/* 3 COLUMNS */

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

#boxcontent h3
{
	border: none;
	margin-bottom:10px;
	margin-left:75px;
}

#boxcontent article img
{
        float:left;
}

#boxcontent article p
{
	margin-left:75px;
}

#slider_content1, #slider_content2, #slider_content3, #slider_content4
{
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width:auto;
	max-width:900px;
	position:absolute;
	left: 0;
	right: 0;
	margin: auto;
	top:15%;
	display:none;
	z-index:11;
	padding-left: 25px;
	padding-right: 25px;
}

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

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p, #slider_content4 p
{
	margin:0 0 30px 0;
	color:#4a463b;
	background-color:#EBE8DE;
	padding:10px 15px;
	border-radius: 5px;
}


/* BUTTONS */

.button
{
	padding:7px 14px;
	margin-left: 5px;
	border: 1px solid #c3532e;
	background-image: linear-gradient(bottom, #cf2e00 0%, #cf775f 100%);
	background-image: linear-gradient(to bottom, #cf775f 0%, #cf2e00 100%);
	background-color: #cf2e00;
	color: #EBE8DE;
/*	text-shadow: 1px 1px 0px #ff8155;*/
	text-decoration:none;
	border-radius:5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	float: right;
}

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


/* SPACER */

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

#spacer p
{
	margin:5px auto;
	width:auto;
	position:absolute;
}

#spacer .search
{
	margin:11px auto;
	width:auto;
	max-width:900px;
	position:absolute;
	right:0;
	left:0;
	padding-left:25px;
	padding-right: 25px;
}

#spacer .search input
{
	float: right;
	margin-left: 5px;
	border: none;
	background-image: linear-gradient(bottom, #cf2e00 0%, #cf775f 100%);
	background-image: linear-gradient(to bottom, #cf775f 0%, #cf2e00 100%);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	transition: color .5s ease;

}

#spacer .search a:hover
{
	color: #4A463B;
}

/* FOUR COLUMNS */


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

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

.thumb-screen
{
	background: #000 url(/img/zoom.png) center center no-repeat;
}

.thumb-screen360
{
	background: #000 url(/img/zoom360.png) center center no-repeat;
}

.thumb-screen, .thumb-screen360
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99;
	opacity: 0;
	transition: opacity .5s ease;
}

.thumb-screen:hover, .thumb-screen360:hover
{
        opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2
{
	font-size:14px;
	width:auto;
	margin-right: 310px;
	padding-top: 1px; /* Compensate margin collapsing */
}

#text_columns .column2
{
	margin: 120px 0;
}

.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;
}
*/


/* ASIDE */

aside
{
		float:right;
		width:250px;
		height: auto;
        background:#333333;
		line-height:25px;
        margin: 0 0 20px 20px;
        padding:30px 20px 10px 20px;
        font-size:14px;
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        border-radius:0px 0px 5px 5px;

}


/* FOOTER */

footer
{
	clear:both;
	width:auto;
	background:#333333;
	overflow: auto;
}

footer aside
{
	padding: 0;
	width: auto;
	display: none;
}

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

footer .wrapper .column
{
	font-family: 'Open Sans', sans-serif;
	color:#ababab;
	width:auto;
}

footer .wrapper .column.midlist ul li,
aside ul li
{
	display:block;
	width:auto;
	padding:0 0 10px 25px;
	margin-bottom:10px;
	border-bottom: 1px solid #444444;
	background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover,
aside a:hover
{
	color:#fff;
}

footer .wrapper .column.rightlist ul li
{
	display:block;
	width:auto;
	margin-bottom:10px;
	border-bottom: 1px solid #444444;
	padding-bottom:10px;
}

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

footer .wrapper .column.rightlist ul li a img
{
	transition: border .5s ease;
	float:right;
	border:3px solid #333333;
}

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

footer .wrapper .column h4,
aside h4
{
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

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

#legal .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;
}

.slidesjs-pagination {
    float: right;
    list-style: outside none none;
/*    margin: 6px 0 0;*/
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    background-image: url("/img/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 13px;
    width: 13px;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a.active:hover {
    background-position: 0 -13px;
}
.slidesjs-pagination li a:hover {
    background-position: 0 -26px;
}



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


/* MISC */
.clear
{
	clear:both;
}
.hidden
{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.noBorder
{
	border: none;
}
.floatright
{
	margin-right: 0px;
	margin-left: 20px;
	float: right;
}
.floatleft
{
	margin-right: 20px;
	margin-left: 0px;
	float: left;
}
.imageAlignMiddle
{
	vertical-align: middle;
	margin: 0 10px 0 0;
}
span.firstLetter {
    float: left;
    font-size: 350%;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -2px;
    margin-right: 4px;
    padding-bottom: 0;
    text-transform: uppercase;
}
.smallTable {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

.smallTable tr {
	background-color: #dbd8ce;
}

.smallTable td {
	vertical-align: top;
	padding: 4px;
	border: 2px solid #ebe8de;
}

.smallTable th{
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border: 2px solid #ebe8de;
}

.smalltable ol, .smalltable ul {
    list-style: square outside none;
	line-height: inherit;
}

.smallTable li {
	padding-top: 4px;
}

.clipped130 {
	overflow:hidden;
	white-space: nowrap;
	width:200px;
}

.red {
	color:red;
}

.green {
	color:#00aa00;
}

.green_bg {
	background:#00aa00;
}

.red_bg {
	background:#ff0000;
}

.orange_bg {
	background:#ffaa55;
}

.message {
	color:#ffffff;
	text-align:center;
	padding:10px;
	margin:10px 0 0 0;
	border-radius:5px;
}

/* deprecated: use "message" and "red_bg" */
.error {
	color:#ffffff;
	background:#ff0000;
	text-align:center;
	padding:10px;
	margin:10px 0 0 0;
	border-radius:5px;
}


/* IMAGEBOX */

.imageBox {
    overflow: hidden;
    position: relative;
}

.imageBox img {
    border: 1px solid #666666;
}

.imgDescription {
    margin: 5px 1px 1px 1px !important;
	font-weight:bold;
}

.align, .alignLeft, .alignRight, .alignCenter, .alignLeftMiddle {
    page-break-inside: avoid;
    text-align: left;
}

.alignLeft {
    float: left;
    margin: 9px 15px 0px 0 !important;
}

.alignLeftMiddle {
    float: left;
    margin: 14px 15px 10px 0 !important;
}

.alignRight {
    float: right;
    margin: 9px 0 0px 15px !important;
}

.alignCenter {
	display:inline-block;
    margin: 4px 0 13px 0 !important;
}

.alignRightMiddle {
    float: right;
    margin: 14px 0 10px 15px !important;
}



/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

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

@media (max-width: 915px)
{
	#boxcontent article
	{
		float: none;
		margin: 30px auto 0 auto;
		width: 85%;
	}
	#spacer
	{
		font-size:15px;
	}
	#spacer .search
	{
		margin-top:19px;
	}
	#spacer p
	{
		margin-top: 3px;
	}
	input
	{
		padding:4px;
		font-size:14px;
	}
	input[type="submit"]
	{
		padding: 1px 14px;
	}
/*	#four_columns, #boxcontent
	{
		width: 500px;
	}*/
	#four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
	{
		margin-top: 25px;
	}
	#text_columns article.column1, #text_columns .column2
	{
		margin-right: 0px; /* let text float around aside */
	}
	#text_columns article.column1  h3
	{
		margin-right: 310px;
	}
	.column2 .row
	{
		float:none;
		margin:0 0 40px 50px;
	}
}

@media (max-width: 765px)
{
	.container
	{
		height:1px;
		top: -1500px;
	}
	header p
	{
		display:none;
	}
	footer aside
	{
		display: block;
	}
	footer .wrapper span,
	footer .midlist,
	#text_columns aside
        {
		display:none;
	}
	#text_columns article.column1  h3
	{
		margin-right: 0;
	}
}

@media (max-width: 500px)
{
	header
	{
	text-align: center;
	height: auto;
	}        
	#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;
	}
	footer .rightlist
	{
		display:none;
	}
	footer aside
	{
		width: 100%;
	}
	input
	{
		width:auto;
	}
	#mobileMenu
	{
		display: block;
		z-index: 99;
	}
        .toggleMobile
        {
		position: fixed;
		top: 10px;
		left: 10px;
		display: block;
		width: 40px;
		height: 36px;
		cursor: pointer;
		z-index: 999;
	}
	.toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
	{
		display: block;
		position: absolute;
		width: 40px;
		height: 8px;
		left: 0;
		background: #EDA28C;
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile span.menu1
	{
		top: 0;
	}
	.toggleMobile span.menu2
	{
		top: 14px;
	}
	.toggleMobile span.menu3
	{
		top: 28px;
	}
	.toggleMobile.active span.menu1
	{
		top: 14px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile.active span.menu2
	{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile.active span.menu3
	{
		opacity: 0;
		-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	header nav
	{
		display:none;
	}
	header h1
	{
		font-size:40px;
	}
	header p
	{
		margin-left: 60px;
		font-size:14px;
	}
}

/* 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%);}
}
