/******
 * Layout
 **/
* { -webkit-tap-highlight-color:rgba(0,0,0,0);}
html, body { height:100%; position:relative; overflow:hidden; }
.container {
	/background:#262626;
	font-family:Arial;
	height:100%;
	margin:0 auto;
	overflow: hidden;
	position:relative;
}
.clear { clear:both; }

#content {
	height:auto;
	position:relative;
	margin:44px 0 40px 0;
}
#page-photos #content {
	height:100%;
	float:right;
	padding:0;
	position:relative;
	width:100%;
}
.main { padding-bottom:10px; position:static;}
.hide { display:none; }
.right { float:right;}
.center { margin:0 auto; width:100%; text-align:center; }


/**
 * End of Section
 ******/

@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('../fonts/modernpics-webfont.eot');
    src: url('../fonts/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/modernpics-webfont.woff') format('woff'),
         url('../fonts/modernpics-webfont.ttf') format('truetype'),
         url('../fonts/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

/******
 * Header
 **/

#header { padding-bottom:0; position:absolute; top:0; left:0; height:44px; width:100%; z-index:1002; }

.social-bar-top #header {
	top:30px;
}

#logo {
	position:fixed;
	width: 600px;
	z-index:999;
}
.top-left { left:25px; top:74px; }
.top-right { right:25px; text-align:right; top:74px; }
.bottom-left { bottom:30px; left:25px; }
.bottom-right { bottom:30px; right:25px; text-align:right; }
.social-bar-bottom .bottom-left, .social-bar-bottom .bottom-right { bottom:60px; }
.social-bar-top .top-left, .social-bar-top .top-right { top:104px; }
#page-photos .top-left { top:74px; }
#page-photos.social-bar-top .top-left, #page-photos.social-bar-top .top-right { top:104px; }
#page-photos .top-right { top:74px; }
#page-photos .bottom-left { bottom:70px; }
#page-photos .bottom-right { bottom:70px;  }
#page-photos.social-bar-bottom .bottom-left, #page-photos.social-bar-bottom .bottom-right { bottom:104px; }

.logo { float:left; overflow:hidden; height:40px; padding-left:10px; line-height:40px; vertical-align:middle }
.logo a { text-decoration:none;  }

#logo a {
	display:inline-block;
	font-family:Arial, sans;
	font-size:18px;
	margin:0 auto;
	overflow:hidden;
	padding-left:0;
	text-decoration:none;
}

.social-bar-hidden .social-bar { display:none; }
.social-bar-hidden .has-social-bar #content { top:0; bottom:0; }

/**
 * Navigation
 */
#nav-holder{
	background:#000;
	height:44px;
	position:relative;
	width:100%;
}
#nav {
	/background:#000000;
	float:left;
	height:44px;
	position:relative;
	width:100%;
}

#nav, #nav ul {
	font-family:arial, sans;
	font-size:13px;
	list-style:none;
	margin:0;
	padding:0;
	z-index:2000;
}

#nav li {
	display:inline-block;
	position:relative;
	z-index:2000;
	zoom: 1;
	*display: inline;
}

#nav li:last-child { border-right:0; }

#nav li ul {
	display:none;
	left:0;
	position:absolute;
	top:44px;
	z-index:2000;

}

#nav li ul li {
	border-right: 0;
}

#nav li a {
	display:block;
	font-size: 14px;
    line-height: 20px;
	outline:0;
	padding:12px 25px;
	text-decoration:none;
	z-index:2000;
}

#browser #nav li:hover ul {
	display:block;
}

#nav ul ul a { width: 120px; text-align:left;}

#left, #right {
	background: #000;
	color: #fff;
	cursor:pointer;
	display: none;
	font-family: ModernPictogramsNormal;
	line-height:44px;
	font-size: 25px;
	/padding: 8px 0 9px 2px;
	padding: 0 8px 0 10px;
	position:absolute;
	width: 17px;
	z-index: 3000;

}
#left { left:0; top:0; }
#right{ right:-2px; top:0; }
/**
 * End of Section
 ******/

#ajax { display:none; }
.photo { float:left; overflow:hidden; }

/******
 * Text Page
 **/
#text-page-full { /background:#262626; padding:40px; /height:505px; /width:950px; }
div#text-page { position:relative; }
div.text {
	/background:#262626;
	left:0;
	line-height:18px;
	/height:505px;/width: 920px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	/position:absolute;
	/top:10px;

	z-index:500;
}
div.text-full { width:930px; }

div.text h3.page-not-found { font-size:30px; line-height:30px; padding-top:40px; text-align:center; }

.text-right div.text {
	left:auto;
	right:0;
}

.text-right #text-page-full #photos, .text-right #text-page-full #photos #photo img, .text-right #text-page-full #image {
	float:left;
}

label { display:block; font-family:Arial; font-size:13px; margin-bottom:5px;}

div.text * { font-size:13px; color:white; }
div.text li { margin-left:14px; padding:10px 0 0 10px; list-style-type: circle;}
div.text p { min-height: 13px; }
div.text strong, div.text b { font-weight:bold; }
div.text em, div.text i { font-variant:italic; }
div.text u { text-decoration:underline; }

#text-page-full #photos #photo img { border:0; margin:0; float:right; }
#text-page-full #photos {float:right;}
#photos div {   }
#photos div img { margin: auto; display: block;  }
.back-to-top {
	background:white;
	border-radius:4px;
	color:black;
	display:block;
	font-size:12px;
	margin:15px auto;
	padding:4px;
	text-align: center;
	text-decoration: none;
	width:70px;
}

#photos, .slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
}

#content { margin-top:44px; }
.social-bar-top #content { top:30px; }
#page-photos.social-bar-top #content { top:0; }

#page-photos #content { margin-top:0; }

/**
 * End of Section
 ******/

 /******
 * Contact Page
 **/
p.thanks {
	font-family:Arial;
	text-align:center;
}
p.thanks strong {
	margin-top:20px;
	display:block;
	font-size:20px;
	font-weight:normal;
	padding-bottom: 4px;
}

div.contact-full {
	margin:0 auto;
	padding:15px 20px;
	position:relative;
	height:465px;
	width:700px;
}
div.contact-full div.scrollable { height:600px; height:465px; float:right; }
div.contact-full div.form { float:left; }

#contact div.text { float:left; width:50%; }
#contact, div.text { display:none; }


form { margin-bottom:15px;  }
form div { margin:5px 0px; }
span.error { font-family:Arial, sans; font-size:10px; }

.form input.text {
	border-radius:3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #999;
	font-family:Arial;
	font-size: 13px;
	color:#000;
	margin-bottom: 10px;
	background: #FFF;
	width:100%;
	padding: 6px;
}
.form textarea {
	background: #FFF;
	border-radius:3px;
	border:1px solid #999;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#000;
	font-family:Arial;
	font-size: 13px;
	-webkit-appearance: none;
	margin-bottom:10px;
	width:100%;
	padding:6px;
	height:80px;
	resize:vertical;
}
.form .submit, .success  {
	font-family:Arial;
	border-radius: 5px;
	-webkit-appearance: none;
	background: #666;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#fff;
	cursor:pointer;
	border:0;
	padding: 3px 18px;
	line-height:18px;
	margin-top:0;
	margin-right:10px;
	float:left;
	font-size: 13px;
	color: white;
}
.success { background:#444444;cursor:default; }
.form input.submit:hover  { background:#999; }
.form input.fade, .form textarea.fade { color:#999;}
.form .error input, .form .error textarea, .form input.error, .form textarea.error { border: 1px solid red; }

.form{width: 46%;float: left; margin-left: 3%; }

/**
 * End of Section
 ******/

#picture { float:right; width:400px; }
	#picture #image { float:left;}


#image { float:right; margin-top:0px;}


/******
 * Home
 **/
.loading {
	background:#000;
	color:#FFF;
	padding:5px;
	position:absolute;
	right:25px;
	top:0;
	z-index:20;}

#photo img { margin:0;}
#photo{ width: 100%;overflow:hidden;position:relative;}
#thumbnail-holder{width: 100%; height: 100%; background: rgba(0, 0, 0, .5); display: none; overflow:hidden; position:absolute; z-index:1001; display:none;}


.thumbnail-holder{margin-top:44px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); display: none; overflow:hidden; position:absolute; z-index:1001;}
.film { height:100%; left:0; position:absolute; top:0; width:100%;/*background: #ff0000;*/ z-index: 1000;}
.photo-thumbs { background:url(../images/ajax-loader.gif) no-repeat center center; cursor:pointer; }
.thumbnail-holder .section { float:left;}
.social-bar-top .thumbnail-holder { margin-top:74px; }

.photo-thumbs { float:left; width:200px; height:200px; text-align:center; vertical-align:middle }
.photo-thumbs img { width:190px; height:auto; border:5px solid #fff; display:block; }
.photo-thumbs img.portrait { width:auto; height:190px; }
/**
 * End of Section
 ******/


/******
 * Footer
 **/
#footer {
	bottom:0;
	font-family:Arial, sans;
	font-size:12px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	z-index:1002;
	height: 40px; background: #000000;
	position:absolute;
	bottom: 0px;
	width:100%;
}

.social-bar-bottom #footer {
	bottom:30px;
}

/* Photo Controls */
#count{
	color:#ffffff;
	float:right;
	font-size:24px;
	height:34px;
	padding-top:6px;
	width:70px;
}
#thumb-icon{
	background:url(../images/thumbnail-grid.png) no-repeat center center;
	cursor:pointer;
	float:right;
	height:40px;
	width:40px;
}
#caption-icon{
	background:url(../images/caption-icon.png) no-repeat 6px 8px;
	color:#ffffff;
	cursor:pointer;
	float:right;
	height:40px;
	text-indent:-9999px;
	width:30px;
}
#caption {
	background:rgba(0, 0, 0, .5);
	bottom:40px;
	color:#ffffff;
	display:none;
	height:auto;
	margin:0 auto;
	padding:4px 10px;
	position:absolute;
	width:100%;
}
.social-bar-bottom #caption { bottom:70px; }
.social-bar-bottom .thumb-nav { bottom:30px; }
.social-bar-bottom#page-photos .thumb-nav { bottom:70px; }

.thumb-nav { font-size:30px; line-height:40px; bottom:40px; position:fixed; text-align:center; width: 100%; z-index:2000; }
.thumb-nav span { color:#888; cursor:pointer; padding:0 5px; }
.thumb-nav span.selected { color:#fff; }
/**
 * End of Section
 ******/


/******
 * Videos
 **/
#videos { display:none; width:100%; }
#videoBackground { height:100%; width:100%; background:rgba(0, 0, 0, 0.8); position:relative; z-index:1001; }

html .videos { display:none; }
.videos .section { float:left; }

.video {
	display:block;
	float:left;
	position:relative;
	vertical-align: top;
	width:160px;
}

.video a {
	background:#ffffff;
	display:block;
	height:150px;
	padding:5px 5px;
	position:relative;
	text-decoration: none;
	width:150px;
    text-align: center;
    vertical-align: middle;
}

.video span {
	color:white;
	display:block;
	font-family:Arial, sans;
	font-size:16px;
	height:20px;
	margin-top:5px;
	overflow:hidden;
	padding:3px 0;
	text-align:center;
	width:160px;
}

.video em {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:fit;
	display:block;
	height:150px;
	width:150px;
}

/**
 * Clearfix
 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}