/*  
Theme Name: Antiques Floors
Theme URI: 
Description: Antiques Floors !!!
Version: 1
Author: Thibaut De Saint Florent ( Agence Play : www.agenceplay.fr )
Author URI: www.agenceplay.fr


/* ///////////////////////////////////////////////////////////////////// 
// Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {height: 101%;}

img{ /* Can't select any image */
	user-select: none;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]{
	display: inline-block;
}
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
*{
	box-sizing: border-box;
}

/* ///////////////////////////////////////////////////////////////////// 
// Global 
/////////////////////////////////////////////////////////////////////*/
body{
	background-color: #FFFFFF;
    color: #333;
    font-family: helvetica;
    font-size: 12px;
    display: table;
	height:100%;
	width: 100%;
}
a{
	text-decoration: none;
	color: #FFF;
	transition: color 0.3s;
}
/*
a:hover{
	color: #58585a;
}
*/

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

}
/* //////////////////////////////////////////////////////////////////////
// General Layout 
//////////////////////////////////////////////////////////////////////*/

#site{
	max-width: 1280px;
	margin: auto;
	display:none;
}

section {
    line-height: 1.2;
    width: 1024px;
    margin: auto;
    height: 100%;
    position: relative;
}
/*//////////////////////////////////////////////////////////////////// 
//  Header
////////////////////////////////////////////////////////////////////*/
header{
	background: url(./images/ligneTop.png) no-repeat bottom left;
	width: 1024px;
	margin: auto;
}
header #logo{
	margin-bottom: 10px;
    margin-left: 20px;
    cursor: pointer;
}
header #logo:hover{
	opacity: 0.7;
}
#contentWrapp{
	position: relative;
	width: 100%;
	height: 615px;
	overflow: hidden;
}

#background{
	position:absolute; 
	left:0;
	right:0;
	bottom:0;
	top:0;
	overflow:hidden;
	z-index:-1;
}
#background img {
	position: absolute;
	display: none;
	width: 1280px;
}
/*//////////////////////////////////////////////////////////////////// 
//  Navigation
////////////////////////////////////////////////////////////////////*/
#main_nav{
	height: 296px;
    left: 380px;
    margin-left: 20px;
    margin-top: -148px;
    top: 50%;
    transition: left 1s;
    position: absolute;
    user-select: none;
}
section.viewer #main_nav{
    left: 20px;
    transition: left 1s 0.4s;
}

#main_nav .menu-item a{
	font-family:'thesans',helvetica;
    padding: 10px 0;
    text-transform: uppercase;
    text-shadow:none;
    transition: text-shadow 0.4s;
}
#main_nav .menu-item{
	 margin: 30px 0;
	 position: relative;
}
#main_nav .menu-item a:after{
	background: url(./images/menuLine.png) no-repeat;
	bottom: -10px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s;
}

#main_nav .current-page-item a:after{
	opacity: 1;
}
#main_nav .current-page-item a{
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
#main_nav .menu-item a:hover{
	color: #FFFFFF;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
/*//////////////////////////////////////////////////////////////////// 
//  Home
////////////////////////////////////////////////////////////////////*/

#bgBlocWrapp{
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 40px;
    width: 335px;
    transition: height 0.4s 1s;
    overflow: hidden;
    position: absolute;
}
section.viewer #bgBlocWrapp{
	height: 0px;
	transition: height 0.4s;
	position: relative;
}
#bgBlocWrapp #content{
    padding: 20px;
    color: #FFFFFF;
    line-height: 2em;
    text-shadow: 1px 1px 3px #333333;
}
.no-rgba #bgBlocWrapp #content{
    color: #333;
}
#bgBlocWrapp H1,
#bgBlocWrapp H2,
#bgBlocWrapp H3,
#bgBlocWrapp H4,
#bgBlocWrapp H5{
    font-family:'thesans',helvetica;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: lighter;
}

#viewer{
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
    margin-top: -240px;
    position: absolute;
    left: 1924px;
    top: 50%;
    width: 902px;
    transition: left 1s;
}
section.viewer #viewer{
    left: 260px;
    transition: left 1s 0.4s;

}
#elementScrollWrapper{
	position: relative;
	width: 100%;
	display: inline-block;
	height: 480px;

}
#elementWrapper{
	height: 100%;
	width: 1000px;
	position: relative;
}

#elementScrollWrapper .element{
	width: 735px;
	height: 100%;
	display: inline-block;
	height: 100%;
	padding: 20px;
	background: url(./images/elementSep.png) no-repeat right center;
	line-height: 1.3em;
	text-shadow: 1px 1px 3px #333333;
	color: #FFFFFF;
    font-family: "myriad pro" , helvetica;
    font-size: 13px;
    vertical-align: top; /* for ie */
}
.no-rgba #elementScrollWrapper .element{
    color: #333;
}
#elementScrollWrapper .element .gallery{
	display: none;
}
#elementScrollWrapper .element .elementImage{
	background-color: #FFFFFF;
	height: 420px;
	margin-right: 9px;
}
#elementScrollWrapper .element .elementImage a{
	display: block;
	opacity: 1;
	transition: opacity 0.4s;
}
#elementScrollWrapper .element .elementImage a:hover{
	opacity: 0.7;
	height: 420px;
}
#elementScrollWrapper .element .elementImage img{
	border: 10px solid;
    box-shadow: 0 0 5px 0 #333333;
    height: 420px;
    width: 685px;
}
#elementScrollWrapper .element .elementText H2{
	font-size: 15px;
    margin-top: 10px;
}


#loading{
	display: none;
	position: absolute;	
	animation: spin 0.7s infinite linear; 
}
#elementScrollWrapper #loading{
	top: 50%;
	left: 335px;
    margin-top: -32px;
}
#bgBlocWrapp #loading{
	top: 50%;
	left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
 
#navigation{
	bottom: -25px;
    color: #FFFFFF;
    padding-right: 30px;
    position: absolute;
    text-align: right;
    width: 735px;
    cursor: pointer;
    user-select: none;
    text-shadow: none;
    transition: text-shadow 0.4s;
    text-transform: uppercase;
}
#navigation span:hover{
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}


#contactFormWrapp{
	position: relative;
}
#contactFormWrapp #contactForm{
	display: none;
}
#contactFormWrapp.hideLoader #contactForm{
	display: block;
}
#contactFormWrapp #loading{
	top: 200px;
	left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    display: block;
    
}
#contactFormWrapp.hideLoader #loading{
	display: none;
}
#formWrapp{
	margin-top: 10px;
}

#formWrapp input{
	height: 30px;
}
#formWrapp *:invalid{
	 box-shadow: none;
}
.errorMessage{
	color: red;
	text-shadow: none;
}
.tabMessage{
	font-size: 15px;
	text-align: center;
	margin-top: 150px;
}
.successMessage{
	display: none;
	color: #ffffff;
}
.oblig-field{
	display: block;
    margin-bottom: 10px;
}
#formWrapp input[type="text"]	,
#formWrapp input[type="email"]	,
#formWrapp input[type="tel"]	,	
#formWrapp textarea				{
	margin-bottom: 5px;
	width: 200px;
	display: block;
	width:200px;
}
input{
	height: 30px;
}
#formWrapp input[type="checkbox"]{
	height: auto;
}
#formWrapp textarea{
	height: 132px;
	resize: none;
	padding-left: 3px;
    padding-top: 8px;
}

#formWrapp textarea{
	width: 100%;
}
/* ----------------- */
.visuallyhidden { 
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.offscreen {
    left: -999em;
    position: absolute;
}
.ielabel{
    display:inline-block;
    min-width:80px;
    -width:80px;
}

input[type=submit]{
    width:auto;
    cursor: pointer;
}
.implicit label{
    min-width:240px;
    -width:240px;
}
.implicit label input,
.implicit label textarea{
    float:right;
}

span.placeholder  {
    color: #999999;
    cursor: text;
    font-family: sans-serif;
    font-size: 12px
    padding: 5px;
    position: absolute;
    z-index: 1;
}
#slideshowWrapp{
	height: 150px;
}
#slideshowWrapp img {
    display: none;
    position: absolute;
}
/* Contact*/
#text_content{
	line-height: 1.2;
}
/*//////////////////////////////////////////////////////////////////// 
// Footer
////////////////////////////////////////////////////////////////////*/

#footerLeft{
	font-size: 10px;
    margin-left: 50px;
}

footer{
	background: url(./images/ligneBottom.png) no-repeat bottom center;
	 display: block;
    margin: 40px auto 30px;
    padding-bottom: 10px;
    width: 1024px;
    position: relative;
}
#languages{
	bottom: 0;
    font-size: 11px;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
    user-select: none;
}
#languages a{
	color: #A6A6A6;
}
#languages a:hover{
	color: #604c3f;
}
#languages span{
	line-height: 1.4;
    padding-right: 5px;
    text-transform: uppercase;
    vertical-align: top;
}
#languages img{
	margin-right: 10px;
}


#preLoading{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 361px;
	margin-top: -150px;
	margin-left: -180px;
}
#preLoading #loading{
display: block;
    margin: 30px auto auto;
    position: relative;
}
/*//////////////////////////////////////////////////////////////////// 
//  Animations
////////////////////////////////////////////////////////////////////*/

@keyframes spin{
  0%{ transform: rotate(0deg);}
  100%{ transform: rotate(359deg);}
}

/*//////////////////////////////////////////////////////////////////// 
//  Plugins
////////////////////////////////////////////////////////////////////*/
#colorbox{
	box-sizing: content-box;
}