@charset "utf-8";
/* CSS Document */

/* 
	Theme Name: Celine David custom Mons
	Version: 1.0
	Author: Miss Celine David
*/


/************************************************
*	CSS 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************
*	MONS										*
************************************************/
html, body {
	width: 100%;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
}

body {
	background: #ffffff;
	color: #000;
	font-family: Courier new, Courier, Monaco, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	overflow-x: hidden;
}

.scroll
{
  position: fixed;
  top: 50px;
  right: 0;
}

.slide {
	position: relative;
}

.content {
	z-index: 1;
	width: 21965px/*21065px*/;
}

.elements {
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	
.postcards {
	width: 16205px;
	float: left;
	clear: none;
}

.blank-slide {
  width: 1800px/*200px*/;
  float: left;
  clear: none;
}
	
.about {
	width: 1050px;
	float: left;
	clear: none;
}

.about2 {
	width: 450px;
	float: left;
	clear: none;
}
	
.map {
	width: 1000px;
	float: left;
	clear: none;
}

.colophon {
	width: 1510px;
	float: left;
	clear: none;
}

#header {
	position: fixed;
	z-index: 1;
	top: 30px;
	left: 120px;
	right: 120px;
	min-width: 725px;
}

.logo {
	float: left;
	min-width: 100px;
}

.navigation {
	float: right;
	text-align: right;
	padding-top: 10px;
	min-width: 450px;
}

.navigation li {
	display: inline-block;
	padding: 0 0 0 80px;
	-webkit-transition: all .2s ease-in-out;
}

.navigation li a {
	color: #000;
	text-decoration: none;
}
.navigation li a:hover, .navigation li a.active {
	color: #ccc;
}

/******************************
 HOME 
*******************************/

#home {
	width: 100%;
	height: 100%;
	min-width: 640px;
	text-align: center;
	z-index: 10;
	position: absolute;
	background: #ffffff;
	
	-moz-box-shadow: 0 0 12px #666; 
	-webkit-box-shadow: 0 0 12px #666; 
	box-shadow: 0 0 12px #666;
	z-index: 99999;
}

#home:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.content-home {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	margin: -100px auto 0 auto;
	width: 100%;
	max-width: 500px;
	clear: both;
}

.ani {
	display: block;
}

.pic {
	display: none;
	margin-bottom: 90px;
}

.button {
	clear: both;
	position: relative;
}


/******************************
 GALLERY 
*******************************/

#gallery {
	margin: 0 30px 0 100px;
}

.postcard {
	float: left;
	clear: none;
}

#num {
	float: left;
	clear: none;
	margin: 28px 15px 0 0;
}

#description {
	float: left;
	margin-left: 10px ;
	clear: none;
}

/******************************
 ABOUT 
*******************************/

.title {
	margin: 270px 35px 0 35px;
	float: left;
	clear: none;
}

#intro {
	width: 850px;
	margin: 70px 70px 0 0;
	float: left;
	clear: none;
	font-size: 61px;
	line-height: 66px;
}

#intro a {
	text-decoration: none;
}

#description-about {
	width: 850px;
	float: right;
	margin-right: 75px ;
	margin-top: 85px ;
	clear: none;
	font-size: 14px;
	line-height: 18px;
}

#text {
	width: 550px;
	margin: 58px 60px 0 0;
	float: left;
	clear: none;
	text-align: justify;
}

#text2 {
	width: 650px;
	margin: 58px 0 0 0;
	float: left;
	clear: none;
}

#text p, #text2 p {
	padding-bottom: 15px;
}

a, a:visited {
	color: #000000;
	text-decoration: underline;	
}

a:hover { 
	color: #ccc;
	text-decoration: underline; 	
}

.fb_iframe_widget{
    position: absolute;
    top:0;
}

.fb-like {overflow:hidden ; width:150px ; margin-right:200px;}


/************************************************************************************
shorter than 930
*************************************************************************************/
@media screen and (max-height: 930px) {
	
	.blank-slide {
		width: 2200px;
	}	
	
	/*.content {
		width: 21965px;
	}*/
}

/************************************************************************************
shorter than 768
*************************************************************************************/
@media screen and (max-height: 768px) {
	
	.blank-slide {
		width: 1780px;
	}	
	
	.content {
		width: 21545px;
	}
}

/************************************************************************************
Mobile version
*************************************************************************************/
@media screen and (max-width: 736px) and (orientation: landscape) {
	
	/*.content {
		width: 21545px;
	}*/	
}

@media screen and (max-width: 480px) and (orientation: landscape) {
	
	/*.content {
		width: 21545px;
	}*/	
}

@media screen and (max-width: 3200px) and (orientation: portrait) {
	
	/*.content {
		width: 21545px;
	}*/	
}