/*-------------------------
	General
--------------------------*/

@import url('normalize.css');
@import url('http://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans+Condensed:700,300,300italic');
@import url('http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Open+Sans:300');

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	background-color: #fff;
	background-image: url('../11/img/lghtmesh.png');
	/*overflow: hidden;*/
}

body {
	/*
	box-shadow: 0 0 25px rgba(0,0,0,0.3) inset;
	*/
}

/* To fix broken box shadow in IE*/
#wrapper {
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	position: fixed;
	box-shadow: 0 0 25px rgba(0,0,0,0.3) inset;
	z-index: 1;
	pointer-events: none; /* Allow clicking through DIV */
}

a, a:visited {
	text-decoration: none;
	outline: none;
	color: #54a6de;
}

a:hover {
	text-decoration: underline;
	outline: none;
	color: #54a6de;
}

section, header {
	display: block;
}



/*----------------------------
	Slides Template
-----------------------------*/

/* Left over codes from Impress 0.3,
#impress:not(.impress-not-supported) .step {
	opacity: 0.4;
	background-color: red;
}
*/

#impress .step {
	width: 500px;
	height: 430px;
	position: relative;
	margin: 0 auto 30px; /* for IE */
	/*background-color: rgba(0.1,0.1,0.1,0.1);
	background-color: yellow;
	box-shadow: 0 0 150px rgba(0,0,0,0.1) inset;*/
	
	-webkit-transition: 1s opacity;
	-moz-transition: 1s opacity;
	-ms-transition: 1s opacity;
	-o-transition: 1s opacity;
	transition: 1s opacity;
}

#impress .step.active {
	opacity: 1;
}

#impress h2 {
	top: 0px;
	left: 0px;
	position: absolute;
	font-family: 'Bree Serif', Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #444648;
	z-index: 20;
}

#impress p {
	top: 60px;
	/*left: 60px;*/
    position: relative;
    display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	color: #27333f;
	/*text-align: justify;
	line-height: 300%;*/
	z-index: 20;
}

/*
#impress p img {
	padding: 5px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
*/



/*----------------------------
	Slide-specific Options
-----------------------------*/

#impress #intro #more 
#web #web2 #web3 #web4
#prints #prints2 #prints3 {
	z-index: 30;
}



/*----------------------------
	Slides Navigation
-----------------------------*/

.arrow {
	width: 32px;
	height: 54px;
	top: 50%;
	position: fixed;
	margin-top: -27px;
	background: url('../11/img/arrows.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.4;
	border: none !important;
	text-decoration: none !important;
	z-index: 60;
	
	-webkit-transition: 0.2s opacity;
	-moz-transition: 0.2s opacity;
	-ms-transition: 0.2s opacity;
	-o-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.arrow:hover {
	opacity: 0.8;
}

#arrowLeft {
	left: -55px;
}

#arrowRight {
	right: -45px;
	background-position: top right;
}

/* Hide the arrows if impress is not supported */
#impress.impress-not-supported + .arrow,
#impress.impress-not-supported + .arrow + .arrow {
	display: none;
}



/*----------------------------
	Not-Supported Fallback Msg
-----------------------------*/

.fallback-message {
    font-family: sans-serif;
    line-height: 1.3;
    
    display: none;
    width: 780px;
    padding: 10px 10px 0;
    margin: 20px auto;
	
    border-radius: 10px;
    border: 1px solid #aaa;
    background: #ddd;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-disabled .step,
.impress-not-supported .step {
    position: relative;
    opacity: 1;
    margin: 20px auto;
}

.impress-not-supported .fallback-message {
	margin-top: 20px;
    display: block;
}



/*----------------------------
	Lightbox
-----------------------------*/

#fjp_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	background-color: #000;
	display: none;
	z-index: 70;
}

#fjp_lightbox {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	display: none;
	text-align: center;
	z-index: 80;
}

#fjp_lightbox a, a:hover {
	color: #fff;
	text-decoration: none;
}

#fjp_lightbox img {
	background-color: #fff;
	border: 10px solid #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}