/*
Theme Name: Eduaf
Author: Eduaf
*/






/* Reset 
--------------------------------------------------- */

hr,#accessibility{display:none;}

html, body, div, ul, li, p, h1, h2, h3, h4, h5, h6{margin:0;padding:0}

ul, li{list-style:none;}






/* Global 
--------------------------------------------------- */

html {

	font:10px Helvetica, Arial, Sans-Serif;
}

body {
	
	font-size: 13px;
	line-height: 130%;
	color: #333;
	
	background: #F6F5F0 url(_images/global/bg/body-bg.jpg);
}

#wrap {
	
	width:960px;
	margin:0 auto;
}

a {

	color:#11B2EA;
}
a:hover {
	
	color:#0B98C9;
}

a#logo {

	background: none;
	border:none;
}
a#logo img {

	background: none;
	border:none;
}
#content a {

	color: #22728E;
}
#content a:hover {

	color: #1A92BC;
}

strong {

	font-weight:bold;
}

::selection {background:#C1C0BB}
::-moz-selection {background:#C1C0BB}

a::selection {background:#0b98c9;color:white}
a::-moz-selection {background:#0b98c9;color:white}

#content p + p {

	margin-top: 10px;
}

#content h2 {

	margin-bottom: 20px;
	padding-top: 1px;
}

.img {

	width: 600px;
	height: 185px;
	padding: 10px;
	margin-bottom: 20px;
	background: url(_images/global/content/image-bg.png) no-repeat;
}

.img img {

	display: block;
	width: 100%;
}

#presentation #left > div + div {

	margin-top: 20px;
	padding: 10px;
}

#presentation #left > div + div li{

	margin-top: 10px;
}

#content * + h3 {

	margin-top: 15px;
}

.right-box h3 {

	padding-bottom: 15px;
}

.right-box li,
.right-box p {

	padding-bottom: 5px;
}

.right-box li p {

	padding-bottom: 0px;
}

#content .right-box p + p {

	margin-top: 0px;
}

.right-box div {

	padding-bottom: 10px;
}

.right-box div + div {

	border-top: 1px dotted #D6D5D1;
	padding-top: 10px;
}

.span-red,
#content .span-red a,
.required .span-red {

	color: red;
}

input[type="text"].has-error {

	border: 1px solid red;
}

.condition-wrap {font-size: 11px;}

#success-mail {

	background: green;
	color: white;
	padding: 20px;
	width: 580px;
}


.content-wrapper {

	margin-bottom: 20px;
}

#left .back {

	clear:both;
	padding-top:20px;
	margin-top;
	border-top:1px dotted #D6D5D1;
}

#left .back a {

	padding-left:9px;
	background: url(_images/global/content/retour.png) left center no-repeat;
}

#left .back a:hover {

	background: url(_images/global/content/retour-hover.png) left center no-repeat;
}






/* Header 
--------------------------------------------------- */

#header {

	position:relative;
	overflow:auto;
}

h1 {

	position:absolute;
	top:10px;
	left:17px;
	z-index:99;
}

#accueil h1 {

	top:15px;
	left:20px;
}



#header-img {

	clear: both;
	height: 235px;
	width: 940px;
	padding: 10px;
	margin-bottom: 20px;
	background: url(_images/global/header/slideshow-bg.png) top left no-repeat;
}






/* Nav 
--------------------------------------------------- */


#subnav {

	width: 300px;
	height: 50px;
	float: right;
	margin-bottom: 20px;
	background: url(_images/global/bg/color-bg.png);
}

#subnav li {

	float: left;
	margin: 12px 0px 0 22px;
}

#main-nav {

	width: 960px;
	height: 50px;
	clear: both;
}

#nav {

	float: left;
	width: 620px;
	height: 50px;
	background: #11B2EA;
}

#nav li {

	float: left;
	height: 50px;
}

#nav li a {

	display: block;
	background-color:#11B2EA;
	text-decoration: none;
	color: white;
	height: 50px;
	line-height: 50px;
	padding: 0 26px;
}
#nav li:first-child a {

	padding-left: 31px;
}

#nav li a:hover,
#nav li.active a {

	background-color:#0EA5D9;
}

#nav li+li a {

	border-left:#0EA5D9 1px solid;
}
#nav li.active a {

	border-left:#11B2EA 1px solid;
}
#nav li.active+li a:hover {

	border-left:#11B2EA 1px solid;
}


#callToDon {

	float: right;
	width: 300px;
	height: 50px;
	background: url(_images/global/bg/color-bg.png);
}

#callToDon p {

	float: left;
}

#callToDon p:first-child a {

	display:block;
	line-height: 50px;
	color: white;
	background: #5C3700;
	padding: 0 20px;
}

#callToDon p + p {

	margin-left: 20px;
	padding-top: 7px;
}






/* footer */

#footer {

	padding:20px;
	margin:20px 0 20px 0;
	clear: both;
	background: url(_images/global/bg/color-bg.png);
	text-align: center;
}






/* footer */

#content {

	position: relative;
	overflow: auto;
	margin-top: 40px;
}






/* footer */

#left {

	float: left;
	width: 620px;
	margin-bottom: 40px;
}






/* Right 
--------------------------------------------------- */

#right {

	float: right;
	width: 300px;
	margin-bottom: 40px;
}

.right-box {

	padding:15px;
	background: url(_images/global/bg/color-bg.png);
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

.right-box + .right-box{

	margin-top: 10px;
}






/* Home 
--------------------------------------------------- */

#intro {

	overflow: auto;
}

#intro div {

	float: left;
	width: 300px;
}

#intro div + div {
	
	margin-left: 20px;
}

#intro img {
	
	width: 100%;
}

#tease {

	overflow: auto;
	clear: both;
	
	margin-top: 40px;
	padding-top: 40px;
	border-top: rgba(0,0,0,0.2) dotted 1px;
}

#tease div {

	float: left;
	width: 193px;
}

#tease div +div {

	margin-left: 20px;
}

#tease img {
	
	width: 100%;
}






/* Présentation 
--------------------------------------------------- */

#presentation #right li+li {

	border-top: 1px dotted #D6D5D1;
	padding-top: 15px;
	margin-top: 20px;
}






/* Contact 
--------------------------------------------------- */

#contact #left > div {

	width: 193px;
	float: left;
}

#contact #left > div + div {

	margin-left: 20px;
}

#contact #left p+p {

	margin-top: 0px;
}

#contact #left h2+p+p+p+p,
#contact #left h2+p+p+p	{

	margin-top:5px;
}

#contact #left a {

	padding-left: 18px;
	background: url(_images/contact/mail.png) left center no-repeat;
}
#contact #left a:hover {

	background: url(_images/contact/mail-hover.png) left center no-repeat;
}

fieldset {

	margin: 0;
	padding: 0;
	border: 0;
}


.hightlight										{background: white;}



/* Partenaires 
--------------------------------------------------- */

#nos-partenaires #left ul {

	padding-top: 20px;
}

#nos-partenaires #left li {

	width:145px;
	padding:0;
	float:left;
	text-align: center;
}

#nos-partenaires #left li h3 {

	background: none;
	padding: 20px 0 10px 0;
}

#nos-partenaires #left li p:first-child {

	width:145px;
	height:125px;
	padding:0;
	position: relative;
	background: url(_images/partenaires/partenaires-bg.png) no-repeat;
}

#nos-partenaires #left li+li {

	margin-left:20px;
}

#nos-partenaires #left li img {

	display:block;
	position:absolute;
	top: 2px;
	left: 2px;
	border: 0;
	margin: 0;
	padding: 0;
	width:140px;
	height: 116px;
}






/* Galerie 
--------------------------------------------------- */

#galerie #left ul {

	margin-top: 20px;
}

#galerie #left li {

	width:300px;
	float:left;
	margin-bottom:20px
}

#galerie #left li.odd {

	margin-left:20px
}

#galerie #left p:first-child {

	width:300px;
	height:179px;
	position: relative;
	background: url(_images/galerie/album-bg.png) no-repeat;
}

#galerie #left img {

	display:block;
	position:absolute;
	top: 5px;
	left: 5px;
	border: 0;
	margin: 0;
	padding: 0;
	width:290px;
}

#galerie #left p+p {

	text-align:center;
	padding-top:5px
}

#galerie #left li a								{background: url(_images/galerie/photo.png) left 1px no-repeat;padding-left:19px}

#galerie #left li a:hover						{background: url(_images/galerie/photo-hover.png) left 1px no-repeat}

#galerie #left ul+p								{clear:both;padding-top:20px;border-top:1px dotted #D6D5D1}







/* Adhésion 
--------------------------------------------------- */

.album-preview ul {

	margin-top:20px;
}

.album-preview li {

	width:110px;
	height:93px;
	float:left;
	margin-bottom:20px;
}

.album-preview li+li {

	margin-left: 17px;
}

.album-preview li:nth-child(5n+6) {

	margin-left:0;
}

.album-preview li a {

	display:block;
	width:110px;
	height:93px;
	background: url(_images/album/vignette-bg.png) no-repeat;
	position: relative;
}

.album-preview img {

	display:block;
	width:100px;
	height:80px;
	margin:0px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.album-preview + p {

	clear:both;
	padding-top:20px;
	border-top:1px dotted #D6D5D1;
}

.album-preview +p a {

	padding-left:9px;
	background: url(_images/global/content/retour.png) left center no-repeat;
}

.album-preview +p a:hover {

	background: url(_images/global/content/retour-hover.png) left center no-repeat;
}

/*
#album #right{padding:20px;width:240px}

#album #right li								{padding:20px 0}

#album #right li+li								{border-top:1px dotted #D6D5D1}
*/

#galerie #right .videothumb {

	width:125px;
	height:93px;
	background: url(_images/videos/video-bg.png);
	position:relative;
}

#galerie #right .videothumb img								{margin:5px}

#galerie #right .videothumb img+img							{position:absolute;top:0px;left:0px}



#galerie .vimeo {

	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dotted #D6D5D1;
}







/* Adhésion 
--------------------------------------------------- */

input {
	
	padding: 0;
	margin: 0;
}

fieldset {
	
	padding: 0;
	margin: 0;
}

form {

	position:relative;
}

#content form .txt-input {

	margin-top: 5px;
}

#conditions {

	font-size: 10px;
	position: absolute;
	top: 10px;
	left: 0px;
	width:590px;padding:36px 20px;
	background: #fbfaf9;
	
	-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;
	-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;
}
												
form #conditions p								{float:none;margin:0;margin-bottom:0;margin-top:0;background:none}

form #conditions ul li							{margin-top:3px;margin-bottom:0}

form #conditions p a							{display:block}

#conditions p:first-child						{position:absolute;right:10px;right:10px;width:50px;text-align:center;z-index:1}

form > div										{width:300px;float:left;padding-top:10px}

form > div + div								{margin-left:20px}

form > div > div {

	padding-top: 10px;
}

input[type="text"]								{display:block;border: 1px solid #E8E8E3;width:290px;height:25px;margin-bottom:5px;padding:0 5px;}

.haserror {

	border: 1px solid red;
}

#adresse										{display:block;border: 1px solid #E8E8E3;width:290px;height:78px;margin-bottom:5px;padding:5px 5px 5px 5px}

.condition-wrap {

	float: left;
	padding-top: 2px;
	width: 240px;
}

#content p + .submit-wrap {

	float: right;
	width:60px;
	margin-top: 0;
	padding: 0;
}
 
input[type="submit"] {
 
	background:#11B2EA;
	color:white;
	border:none;
	padding:4px 0;
	cursor:pointer;
	margin:1;
	width: 60px;}

input[type="submit"]:hover {

	background:#0B98C9;
}

.required span {

	font-size: 11px;
	color: #C2C2BD;
}






/* Don 
--------------------------------------------------- */

#how {

	margin-top: 20px;
}

/*
#accueil #left > div							{overflow:auto}

#accueil #left div div							{float:left}

#accueil #intro									{padding:0 0 20px 0}

#accueil #intro p+p								{margin-top:5px}

#intro div										{width:310px}

#accueil #tease									{padding:20px 0 0 0}

#tease div										{width:200px}

#accueil #left > div div+div					{margin:0 0 0 20px}

#intro p+p+p,
#tease p+p										{margin-top:10px}

#tease div:first-child+div h2+p					{text-align:center}

#tease div:first-child+div p+p					{margin-top:17px}

#accueil #right									{padding:20px 20px 0 20px;width:240px}

#accueil #right h2								{padding:0}

#accueil #right li								{padding:20px 0}

#accueil #right li+li							{border-top:1px dotted #D6D5D1}

#accueil #right p+p								{margin-top:5px}
*/



/*
#nav a, #callToDon p:first-child a,
#nav .active, #callToDon p:first-child .active	{text-decoration:none;font-size:1.1em}

#nav											{height:46px;padding:2px}

#nav li+li a									{border-left:#0EA5D9 1px solid}
#nav li+li.active,#nav li+li a:hover			{border-left:#11B2EA 1px solid}

#nav li.active,#nav li a						{height:46px;color:white;line-height:46px;padding:0 25px}

#nav li a										{background-color:#11B2EA}
#nav li a:hover,#nav li.active					{background-color:#0B98C9}
												
#nav li:first-child.active,#nav li:first-child a{padding:0 26px 0 27px}
#nav li:last-child.active,#nav li:last-child a	{padding:0 26px}

#callToDon											{width:280px;height:50px;padding-left:20px;border-left:1px dotted #D6D5D1}

#callToDon p										{padding:2px;height:46px}
												
#callToDon p+p										{padding:7px 25px 2px 25px;height:41px}

#callToDon p span,#callToDon p:first-child a		{display:block;background-color:#5C3700;height:46px;color:white;line-height:46px;padding:0 26px}
												
#callToDon p span,#callToDon p:first-child a:hover	{background-color:#4B2C00}
*/






/* groupement */

/*
hr,#accessibility,#footer span:first-child+span		{display: none}

#nav li a,#callToDon p span,#callToDon p:first-child a	{display:block}

#nav,#nav li,#subnav li,#callToDon p span,#footer span,
#callToDon p:first-child a,#callToDon p					{float:left}

#footer span+span,#callToDon							{float:right}
												
#nav li,#callToDon p+p								{text-align:center}

#callToDon p:first-child,#nav li:first-child,
#nav li:first-child a								{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;
													-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px}
												
#callToDon p+p,#nav li:last-child,
#nav li:last-child a								{-moz-border-radius-bottomright:3px;-moz-border-radius-topright:3px;
													-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px}

#subnav												{-moz-border-radius-bottomleft:3px;-moz-border-radius-bottomright:3px;
													-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px}
												
#accueil #right,#presentation #right,#nav,#footer,#callToDon p span,#right > p,
#album #right,#callToDon p:first-child a,#left > div,.red,#projets #right > li,
input[type="text"],input[type="submit"],.green,textarea,.wpcf7-response-output,
fieldset+fieldset+fieldset p:first-child+p			{-moz-border-radius:3px;-webkit-border-radius:3px}

#album #right,#accueil #right,#projets #right > li,#presentation #right,
#subnav,#callToDon p+p,#right > p						{background: url(_images/global/bg/color-bg-light.png);}

#nav,#footer,#callToDon p:first-child,
input[type="text"],textarea,
fieldset+fieldset+fieldset p:first-child+p			{background: url(_images/global/bg/color-bg.png)}

#nav .active,#don .active							{background-image: url(_images/global/bg/active-bg.png);
													background-position:center bottom;background-repeat:no-repeat}
*/


/* global */




/* header */



/* slideshow */
												
/* subnav */

/*
#subnav											{margin-left:680px;width:280px;height:55px;line-height:55px;margin-bottom:20px}

#accueil #subnav									{margin-bottom:0;background:none}

#subnav li										{margin-left:15px}

#subnav li:first-child							{margin-left:19px}

#subnav+*										{clear:both}
*/


/* nav */




/* content */



/* #left											{float:left;width:640px;position:relative} */
/*

#right											{float:right;width:280px}
*/

/*
.img											{width:620px;height:185px;padding:10px;margin-bottom:20px;background: url(_images/global/content/image-bg.png);}

#left > li,
#left > div										{padding:20px;text-align:justify;border-bottom:1px dotted #D6D5D1}

#left > li:last-child,
#left > div:last-child							{border-bottom:none}

#left > div > *+*,#left > div li				{margin-top:10px}

h2										{ :1.5em;padding-bottom:5px}

h3										{font-size:1.3em;padding:5px 0 3px 0}

.hightlight										{background: url(_images/global/bg/hightlight-bg.png)}

.download										{background: url(_images/global/content/download.png) bottom right no-repeat;padding:5px 17px 0 0}
.download:hover									{background: url(_images/global/content/download-hover.png) bottom right no-repeat}

.arrow											{background: url(_images/global/content/arrow.png) center right no-repeat;padding-right:9px}
.arrow:hover									{background: url(_images/global/content/arrow-hover.png) center right no-repeat}
*/

/* right */

/*
#right > li										{padding:15px 0}

#right > p										{padding:15px}

#right > p+p									{margin-top:10px}
*/

/* top */

#top											{display:none;position:absolute;bottom:20px;right:20px}

#top a											{background: url(_images/global/content/top.png) center right no-repeat;padding-right:8px}
.top a:hover									{background: url(_images/global/content/top-hover.png) center right no-repeat}

/* -- PAGES -- */

/* accueil */

/* présentation */

 #left h3{
 
 	padding:0 0 5px 8px;
 	background: url(_images/global/content/li.png) left 5px no-repeat}





/* projets */

/*
#projets #right >li								{padding:15px}

#projets #right >li+li							{margin-top:10px}

#projets #right ul								{margin-left:13px}

#projets #right li li							{margin-top:10px}

#projets #right>li>span,
#projets #right>li>a,
#projets #right>li>p							{font-size:1.2em}
*/

/*
#projets #right>li>a,
#projets #right p								{background: url(_images/projets/close.png) left center no-repeat;padding-left:13px}
*/

/*
#projets #right>li>a,
#projets #right p								{background: url(_images/projets/open.png) left center no-repeat;padding-left:13px}
*/

/*
#projets #right>li>a							{display:block;color:#333;text-decoration:none}

#projets #right>li>a.open						{background: url(_images/projets/open.png) left center no-repeat;}
*/

/* agenda */

#agenda #left li li								{padding:15px 0}

#agenda #left >ul > li{padding:0 5px 20px 5px}

#agenda .more,#agenda #left >ul > li+li{padding:20px 5px}

#agenda .more,#agenda #left >ul > li+li,
#agenda #left li li+li							{border-top:1px dotted #D6D5D1}

#agenda #left p+p								{padding-top:1px}

#agenda #left p+p+p								{padding-top:3px}

#agenda #left .date								{color:#666}

#agenda #left .type								{color:#999}

#agenda ul.month {

	padding-left: 8px;
}

#agenda #left > ul > li {

	padding: 0px;
}

#agenda #left > ul > li + li {

	padding-top: 25px;
}

#agenda h2 {

	padding-bottom: 10px;
}

.agendaVide,.nodate											{color:#705252}

/* evenement */

#evenement #left > div							{padding:20px 0;margin-bottom:20px}

#evenement #left > div span						{font-weight:bold}

#evenement #left >p+p							{margin-top:10px}

.bottomNav										{border-top:1px dotted #D6D5D1;padding-top:20px}

.bottomNav span									{float:right}

#evenement #left .bottomNav						{margin-top:20px}






/* galerie */

/*
#galerie #left ul								{margin-top:20px}

#galerie #left li								{width:310px;float:left;margin-bottom:20px}

#galerie #left li.odd							{margin-left:20px}

#galerie #left p:first-child					{width:310px;height:185px;background: url(_images/galerie/album-bg.png);}

#galerie #left img								{margin:5px}

#galerie #left p+p								{text-align:center;padding-top:5px}

#galerie #left li a								{background: url(_images/galerie/photo.png) left 1px no-repeat;padding-left:19px}

#galerie #left li a:hover						{background: url(_images/galerie/photo-hover.png) left 1px no-repeat}

#galerie #left ul+p								{clear:both;padding-top:20px;border-top:1px dotted #D6D5D1}
*/

/* video */

/*
#galerie #right ul								{margin-top:20px;overflow:auto;margin-bottom:10px}

#galerie #right li								{width:125px;float:left;margin-bottom:10px}

#galerie #right li.odd							{margin-left:10px}

#galerie #right p:first-child					{width:125px;height:93px;background: url(_images/galerie/video-bg.png);position:relative}

#galerie #right img								{margin:5px}

#galerie #right img+img							{position:absolute;top:26px;left:41px}

#galerie #right p+p								{text-align:center;padding-top:5px}

#galerie #right ul+p							{clear:both;padding:20px 0 0 0;border-top:1px dotted #D6D5D1;background:none}
*/

/* album */

/*
#album #left ul									{margin-top:20px}

#album #left li									{width:110px;height:93px;float:left;margin-left:22px;margin-bottom:20px}

#album #left li.nomargin						{margin-left:0}

#album #left li a								{display:block;width:110px;height:93px;background: url(_images/album/vignette-bg.png);}

#album #left img								{margin:5px}

#album #left ul+p								{clear:both;padding-top:20px;border-top:1px dotted #D6D5D1}

#album #left ul+p a								{padding-left:9px;background: url(_images/global/content/retour.png) left center no-repeat;}

#album #left ul+p a:hover						{background: url(_images/global/content/retour-hover.png) left center no-repeat;}

#album #right{padding:20px;width:240px}

#album #right li								{padding:20px 0}

#album #right li+li								{border-top:1px dotted #D6D5D1}
*/



































/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('_images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('_images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('_images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('_images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
