/*
title:		master styles for screen media
author:     s.campbell@dsdny.com
*/

body
{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, san-serif;
	font-size: 100%;
	line-height: 1.3;
	color: #78645B;
	background-color: #fff;
}

#wrap
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

header
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

article
{
	position: absolute;
	top: 48px;
	right: 0;
	left: 0;
	width: 100%;
}

/*
self-clear floats
--------------------------------------------- */

.group:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
menu
--------------------------------------------- */

a:focus { outline: none; }

p.slide
{
	position: relative;
	left: 0;
	top: 15px;
	width: 100%;
	line-height: 1;
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 2em;
	text-align: center;
}

a.btn-logo
{
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #A8A8A8;
	display: inline;
	text-decoration: none;
	margin-left: -15px;
}

a.btn-logo:hover { color: #000; }

a.btn-slide span.sublogo
{
	font-size: .9em;
	display: inline;
}

@media screen and (max-width: 768px)
{
	a.btn-logo { font-size: .85em !important; }
}

@media screen and (max-width: 480px)
{
	a.btn-logo { font-size: .7em !important; }
}

@media screen and (max-width: 320px)
{
	a.btn-logo { font-size: .65em !important; }
}

span.navicon
{
	display: inline;
	margin-left: 15px;
}

a span.navicon
{
	float: left;
	display: inline;
	height: 0;
	width: 18px;
	overflow: hidden;
	padding-top: 13px;
	background: url(img/navicon-2.png) no-repeat right top;
}

a:hover span.navicon { background-position: left top; }

#panel
{
	margin-left: 0;
	height: auto;
	width: 200px;
	display: none;
}

@media screen and (max-width: 480px)
{
	#panel { width: 480px !important; }
}

@media screen and (max-width: 320px)
{
	#panel { width: 320px !important; }
}

nav menu a
{
	font-size: .85em;
	text-decoration: none;
	color: #A8A8A8;
	line-height: 3;
	display: block;
	background-color: rgba(255,255,255,0.7);
}

@media screen and (max-width: 480px)
{
	nav menu a { background-color: rgba(255,255,255,1) !important; }
}

@media screen and (max-width: 320px)
{
	nav menu a { background-color: rgba(255,255,255,1) !important; }
}

nav menu a li
{
	list-style: none;
	padding-left: 15px;
}

nav menu a li:hover { background-color: #000; }
nav menu a:hover { color: #A8A8A8; }

body#b-home a.t-home,
body#b-objects a.t-objects,
body#b-sessions a.t-sessions,
body#b-history a.t-history,
body#b-multiples a.t-multiples,
body#b-head a.t-head,
body#b-other a.t-other,
body#b-about a.t-about,
body#b-contact a.t-contact
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

body#b-home a.t-home:hover,
body#b-objects a.t-objects:hover,
body#b-sessions a.t-sessions:hover,
body#b-history a.t-history:hover,
body#b-multiples a.t-multiples:hover,
body#b-head a.t-head:hover,
body#b-other a.t-other:hover,
body#b-about a.t-about:hover,
body#b-contact a.t-contact:hover
{
	color: #A8A8A8;
}

/*
captions
--------------------------------------------- */

.rsGCaption p
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: .8em;
	text-align: center;
	line-height: 1.3;
	color: #A8A8A8;
	padding-bottom: 9px;
}

/*
RoyalSlider
--------------------------------------------- */

.rsSlide { background-color: none; }

.royalSlider
{
	position: fixed;
	left: 0;
	top: 10%;
	right: 0;
	bottom: 10%;
}

.hideZone
{
	width: 100%;
	height: 35px;
	position: absolute;
	right: 198px;
	bottom: 0;
	z-index: 100;
}

.hideZone.disabled { height: 5px; }

.rsArrow
{
	opacity: 1;
	/* Controls Fade In : 0.25s easeOutCirc */
	-webkit-transition: opacity 0.25s cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: opacity 0.25s cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-o-transition: opacity 0.25s cubic-bezier(0.075, 0.820, 0.165, 1.000);
	transition: opacity 0.25s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

.rsHidden
{
	opacity: 0;
	visibility: hidden;
	/* Controls Fade Out : 1.6s easeOutCirc */
	-webkit-transition: opacity 1.6s cubic-bezier(0.075, 0.820, 0.165, 1.000), visibility 1.6s;
	-moz-transition: opacity 1.6s cubic-bezier(0.075, 0.820, 0.165, 1.000), visibility 1.6s;
	-o-transition: opacity 1.6s cubic-bezier(0.075, 0.820, 0.165, 1.000), visibility 1.6s;
	transition: opacity 1.6s cubic-bezier(0.075, 0.820, 0.165, 1.000), visibility 1.6s;
}

.rsArrow:hover .rsArrowBtn
{
	/* removed on touchscreen */
	/* Btns Hover Cut In */
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.rsArrowBtn
{
	/* Btns Hover Fade Out : 0.8s easeOutCirc */
	-webkit-transition: background-color 0.8s cubic-bezier(0.075, 0.820, 0.165, 1.000), opacity 0.8s cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: background-color 0.8s cubic-bezier(0.075, 0.820, 0.165, 1.000), opacity 0.8s cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-o-transition: background-color 0.8s cubic-bezier(0.075, 0.820, 0.165, 1.000), opacity 0.8s cubic-bezier(0.075, 0.820, 0.165, 1.000);
	transition: background-color 0.8s cubic-bezier(0.075, 0.820, 0.165, 1.000), opacity 0.8s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}

/*
content and images
--------------------------------------------- */

.rsContent { display: table; }

.rsContentCenter
{
	display: table-cell;
	vertical-align: middle;
}

.rsContentCenter > *
{
	display: block;
	margin: auto;
}

/*
arrows
--------------------------------------------- */

.rsArrow
{
	width: 70px;
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 30;
	background-color: rgba(0,0,0,0);
	/* to avoid ie z-index bug */
}

.rsArrowLeft { left: 0; }
.rsArrowRight { right: 0; }

.rsArrowBtn
{
	position: absolute;
	top: 50%;
	margin-top: -18px;
	background-color: rgba(0,0,0,1);
	opacity: 0.33;
}

.rsArrowLeft .rsArrowBtn { left: 0; }
.rsArrowRight .rsArrowBtn { right: 0; }

.rsArrowIcn
{
	width: 35px;
	height: 35px;
	position: relative;
	/* to avoid chrome shift bug during transition */
	background: url(img/icons.png);
}

.rsArrowRight .rsArrowIcn { background-position: -50px 0; }

.rsArrow:hover .rsArrowBtn
{
	/* removed on touchscreen */
	background-color: rgba(0,0,0,0.66);
	opacity: 1;
}

.rsArrow:active .rsArrowIcn,
.rsArrowIcn:active
{
	background-color: rgba(0,0,0,1);
	opacity: 0.66;
}

.rsArrowDisabled .rsArrowBtn { display: none; }
