/*
** Eagle Self storage ~ master.css
** Author:    NGL ~ chris@works4sure.nl
** Purpose:   Storage
** URL Grid Generator: http://www.gridsystemgenerator.com/gs01.php?GridWidth=900&GridColumns=12&GridMarginLeft=15&GridMarginRight=15
*/

/* ---------------------------------------------------------------- Imports */
@import url('reset.css');

/* ---------------------------------------------------------------- Defaults */
body {
	font: 13px/1.5 "Lucida Sans", "Lucida Grande", "Arial", sans-serif;	
	background: url(../img/bkg_sand.png) repeat rgb(0, 0, 0);
}
h1, h2, h3 {
	font-family: Bebas, "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	color: rgb(255, 255, 255);
}

/* ---------------------------------------------------------------- Sections */

/* HOME */
#home {
	background: url(../img/bkg_sand_light.png) repeat rgb(255, 255, 255);
}

#cc1 { font-size:22px; color:#333; font-family: Bebas, "Helvetica", "Arial", sans-serif;
margin-bottom:20px;
}


#home div {
	position: relative;
	padding-top: 52px;
	width: 900px; height: 100px;
	margin: 0 auto;
}
#home nav {
	position: fixed;
	left: 0px; top: 0px;
	height: 52px; width: 100%;
	background: url(../img/bkg_sand_light.png) repeat rgb(0, 0, 0);
	background: url(../img/bkg_sand_light.png) repeat rgba(0, 0, 0, 0.88);
	z-index: 100;
	border-bottom: 10px solid rgba(255, 0, 0, 0.75);
}
#home nav ul {
	width: 870px;
	margin: 3px auto 0;
}
#home nav ul li {
	display: inline;
}
#home nav ul li a {
	display: block;
	float: left;
	margin: 1px 30px 0 0;
	color: rgb(200, 1, 1);
	font-family: Bebas, "Helvetica", "Arial", sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 10px solid transparent;
}
#home nav ul li span {
	display: block;
	float: left;
	width: 190px;
	margin: 13px 0 0 20px;
	color: rgb(120, 120, 120);
}
#home nav ul li span strong {
	padding-left: 4px;
	color: rgb(240, 240, 240);
	font-weight: bold;
	letter-spacing: -1px;
}
#home nav ul li a:hover, #home nav ul li a:focus, #home nav ul li a:active {
	color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
}
#home nav ul.socials {
	width: auto;
}
#home nav ul.socials li a {
	width: 35px; height: 35px;
	margin: 5px 0 0 8px;
	text-indent: -9999px;
	border-bottom: none;
	opacity: 0.65;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#home nav ul.socials li:first-child a {
	margin-left: 54px;
}
#home nav ul.socials li a:hover, #home nav ul.socials li a:focus {
	opacity: 1;
}
#home nav ul.socials li a:active {
	margin-top: 6px;
}
#home nav ul.socials li.so-twitter a {
	background: url(../img/3.png);
}
#home nav ul.socials li.so-linkedin a {
	background: url(../img/4.png);
}
#home nav ul.socials li.so-skype a {
	background: url(../img/3.png);
}
#home h1 {
	margin: 46px 0 0 15px;
	background: url(../img/1.png) no-repeat transparent 0px 0px;
}
#home h1 a {
	display: block;
	text-indent: -9999px;
}
#home h1 a span {
	position: absolute;
	right: 0px;
	bottom: -50px;
	display: block;
	width: 130px;
	height: 132px;
	background: url(../img/2.png) no-repeat transparent 0px 0px;
	text-indent: -9999px;
}

/* INTRO */
#intro {
	border-top: 1px solid rgb(170, 1, 1);
	border-bottom: 1px solid rgb(170, 1, 1);
	background-color: rgb(200, 1, 1);
	background-image: url(../img/bkg_sand_light.png);
	background-repeat: repeat;
	background-position: left;
}
#intro .wrapper {
	position: relative;
	width: 900px;
	height: 310px;
	margin: 0 auto;
	padding: 40px 0 65px;
}
#intro h2 {
	margin: 0px 15px 40px 15px;
	font-size: 50px;
	line-height: 1.1em;
	color: rgb(241, 205, 205);
	text-align: center;
}
#intro h2 strong {
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 2px rgb(155, 1, 1);
}
#intro article {
	position: absolute;
	left: 15px; bottom: 25px;
	padding: 20px 30px;
	width: 358px; height: 110px;
	background: url(../img/bkg_sand.png) repeat rgb(165, 1, 1);
	border: 1px solid rgb(200, 1, 1);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
#intro article h3 {
	margin-top: -4px;
	margin-bottom: 4px;
	text-shadow: 1px 1px 2px rgb(135, 1, 1);
}
#intro article p {
	color: rgb(246, 210, 210);
	text-shadow: 1px 1px 1px rgb(145, 1, 1);
}
#intro article p.cta {
	position: absolute;
	right: -450px; bottom: -22px;
	margin: 0 0 20px 15px;
	padding: 20px 30px;
	width: 358px; height: 110px;
	background: url(../img/bkg_sand.png) repeat rgb(165, 1, 1);
	border: 1px solid rgb(200, 1, 1);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
#intro article p.cta a {
	display: block;
	margin: 18px 0 0;
	background: rgb(255, 255, 255);
	font-family: Bebas, "Helvetica", "Arial", sans-serif;
	font-size: 25px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0 0 10px rgba(100, 1, 1, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(100, 1, 1, 0.2);
	-ms-box-shadow: 0 0 10px rgba(100, 1, 1, 0.2);
	box-shadow: 0 0 10px rgba(100, 1, 1, 0.2);
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#intro article p.cta a span {
	color: rgb(200, 1, 1);
}
#intro article p.cta a:hover, #intro article p.cta a:focus {
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}
#intro article p.cta a:active {
	margin-top: 19px;
}

/* WHY US */
#why-us {
	background: rgb(255, 255, 255);
}
#why-us .wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 25px 15px 0;
	overflow: hidden;
}
#why-us .back-to-top {
	right: 30px;
}
#why-us h2 {
	margin: 0 15px;
	color: rgb(0, 0, 0);
}
#why-us h2 span {
	color: rgb(160, 160, 160);
}
#why-us #reasons {
	margin: 15px 0 30px;
}
#why-us #reasons article {
	float: left;
	position: relative;
	width: 358px;
	height: 350px;
	padding: 15px 30px 20px;
	margin: 0 15px 20px;
	background: url(../img/bkg_sand_light.png) repeat rgb(200, 200, 200);
	border: 1px solid rgb(185, 185, 185);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-ms-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	text-align: justify;
}



#why-us #reasons article2 {
	float: left;
	position: relative;
	width: 808px;
	height: 350px;
	padding: 15px 30px 20px;
	margin: 0 15px 20px;
	background: url(../img/bkg_sand_light.png) repeat rgb(200, 200, 200);
	border: 1px solid rgb(185, 185, 185);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-ms-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	text-align: justify;
}



#why-us #reasons article2 h3 {
	line-height: 0.95em;
	margin-bottom: 8px;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../img/bkg_usp.png) no-repeat transparent 0px 0px;
	text-shadow: 1px 1px 2px rgb(180, 180, 180);
}
#why-us #reasons article2 p {
	color: rgb(50, 50, 50);
	font-size: 0.9em;
	line-height: 1.8em;
	text-shadow: -1px -1px 1px rgb(240, 240, 240);
}
#why-us #reasons article2 img {
	float: left;
	margin: 0 20px 5px -51px;
	padding: 10px;
	width: 125px;
	background: url(../img/bkg_sand.png) repeat rgb(255, 255, 255);
	border: 1px solid rgb(195, 195, 195);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-ms-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
}
#why-us #reasons article2.secondary img {
	float: right;
	margin: 0 -51px 5px 20px;
}











#why-us #reasons article h3 {
	line-height: 0.95em;
	margin-bottom: 8px;
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../img/bkg_usp.png) no-repeat transparent 0px 0px;
	text-shadow: 1px 1px 2px rgb(180, 180, 180);
}
#why-us #reasons article p {
	color: rgb(50, 50, 50);
	font-size: 0.9em;
	line-height: 1.8em;
	text-shadow: -1px -1px 1px rgb(240, 240, 240);
}
#why-us #reasons article img {
	float: left;
	margin: 0 20px 5px -51px;
	padding: 10px;
	width: 125px;
	background: url(../img/bkg_sand.png) repeat rgb(255, 255, 255);
	border: 1px solid rgb(195, 195, 195);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-ms-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
}
#why-us #reasons article.secondary img {
	float: right;
	margin: 0 -51px 5px 20px;
}

/* PROJECTS */
#projects {
	background: url(../img/bkg_sand_light.png) repeat rgb(255, 255, 255);
}
#projects .wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 0;
	overflow: hidden;
}
#projects .back-to-top {
	right: 45px; top: 31px;
}
#projects .back-to-top:active {
	top: 32px;
}
#projects h2 {
	margin: 0 45px;
	color: rgb(0, 0, 0);	
}
#projects h2 span {
	color: rgb(160, 160, 160);
}
#projects #portfolio {
	width: 900px;
	margin: 5px auto -10px;
}
#projects .jcarousel-clip {
	width: 900px;
	height: 405px;
}
#projects .jcarousel-prev {
	position: absolute;
	left: -30px; top: 46px;
	width: 25px; height: 116px;
	background: url(../img/bkg_slider.png) no-repeat 0px 0px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#projects .jcarousel-prev:hover {
	opacity: 1;
}
#projects .jcarousel-prev:active, #projects .jcarousel-next:active {
	top: 47px;
}
#projects .jcarousel-next {
	position: absolute;
	right: -30px; top: 46px;
	width: 25px; height: 116px;
	background: url(../img/bkg_slider.png) no-repeat -25px 0px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#projects .jcarousel-next:hover {
	opacity: 1;
}
#projects #portfolio ul li {
	float: left;
	position: relative;
	width: 837px;
	height: 195px;
	margin: 10px 15px 20px 15px;
	padding: 95px 15px 15px;
	background: url(../img/bkg_sand.png) repeat rgb(255, 255, 255);
	border: 1px solid rgb(210, 210, 210);
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-ms-box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	box-shadow: 0 0 10px rgba(90, 90, 90, 0.2);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#projects #portfolio ul li:hover {
	border-color: rgb(160, 160, 160);
	-moz-box-shadow: 0 0 10px rgba(90, 90, 90, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(90, 90, 90, 0.4);
	-ms-box-shadow: 0 0 10px rgba(90, 90, 90, 0.4);
	box-shadow: 0 0 10px rgba(90, 90, 90, 0.4);
	text-align: justify;
}
#projects #portfolio ul li h3 {
	display: inline;
	padding-right: 5px;
	font-size: 22px;
	line-height: 1.15em;
}
#projects #portfolio ul li h3 a {
	color: rgb(200, 1, 1);
	text-decoration: none;
}
#projects #portfolio ul li h3 a:hover, #projects #portfolio ul li h3 a:focus {
	color: rgb(0, 0, 0);
}
#projects #portfolio ul li p {
	display: inline;
	color: rgb(70, 70, 70);
	font-size: 0.9em;
	text-shadow: -1px -1px 1px rgb(255, 255, 255);
}
#projects #portfolio ul li p a {
	color: rgb(200, 1, 1);
	text-decoration: none;
	border-bottom: 1px dotted rgb(200, 1, 1);
}
#projects #portfolio ul li p a:hover, #projects #portfolio ul li p a:focus {
	color: rgb(0, 0, 0);
	border-bottom-color: rgb(0, 0, 0);
}
#projects #portfolio ul li a.img {
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 800px;
	height: 300px;
}
#projects #portfolio ul li img {
	width: 836px;
	padding: 0px;
	background: url(../img/b.png) repeat rgb(0, 0, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#projects #portfolio ul li a.img:hover img, #projects #portfolio ul li a.img:focus img {
	background: rgb(200, 1, 1);
	-moz-box-shadow: 0 0 10px rgb(140, 140, 140);
	-webkit-box-shadow: 0 0 10px rgb(140, 140, 140);
	-ms-box-shadow: 0 0 10px rgb(140, 140, 140);
	box-shadow: 0 0 10px rgb(140, 140, 140);
}
#projects #portfolio ul li a.img:active {
	top: 16px;
	width: 400px;
}

/* PARTNERS */
#partners {
	background: rgb(255, 255, 255);
	margin-top: -10px;
	padding-bottom: 15px;
}
#partners .wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 35px 0 0;
	overflow: hidden;
}
#partners .wrapper2 {
	position: relative;
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
	padding-right: 30px;
	border: 2;
	border-color: #000;
	border-width: 2px;
	padding-top: 5px;
}
#partners .wrapper3 {
	position: relative;
	width: 250px;
	margin: 0 auto;
	padding: 35px 0 0;
	overflow: hidden;
	float: right;
}
#partners .wrapper4 {
	position: relative;
	width: 200px;
	margin: 0 auto;
	padding: 35px 0 0;
	overflow: hidden;
	float: right;
}
#partners .wrapper5 {
	position: relative;
	width: 350px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
	text-align: justify;
	font-size: 11px;
	padding-right: 10px;
	color: #000;
}
#partners .wrapper6 {
	position: relative;
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
	text-align: justify;
	font-size: 11px;
}
#partners .wrapper6a {
	position: relative;
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
	text-align: justify;
	font-size: 11px;
}
#partners h2 {
	margin: 0 15px;
	color: rgb(0, 0, 0);
}
#partners h2a {
	margin: 0 15px;
	color: rgb(0, 0, 0);
}
#partners h2 span {
	color: rgb(160, 160, 160);
}
#partners article {
	float: left;
	width: 195px;
	margin: 10px 15px;
}
#partners article h3 {
	display: none;
}
#partners a img {
	opacity: 0.65;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#partners a:hover img, #partners a:focus img {
	opacity: 1;
}
#partners a:active img {
	margin: 1px 0 -1px;
}

/* CONTACT */
#contact {
	background: url(../img/bkg_sand.png) repeat rgb(200, 1, 1);
	border-top: 1px solid rgb(170, 1, 1);
	padding-bottom: 25px;
	color: rgb(211, 165, 165);
}
#contact p, #contact .vcard, #contact .more {
	font-size: 0.9em;
	line-height: 1.75em;
}
#contact .wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 25px 0 0;
	overflow: hidden;
}
#contact h2 {
	margin: 0 15px;
	text-shadow: 1px 1px 2px rgb(155, 1, 1);
}
#contact h2 span {
	color: rgb(221, 185, 185);
	color: rgba(235, 185, 185, 0.85);
	text-shadow: none;
}
#contact .back-to-top {
	border-bottom: none;
}
#contact .back-to-top span {
	color: rgb(0, 0, 0);
	border-bottom-color: rgb(0, 0, 0);
}
#contact .back-to-top:hover span, #contact .back-to-top:focus span {
	color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
}
#contact h3, #contact legend {
	margin-bottom: 8px;
	color: rgb(255, 255, 255);
	font-family: "Lucida Sans", "Lucida Grande", "Arial", sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgb(125, 1, 1);
}
#contact legend {
	margin-bottom: 0;
}
#contact #contact-form, #contact #address, #contact #elsewhere {
	float: left;
	width: 208px; height: 330px;
	margin: 15px 15px 0;
	padding: 15px 30px 20px;
	background: url(../img/bkg_sand.png) repeat rgb(165, 1, 1);
	border: 1px solid rgb(200, 1, 1);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
#contact #elsewhere article:first-child {
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(200, 1, 1);
}
#contact a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	border-bottom: 1px dotted rgb(255, 255, 255);
}
#contact a:hover, #contact a:focus {
	color: rgb(0, 0, 0);
	border-bottom-color: rgb(0, 0, 0);
}
#contact #flickr {
	padding: 5px;
	margin: 0 0 2px -5px;
	overflow: hidden;
	width: 270px;
}
#contact .flickr_badge_image {
	display: inline;
}
#contact .flickr_badge_image a img {
	float: left;
	padding: 6px;
	margin: 0 5px 0 0;
	width: 52px; height: 52px;
	background: url(../img/bkg_sand.png) repeat rgb(255, 255, 255);
	border: 1px solid rgb(170, 1, 1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 4px rgb(100, 1, 1);
	-webkit-box-shadow: 0 0 4px rgb(100, 1, 1);
	-ms-box-shadow: 0 0 4px rgb(100, 1, 1);
	box-shadow: 0 0 4px rgb(100, 1, 1);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contact .flickr_badge_image a:hover img, #contact .flickr_badge_image a:focus img {
	background-color: rgb(0, 0, 0);
	border-color: rgb(90, 40, 40);
}
#contact #twitter_update_list span {
	display: block;
	font-size: 0.85em;
	line-height: 1.75em;
	font-style: italic;
}
#contact .more {
	margin-bottom: 20px;
}
#contact .more a {
	text-decoration: none;
	border-bottom: 1px dotted rgb(255, 255, 255);
}
#contact .more a:hover, #contact .more a:focus {
	border-bottom-color: rgb(0, 0, 0);
}
#contact a#map {
	display: block;
	width: 126px; height: 150px;
	margin: 22px 0 0 35px;
	background: url(../img/bkg_holland.png) no-repeat transparent 0px 0px;
	text-indent: -9999px;
	border-bottom: none;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contact #map:hover, #contact #map:focus {
	opacity: 1;
}
#contact label {
	color: rgb(211, 165, 165);
	font-size: 0.85em;
}
#contact fieldset input[type="text"],
#contact fieldset input[type="email"] ,
#contact fieldset textarea {
	margin: 0 0 5px;
	border: 1px solid rgb(150, 1, 1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	width: 196px;
	padding: 4px 4px;
	background: url(../img/bkg_sand.png) repeat rgb(250, 250, 250);
}
#contact fieldset input[type="text"]:focus,
#contact fieldset input[type="email"]:focus,
#contact fieldset textarea:focus {
	background: rgb(255, 255, 255);
}
#contact fieldset textarea {
	height: 90px;
}
#contact fieldset input[type="submit"] {
	float: right;
	margin: 8px 0 0;
	background: rgb(255, 255, 255);
	border: none;
	font-family: Bebas, "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	padding: 2px 10px 0;
	color: rgb(0, 0, 0);
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0 0 10px rgba(100, 1, 1, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(100, 1, 1, 0.2);
	-ms-box-shadow: 0 0 10px rgba(100, 1, 1, 0.2);
	box-shadow: 0 0 10px rgba(100, 1, 1, 0.2);
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#contact fieldset input[type="submit"]:hover, #contact fieldset input[type="submit"]:focus {
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
}
#contact fieldset input[type="submit"]:active {
	margin: 9px 0 -1px 0;
}
#contact small {
	display: block;
	font-size: 0.85em;
	width: 120px;
	margin-top: 6px;
}
#contact label strong, #contact small strong {
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 2px rgb(155, 1, 1);
}
#contact label strong {
	padding-left: 3px;
}

/* FOOTER */
footer {
	color: rgb(200, 200, 200);
	font-size: 0.85em;
}
footer p {
	position: relative;
	width: 870px;
	margin: 20px auto 25px;
}
footer p span {
	color: rgb(100, 100, 100);
}
footer a {
	color: rgb(200, 1, 1);
	border-bottom: 1px dotted rgb(200, 1, 1);
	text-decoration: none;
}
footer a:hover, footer a:focus {
	color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
}
footer a#directoree {
	display: block;
	position: absolute;
	right: 0px; top: -5px;
	width: 153px; height: 30px;
	background: url(../img/bkg_directoree.gif) no-repeat transparent 0px 0px;
	text-indent: -9999px;
	border-bottom: none;
	opacity: 0.3;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
footer a#directoree:hover, footer a#directoree:focus {
	opacity: 0.7;
}

/* ---------------------------------------------------------------- Project overlay */
#project-overlay {
	display: none;	
}

/* ---------------------------------------------------------------- Fonts */
@font-face {
    font-family: 'Bebas';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont86d7.eot?iefix') format('eot'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#webfontMMoDfgno') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* ---------------------------------------------------------------- Misc */
.sreader {
	display: none;
}
a.back-to-top {
	position: absolute;
	right: 15px; top: 32px;
	padding-left: 35px;
	display: block;
	background: url(../img/bkg_totop.png) no-repeat transparent 0px 0px;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
a.back-to-top span {
	color: rgb(200, 1, 1);
	border-bottom: 1px dotted rgb(200, 1, 1);
}
a.back-to-top:hover span, a.back-to-top:focus span {
	color: rgb(0, 0, 0);
	border-bottom-color: rgb(0, 0, 0);
}
a.back-to-top:active {
	top: 33px;
}
