@font-face {
	font-family: 'LocatorWebRegularItalic';
	src: url('/fontface/locatorwebregularitalic-webfont.eot');
	src: local('☺'), url('/fontface/locatorwebregularitalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LocatorWebRegular';
	src: url('/fontface/locatorwebregular-webfont.eot');
	src: local('☺'), url('/fontface/locatorwebregular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LocatorWebBoldItalic';
	src: url('/fontface/locatorwebbolditalic-webfont.eot');
	src: local('☺'), url('/fontface/locatorwebbolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LocatorWebBold';
	src: url('/fontface/locatorwebbold-webfont.eot');
	src: local('☺'), url('/fontface/locatorwebbold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body {
margin: 0;
font-size: 1em;
line-height: 1.4;
font-family: 'LocatorWebRegular';
}
.gallery { overflow: hidden; }

::-moz-selection { background: #fe52fe; color: #fff; text-shadow: none; }
::selection { background: #fe52fe; color: #fff; text-shadow: none; }

a { color: #3a3a3a;text-decoration: none; }
a:visited { color: #3a3a3a;  }
a:hover { color: #333; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/*fullscreen styling*/
/* normal state */
.my-container {
    width: 640px;
    height: 360px;
}
 
/* Mozilla proposal (dash) */
.my-container:full-screen {
    width:100%;
    height:100%;
}
 
/* W3C proposal (no dash) */
.my-container:fullscreen {
    width:100%;
    height:100%;
}
 
/* currently working vendor prefixes */
.my-container:-webkit-full-screen, .my-container:-moz-full-screen {
    width:100%;
    height:100%;
}

.home #info {
    /*color: #B8B8C0;*/
    color: #000;
    float: left;
    font-size: 11px;
    height: auto;
    margin-left: 30px;
    width: 335px;
    background-color: white;
    padding: 0px;
}

#info {
    /*color: #B8B8C0;*/
    color: #000;
    float: left;
    font-size: 11px;
    height: auto;
    margin-left: 30px;
    width: 335px;
    background-color: white;
    padding: 10px;
}

header {
    height: 80px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color:;
}
header h1{
 	font-family: 'LocatorWebBold';
 	letter-spacing: -1px;
    font-size: 50px;
    height: 50px;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    font-weight: normal;
    color: #3a3a3a;
    margin-top: 35px;
}

#info .left {
	float:left;
	margin-right: 40px;
	font-family: 'LocatorWebBold';
	padding-left: 3px;
	color: #3a3a3a;
}

#info .right {
	float:left;
	font-family: 'LocatorWebBold';
	color: #3a3a3a;
}
#info .right a{
	float:left;
	display: block;
}

h1 {
	font-family: 'LocatorWebBold';
	font-size: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 19px;
	color: #757575;
	font-family: 'LocatorWebBold';
	margin-top:8px;
	margin-bottom: 14px;
	padding-bottom: 0px;
}
#controls {
}

#controls .left {
position: absolute;
z-index: 1000;
left:0;
top:40%;
}
#controls .right {
z-index: 1000;
position: absolute;
right:0;
top:40%;
}
#controls a{
display: block;
opacity:.5;
cursor: pointer;
}
#controls a:hover{
opacity:1;
}


#buttons {
    position: absolute;
    right: 0;
    top: 97px;
    margin-right: 2%;
    z-index: 1000;
}

.home #buttons a { margin-right: 0; }

#buttons a{
	float:left;
	display: block;
    margin-right:10px;
    cursor: pointer;
}
#buttons a:last-child{
   margin-right:0px;
}


a.viewAll {
	background-image: url(/img/viewAll.jpg);
	background-position: top center;
	width:102px;
	height:33px;
	text-indent: -10000px;
	font-size: 1px;
	margin-bottom: 15px;
}
a#request {
	background-image: url(/img/fullscreen.jpg);
	background-position: top center;
	width:38px;
	height:33px;
	text-indent: -10000px;
	font-size: 1px;
}
a.viewAll.open {
	background-image: url(/img/close.jpg);
}

a.moreInfo {
	background-image: url(/img/moreinfo.jpg);
	background-position: top center;
	width:102px;
	height:33px;
	text-indent: -10000px;
	font-size: 1px;
	
}

a.moreInfo.open {
	background-image: url(/img/close.jpg);
}
a.moreInfo.hide {display: none;}
a.purchase {
	background-image: url(/img/purchase.jpg);
	background-position: top center;
	width:102px;
	height:33px;
	text-indent: -10000px;
	font-size: 1px;
}
#buttons a.purchase.nopurchase {display: none;}
#blocks {
	
}

.thumbs {
	display:none;
     background-color: #FFFFFF;
    position: absolute;
    right: 30px;
    top: 130px;
    z-index: 10000;
}

.thumbs ul{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 10px;
    overflow: auto;
    width: 471px;
    max-height: 500px;
}

.thumbs ul li{
	float:left;
	margin:10px;
}
.infoScroll {
	display: none;
    background-color: #FFFFFF;
    padding: 20px;
    position: absolute;
    right: 78px;
    top: 130px;
    max-height: 200px;
    overflow: scroll;
    width: 353px;
      z-index: 10000;
     font-size: 11px;
     line-height: 1.5;
}
.infoScroll p{
   font-size: 12px;
margin: 0;
line-height: 1.5;
margin-bottom: 10px;
}
.infoScroll h2 {
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
}
#post{
	float:right;
	margin-right:30px;
}
#post .title {
    font-size: 20px;
    font-weight: normal;
    font-family: 'LocatorWebBold';
    text-align: right;
}

#post .desc {
float: right;
    font-size: 11px;
    line-height: 130%;
    text-align: right;
    width: 420px;
}


ul.nav-links {
	float: right;
    position: absolute;
    right: 0;
    margin-right: 2%;
    top: 45px;
    z-index: 1000000;
}
ul.nav-links li {
	display: block;
	float: right;
	margin-left:15px;
}

ul.nav-links li a {
	font-family: 'LocatorWebBold';
font-size: 12px;
text-transform: uppercase;
font-weight: 100;
color: #3a3a3a;
}

ul.nav-links li a.black-nav {
	color: #3a3a3a;
}
ul.nav-links li a.white-nav {
	color:#fff;
}
ul.nav-links li a:hover {
 color: #e335de;
}
ul.nav-links.white li a {
	font-family: 'LocatorWebBold';
font-size: 12px;
text-transform: uppercase;
font-weight: 100;
color: #fff;
}
ul.nav-links.white li a:hover {
 color: #3a3a3a;
}

.navControls {
	right: 30px;
position: absolute;
top: 0px;
z-index: 100000;
}
.navControls div{
	
}
.openNav {
	
}

.closeNav {
	
}
#main {
padding-top:146px;
/*width: 1250px;*/
margin: auto;
overflow: hidden;
}
#main ul{
	list-style: none;
	margin-bottom:15px;
	margin-top: 0px;
	padding:0 0 0 31px;
	float:left;
	width: 97.5%;
	/*max-width: 1325px;*/
}
#main ul li{
	cursor: pointer;
    float: left;
    margin-bottom: 31px;
    position: relative;
    /*
    max-width: 300px !important;
    max-height: 300px !important;
    
    width: 300px;
    margin-right: 31px;
    */
}

#main ul li:last-child{
	margin-right:0px;
}
#main h3{
font-family: 'LocatorWebBold';
font-size: 36px;
line-height: 34px;
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 0;
margin: 0;
font-weight: normal;
letter-spacing: -1px;
}
#main h3.cat-head {
	text-transform: uppercase;
	font-size: 30px;
	margin:-15px 0px 20px 15px;
	padding-bottom: 10px;
	color: #c0c0c0;
	
}
h3.cat-head span {
	color: #000;
}
a.title {
	color:#fff;
}
a.click{
color: #EEF549;
float: left;
width: 100%;
margin-left: 15px;
margin-top: 10px;
}

.popOver {
display: none;
background-image: url(/img/fade.png);
position: absolute;
width: 100%;
height: 100%;
}

#gallery {
z-index: 1;
}
footer {
margin: 15px 31px 0;
overflow: hidden;
background-image: url(/img/dot.jpg);
background-repeat: repeat-x;
padding-top: 25px;
padding-bottom:40px;
	font-family: 'LocatorWebRegularItalic';
	font-size: 12px;
}
.fullscreen {
position:absolute;
}

.infoScroll p {
	
}

.links {display: none;
	position: absolute;
	top:33px;
	left:0px;
	background: #3A3A3A;
	width: 265px;
}
.links.nopurchase {
	right:302px;
}
/*
.home .links {
	right:0px;
	z-index: 999;
	top:130px;
	margin-right: 2%;
	width: 265px;
}
*/
#buttons.home {
	top:83px;
}
#buttons.home a.navLinks {
	width: 210px;
	
}
.links ul {
	margin: 0px;
	padding: 0px 0px 8px;
}
.links ul li {
	margin: 0px;
	padding:0px;
	display: block;
	width: 265px;
	float: left;
	list-style: none;
}
.links a {
	color: #fff;
	font-family: 'LocatorWebBold';
font-size: 13px;
display: block;
padding: 3px 10px;
text-transform: uppercase;
}
.links a:hover {color: #bedd53;}
#buttons a.navLinks {

background: #3A3A3A url(/images/down-arrow.png) right center no-repeat;
width: 210px;
line-height: 35px;
padding-top: 0px;
 
padding-right: 45px;
padding-left:10px;
height: 33px;
color: #fff;
overflow: hidden;
font-family: 'LocatorWebBold';
font-size: 13px;
text-transform: uppercase;
margin-bottom: 0px;
}

.mobile-menu-icon {
	position: absolute;
	top: 48px;
	right: 4%;
	z-index: 10000;
	display: none;
}

#mobile-menu {
	background: #2B2B2B;
	text-align: center;
	display: none;
	height: 0;
	overflow: hidden;
	top: 0;
	position: absolute;
	width: 100%;
}

#mobile-menu ul {
	margin: 0;
	padding: 20px 0;
}

#mobile-menu li {
	list-style-type: none;
	margin-bottom: 10px;
}

#mobile-menu a {
	color: white;
	text-transform: uppercase;
	font-family: 'LocatorWebBold';
	font-size: 35px;
}

@media only screen and (max-width:990px){
	
	.gallery #buttons { top: 170px; padding: 0 30px; width: 538px;  left: 0; }
	.gallery .thumbs { top: 203px; left: 30px; right: auto; }
	.infoScroll { top: 203px; left: 70px; right: auto; }
	.gallery .links { top: 203px; left: 30px; }
	.gallery .links.nopurchase { right: 333px; }
	.gallery ul.nav-links { left: 0; right: auto; top: 121px; padding-left: 14px;position: absolute; }
	.gallery header { height: 110px; }
		.backstretch { min-height: 1000px!important;}
		footer { text-align: center; }
}

@media screen and (max-width:790px) {
	.backstretch { min-height: 1000px!important;}
}


@media screen and (max-width:768px) {
	a#request { display: none !important; }
	ul.nav-links { display: none !important; }
	#mobile-menu, .mobile-menu-icon { display: block; z-index:10; }
	#buttons .links { width: 100px; }
	.gallery #buttons { width: 100%; }
	#buttons a.navLinks { width: 140px; }
	#buttons .links { width: 195px; }
	.gallery .links { top: 30px; }
	footer { text-align: center; }
}


@media only screen and (max-width:635px){
	#info { padding-left: 0; }
	#info .left, #info .right, .navControls { display: none; }
	.gallery #buttons { top: 110px; }
	#controls { display: none; }
	.backstretch { display: none !important; }
	
	#gallery-mobile-wrapper { width: 635px; overflow: hidden; min-height: 700px; position: relative; }
	#gallery-mobile { display: block; width: 100000px; padding: 0; margin: 180px 0 0 0; position: absolute; }
	#gallery-mobile li {display: inline-block; list-style-type: none; width: 635px; vertical-align: top; background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center; min-height: 700px; float: left; }
	#gallery-mobile li img { max-width: 100% !important; }
	#gallery-mobile { display: block !important; }
	footer { text-align: center; }
}

@media only screen and (max-width:600px){
	
	.gallery #buttons.home { top:170px; }
	.gallery #main ul { margin-top: 20px; }
	.gallery #buttons { top: 170px; padding: 0 30px; width: 538px; left: 0; }
	.gallery .thumbs { top: 203px; left: 30px; right: auto; }
	.infoScroll { top: 203px; left: 70px; right: auto; }
	.gallery .links { top: 203px; left: 30px;}
	.gallery .links.nopurchase { right: 333px; }
	.gallery ul.nav-links { left: 0; right: auto; top: 121px; padding-left: 14px; position: absolute;}
	.gallery header { height: 110px; }
		.backstretch { min-height: 1000px!important;}
		footer { text-align: center; }
}

@media only screen and (max-width: 499px) {

	
	header {
		min-width: 90%;
		margin: 0 5%;
	}
	
	header h1 {
		font-size: 45px;
	}
	
	#info .left, #info .right  {
		font-size: 10px;
	}
	
	#info .right  {
		margin-left: -20px;
	}
	
	#info {
		margin-left: 0;
	}
}


.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.image iframe {  }

#backstretch { bottom: 0 !important; }
#backstretch img {  }

#buttons { overflow: visible;}
#infscr-loading { display: block; margin: 0 auto; text-align: center; font-size: 12px; }

/* Footer */
#footer { width: 100%; height: 150px; background-color: #000; }
#footer .footerTop { padding: 35px 0 10px 0; margin-bottom: 8px; border-bottom: 1px dotted #b8b8b8; }
#footer ul li { float: left; display: inline; font-size: 12px; line-height: 14px; color: #FFF; }
#footer ul li a { color: #FFF; }
#footer ul li a:hover { border-bottom: 1px dotted #FFF; }
#footer b { font-size: 29px; color: #fff; }
#footer b a { color: #fff; } #footer b a:hover { color: #fff; }
#footer p { margin-top: 8px; font-size: 12px; color: #fff; }