
/* ==========================================================================
   Base styles
   ========================================================================== */
   
   /* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}
*/






  /* =Early projects styling */
  
.earlier_projects .thumb .title_box {
    position: absolute;
    /*bottom: 10px; */
    /*left: 0;*/
    
    bottom: 5px;
    left: -10px;

    width: 100%;
    background: rgba(0, 0, 0, 0.6); 
    
  
    
    color: #fff; 
    text-align: center;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.earlier_projects .thumb {
    position: relative;
}

.earlier_projects .thumb:hover .title_box {
    opacity: 1;
}

.earlier_projects .title_padding {
  /*margin-top: 44% !Important;*/
  /*	margin-left:-14%;*/
  
    margin-top:41% !Important;
  	margin-left:0;	
  	
} 



@media screen and (max-width: 580px) {
   .earlier_projects .title_padding {  
         margin-top:34.5% !Important;
    }
    }



.earlier_projects h4 {
     font-size: 17px !Important;
}


 



html {
	font-size: 87.5%;
	overflow: hidden;
	overflow: scroll;
}

html,
button,
input,
select,
textarea {
    color: #000;
}

html.wp_home {
	background-color: #000;
}

body {
    background: #FFF;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%;
	height: 100%;
}

body.home {
	background: #000000;
}


/*
 * Earlier projects titles style
 */
 
.earlier_projects #wrapper.title_padding h4 {
font-size: 17px;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #d426a8;
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.4; color: #000; margin-bottom: 10px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color:#000; }

h1 {
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	margin: 0;
	padding: 0 0 12px 0;
	color: #FFF;
	text-transform: uppercase;
}

h2 {
    color: #cc0099;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0 0 14px 0;
	letter-spacing: 0.25px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

h3 {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0 0 3px 0;
	letter-spacing: 0.25px;
	font-family: Trebuchet MS, 'Oswald', 'Muli', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

h4 {
    color: #FFF;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 3px 0;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}

p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 400;
	margin: 0;
	padding: 0 0 12px 0;
	letter-spacing: 0.25px;
}

p:last-child {
	padding: 0;
}

p img { margin: 0; }

em, i { font-style: italic; }
strong, b { font-weight: bold; }

blockquote, blockquote p { color: #666; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 0.923em; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

abbr[title] { border-bottom: 1px dotted; }
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 20px 0; }
ul { list-style: none }
li { margin-bottom: 12px; }
dt { margin:20px 0 0 0; font-weight:bold; }
dd { margin-bottom: 12px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* ===== Links ===== */
a { color: #FFF; text-decoration: none; }
a:hover { color: #FFF; text-decoration: none; }
a:focus { color: #FFF; }
a:active { color: #FFF; }
a:hover, a:active { outline: 0; }
p a, p a:visited { line-height: inherit; }

/* ===== Images and media ===== */
img {border:0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width:100%;}

figure {margin:0;}
figcaption {margin:0; padding:5px; font-size:0.846em /* 11px */}

figure.photo {margin-bottom:20px;}
figure.photo.left {margin:0 20px 20px 0; float:left;}
figure.photo.right {margin:0 0 20px 20px; float:right;}
figure.photo figcaption {border-bottom:1px solid #DDD; background-color:#F5F5F5;}

/* ===== Tables ===== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ===== Forms ===== */
form { margin: 0 0 20px 0 }
fieldset { border: 0; margin: 0 0 20px 0; padding: 0; }
input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #ccc; padding: 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font: 13px Arial, "Helvetica Neue", Helvetica, sans-serif; color: #666; margin: 0; width: 192px; max-width: 100%; display: block; margin-bottom: 20px; background: #fff; }
select { padding: 0 }
input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  textarea:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea { min-height: 60px; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
label, legend { display: block; font-weight: bold; font-size: 13px; }
select { width: 220px; }
input[type="checkbox"] { display: inline; }
label span,  legend span { font-weight: normal; font-size: 13px; color: #444; }
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;}
.uppercase { text-transform: uppercase; }
.no-pad  { padding-bottom: 0 !important; }
.five-pad  { padding-bottom: 5px; }
.ten-pad  { padding-bottom: 10px; }
.center { text-align: center !important; }
.zero-tracking p { letter-spacing: 0; }


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   STRUCTURE
   ========================================================================== */

#pagewrap {
	max-width: 1150px;
	margin: 0 auto;
}

#wrapper {
	max-width: 1067px;
	margin: 0 auto;
	padding: 0 42px 42px 42px;
	background: #FFF;
	position: relative;
	text-align: left;
	/* overflow: hidden; */
}

body.home #wrapper {
	max-width: 1151px;
	padding: 0;
	background: #000;
}

#header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#header a:hover {  }

#logo {
	height: 38px;
	width: 235px;
	padding: 0;
	margin: 47px 0 0 0;
	float: left;
	background: url("images/header/logo_sub.png") left top no-repeat transparent;
}
body.home #logo {
	background: url("images/header/logo.png") left top no-repeat transparent;
}
body.contact #logo {
	background: url("images/header/logo_sub.png") left top no-repeat transparent;
}

#nav {
	width: 528px;
	margin: 0;
	padding: 0;
	float: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}


#nav li {
	display: inline;
	float: left;
	padding: 0 26px 22px 26px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

#wrapper #nav li.first-level {
	width: 25%;
	text-align: center;
	padding: 0 0 12px 0;
	margin: 0;
}
#wrapper #nav #example li.wp_profile, #wrapper #nav #example li.wp_contact {
	padding: 0 0 31px 0;
}

#nav li:hover a {
	color: #FFF;
}

.home #nav li:hover a {
	color: #FFF;
}

#nav li:active a {
	color: #FFF;
}

#nav li.last {
}

#nav li:hover {
	background: url("images/header/nav_bg_darker.png") left top repeat transparent;
}

#nav li li {
	background: url("images/header/nav_bg_darker.png") left top repeat transparent;
}

#nav li a {
	font-size: 13px;
	font-size: 0.92857142857143rem;
	letter-spacing: 0.5px;
	color: #000;
	text-decoration: none;
	padding: 62px 0 4px 0;
}

#nav li a:hover, #nav li a:active {
	color: #FFF;
	text-decoration: none;
}

body.home #nav li a {
	color: #FFF;
}

body.home #nav li.last {
	margin-right: 13px;
}

#nav li.current, #nav li:hover.current {
	color: #FFF;
	background: url("images/header/nav_bg_darker.png") left top repeat transparent;
}

#nav li li a {
	color: #FFF;
}

#wrapper #nav li a.early_projects_link {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300 !important;
	letter-spacing: 1px !important;
	background: url("images/header/early_projects_bg.png") left top repeat transparent;
	font-size: 13px;
	padding: 8px 0 8px 22px;
	margin-right: 12px;
	-moz-box-shadow:    2px 2px 4px 1px #9d1074;
	-webkit-box-shadow: 2px 2px 4px 1px #9d1074;
	box-shadow:         2px 2px 4px 1px #9d1074;
}

#mobnav-btn {
    display: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 1.42857rem;
	letter-spacing: 0.5px;
	background: url("images/header/nav-icon.png") no-repeat scroll 96% center transparent;
}
.mobnav-subarrow {
    display: none;
}
.mobnav-main {
    display: none;
}
.mobile {
		display: none;
}

.nav-muli { 
	font-family: Trebuchet MS, 'Muli', Helvetica, Arial, sans-serif; 
	font-size: 11px; 
	letter-spacing: 0.25px; 
	line-height: 1.1; 
}

.about li.wp_profile, .latest_projects li.wp_current-projects, .past_projects li.wp_past-projects, .earlier-past li.wp_past-projects, .contact li.wp_contact {
	color: #FFF;
	background: url("images/header/nav_bg_darker.png") left top repeat transparent;
}
.about #nav li.wp_profile a, .latest_projects #nav li.wp_current-projects a, .past_projects #nav li.wp_past-projects a, .earlier-past #nav li.wp_past-projects a, .contact #nav li.wp_contact a {
	color: #FFF;
}

#nav .wp_past-projects li.last, #nav .sf-menu li ul li:last-child {
    margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.photographer {
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: 0;
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
	margin-bottom: 69px;
}
	.photographer p {
		color: #000;
		font-size: 11px;
	}


/* ==========================================================================
   MAIN
   ========================================================================== */
   
   #main_content {
	   width: 100%;
	   height: auto;
	   min-height: 80px;
	   padding: 0;
	   position: relative;
   }
   
   .home #main_content {
	   
   }
   
   .left_col {
	   max-width: ;
	   padding: 0;
	   margin: 0;
	   float: left;
   }
   
   .right_col {
	   max-width: ;
	   padding: 0;
	   margin: 0;
	   float: right;
   }
   
   .mobile_info {
	   display: none;
   }
   .mobile_project_info {
	   display: none;
   }
   
   
   /* ==========================================================================
   ABOUT
   ========================================================================== */
   
   .about_left {
	   width: 49.3971%;
	   float: left;
   }
   
   .about_right {
	   width: 49.3971%;
	   float: right;
   }
   
   .about_textbox {
	   position: absolute;
	   z-index: 9;
	   max-width: 256px;
	   left: 0;
	   top: 199px;
	   padding: 28px;
	   background: url("images/header/nav_bg_darker.png") left top repeat transparent;
   }
   .about_textbox p {
	   font-weight: 400;
   }
   .about_textbox_phone {
	   display: none;
   }
   .sitelink {
	   color: #FFF;
	   text-transform: uppercase;
	   font-weight: 400;
	   font-size: 10px;
	   padding: 5px 12%;
	   background: #CC0099;
	   -moz-box-shadow:    2px 2px 4px 1px #787878;
	   -webkit-box-shadow: 2px 2px 4px 1px #787878;
	   box-shadow:         2px 2px 4px 1px #787878;
	   transition: all 0.4s ease;
	   text-align: center;
	   letter-spacing: 2px;
	   line-height: 1;
	   font-family: 'Oswald', Helvetica, Arial, sans-serif;
   }
   .sitelink:hover {
	   background: #000;
	   text-decoration: none;
   }
   
   .press_btn {
	   color: #FFF;
	   text-transform: uppercase;
	   font-weight: 400;
	   font-size: 10px;
	   padding: 5px 16%;
	   background: #CC0099;
	   -moz-box-shadow:    2px 2px 4px 1px #787878;
	   -webkit-box-shadow: 2px 2px 4px 1px #787878;
	   box-shadow:         2px 2px 4px 1px #787878;
	   transition: all 0.4s ease;
	   text-align: center;
	   letter-spacing: 2px;
	   line-height: 1;
	   font-family: 'Oswald', Helvetica, Arial, sans-serif;
   }
   .earlier-past .press_btn {
		padding: 5px 66%;
	}
   .press_btn:hover {
	   background: #000;
	   text-decoration: none;
   }
   
   /* ==========================================================================
   End ABOUT
   ========================================================================== */
   
   
   /* ==========================================================================
   GALLERY
   ========================================================================== */
   
	.slide-wrap {
		width: 100%;
		display: block;
		position: relative;
		min-height: 698px;
	}
	#main_content #slider {
		float: left;
		width: 84.8826%;
	}
	#main_content .theme-default .nivo-controlNav.nivo-thumbs-enabled {
		width: 13.65%;
		float: right;
		padding: 0;
	}
	.mobile_press {
		display: none;
	}
	.press {
		float: left;
		padding-top: 27px;
		width: 20.6573%;
	}
	.caption {
		float: left;
		padding: 27px 0 28px 3.38028%;
		width: 42%;
	}
	.image-title {
	}
	.image-desc {
		padding-top: 18px;
	}
	.image-desc-desktop  {
		padding-top: 18px;
	}
	.image-desc-desktop-earlier {
	}
	.image-desc_mobile, .image-desc_mobile-earlier {
		display: none;
	}
	.caption p {
		color: #000;
    }
	.project_info {
		position: absolute;
		bottom: 1px;
		right: 0;
		width: 13.45%;
		margin-top: 160px;
	}
	.no-gap {
		bottom: -3px !important;
	}
	.earlier-past .no-gap {
		bottom: -4px !important;
	}
	.project_info h1, .project_info p {
		color: #000;
		line-height: 1.25;
	}
	.project_info h1 {
		font-size: 18px;
		letter-spacing: 0.5px;
		font-family: Trebuchet MS, 'Oswald', 'Muli', Helvetica, Arial, sans-serif;
		padding: 0;
		margin: 0;
		color: #000;
	}
	.project_info p {
		font-size: 12px;
		font-family: Trebuchet MS, 'Oswald', 'Muli', Helvetica, Arial, sans-serif;
	}
	.project_info img {
		padding-bottom: 5px;
	}
   
   /* ==========================================================================
   End GALLERY
   ========================================================================== */
   
    /* ==========================================================================
   Earlier Projects Thumbs
   ========================================================================== */
   
   .thumb_wrap {
	   overflow: hidden;
   }
   
   .thumb {
      padding-bottom: 17.9%;
      background: #FFF;
      color: #000;
	  position: relative;
      float: left;
	  width: 25%;
	  overflow: hidden;
    }
	
	.inner_content {
      position: absolute;
      left: 13px;
      right: 13px;
      top: 13px;
      bottom: 13px;
      background: #FFF;
	  overflow: hidden;
    }
	
	.inner_content img {
	   width: 100%;
	}
	
	.inner_content .title_box {
	   width: 60%;
	   min-height: 100%;
	   position: absolute;
	   bottom: 0;
	   right: 0;
	   /*margin-bottom: -260px;*/
	   /*background: url("images/header/nav_bg_darker.png") left top repeat transparent;*/
	   color: #FFF;
	   text-align: left;
	   -webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	   -o-transition: all 0.3s ease-out;
	   transition: all 0.3s ease-out;
	}
	
	.title_padding {
	   /*padding: 50% 10px 0 10px;*/
	}
	
	body.no-touch .inner_content:hover .title_box, body.touch .inner_content.touchFocus .title_box {
	   margin-bottom: 0;
	}
	
	.top_zero, .top_zero_two, .top_zero_three {
		top: 0;
	}
	.thumb h4, .thumb p {
		font-family: Trebuchet MS, 'Muli', Helvetica, Arial, sans-serif;
		line-height: 1.3;
	}
	.thumb h4 {
		font-weight: bold;
		padding: 0 0 1px 0;
	}
	
   /* ==========================================================================
   End Earlier Projects Thumbs
   ========================================================================== */
   
   /* ==========================================================================
   Earlier Projects
   ========================================================================== */
   
   .earlier-past #wrapper {
		min-height: 800px;
	}
	
	.earlier_left {
	   width: 77.276994%;
	   float: left;
   }
   
   .earlier_right {
	   width: 21.032862%;
	   float: right;
   }
   
   .content {
	   width: 21.0329%;
	   position: absolute;
	   right: 0;
	   bottom: 0;
	   vertical-align: bottom;
   }
   
   .content h1, .content h2, .content h3, .content h4, .content p {
	   color: #000;
	   line-height: 1.4;
   }
   .content h1, .content h2, .content h3, .content h4 {
	   text-transform: uppercase;
	   font-weight: bold;
	   padding: 0;
	   margin: 0;
	   font-family: Trebuchet MS, 'Muli', Helvetica, Arial, sans-serif;
	   font-size: 12px; 
   }
   .content h1 {
	   font-size: 13px;
   }
   .content h3, .content h4, .content p {
	   font-size: 12px;
   }
   .content h4 {
	   padding-bottom: 15px;
   }
   .content p {
	   padding-bottom: 15px;
   }
   .content_press {
	   margin-bottom: -8px;
   }
	
	
   /* ==========================================================================
   End Earlier Projects
   ========================================================================== */
   
   
    /* ==========================================================================
   CONTACT
   ========================================================================== */
   
   .contact_textbox {
	   position: absolute;
	   z-index: 9;
	   max-width: 183px;
	   left: 0;
	   top: 270px;
	   padding: 28px;
	   background: url("images/header/nav_bg_darker.png") left top repeat transparent;
   }
   
   .contact_textbox p {
	   display: inline-block;
	   font-weight: 400;
   }
   
   /* ==========================================================================
   End CONTACT
   ========================================================================== */
   
   
   
   /* ==========================================================================
   End MAIN
   ========================================================================== */


	/* ==========================================================================
	FOOTER
	========================================================================== 
	
	.footer_wrap {
		width: 100%;
		background: #000;
		margin: 0;
		padding: 0;
		position: fixed;
		bottom: 0;
		z-index: 999;
	}
	
	#footer {
		max-width: 1065px;
		height: auto;
		padding: 12px 0;
		margin: 0 auto;
	}
	
	#footer p {
		color: #FFF;
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	
	#footer a {
		color: #FFF;
	}
	
	.footer_left {
		width: 48.86363636%;
		height: auto;
		padding: 0;
		margin: 0;
		float: left;
		text-align: left;
	}
	
	.footer_left p {
		font-size: 11.5px;
	}
	
	.footer_right {
		width: 48.86363636%;
		height: auto;
		padding: 0;
		margin: 0;
		float: right;
	}*/
	
	#footer_wp {
		max-width: 1065px;
		height: auto;
		padding: 7px 0 28px 0;
		margin: 0 auto;
	}
	#footer_wp p {
		color: #000;
		font-size: 10.5px;
		text-align: right;
	}
	#footer_wp a {
		color: #000;
	}
	#footer_wp a:hover {
		color: #cc0099;
		text-decoration: none;
	}
	
	/* ==========================================================================
	End FOOTER
	========================================================================== */


/* ==========================================================================
   End STRUCTURE
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.cleara { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
   
@media only screen and (min-width: 1082px) {

}   

@media only screen and (max-width: 1160px) {
	.sitelink {
	   padding: 6px 10% !important;
   }
   #footer {
		padding: 12px 4%;
		width: 92%;
	}
	.slide-wrap {
		height: auto !important;
		min-height: 0;
	}
	.inner_content .title_box {
		width: 55%;
	}
}

@media only screen and (max-width: 1080px) {
	.slideshow {
		min-height: 580px !important;
	}
	.sitelink {
	   padding: 6px 6% !important;
   }
   .about_textbox {
		max-width: 306px;
	}
	.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
		height: 80px !important;
		max-width: 100%;
	}
	.inner_content .title_box {
		width: 60%;
	}
}

@media only screen and (max-width: 978px) {
	
	#nav li {
		padding: 0 1.35em 22px 1.35em;
	}
}

@media only screen and (max-width: 959px) {
	.contact_html {
		background: #000;
	}
	body.contact #logo {
		background-image: url("images/header/logo_high.png");
	}
	#wrapper {
		max-width: 100%;
		padding: 0 0 26px 0;
	}
	
	.slideshow {
		min-height: 420px !important;
	}
	#logo {
		float: left;
		margin: 39px 0 25px 4%;
		position: absolute;
    	z-index: 99;
	}
	.top_zero_two {
		top: 13px;
	}
	#nav li:hover a {
		color: #cc0099;
	}
	#nav li:active a, #nav li:focus a {
		color: #cc0099;
	}
	#nav {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
		padding: 40px 0 25px 0;
		text-align: left;
		width: 100%;
	}
	
	#nav li {
		float: none;
		margin: 0;
		padding: 0;
		background: none transparent;
	}
	
	#nav li:hover {
		background: none transparent;
		color: #cc0099;
	}
	
	#nav li:hover li:hover {
		color: #cc0099;
	}
	
	#nav li a {
		padding: 3px 20px;
	}
	
	#nav li, #nav li li, #nav .sf-menu li ul li:last-child {
		-webkit-border-radius: 0 0 0 0 !important;
		border-radius: 0 0 0 0 !important;
	}
	
	#mobnav-btn {
        display: block;
		margin-top: 10px;
    }
	
    .mobnav-subarrow {
        display: block;
        opacity: 1;
        height: 22px;
        width: 92%;
        position: absolute;
        top: 11px !important;
        right: 4%;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
		background: url("images/header/sub-nav-icon.png") no-repeat scroll right center transparent;
    }
	/*
	.mobnav-main {
		display: block;
		height: 20px;
        width: 180px;
		position: absolute;
        top: 0;
        left: 4%;
		z-index: 999;
	}
	*/
	
	.desktop {
		display: none !important;
	}
	.mobile {
		display: inherit !important;
	}
	
    #nav ul.sf-menu {
        width: 100% !important;
        display: none;
    }
    #nav ul.sf-menu.xactive {
        display: block !important;
		padding: 16px 0;
    }
    #nav ul.sf-menu li {
        float: none !important;
        display: block !important;
        width: 100% !important;
		padding: 16px 0;
		clear: both;
		text-align: left !important;
    }
    #nav ul.sf-menu li a {
        float: none !important;
		padding: 0 4%;
    }
	#nav .sf-menu li a:hover, #nav .sf-menu li a:active, #nav .sf-menu li a:focus, body.home #nav li a:hover, body.home #nav li a:active, body.home #nav li a:focus {
        color: #cc0099;
    }
	.about #nav li.wp_profile a, .latest_projects #nav li.wp_current-projects a, .past_projects #nav li.wp_past-projects a, .earlier-past #nav li.wp_past-projects a, .contact #nav li.wp_contact a {
		color: #CC0099;
	}
	
	.home #nav ul.sf-menu li li a, .home #nav ul.sf-menu li li a:active, .home #nav .sf-menu li li a:focus {
		color: #FFF;
	}
	.home #nav ul.sf-menu li li a:hover {
		color: #cc0099;
	}
	
	#nav .sf-menu li li a, #nav .sf-menu li li a:active, #nav .sf-menu li li a:focus {
		color: #000;
	}
	#nav .sf-menu li li a:hover {
		color: #cc0099;
	}
    #nav .sf-menu li ul {
        position:static !important;
        display: none!important;
    }
    #nav .sf-menu li.xpopdrop ul {
		display: block !important;
		position: inherit;
		max-width: 100%;
		padding: 10px 0;
	}
	#nav .sf-menu li.xpopdrop a.sf-with-ul {
		color: #cc0099 !important;
	}
	#nav .sf-menu li li {
		background: none transparent;
		display: inline !important;
		float: left !important;
		padding: 7px 4%;
		width: 40% !important;
		clear: none;
		min-height: 10px !important;
	}
	#nav .sf-menu li li:last-child {
		padding-bottom: 22px;
	}
	#nav .sf-menu li li a {
		padding: 0 !important;
	}
	
	#nav .sf-menu li li:first-child a {
		padding: 0 !important;
	}
	
	#nav .sf-menu li ul li:last-child, #nav .sf-menu li ul li.last {
		padding: 7px 4% 10px 4%;
		padding-bottom: 10px !important;
		clear: none;
	}
	#nav .sf-menu li ul li.early_projects {
		padding-left: 2%;
	}
	.home #nav .sf-menu li ul li.early_projects, .contact #nav .sf-menu li ul li.early_projects {
		padding-left: 0;
	}
	#nav .sf-menu li ul li.early_projects a {
		padding-left: 4.5% !important;
	}
	#wrapper #nav #example li.wp_profile, #wrapper #nav #example li.wp_contact {
		padding: 11px 0;
	}
	body.home #nav li.last {
		clear: both;
	}
	
	#main_content {
		padding: 0 4%;
		width: 92%;
	}
	
	#footer p {
		font-size: 10px;
	}
	.sitelink {
	   background: #000;
   }
   .sitelink:hover {
	   background: #CC0099;
   }
	
	
/* GALLERY PAGE */
	
	.slide-wrap {
		min-height: 298px;
		width: 100%;
	}
	
	#main_content #slider {
		float: none;
		width: 100%;
	}
	#main_content .theme-default .nivo-controlNav.nivo-thumbs-enabled {
		float: none;
		padding: 0;
		width: 100%;
		text-align: left;
	}
	.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
		float: none;
		display: inline-block;
		height: auto;
		margin-bottom: 0 !important;
		padding: 10px 1.6% 0 0 !important;
		width: 23.8% !important;
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	.theme-default .nivo-controlNav.nivo-thumbs-enabled a:nth-child(4) {
		padding: 10px 0 0 0 !important;
		margin-right: 0 !important;
	}
	
	.theme-default .nivo-controlNav.nivo-thumbs-enabled a:nth-child(5), .theme-default .nivo-controlNav.nivo-thumbs-enabled a:nth-child(6) {
		display: none;
	}
	
	.project_info {
		bottom: 0;
		position: inherit;
		right: 0;
		width: 100%;
	}
	
	.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
		display: block;
		height: auto !important;
		width: auto !important;
	}
	
	.theme-default .nivo-controlNav {
		min-height: 190px;
	}
	
	.project_info {
		display: none;
	}
	
	.mobile_project_info {
	   display: inherit;
	   width: 100%;
	   min-height: 25px;
	   padding: 0 0 10px 0;
	   position: relative;
   }
   .mobile_info {
	   display: inherit;
	   width: 100%;
	   padding: 0 0 10px 0;
   }
   .mobile_left {
	   width: 65%;
	   min-height: 65px;
	   float: left;
	   padding: 0;
	   margin: 0;
   }
   .mobile_info_left {
	   width: 60%;
	   float: left;
	   padding: 0;
	   margin: 0;
   }
   .mobile_left h1, .mobile_left p, .mobile_info {
	   color: #000;
	   font-family: 'Oswald', Helvetica, Arial, sans-serif;
	   font-weight: 300;
	   padding: 0;
	   margin: 0;
	   line-height: 1.5;
   }
   .mobile_left h1, .mobile_info {
	   color: #000;
	   font-family: 'Oswald', Helvetica, Arial, sans-serif;
	   font-weight: 400;
	   letter-spacing: 1px;
   }
   .mobile_left p {
	   color: #000;
	   font-family: 'Oswald', Helvetica, Arial, sans-serif;
	   letter-spacing: 0.5px;
   }
   .mobile_right {
	   width: 35%;
	   min-height: 25px;
	   float: right;
	   padding: 0;
	   margin: 0;
	   position: relative;
   }
   .mobile_sitelink {
	   width: 96%;
	   color: #FFF;
	   text-transform: uppercase;
	   font-weight: 400;
	   font-size: 10px;
	   padding: 3px 2% 3px 2%;
	   background: #CC0099;
	   -moz-box-shadow:    2px 2px 4px 1px #787878;
	   -webkit-box-shadow: 2px 2px 4px 1px #787878;
	   box-shadow:         2px 2px 4px 1px #787878;
	   position: absolute;
	   z-index: 99;
	   bottom: 0;
	   right: 0;
	   text-align: center;
	   letter-spacing: 0.25px;
	   transition: all 0.4s ease;
   }
   #nav li.last {
		padding: 0 28px 22px 29px;
	}
   .mobile_sitelink:hover {
	   background: #000;
	   text-decoration: none;
   }
   #wrapper #nav li.first-level {
		padding: 11px 0;
	}
   .press {
		float: right;
		padding-top: 0;
		width: 20.6573%;
		margin-right: 0;
	}
   .press_btn {
	   padding: 3px 18% 2px 18%;
   }
   .slideshow {
		min-height: 600px !important;
	}
	
/* -- PROFILE Page -- */
   .about_textbox {
	   display: none;
   }
   .about_textbox_phone {
	   display: block;
	   position: inherit;
	   width: 100%;
	   padding: 20px 0;
   }
   .about_textbox_phone h1, .about_textbox_phone p {
	   color: #000;
   }
/* -- End PROFILE Page -- */
   
/* CONTACT Page */
	body.contact #wrapper {
		max-width: 1151px;
		padding: 0;
		background: #000;
	}
	body.contact #main_content {
		min-height: 400px;
		position: relative;
	}
	body.contact #logo {
		background: url("images/header/logo.png") left top no-repeat transparent;
	}
	body.contact  #nav li:hover a {
		color: #FFF;
	}
	body.contact #nav li a {
		color: #FFF;
	}
	
	body.contact #nav li.last {
		margin-right: 13px;
	}
	
	body.contact #main_content .img_hold {
		display: none;
	}
	body.contact .contact_textbox {
		background-image: none;
		background-color: #000;
		max-width: 100%;;
		padding: 20px;
		position: inherit;
	}
	body.contact .contact_textbox {
		background-image: none;
		background-color: #000;
		width: 92% !important;
		padding: 20px 4%;
		position: absolute;
		display: block;
		top: 20px;
		left: 0;
		z-index: 999;
	}
	body.contact .contact_textbox p {
		color: #FFF;
		display: block;
		padding: 0;
	}
	body.contact .mobile_left h1, body.contact .mobile_info {
		color: #cc0099;
		font-weight: 300;
	}
/* End -- CONTACT Page -- */
	
	
/* Start -- EARLIER - PAST PROJECTS Page -- */
	.earlier_left {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.earlier_right {
		float: none;
		width: 100%;
	}
	.content {
		vertical-align: top;
		width: 100%;
		position: relative;
	}
	.project_info_earlier {
		display: none;
	}
	.caption {
		padding: 0 58% 30px 0;
		position: relative;
	}
	.mobile_press {
		display: inherit;
		min-width: 100px;
		margin-top: -3px;
		padding-top: 0;
		text-align: right;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		z-index: 99;
	}
	.press {
		display: none;
	}
	.earlier-past .press {
		display: inherit;
		min-width: 100px;
		margin-top: -3px;
		padding-top: 0;
		text-align: right;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		z-index: 99;
	}
	.earlier-past .press_btn {
		padding: 5px;
	}
	#wrapper #nav li a.early_projects_link {
		font-weight: 500 !important;
		background: #cc0099;
		color: #fff;
		-moz-box-shadow:    0 0 #FFFFFF;
		-webkit-box-shadow: 0 0 #FFFFFF;
		box-shadow:         0 0 #FFFFFF;
	}
	.thumb {
      width: 33.3%;
      padding-bottom: 25%;
    }
	.top_zero_three {
		top: 13px;
	}
	.top_zero_two {
		top: 0;
	}
	body.bourke #wrapper .theme-default .nivo-controlNav.nivo-thumbs-enabled a:nth-child(5) {
		display: inline-block;
		margin-right: 0 !important;
		padding: 0 0 0 1.6% !important;
	}
	body.bourke .theme-default .nivo-controlNav.nivo-thumbs-enabled a:first-child {
		display: none;
	}
	.press_btn {
	   /* background: #000; */
    }
    .press_btn:hover {
	   /* background: #CC0099; */
    }
	#footer_wp {
		padding: 7px 4% 28px 4%;
	}
	#footer_wp p, #footer_wp a {
		color: #fff; 
		text-align: left;
	}
	.image-desc-desktop-earlier {
		display: none;
	}
	.image-desc_mobile-earlier {
		display: inherit;
	}
/* End -- EARLIER - PAST PROJECTS Page -- */
   
}

@media only screen and (max-width: 840px) {
	.theme-default .nivo-controlNav {
		min-height: 170px;
	}
}

@media only screen and (max-width: 740px) {
	.theme-default .nivo-controlNav {
		min-height: 160px;
	}
}

@media only screen and (max-width: 740px) {
	.theme-default .nivo-controlNav {
		min-height: 140px;
	}
	.inner_content .title_box {
		width: 72%;
	}
}

@media only screen and (max-width: 639px) {
	.thumb {
      width: 50%;
      padding-bottom: 38%;
    }
	.top_zero_three {
		top: 0;
	}
	.inner_content .title_box {
		width: 65%;
	}
}

@media only screen and (max-width: 580px) {
	.theme-default .nivo-controlNav {
		min-height: 130px;
	}
	.caption {
		width: 100%;
		float: none;
		display: block;
		padding: 0 0 30px 0;
	}
	.inner_content .title_box {
		width: 50%;
	}
	.mobile_left {
		float: left;
		margin: 0;
		min-height: 65px;
		padding: 0;
		width: 90%;
	}
	.mobile_right {
		float: none;
		margin: 0;
		min-height: 25px;
		padding: 0;
		position: absolute;
		right: 0;
		top: -2px;
		width: 40%;
		z-index: 99;
	}
	.bowden-st .mobile_right {
		top: 38px;
	}
}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   
   .theme-default .nivo-controlNav {
		min-height: 120px;
	}
	.top_zero_one, .top_zero_two, .top_zero_three {
		top: 10px;
	}
}

@media only screen and (max-width : 440px) {
	.thumb {
		margin: 0;
		padding-bottom: 69%;
		width: 100%;
	}
	.inner_content {
		bottom: 10px;
		left: 0px;
		right: 0px;
		top: 0;
	}
}

@media only screen and (max-width : 420px) {
   .theme-default .nivo-controlNav {
		min-height: 90px;
	}
	.higher .mobile_press {
		margin-top: -23px;
	}
}

@media only screen and (max-width : 355px) {
	.image-desc-desktop {
		display: none;
	}
	.image-desc_mobile {
		display: inherit;
		padding-top: 18px;
	}
}


/* Retina ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#logo {
		height: 58px;
		width: 255px;
		background-image: url("images/header/logo_sub_high.png");
		background-size: 88% !important;
	}
	body.home #logo {
		background-image: url("images/header/logo_high.png");
	}
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}

@media screen and (max-width:968px){
    /*.isMobileDisabled{*/
    /*    pointer-events:none;*/
    /*}*/
}

@media screen and (max-width:570px){
    .mobile_right{
        padding-top:30px;
    }
    .padtopDisabled{
        padding-top:0;
    }
}

@media screen and (max-width:420px){
    .higher .mobile_press{
        margin-top:0!important;
    }
}


/*NEW CSS MOCSID*/
.title_box p{
	display:none;
}

.title_padding {
    text-align: center;
    margin-left: -66%;
    width: -webkit-fill-available;
    margin-top: 40%;
}

.thumb h4 {
    font-weight: bold;
    padding: 0 0 1px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    letter-spacing: 0px;
}



.view_product {
    border: 2px solid #fff;
    padding: 3px 20px;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

.thumb{
	cursor: pointer;
}

.gallery_mobile_heading,
.gallery_mobile_heading article{
	min-height: 20px;
}

.title_padding.last_gallery_item {
    margin-top: 34%;
}

.title_padding {
	margin-top: 48%;
}




.earlier_projects .inner_content{
    top:0;
    bottom:0;
}

.earlier_projects .mobile_left h2{
    padding-bottom:0;
}

.earlier_projects .mobile_left{
    padding-bottom:0;
}

.earlier_projects .mobile_project_info{
    padding-bottom:0;
}
    
@media screen and (max-width:740px){
	.title_padding {
    	margin-left: -38%;
    	margin-top: 38%;
	}
}

@media screen and (max-width:640px){
	.title_padding {
	    margin-left: -53%;
	    margin-top: 53%;
	}
	
	.title_padding.last_gallery_item {
        margin-top: 39%;
    }
}

@media screen and (max-width:580px){
	.title_padding {
		margin-left: -97%;
    	margin-top: 65%;
	}
	
	.title_padding.last_gallery_item {
        margin-top: 45%;
    }
}

@media screen and (max-width:440px){
    .title_padding{
        margin-top:60%;
    }
    .title_padding.last_gallery_item{
        margin-top:48%;
    }
    
    .current_long_term_projects .inner_content, .past_projects_body .inner_content, .earlier_projects .inner_content {
        top: 0;
        bottom: 13px;
    }
}

.inner_content{
	top:25px;
	bottom:0px;
}

.thumb_wrap {
    margin-left: -14px;
    margin-right: -13px;
}

.enable_desktop{
    display:block;
}


ul.sub_nav {
    display: none!important;
}

.mobnav-subarrow{
    background:none;
}

.earlier_projects section.mobile_project_info.clearfix.gallery_mobile_heading{
    display:block!important;
}

article.mobile_left h2 {
    text-transform: uppercase;
}
@media screen and (min-width:960px){
section#logo {
    position: absolute;
    left: 40px;
}}


ul#example {
    z-index: 99999!important;
    position: relative!important;
}