@charset "UTF-8";


	/*///////   Fonts & Body   /////////////////////////////////////////////////////////////////////////////////*/
	
	
	@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
	
	@font-face {
    font-family: 'FuturaLtBTLight';
    src: url('fonts/FuturaLT/futult__-webfont.eot');
    src: url('fonts/FuturaLT/futult__-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaLT/futult__-webfont.woff') format('woff'),
         url('fonts/FuturaLT/futult__-webfont.ttf') format('truetype'),
         url('fonts/FuturaLT/futult__-webfont.svg#FuturaLtBTLight') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
	@font-face {
	font-family: 'Helvetica Roman';
	src: url('fonts/HelveticaRoman/HelveticaBQ-Roman.eot'); /* IE9 Compat Modes */
	src: url('fonts/HelveticaRoman/HelveticaBQ-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/HelveticaRoman/HelveticaBQ-Roman.woff') format('woff'), /* Modern Browsers */
	     url('fonts/HelveticaRoman/HelveticaBQ-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/HelveticaRoman/HelveticaBQ-Roman.svg#ee229344df7d786f4c8637b01f924036') format('svg'); /* Legacy iOS */       
	font-style:   normal;
	font-weight:  400;
	}
	
	@font-face {
    font-family: 'VariableRegular';
    src: url('fonts/Variable/variable_regular-webfont.eot');
    src: url('fonts/Variable/variable_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Variable/variable_regular-webfont.woff') format('woff'),
         url('fonts/Variable/variable_regular-webfont.ttf') format('truetype'),
         url('fonts/Variable/variable_regular-webfont.svg#VariableRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
	html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);}
	html, body {width: 100%; height:100%;}

	body,td,th {
	font-family: 'FuturaLtBTLight';
	font-size: 16px;
	color: #333333;
	margin: 0px 0px;
	padding: 0px;
	background-color: #F5F5F5;
	}
	
	h1,h2,h3,h4,h5,h6 { margin:0px; padding:0px; font-weight: normal;}
	h1 { font-size: 26px; }
	h2 { font-size: 18px; }


	/*///////   Intro Sequence   /////////////////////////////////////////////////////////////////////////////////*/

	
	#hello, #bighello {
	position: absolute;
	color: #333;
	width: 100%;
	font-family: 'Oswald';
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -2px;
	text-transform: uppercase;
	top: 40%;
	left: 0px;
	margin-top: 0px;
	text-align: center;
	opacity: 0;
	z-index: 3;
	}
	
	#jgstitles {
	color: #333;
	width: 100%;
	font-family: 'FuturaLtBTLight';
	font-weight:normal;
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 20px;
	padding:0;
	text-align: center;
	opacity:0;
	}		
	
	
	/*///////   RS  /////////////////////////////////////////////////////////////////////////////////*/


	.royalSlider.rsDefault {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	opacity: 0;
	}

	.royalSlider .rsSlide img {
    opacity: 0;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    transition: all 0s ease-out;

    -webkit-transform: scale(1);  
    -moz-transform: scale(1); 
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	}

	.royalSlider .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);  
    -moz-transform: scale(1); 
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	}

	.artist, .description, .category {display: none;}

	#preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -15px;
	z-index: 1;
	width: 30px;
	height: 30px;
	}
	
	#external_caption {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	width: 40%;
	opacity: 1;
	display: none;
	line-height: 22px;
	letter-spacing: 0px;
	text-align:left;
	}


	/*///////   Menus   /////////////////////////////////////////////////////////////////////////////////*/


	#sidebar {
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 1000;
	opacity: 1;
	left: 0px;
	top: 0px;
	background-color: rgba(255,255,255,.7);
	cursor: pointer;
	cursor: hand;
	padding: 0 0 0 0;
	}
	
	#sideholder {padding: 10px 0 0 200px;}

	#sidebarhit, #thumbar {
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 999;
	opacity: 1;
	left: 0px;
	top: 0px;
	cursor: pointer;
	cursor: hand;
	}
	
	#thumbar {
	background-color: rgba(255,255,255,.7);
	opacity: 1 !important;
	display: none;
	}

	#menuicon {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 20px;
	top: 12px;
	cursor: pointer;
	cursor: hand;
	background-image: url(mmtrans.png);
	background-size: cover;
	opacity: 0;
	}

	#thumblabel {
	position: absolute;
	left:-70px;
	font-family: 'Oswald';
	font-size: 14px;
	color: #666;
	text-align: right;
	letter-spacing: 0px;
	opacity:0;
	}
	#thumblabel {top:13px;}
	
	#logo, #headings {
	position: fixed;
	font-family: 'Oswald';
	font-weight: 700;
	top: 10px;
	left: 30px;
	letter-spacing:-1px;
	color: #000;
	text-transform: uppercase;
	transition: color 0.4s;
	opacity: 1;
	z-index: 1001;
	cursor: pointer;
	cursor: hand;
	/* [disabled]text-shadow: 1px 1px 1px #FFF; */
	}
	
	#logo h1 {font-weight: 700;}
	#logo:hover {color:#999;}
	
	#page {
	position: fixed;
	font-family: 'Oswald';
	font-weight: 700;
	font-size: 24px;
	top: 12px;
	right: 80px;
	color: #000000;
	letter-spacing:-1px;
	text-transform: uppercase;
	z-index: 1001;
	opacity: 0;
	}

	#menubox {
	color: #333333;
	opacity: 1;
	z-index: 11000;
	padding: 30px;
	height:100%;
	letter-spacing: 0px;
	}

	#arrows {
	position: fixed;
	width: 25px;
	height: 25px;
	right: 20px;
	bottom: 20px;
	display: none;
	overflow: hidden;
	z-index: 1001;
	cursor: pointer;
	cursor: hand;
	}
	
	#arrowup {
	width: 30px;
	height: 30px;
	top:0px;
	position:relative;
	background-image: url(mmtrans.png);
	background-size: cover;
	}
	
	#arrowdown {
	width: 30px;
	height: 30px;
	top:0px;
	position:relative;
	background-image: url(arrowdown.png);
	background-size: cover;
	}
	
	#name {
	font-family: 'Oswald';
	font-size: 22px;
	font-weight: normal;
	text-transform: capitalize;
	color: #333;
	padding: 160px 0 0 30px;
	letter-spacing: 0px;
	z-index: 1;
	}
       
    #biotext {
	padding-top: 140px;
	margin: auto;
	width: 480px;
	height: auto;
	line-height: 20px;
	color: #484848;
	font-family: 'Helvetica Roman';
	font-size: 12px;
	font-weight: 300;
	text-align: justify;
	opacity: 0;
	}
	
	.contactcard {
	position: absolute;
	left: 215px;
	font-family: 'Helvetica Roman';
	font-size: 12px;
	color: #333;
	line-height: 18px;
	opacity: 0;
	z-index: 1;
	}
	
	#uk {top:130px;}
	/*#uktwo {top:330px;}
	#nyc {left:900px; top:130px;}
	#la {left:900px; top:330px;}*/
	
	#nyc {top:330px;}
	#la {top:530px;}

	#copyright {
	position: fixed;
	font-size: 9px;
	font-family: 'Helvetica Roman';
	bottom: 20px;
	left: 30px;
	color: #b2b2b2;
	z-index:20000;
	}


	/*///////   SSPD.JS  /////////////////////////////////////////////////////////////////////////////////*/

	
	.item{
	width: 25%;
	float: left;
	display: inline-block;
	line-height: 0;
	margin: 0;
	opacity: 1;
	}
	
	.item img {width: 100% !important;}

	#thumbs_container, .thumbs_container{
	width: 100%;
	padding: 60px 0 0 0;
	}
	
	
	/*///////   Buttons & Links   ////////////////////////////////////////////////////////////////////////*/


	#next, #prev {
	position: absolute;
	font-family: 'VariableRegular';
	color: #000;
	font-size:24px;
	height: 30px;
	width: 30px;
	top: 45%;
	margin-top: 0px;
	opacity: 0;
	display: none;
	cursor: pointer;
	cursor: hand;
	z-index: 1000;
	}

	#prev {
	left: 30px;
	}
	
	#next {
	right: 30px;
	text-align: right;
	}
	
	#leftpad, #rightpad {
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 998;
	cursor: pointer;
	cursor: hand;	
	}
	
	#leftpad {
	top: 0px;
	left: 0px;
	}
	
	#rightpad {
	top: 0px;
	left: 50%;
	}
	
	#thumbnails {
	position: fixed;
	bottom: 10px;
	right: 15px;
	background-image: url(grid.png);
	background-size: contain;
	width: 50px;
	height: 50px;
	opacity: 1;
	display: block;
	cursor: pointer;
	cursor: hand;
	z-index: 1000;
	}
	
	#label {
	position:absolute;
	font-family: 'Oswald';
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	left: -70px;
	top:17px;
	}

	#spacer {height:20px; display:none;}
	
	#left, #right {
	position:absolute;
	top:70px;
	left:5px;
	}
	
	#right {left:180px;}

	.buttons, .on {
	float:left;
	font-family:'Oswald';
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	margin-right:10px;
	letter-spacing:-1px;
	opacity: 1;
	}
	
	.on {font-size: 26px;}
	.buttons a {font-size: 26px !important; font-weight: 700;}
	.spacer { float:left; width:5px; height:24px; margin-top:5px; border-left:solid #CCC 1px; opacity:0; display:none;}
		
	a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	}
	
	a:hover {color:#ff0000; transition: color 0.4s;}

	.b {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	}

	.e {
	font-size: 12px;
	color: #333;
	cursor: pointer;
	cursor: hand;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform: lowercase;
	}
	
	
	/*////////////  NIOUTE  //////////////////////////////////////////////////////////////////////////////////////////*/


	#nioute {
	position:absolute;
	height: 25px;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	}
	
	#nioot {
	width: 25px;
	height: 25px;
	float: right;
	opacity: .8;
	}
	
	#web {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999;
	padding: 5px 10px 0 0;
	}


	/*//////////////// FIN */
