@charset "UTF-8";
/* //////////////////COULEURS//////////////////////*/
/* rose : #e26c8a
/* vert : #83a97c
/* rouge : #b1121a
/* bleu : #008ac6
/* beige : #e6e0d1

/* //////////////////GENERAL//////////////////////*/
@font-face {
    font-family: 'DinEng';
    src: url('../fonts/dineng-webfont.eot');
    src: url('../fonts/dineng-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dineng-webfont.woff') format('woff'),
         url('../fonts/dineng-webfont.ttf') format('truetype'),
         url('../fonts/dineng-webfont.svg#DINSchriftRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MDL';
    src: url('../fonts/mdl30basce-webfont.eot');
    src: url('../fonts/mdl30basce-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mdl30basce-webfont.woff') format('woff'),
         url('../fonts/mdl30basce-webfont.ttf') format('truetype'),
         url('../fonts/mdl30basce-webfont.svg#MDL300BaseCERegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background:url(../images/design/body_background2.jpg) no-repeat 30% top, url(../images/design/body_background.jpg) repeat;
}
.bravo{
      font-size: 50px;
      text-align: center;
	  font-family:DinEng, Arial, Helvetica, sans-serif;
	  text-transform:uppercase;
      color: #c1b7a0;
	  opacity:0.5;
	  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  margin-top:50px;
	  width:600px;
	  height:200px;
	  background: url(../images/design/flame.png) no-repeat center top, url(../images/design/line.jpg) repeat-x bottom;
	  line-height:330px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////////////////////INDEX///////////////////////////////////////////////////////////////////////////////////////*/
body.bodyhome {
	background: url(../images/design/body_background_home.jpg) repeat;
}
/* ///////////////HEADER INDEX////////////////////////*/
header{
	width:640px;
	height:auto;
	float:left;
}
#logo_home{
	width:640px;
	height:435px;
	background:url(../images/design/firedrop_logo_home.png) no-repeat center top;
	float:left;
}
#returntop_home{
	width:115px;
	height:105px;
	position:absolute;
	margin-top:40px;
	margin-left:0px;
	pointer-events:auto;
	z-index:3000;
	visibility:visible;
	display:block;
}
#returntop_home a{
	width:115px;
	height:105px;
	display:block;
	background-image: url(../images/design/return_top_home.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#returntop_home a:hover{
	background-image: url(../images/design/return_top_home.png);
	background-repeat: no-repeat;
	background-position: -115px top;
}
/* ///////////////SUBMENU////////////////////////*/
#season{
	width:640px;
	height:124px;
	background:url(../images/design/_firedrop_season.png) no-repeat top left;
	float:left;
	pointer-events:auto;
}
#submenu_home{
	float:right;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	margin-top:90px;
	width:540px;
	padding-left:100px
}
#submenu_home li{
	cursor: pointer;
	height:29px;
	list-style:none;
	display: inline-block;
}
#submenu_home li a{
	  -moz-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -webkit-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -o-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  text-shadow: 0px 1px 0px rgba(219,29,42,1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o--transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	
}
#submenu_home li a:hover{
	color:#710b0e;
	  -moz-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -webkit-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -o-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  text-shadow: 0px 1px 0px rgba(219,29,42,1);
}

/* ACCORDION*/
/* footer btn*/
.bouton3{
	margin-right:30px;
}
.boutonopen3{
	color:#710b0e;
	  -moz-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -webkit-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -o-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  text-shadow: 0px 1px 0px rgba(219,29,42,1);
}
.boutonclosed3{
	color:#9a0b10;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o--transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
/* ///////////////MENU///////////////////////////*/
nav.home{
	width:640px;
	height:auto;
	float:left;
	pointer-events:auto;
}
nav.home li{
	float:left;
	list-style:none;
	width:600px;
}

nav.home li a{
	font-family:DinEng, Arial, Helvetica, sans-serif;
	font-size:29px;
	line-height:38px;
	color:#9a0b10;
	color:rgba(154,11,16,0.8);
	text-transform:uppercase;
	height:47px;
	width:600px;
	float:left;
	list-style:none;
	padding-top:28px;
	padding-left:40px;
	padding-right:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o--transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #9a0b10 ;
}


nav.home li a:hover, nav li a:focus{
	background: url(../images/design/menuHover_home.png) no-repeat bottom 45px;
	  -moz-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -webkit-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -o-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  text-shadow: 0px 1px 0px rgba(219,29,42,1);
}
nav.home li a:active{
	color:#82080c;
	color:rgba(130,8,12,1);
	background: url(../images/design/menuHover_home.png) no-repeat bottom left;
	  -moz-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -webkit-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -o-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  text-shadow: 0px 1px 0px rgba(219,29,42,1);
}
nav.home li a img{
	width:30px;
	height:30px;
	float:left;
	margin-right:3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o--transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav.home li a:hover img, nav li a:focus img{
	-webkit-transform:rotate(-90deg) translate(-8px,0);
	-moz-transform:rotate(-90deg) translate(-8px,0);
	-o-transform:rotate(-90deg) translate(-8px,0);
	transform:rotate(-90deg) translate(-8px,0);
}
nav.home li a:active img{
	-webkit-transform:rotate(360deg) translate(0px,0);
	-moz-transform:rotate(360deg) translate(0px,0);
	-o-transform:rotate(360deg) translate(0px,0);
	transform:rotate(360deg) translate(0px,0);
}

/* ///////////////PHOTOS///////////////////////////*/
.photos{
	margin-top:20px;
	width:640px;
	min-height:1220px;
	height:100%;
	float:left;
}
/* pola 1*/
#polaroid {
	width:640px;
	height:640px;
	position:absolute;
}

#polaroid h3 {
	display:none;
}
#polaroid img{
	width:553px;
	height:414px;
}
#cadrepolaroid{
	width:640px;
	height:640px;
	position:absolute;
	pointer-events:none;
	z-index:100;
	left:0;
	top:0;
	background:url(../images/design/Polaroid_cadre1_640.png) no-repeat center center;
}
.Draggable {
	position: static;
	z-index:1000;
	overflow:hidden;
	float:left;
}


	/*
		 * Optional
		*/
#loopedslider{
}
		/*
		 * Required 
		*/
.container{ 
	width:553px;
	height:414px;
	overflow:hidden; 
	position:relative;
	margin-top:50px;
	margin-left:25px;
}
.slides {
	width:553px;
	height:414px;
	position:absolute;
	margin:0;
	padding:0;
	top:0px;
	left:0px;
}
/* pola 2*/
#polaroid2 {
	width:640px;
	height:640px;
	top:1280px;
	position:absolute;
}

#polaroid2 h3 {
	display:none;
}
#polaroid2 img{
	width:553px;
	height:414px;
}
#cadrepolaroid2{
	width:640px;
	height:640px;
	position:absolute;
	pointer-events:none;
	z-index:100;
	left:0;
	top:0;
	background:url(../images/design/Polaroid_cadre2_640.png) no-repeat center center;
}
.Draggable {
	position: static;
	z-index:1000;
	overflow:hidden;
	float:left;
}


	/*
		 * Optional
		*/
#loopedslider2{
}
		/*
		 * Required 
		*/
.container2{ 
	width:553px;
	height:414px;
	overflow:hidden; 
	position:relative;
	margin-top:50px;
	margin-left:25px;
}
.slides2 {
	width:553px;
	height:414px;
	position:absolute;
	margin:0;
	padding:0;
	top:0px;
	left:0px;
}

/* navigation dpolaroid */
.navig{
	width:126px;
	height:62px;
	position: absolute;
	top: 520px;
	left: 450px;
	z-index:2000;
}
.navig ul li{
	list-style:none;
}

.previous {
	cursor:pointer;
}
.next {
	cursor:pointer;
}
.navig ul li a.previous {
	width:62px;
	height:62px;
	display:block;
	float:left;
	background: url(../images/design/prev.png) center top;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o--transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navig ul li a.next{
	width:62px;
	height:62px;
	display:block;
	float:left;
	margin-left:2px;
	background: url(../images/design/next.png) center top;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o--transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navig ul li a:hover.previous{
	background: url(../images/design/prevHover.png) center top;
   -webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.navig ul li a:hover.next{
	background: url(../images/design/nextHover.png) center top;
   -webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
/* Infos sur l'auteur */
.infos_home{
	width:620px;
	height:70px;
	padding-right:20px;
	padding-top:20px;
	margin-top:30px;
	text-align:right;
	float:left;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
}
.infos_home a{
	color:#9a0b10;
	  -moz-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -webkit-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -o-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  text-shadow: 0px 1px 0px rgba(219,29,42,1);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o--transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	
}
.infos_home a:hover{
	color:#710b0e;
	  -moz-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -webkit-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  -o-text-shadow: 0px 1px 0px rgba(219,29,42,1);
	  text-shadow: 0px 1px 0px rgba(219,29,42,1);
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////////////////////GAMMES//////////////////////////////////////////////////////////////////////////////////////*/
#global{
	width:640px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#background{
	display:none;
}
li a sup{
	text-transform:lowercase;
	font-size:9px;
}
/* ///////////////HEADER////////////////////////*/
header{
	width:640px;
	height:auto;
	position:static;
	float:left;
	pointer-events:none;
}
#logo{
	width:640px;
	height:290px;
	background:url(../images/design/_firedrop_logo.png) no-repeat center 36px;
	padding-top: 0px;
	float:left;
}
#logo a.backhome{
	width:640px;
	height:290px;
	display:block;
	pointer-events:auto;
}

#returntop{
	width:115px;
	height:105px;
	position:absolute;
	margin-top:40px;
	margin-left:0px;
	pointer-events:auto;
	z-index:70;
	visibility:visible;
}
#returntop a{
	width:115px;
	height:105px;
	display:block;
	background-image: url(../images/design/return_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#returntop a:hover{
	background-image: url(../images/design/return_top.png);
	background-repeat: no-repeat;
	background-position: -115px top;
}
#menubackground{
	display:none;
}

/* ///////////////SUBMENU////////////////////////*/
#collections{
	width:640px;
	height:124px;
	background:url(../images/design/_firedrop_collections.png) no-repeat top left;
	float:left;
	pointer-events:auto;
}
#submenu{
	float:right;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	margin-top:90px;
	width:540px;
	padding-left:100px
}
#submenu li{
	cursor: pointer;
	height:29px;
	list-style:none;
	display: inline-block;
}
#submenu li a{
	  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o--transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	
}
#submenu li a:hover{
	color:#a1967e;
	  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

/* ACCORDION*/
/* footer btn*/
.bouton2{
	margin-right:30px;
}
.boutonopen2{
	color:#615949;
	  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
.boutonclosed2{
	color:#c8bda4;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o--transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/* ///////////////MENU///////////////////////////*/
nav{
	width:640px;
	height:auto;
	background: none;
	float:left;
	pointer-events:auto;
}
nav li{
	float:left;
	list-style:none;
	width:600px;
}
nav li a{
	font-family:DinEng, Arial, Helvetica, sans-serif;
	font-size:29px;
	line-height:45px;
	list-style:none;
	color:#c1b7a0;
	color:rgba(193,183,160,0.8);
	text-transform:uppercase;
	height:47px;
	width:600px;
	padding-top:8px;
	padding-left:40px;
	border-bottom: 1px solid #c1b7a0 ;
	float:left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o--transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav li a:hover, nav li a:focus{
	background: url(../images/design/menuHover.png) no-repeat bottom 45px;
	  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
nav li a:active{
	color:#c1b7a0;
	color:rgba(193,183,160,1);
	background: url(../images/design/menuHover.png) no-repeat bottom left;
	  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
nav li a img{
	width:30px;
	height:30px;
	float:left;
	margin-right:3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o--transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav li a:hover img, nav li a:focus img{
	-webkit-transform:rotate(-90deg) translate(-8px,0);
	-moz-transform:rotate(-90deg) translate(-8px,0);
	-o-transform:rotate(-90deg) translate(-8px,0);
	transform:rotate(-90deg) translate(-8px,0);
}
nav li a:active img{
	-webkit-transform:rotate(360deg) translate(0px,0);
	-moz-transform:rotate(360deg) translate(0px,0);
	-o-transform:rotate(360deg) translate(0px,0);
	transform:rotate(360deg) translate(0px,0);
}

/* ///////////////GAMMES///////////////////////////*/
article{
	width:955px;
	height:auto;
	margin-left:115px;
}
section img{
	width:640px;
	height:auto;
}
.spacer{
	float:left;
	height:1px;
	width:640px;
	}
#lotus, #green, #red, #bleu, #purple{
	width:640px;
	height:auto;
	float:left;
	margin-top:1px;
}
article, section, .lotus, .green, .red, .bleu, .purple{
	width:640px;
	height:auto;
	margin:0;
	float:left;
}
/* ACCORDION*/
/* range btn*/
.bouton{
	cursor: pointer;
	width:121px;
	height:27px;
	position: relative;
	float:right;
	margin-top:5px;
	margin-right:15px;
	z-index:8
}
.boutonopen{
	background:url(../images/design/fullrange_open.png);
	width:121px;
	height:27px;
}
.boutonclosed{
	background:url(../images/design/fullrange_closed.png);
	width:121px;
	height:27px;
}

/* ///////////////FOOTER///////////////////////////*/
.infos{
	width:620px;
	height:70px;
	padding-right:20px;
	padding-top:20px;
	margin-top:30px;
	text-align:right;
	float:left;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
}
.infos a{
	color:#c8bda4;
	 -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	 -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	 -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	 text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o--transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	
}
.infos a:hover{
	color:#a1967e;
	-moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-o-text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
footer{
	width:640px;
	height:auto;
	float:left;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/design/motif_footer.jpg) repeat;
	background-color:#645c4c;
}
/* FORMULAIRE */
#subfooter{
	width:100%;
	min-width:640px;
	height:349px;
	background:url(../images/design/_subfooter_bkg2.jpg) no-repeat center top, url(../images/design/_subfooter_bkg.jpg) repeat-x, url(../images/design/motif_footer.jpg) repeat;
	background-color:#645c4c;
	position: absolute;
	z-index:2000;
	margin-left:auto;
	margin-right:auto;
}
.subfooter{
	width:600px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	padding-left:40px;
	padding-top: 179px;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#e6e0d1;
}
.subfooter h1{
	font-size:27px;
	font-weight: normal;
	width:auto;
	text-transform:uppercase;
}
.subfooter p{
	margin-left:133px;
	margin-bottom:17px;
	width:auto;
	text-transform:uppercase;
	font-size:9px;
}
#linked{
	width:auto;
	height:auto;
}
#linked fieldset.col1{
	width:292px;
	height:83px;
	float:left;
	margin-right:5px;
}
#linked fieldset.one{
	height:17px;
	margin:0 0 5px 0;
}
#linked label{
	width:62px;
	height:17px;
	padding-right:5px;
	text-align:right;
	float:left;
	line-height:20px;
	text-transform:uppercase;
}
#linked fieldset input[type="text"], #linked fieldset input[type="email"]{
	width:220px;
	height:15px;
	border: 1px solid #e6e0d1;
	background: url(../images/design/fondchamp.png) repeat;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#e6e0d1;
	float:left;
}
#linked fieldset.col2{
	width:256px;
	height:83px;
	float:left;
}
#linked fieldset.two{
	height:63px;
	margin:0 0 5px 0;
}
#linked fieldset textarea{
	width:254px;
	height:59px;
	border: 1px solid #e6e0d1;
	background: url(../images/design/fondchamp.png) repeat;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#e6e0d1;
	float:left;
	margin:0;
}
#linked input[type="submit"]{
	width:72px;
	height:17px;
	background: #e6e0d1;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5c5445;
	text-transform:uppercase;
	float:right;
	border:none;
	margin: 0;
}
/* REPONSE FORMULAIRE */
.backto{
      font-size: 20px;
      text-align: center;
	  font-family:DinEng, Arial, Helvetica, sans-serif;
	  text-transform:uppercase;
	  margin-top:10px;
}

.backto a{
      color: #c1b7a0;
	  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  opacity:0.7;
	  margin-top:20px;
	  text-decoration:none;
	  -webkit-transition: all 0.1s ease-in-out;
	  -moz-transition: all 0.1s ease-in-out;
	  -o--transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;
}
.backto a:hover{
	  opacity:1;
}
.mailto{
      font-size: 9px;
      text-align: center;
	  font-family:'MDL', Arial, Helvetica, sans-serif;
	  text-transform:uppercase;
	  margin-top:10px;
}

.mailto a{
      color: #c1b7a0;
	  -moz-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  -webkit-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  -o-text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	  margin-top:20px;
	  text-decoration:none;
	  -webkit-transition: all 0.1s ease-in-out;
	  -moz-transition: all 0.1s ease-in-out;
	  -o--transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;
}
.mailto a:hover{
	color:#a1967e;
}
/* ABOUT FIREDROP */
#about{
	width:100%;
	min-width:640px;
	height:auto;
	background: url(../images/design/_footer_bkg2.jpg) no-repeat center top, url(../images/design/_footer_bkg.jpg) repeat-x, url(../images/design/motif_footer.jpg) repeat;
	background-color:#645c4c;
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	z-index:2000;
}

.about{
	width:560px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding: 40px;
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#e6e0d1;
	text-transform:uppercase;
}
.about h3{
	font-family:'MDL', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-bottom:5px;
	padding-top:10px;
}
.about p{
	padding-bottom:5px;
}
.about p a{
	text-decoration:underline;
}
.about p a:hover{
	color:#710b0e;
}
.about p.signature{
	padding-top:10px;
}
.about p.signature a{
	color:#3c3429;
	  -moz-text-shadow: 0px 1px 0px rgba(136,127,104,1);
	  -webkit-text-shadow: 0px 1px 0px rgba(136,127,104,1);
	  -o-text-shadow: 0px 1px 0px rgba(136,127,104,1);
	  text-shadow: 0px 1px 0px rgba(136,127,104,1);
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o--transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.about p.signature a:hover{
	color:#29231a;
}


@media (max-width:640px) { 
#linked fieldset input[type="text"], #linked fieldset input[type="email"]{
	width:200px;
}
#linked label{
	width:65px;
}

}