* {
	margin:0;
	padding:0;
}
body {
	background: #151515;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
}

@viewport {
  	width: device-width;
  	zoom: 1.0;
  	min-zoom: 0.25;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
    min-zoom: 0.25;
}

img {
	border:none;
}
a {
	color: #3B5998;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.rsSlide {
	background: #151515;
}
.royalSlider {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.hideZone {
	width: 100%;
	height: 35px;
	position: absolute;
//	right: 198px;
	bottom: 0;
	z-index: 100;
}
.hideZone.disabled {
	height: 5px;
}
.rsGCaption {
	background: #000;
	position: absolute;
//	top: -350px;
	top: 50%;
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 14pt;
	color: #fff;
	padding: 20px;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
}
.rsArrow,
.menu {
	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,
.homeBtn:hover,
.rsFullscreenBtn:hover { /* removed on touchscreen */
	/* Btns Hover Cut In */
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.rsArrowBtn,
.homeBtn,
.rsFullscreenBtn {
	/* 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 & Images */
.rsContent {
	display: table;
}
.rsContentCenter {
	display: table-cell;
	vertical-align: middle;
}
.rsContentCenter > * {
	display: block;
	margin: auto;
}
.rsImg {
	box-shadow: 0 3px 10px #0a0a0a;
	width: auto;
	max-width: 100%;
/*	margin-bottom: -100%; */
}
/* 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: 40px;
}
.rsArrowRight {
	right: 40px;
}
.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;
}
/* Preloader */
.rsPreloader {
	width: 64px;
	height: 64px;
	background-image: url('/img/preloader.gif');
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
}
/* Menu */
.menu {
	position: absolute;
	width: 40px;
	height: 100%;
	top: 0 !important;
	right: 0;
	bottom: auto !important;
	z-index: 40;
	cursor: default;
	background: solid rgba(0,0,0,0.33);
}
.menu.disabled {
	display: none;
}
.menuItems {
	position: absolute;
	right: 0;
	height: 100%;
}
.menuItems > * {
	float: right;
	background: solid rgba(0,0,0,0.33);
	opacity: 0.33;
}
.slideNumber {
	background: solid rgba(0,0,0,0.33);
	height: 32px;
	width: 50px;
	font: 12px/32px SystemMedium, Helvetica, Arial, sans-serif;
	color: #fff;
}
.menuBtn {
	padding: 4px;
}
.homeBtn, .menuBtn,
.rsFullscreenBtn {
	cursor: pointer;
}
.homeIcn,
.rsFullscreenIcn {
	background: solid rgba(0,0,0,0.33);
	width: 35px;
	height: 35px;
	margin-left: 3px;
	padding-right: 2px;
	background: url('/img/icons.png');
}
.homeIcn {
	background-position: -100px 0;
}
.rsFullscreenIcn {
	background-position: -150px 0;
}
.rsFullscreen .rsFullscreenIcn {
	background-position: -200px 0;
}
.homeBtn:hover,.menuBtn:hover,
.rsFullscreenBtn:hover { /* removed on touchscreen */
	background-color: rgba(0,0,0,0.66);
	opacity: 1;
}
.homeIcn:active, .menuBtn:active,
.rsFullscreenIcn:active, .fb:active {
	background-color: rgba(0,0,0,1);
	opacity: 0.66;
}
.contactSlideClients {
	float: left;
	padding: 5px;
	width: 440x;
	font-size: 16pt;
	opacity: 0.66;
}
.contactSlideCollaborations {
	float: right;
	padding: 5px;
	width: 440x;
	font-size: 16pt;
	opacity: 0.66;
}
.contactSlidePhoto {
	width: 333px;
	height: 500px;
	background: url('/img/contact-small.jpg');
	background-position: right;
}
.contactSlidePhoto:hover {
	opacity: 1;
}
.contactSlideLeft {
	float: left;
	width: 400px;
	height: 500px;
}
.contactSlideRight {
	float: right;
	width: 500px;
	height: 500px;
}
.contactSlideWrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16pt;
	color: #ccc;
}
.contactSlideWrap .center {
	text-align: center;
}
.contactSlideWrap h1 {
	font-size: 24pt;
	margin-bottom: 15px;
}
.contactSlideWrap h2 {
	font-size: 16pt;
	margin-bottom: 10px;
	text-decoration: underline;
}
.contactSlideThumbnails {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	font-size: 12pt;
	color: #ccc;
}
.contactSlideThumbnails img {
	padding: 2px;
}
.fb {
	position: absolute;
	background: transparent;
	top: auto !important;
	right: 10px;
	bottom: 10px !important;
	width: 300px;
	text-align: right;
	font-size: 8pt;
	color: #fff;
}
.fb:hover, .fb:active {
	background: transparent;
	opacity: 1;
}
.instructions {
	font-size: 10pt;
	text-align: center;
	color: #ccc;
	opacity: 0.66;
}
.intro {
	width: 500px;
	margin-bottom: 50px;
}
ul {
	list-style-type: square;
}
