*
{
	border: none;
	list-style: none;
	margin: 0;
	outline: none;
	text-decoration: none;
	padding: 0;
}
html, body
{
    height: 100%;
	overflow: hidden;
}
body
{
	color: #333333;
	font-size: 62.5%;
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
	min-width: 1000px;
}
strong
{
	font-weight: 600;
}
h1
{
	background: url(../images/logo.png) no-repeat center center;
	height: 30px;
	left: 70px;
	position: fixed;
	top: 20px;
	width: 152px;
	z-index: 100;
}
h1 > span
{
	display: none;
}
nav#sliding-nav
{
	background-color: #191919;
	border-right: 1px solid rgba(255,255,255,0.2);
	cursor: pointer;
    height: 100%;
    margin-left: -220px;
    position: fixed;
    width: 260px;
    z-index: 900;
}
nav#sliding-nav > span.switch
{
	background: url(../images/icons/plus.png) no-repeat center top;
	display: block;
	float: right;
	height: 14px;
	margin-top: 27px;
	transition: transform 0.2s ease-in-out 0s;
	-moz-transition: transform 0.2s ease-in-out 0s;
	-o-transition: transform 0.2s ease-in-out 0s;
	-webkit-transition: transform 0.2s ease-in-out 0s;
	width: 40px;
}
section#sliding-nav-inner
{
	height: 100%;
	padding: 30px;
	position: relative;
}
nav#sliding-nav > section#sliding-nav-inner
{
	display: none;
}
section#sliding-nav-inner > div.header
{
	background: url(../images/logo.png) no-repeat center top;
	border-bottom: 1px dashed #303030;
	height: 55px;
	margin-bottom: 50px;
}
section#sliding-nav-inner > ul > li
{
	font-size: 1.8em;
	height: 30px;
	text-align: center;
}
section#sliding-nav-inner > ul > li > a
{
	color: #bababa;
}
section#sliding-nav-inner > ul > li > a:hover
{
	color: #ffffff;
}
section#sliding-nav-inner > p.copyright
{
	border-top: 1px dashed #303030;
	bottom: 90px;
	color: #bababa;
	font-size: 1.2em;
	padding-top: 25px;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 901;
}
section#sliding-nav-inner > p.copyright > a
{
	color: #ffffff;
}
section#wrapper
{
	background: url(../images/background/index/base.jpg) no-repeat fixed center top;
	background-size: cover;
	height: auto;
	min-height: 100%;
	position: relative;
}
section#wrapper.subpage
{
	margin-left: 40px;
}
section#menu
{
	background-color: #191919;
	height: 100%;
	position: fixed;
	top: 0;
	width: 40px;
	z-index: 99999;
}
/* *** **** **** INDEX-SLIDER *** *** *** */
.jThumbnailScroller
{
	overflow: hidden;
	position: relative;
}
.jThumbnailScroller .jTscrollerContainer
{
	position: absolute;
}
.jThumbnailScroller .jTscroller
{
	display: inline-block;
	*display: inline;
	height: 100%;
	left: 0;
	position: relative;
	top: 0 !important;
}
.jThumbnailScroller .jTscroller > section.menu
{
	background-color: #191919;
	display: block;
	float: left; 
	position: relative;
	width: 260px;
}
.jThumbnailScroller .jTscroller > section.page
{
	background-color: rgba(255, 255, 255, 0.1);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	color: #FFF;
	display: block;
	float: left; 
	margin-left: 4px;
	position: relative;
	width: 400px;
}
.jThumbnailScroller .jTscroller > section.page > a
{
	color: #FFF;
}
.jThumbnailScroller .jTscroller > section.first
{
	margin-left: 0;
}
.jThumbnailScroller .jTscroller > section article
{
	left: 0;
	margin-top: -60px;
	position: absolute;
	top: 50%;
	z-index: 20;
}
.jThumbnailScroller .jTscroller > section article > h2
{
	background-color: #f24f00;
	float: left;
	font-size: 3.6em;
	height: 86px;
	line-height: 80px;
	padding: 0 30px;
	text-transform: uppercase;
}
.jThumbnailScroller .jTscroller > section article > span
{
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	float: left;
	font-size: 2.4em;
	height: 52px;
	line-height: 48px;
	margin-top: 5px;
	padding: 0 30px;
}
.jThumbnailScroller .jTscroller > section img
{
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out 0s;
	-moz-transition: opacity 0.5s ease-in-out 0s;
	-o-transition: opacity 0.5s ease-in-out 0s;
	-webkit-transition: opacity 0.5s ease-in-out 0s;
	z-index: 10;
}
.jThumbnailScroller .jTscroller > section img.bottom
{
	bottom: 0;
}
.jThumbnailScroller .jTscroller > section:hover img
{
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.jThumbnailScroller .jTscroller > section:hover article > h2, .jThumbnailScroller .jTscroller > section:hover article > span
{
	background-color: rgba(255, 255, 255, 0.9);
	color: #191919;
}
/* *** **** **** MAIN-CONTENT *** *** *** */
section#main-content
{
	background-color: rgba(255,255,255,0.95);
	bottom: 130px;
	left: 130px;
	padding: 10px;
	position: fixed;
	top: 180px; 
	width: 650px;
	z-index: 10;
}
section#main-content article
{
	padding: 60px 70px 60px 40px;
}
section#main-content article > h2
{
	color: #f24f00;
	font-size: 4em;
	margin-bottom: 40px;
	text-transform: uppercase;
}
section#main-content article > h3
{
	color: #f24f00;
	font-size: 2.4em;
	margin: 25px 0;
}
section#main-content article > p
{
	color: #333333;
	font-size: 1.8em;
	margin: 30px 0;
}
section#main-content article > ul
{
	font-size: 1.4em;
	margin-left: 20px;
}
section#main-content article > ul > li
{
	background: url(../images/icons/list-arrow.png) no-repeat left 6px;
	font-weight: 600;
	line-height: 20px;
	margin: 10px 0;
	padding-left: 25px;
}
section#main-content article > table
{
	font-size: 1.8em;
}
section#main-content article > table tr > td:first-child
{
	padding-right: 35px;
}
section#main-content article > table tr > td a
{
	color: #333;
}
section#main-content article > table tr > td a:hover
{
	color: #F24F00;
}
section#main-content article img.img-left
{
	float: left;
	margin: 5px 25px 0 0;
	width: auto !important;
}
section#main-content article img.img-right
{
	float: right;
	margin: 5px 0 0 25px;
	width: auto !important;
}
section#main-content article img
{
	margin-left: 20%;
	width: 60%;
}
span#gallery-switch, span#page-switch
{
	background: url(../images/icons/gallery-switch.png) no-repeat center top;
	cursor: pointer;
	display: block;
	position: absolute;
	height: 80px;
	left: 842px;
	opacity: 0.7;
	top: 180px;
	width: 80px;
	z-index: 50;
}
span#gallery-switch:hover, span#page-switch:hover
{
	opacity: 1;
}
span#page-switch
{
	background: url(../images/icons/gallery-switch.png) no-repeat center bottom;
	left: auto;
	right: -80px;
	top: 99px;
	transition: opacity 0.2s ease-in-out 0s;
	-moz-transition: opacity 0.2s ease-in-out 0s;
	-o-transition: opacity 0.2s ease-in-out 0s;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
}
section#trans-page-nav
{
	height: 70px;
	position: absolute;
	right: 0;
	top: 0;
	width: 141px;
	z-index: 10000;
}
section#trans-page-nav > a.prev, section#trans-page-nav > a.next
{
	background: url(../images/icons/gallery-arrows.png) no-repeat;
	display: block;
	float: left;
	height: 70px;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	width: 70px;
}
section#trans-page-nav > a.next
{
	background-position: right top;
	margin-left: 1px;
}
section#trans-page-nav > a.next:hover
{
	background-position: right bottom;	
}
section#trans-page-nav > a.prev
{
	background-position: left top;
}
section#trans-page-nav > a.prev:hover
{
	background-position: left bottom;
}
section#google-map
{
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
/* *** **** **** VERTICAL-SLIDER *** *** *** */
section#vertical-slider
{
	height: auto;
	left: 0; right: 0; bottom: 0;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 1;
}