@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */  /*   MAIN CSS   */

/* ~~ WEB FONTS ~~ */



/* NOTE: This rule stops the font size changing when moving between portrait and landscape view */
html,body { -webkit-text-size-adjust:none; }



html {
   /*  -webkit-text-size-adjust: none; Prevent font scaling in landscape */
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Merriweather Light', serif;
	color: #333;
}

/*  MAIN CONTAINER  */
.container {
	width:100%;
	min-width:900px;
	position:relative;
}
.wrapper {
	margin:77px 32px 32px 32px;
}

.header {
	height:143px;
}
.logo {
	height:56px;
	margin:0 auto;
	font-size:24px;
	text-align:center;
	font-family: 'Merriweather Light', serif;
	color: #333;
	letter-spacing: 4px;
	min-width:900px;
}
 

/*    INTRO PAGE    */
.introNav {
	/*visibility:hidden;*/
	display:none;
}
#preloader {
	position:relative; 
	z-index:10; 
	width:32px; 
	top:50%; 
	margin:-32px auto;
}
#holder {
	display:block;
	overflow: hidden;
	width: 100%;
}
#maximage {
	position:relative !important;
	display:none;
}

/* NAVIGATION */

a:link {
	text-decoration: none;
	color:#7a7a7a;
}
a:visited {
	text-decoration: none;
	color:#7a7a7a;
}

a:hover, a:active, a:focus {
	color:#000;
	text-decoration: none;
}

.nav {
	margin: 0 auto;
	padding: 0px;
	/*width: 800px;*/
	text-align:center;
	min-width:900px;
}
ul.nav {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 3px;
	font-size:12px;
	line-height: 20px;
	list-style: none;
	padding: 0px;
	font-weight: reguler;
	text-transform: uppercase;
}
ul.nav li {
	display: inline;
}	
ul.nav li + li {
	background-image: url(../gifs/menu_26px.gif); 
	background-repeat: no-repeat;
	background-position: 8px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
ul.nav li a {
	text-decoration: none;
	color: #7a7a7a;
}
ul.nav li.active a {
	color: #333;
	text-decoration: none;
}
ul.nav li a:hover {
	color: #000;
}




/*  PORTFOLIO THUMBNAILS  */

#loader {
	position:fixed; 
	/*z-index:10;*/ 
	width:42px;
	height:42px;
	top:50%;
	left:50%; 
/*	margin:0 auto;*/
	z-index:9;
}
.portfolioContent {
	width:1440px;
	margin:0 auto;
}
.portfolioThumb {
	width:240px;
	margin:0 60px 0px 60px;
	height:277px;
	float:left;
}
.portfolioThumb h2 {
	font-size:11px;
	line-height:20px;
	letter-spacing:3px;
	color:#333;
	padding-top:22px;
	text-align:center;
	text-transform: uppercase;
}
.portfolioThumb IMG {
	width: 100%;
	height:auto;
}
.hide {
    visibility: hidden;
    opacity: 0;
}



/*     PROJECT    */
/*     SLIDESHOW    */
.toThumbs {
	position:fixed;
	cursor: pointer;
	top:0px;
	right:0px;
	z-index:100;
}
#ajaxloader {
	position:absolute; 
	width:42px;
	top:-100px; 
	left:-100px;
	z-index:9;
}
.galleryWrapper {
	position:relative;
	z-index:10;
}
.galleryContent {
	margin:84px 0px 90px 0px;
	height:100%;
	width:100%;
}
.galleryLeft {
	position:absolute;
	top:15px;
	left:0px;
	z-index:100;
}
.galleryRight {
	position:absolute;
	top:15px;
	right:0px;
	text-align:right;
	z-index:100;
}
.slideContent {
	padding:0;
	width: 100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#gallSlideshow {
    position:relative;
    margin:0 auto;
	height: 100%;
}
#gallSlideshow DIV {
    position:absolute;
    top:0;
  	left:0;
	text-align: center;
	margin:0 auto;
    z-index:8;
    opacity:0;
	display:inline-block;    
	filter: alpha(opacity=0);
	background-color: #fff;
}
#gallSlideshow DIV.active {
    z-index:10;
    opacity:0.0;
	margin:0 auto;
	filter: alpha(opacity=0);
	background-color: #fff;
	text-align:center;
}
#gallSlideshow DIV.last-active {
    z-index:9;
}
#gallSlideshow DIV IMG {
	padding:0;
	width:auto;
	max-width: 100%;
	height: 100%;
	margin:0 auto;
}


.leftControl {
	cursor: pointer;
	padding-top:0px;
	
	display:none;
}
.rightControl {
	cursor: pointer;
	padding-top:0px;
	
	display:none;
}
.gallFooter {
	position:fixed;
	left:0;
	bottom:37px;
	z-index:200;
	width:100%;
}
.footerWrapper {
	padding:0 50px 0 50px;
	text-align:center;
	margin:0 auto;
}
.photoCaption {
	width:600px;
	text-align:center;
	font-size:12px;
	line-height:15px;
	color:#333;
	font-family: 'Raleway Light', sans-serif;
	height:60px;
	margin:0 auto;
}
.photoTitle {
	font-size:11px;
	color:#333;
	letter-spacing:3px;
	height:21px;
}
.infoButton {
	font-family: 'Raleway Bold', sans-serif;
	font-size:10px;
	color:#878787;
	position:relative;
	z-index:300;
	padding-bottom:14px;
}
.linkButton {
	font-family: 'Raleway Bold', sans-serif;
	font-size:10px;
	color:#878787;
	position:relative;
	z-index:300;
}

/* ~~INFORMATION~~ */
.overlayWrapper {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	background-color: rgba(0, 0, 0, 0.9);
	display:none;
}
.overlay {
	width:570px;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	margin:0 auto;
	padding-top:170px;
}
.overlay a:link {
	text-decoration: none;
	color:#FFF;
}
.overlay a:visited {
	text-decoration: none;
	color:#FFF;
}

.overlay a:hover, a:active, a:focus {
	color:#fa0202;
	text-decoration: none;
}
.overlayTitle {
	text-align:center;
	font-size:17px;
	padding-bottom:50px;
}
.overlayText {
	font-family: 'Raleway Bold', sans-serif;
	text-align:center;
	font-size:14px;
	line-height:28px;
}
.toProject {
	position:absolute;
	cursor: pointer;
	top:0px;
	right:0px;
	z-index:200;
}


/* ~~ABOUT~~ */
.aboutContent {
	max-width:830px;
	margin:0 auto;
	font-size:18px;
	line-height:24px;
	font-family: 'Raleway', sans-serif;
	color:#333;
	text-align:justify;
}

/* ~~CONTACT~~ */
.contactContent {
	max-width:830px;
	margin:0 auto;
	font-size:23px;
	line-height:34px;
	font-family: 'Raleway', sans-serif;
	color:#333;
	text-align:center;
	padding-top:100px;
}

.contactContent a:link {
	text-decoration: none;
	color:#333;
}
.contactContent a:visited {
	text-decoration: none;
	color:#333;
}

.contactContent a:hover, a:active, a:focus {
	color:#000;
	text-decoration: none;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


@media only screen and (max-width: 1560px) {
.portfolioContent {
	width:1080px;
	margin:0 auto;
}
}
	
 

/*@media only screen and (max-width: 1300px) {
	


}


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





	
	
}

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


}*/
