/*  
Theme Name: wayfound2016
Theme URI: http://www.wayfound.com.au/
Description: Customised theme for wayfound.
Version: 1.0
Author: tangelo creative
Author URI: http://www.tangelocreative.com.au/
*/
body.single-case_studies > #nav-wrap li.case > a {
    color: #fff;
    background: #748089 url(images/icon-nav-case-hvr.png)center 1em no-repeat;
}
/************************************************************************************
FONT
*************************************************************************************/
@font-face {
    font-family: 'Lato-Light';
    src: url('font/Lato-Light.ttf') format('truetype');
       
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('font/Lato-Bold.ttf') format('truetype');
         
}
@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('font/Lato-BoldItalic.ttf') format('truetype');
         
}
@font-face {
    font-family: 'RobotoSlab-Light';
    src: url('font/RobotoSlab-Light.ttf') format('truetype');
         
}
@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('font/RobotoSlab-Regular.ttf') format('truetype');
         
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('font/RobotoSlab-Bold.ttf') format('truetype');
         
}
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, h7, h8, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background:#ffffff;
	font: .89em/150% 'Lato-Light', Arial, Helvetica, sans-serif;
	color: #455561;
}
a {
	color: #455561;
	text-decoration: none;
	outline: none;
}
a:hover {
    color: #f89d29;
	text-decoration: none;
		
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
/* headings */
h1 {
	font-family: 'RobotoSlab-Light';
	font-size: 3.33em;
	line-height: 1.1em;
	margin: .1em 0 .4em;
	color: #455561;
	font-weight:normal;
	
	
}
h2 {
	font-family: 'RobotoSlab-Light';
	font-size: 2.233em;
	line-height: 1.1em;
	margin: .1em 0 .4em;
	color: #f89d29;
	font-weight:normal;
	
}
h3 {
	font-size: 2.000em;
	font-family: 'RobotoSlab-Light';
	line-height: 1.1em;
	margin: .1em 0 .4em;
	color: #f89d29;
	font-weight:normal;
}
h4 {
	font-size: 1.786em;
	font-family: 'RobotoSlab-Light';
	line-height: 1.1em;
	margin: .1em 0 .4em;
	color: #455561;
	font-weight:normal;
	
}
h5 {
	font-size: 1.286em;
	font-family: 'RobotoSlab-Light';
	line-height: 1.1em;
	margin: .1em 0 .4em;
	color: #455561;
	font-weight:normal;
}
h6 {
	font-size: 1.000em;
	font-family: 'RobotoSlab-Light';
	line-height: 1.1em;
	margin: .1em 0 .4em;
	color:#455561;
	font-weight:normal;
}
/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search] {
	font-family: 'RobotoSlab-Light';
	font-size: 85%;
}
input[type=text], input[type=email], input[type=password], textarea, input[type=search] {
	display:inline-block;
	background: fff;
	border: solid 1px #e6e7e7;
	padding: 5px 5px;
	color:#5a605c;
	margin: 0 0px 5px 0;
	clear:right;
	
	
}
input[type=text], input[type=email], input[type=search] {
	width:250px;
	max-width: 90%;
}
/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}
/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus {
	outline: none;
	background: #fff;
}
/* form button */
input[type=reset], input[type=submit], button , input[type=button] {
    font-family: 'RobotoSlab-Light';
	font-size: 1.05em;
	margin: 10px 0 0 0;
	padding:3px 9px 4px;
	color: #ffffff;
	background:#f89d29;
	border: none;
	cursor: pointer;
	
	
}
/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover, input[type=button]:hover {
    color: #455561;
	background:#f89d29;
}
#newsletter{
	margin:0;
	padding: .45em 0 0 0;
}
#newsletter input[type=text], input[type=email] {
	display:inline-block;
	background: fff;
	border: solid 1px #616e78;
	padding: .29em 0 .29em 3px;
	color:#b0b1b4;
	width:250px;
	margin: 0 0px 5px 0;
	clear:right;
}
#newsletter .company {
	max-width:70%;
	}
#newsletter input[type=text]:hover, input[type=email]:hover {
	background:#dee6f3;
}
#newsletter  input[type=button] {
    float:none;
    font-size: 10px;
	line-height:10px;
	margin: 0 0 0 0;
	padding: 5px 1em 5px;
	background: #616e78 url(images/button-news.png)center no-repeat;
	border: none;
	cursor: pointer;
}
#newsletter  input[type=button]:hover {
   opacity: 0.8;
   filter: alpha(opacity=80); /* For IE8 and earlier */
}
.gform_body ul {
	margin: 0;
	padding: 0;
}
.gform_body li {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 100%;
	margin: 0 auto;
}
#leftpanel {
	float: left;
	width: 12%;
	min-height:100%;
	background:#455561;
	position: fixed;
	padding: 0;
	text-align:center;
	z-index:1;
}
#content-right {
	float:right;
	position:relative;
	width:88%;
	margin:0 0 0 0;
	padding: 0;
	}
/* site logo */
#site-logo {
    position:relative;
	width:98%;
	top:25px;
	left:0;
	padding:0 1%;
	margin:0;
	
}
/************************************************************************************
Page Style
*************************************************************************************/
#content {
	position:relative;
	left:22%;
	width:57%;
	min-height:650px;
	margin:0 0 35px 0;
	padding: 0;
	}
#content h1 {
	font-family: 'RobotoSlab-Light';
	font-size: 3.33em;
	line-height: 1.1em;
	margin: .1em 0 .4em;
	padding:0 0 0 35px;
	background: url(images/icon-arrow-title.png) 0px 15px no-repeat;
	color: #455561;
	font-weight:normal;
}
#content h3 {
	font-family: 'RobotoSlab-Light';
	display:block;
	width:96%;
	font-size: 2.233em;
	line-height: 1.505em;
	margin: 0 0 0;
	color: #f89d29;
	padding:0 2% 0 2%;
	font-weight:normal;
	border:1px solid #f89d29;
}
#content a {
	font-family: 'Lato-bold';
	color: #455561;
	text-decoration: underline;
	outline: none;
}
#content a:hover {
    color: #f89d29;
	text-decoration: none;
		
}
/* Accordion Styles */
.accordion {
  margin-bottom: 5px;
	
}
.accordion-title {
   	cursor: pointer;
	background: url(images/icon-arrow-title.png)98% no-repeat;
	
}
.accordion-title:hover {
	background: url(images/icon-arrow-title-hvr.png)98% no-repeat;
	
    }
#content h3:hover {
    color: #f89d29;
    border: 1px solid #f89d29;
	background-color:#FFDCA8;
}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default; color:#0096db; background: url(images/icon-arrow-title-hvr.png)98% no-repeat;}
.accordion-content {
	padding: 5px;
	font-size:inherit;
	color:inherit;
	}
.accordion-content a {
	color:inherit;
	}
	
.accordion-content a:hover {
	color:inherit;
	}
/* /Accordion Styles Ends */
#content h3 span {
	font-family: 'RobotoSlab-Regular';
}
#content h6 {
    font-family: 'RobotoSlab-Regular';
	font-size: 1.1em;
	margin: 0 0 1.2em;
	line-height: 1.5em;
	color:#f8971d;
	font-weight:normal;
	
	}
#content span {
    font-family: 'RobotoSlab-Regular';
	font-size: 1.1em;
	margin: 0 0 1.2em;
	line-height: 1.5em;
	color:#f8971d;
	font-weight:normal;
	
	}
#content strong {
    font-family: 'RobotoSlab-Bold';
}
#breadcrumb-wrap {
	width:100%;
	height:15px;
	margin: 1em 0 0;
	padding: 0;
	
}
#breadcrumb-wrap h6{
	display:block;
	font-family: 'RobotoSlab-Light';
	text-transform:lowercase;
	font-size: .76em;
	font-weight:700;
	height:auto;
	width:100%;
	margin: .45em 0 1em;
	padding:0;
	color: #58595b;
		
}
#breadcrumb-wrap h6 a{
	font-family: 'RobotoSlab-Bold';
	color: #58595b;
	text-decoration:underline;
		
}
#breadcrumb-wrap h6 a:hover{
	font-family: 'RobotoSlab-Bold';
	color: #616e78;
	text-decoration:none;
		
}
#breadcrumb-wrap li strong {
	font-family: 'RobotoSlab-Bold';
    font-weight:normal;
		
}
/* breadcrumb style */
#breadcrumbs{
    list-style:none;
	margin:0 0;
    overflow:hidden;
}
  
#breadcrumbs li{
	font-family: 'RobotoSlab-Light';
    display:inline-block;
    vertical-align:middle;
    margin-right:7px;
	font-weight:normal;
}
  
#breadcrumbs .separator{
	font-family: 'RobotoSlab-Light';
    font-weight:normal;
   
}
#breadcrumbs strong{
	font-family: 'RobotoSlab-Bold';
    font-weight:normal;
   
}
/**/
/************************************************************************************
Blog Page Style
*************************************************************************************/
#content-blog {
	position:relative;
	left:22%;
	width:60%;
	min-height:750px;
	margin:65px 0 35px 0;
	padding: 0;
	}
#content-blog h1 {
	font-family: 'RobotoSlab-Light';
	font-size: 3.33em;
	line-height: 1.1em;
	margin: .1em 0 .4em;
	padding:0 0 0 35px;
	background: url(images/icon-arrow-title.png) 0px 15px no-repeat;
	color: #455561;
	font-weight:normal;
}
#blog-wrap {
	float: left;
	width:100%;
	margin:15px 0 35px;
	padding:0;
}
#blog-wrap .load-more button {
	float: left;
	display:block;
	width:90%;
	font-size: 1.3em;
	line-height: 1.1em;
	margin:15px 0;
	padding:1% 5%;
	color: #455561;
	background:#ffffff url(images/tab-load-more.png)left top no-repeat;
}
#blog-wrap .load-more button:hover{
	color: #000;
	background:#ffffff url(images/tab-load-more.png)left top no-repeat;
	
	
}
#blog-box{
	float: left;
	display:block;
	width:44%;
	min-height:560px;
	margin:0 3% 35px 0;
	padding:0;
	border-bottom:5px solid #ffffff;
	}
	
#blog-box img{
	float: left;
	margin:0;
	padding:0;
	}
#blog-box .imgwrapper{
	float:left;
    margin:0 0 15px 0;
	padding:0;
	background-color: #f8981d;
}
#blog-box .imgwrapper img{
	margin:0;
	padding:0;
	
}
#blog-box .imgwrapper img:hover{
	opacity:0.3; /* transparency */
	filter:alpha(opacity=30); /* IE transparency */
	
}
#blog-box h3 {
	display:block;
	font-size: 1.61em;
	line-height: 1.1em;
	margin: .1em 0 .4em;
	padding:0 0 0 .50em;
	
}
#blog-box h3 a{
	font-family: 'RobotoSlab-Light';
	font-weight:normal;
	color: #f8981d;
}
#blog-box h3 a:hover{
	font-family: 'RobotoSlab-Light';
	font-weight:normal;
	color: #455560;
}
#blog-box h7 {
	float:left;
	display:block;
	font-size: .89em;
	width:90%;
	line-height: 1.33em;
	margin:.33em 20px 0 1em;
	padding:0 0 0 22px;
	background: url(images/icon-cal.png)left no-repeat;
	}
#blog-box h7 a {
	font-family: 'RobotoSlab-Regular';
	font-weight:normal;
	}
	
#blog-box p {
	float:left;
	display:block;
	margin:1em 0 1em .89em;
	
	}
	
#blog-box a {
	font-family: 'RobotoSlab-Bold';
	
}
#blog-box:hover {
  border-bottom:5px solid #f8981d;
}
#content-blog h2 a {
	font-family: 'RobotoSlab-Light';
	font-size: .89em;
	line-height: 1.1em;
	margin: .1em 0 .4em;
	color: #f89d29;
	font-weight:normal;
	
}
#content-blog h2 a:hover {
	color: #455560;
	
}
/************************************************************************************
Case Studies Page Style
*************************************************************************************/
#content-case {
	position:relative;
	left:22%;
	width:60%;
	margin:65px 0 35px 0;
	padding: 0;
	}
#content-case h1 {
	font-family: 'RobotoSlab-Light';
	font-size: 3.33em;
	line-height: 1.1em;
	margin: .1em 0 .4em;
	padding:0 0 0 35px;
	background: url(images/icon-arrow-title.png) 0px 15px no-repeat;
	color: #455561;
	font-weight:normal;
}
#content-case p {
	font-family: 'RobotoSlab-Regular';
	font-weight:normal;
	color:#f8971d;
	font-size: 1em;
	}
	
#case-wrap {
	float: left;
	width:100%;
	margin:15px 0 35px;
	padding:0;
}
#case-box{
	float: left;
	width:46%;
	min-height:100px;
	margin:0 2% 12px 0;
	padding:0;
	}
	
#case-box img{
	float: left;
	margin:0;
	padding:0;
	}
#case-box .imgwrapper{
	float:left;
	position:relative;
	margin:0 0 0 0;
	padding:0;
	
}
#case-box .imgwrapper img{
	margin:0;
	padding:0;
	
}
#case-box .imgwrapper img:hover + h3 {
	background: url(images/trans-image-50-hvr.png)bottom right repeat;
}
#case-box h3 {
	font-family: 'RobotoSlab-Bold';
	color: #fff;
	display:block;
	position:absolute;
	width:90%;
	min-height:10%;
	bottom:0;
	left:0;
	font-size: 1.39em;
	line-height: 1.1em;
	letter-spacing:.089em;
	margin: 0;
	padding:3% 5%;
	background: url(images/trans-image-50.png)bottom right repeat;
	
	
}
#case-box h3:hover{
	background: url(images/trans-image-50-hvr.png)bottom right repeat;
	
}
/************************************************************************************
Blog Single Page Style
*************************************************************************************/
#content-blog-sngl{
	position:relative;
	left:22%;
	width:57%;
	margin:0 0 45px 0;
	padding: 0;
	}
#content-blog-sngl h2 {
	font-family: 'RobotoSlab-Light';
	display:block;
	font-size: 2.233em;
	line-height: 1.1em;
	margin: .55em 0 .4em;
	color: #f89d29;
	font-weight:normal;
	
}
#content-blog-sngl h3 strong {
	font-family: 'RobotoSlab-Light';
	display:block;
	font-size: 1.000em;
	line-height: 1.1em;
	margin: .55em 0 .4em;
	color: #f89d29;
	font-weight:normal;
	
}
#content-blog-sngl span {
	position:relative;
	display:block;
	width:95%;
	left:5%;
    font-family: 'Lato-BoldItalic';
	font-size: 1.115em;
	color:#f8971d;
	
	}
#content-blog-sngl strong {
   font-family: 'Lato-Bold';
}
#case-header{
	float:left;
	width:100%;
	/*max-height:600px;*/
	margin: 0 0 15px;
	padding:0;
	overflow: hidden;
	
}
#navigate-wrap {
	width:100%;
	min-height:35px;
	margin: 0 0 ;
	padding:5px 0 10px;
	border-top:1px solid #939598;
	
}
#breadcrumb-navi-wrap {
	float:left;
	width:auto;
	min-height:20px;
	margin: 0 ;
	padding: 0;
		
}
#breadcrumb-navi-wrap strong {
	font-family: 'RobotoSlab-Light';
	margin: 0 ;
	padding: 0;
		
}
#breadcrumb-navi-wrap h6{
	display:block;
	text-transform:lowercase;
	font-size: 1em;
	height:auto;
	width:100%;
	margin: .45em 0 1em;
	padding:0;
	color: #58595b;
	font-weight:normal;
		
}
#breadcrumb-navi-wrap h6 a{
	font-family: 'RobotoSlab-Bold';
	color: #455560;
	text-decoration:underline;
	font-weight:normal;
		
}
#breadcrumb-navi-wrap h6 a:hover{
	font-family: 'RobotoSlab-Bold';
	color: #616e78;
	text-decoration:none;
	font-weight:normal;
		
}
#navi-wrap-rt {
	float:right;
	min-height:25px;
	margin:3px 0 0;
	padding: 0;
	
}
#navi-wrap-lft {
	float:left;
	min-height:25px;
	margin:3px 0 0;
	padding: 0;
	
}
#content-blog-sngl h7 {
	float:left;
	display:block;
	}
#content-blog-sngl h8 {
	display:block;
	float:left;
	}
	
#content-blog-sngl h7 a {
	font-family: 'RobotoSlab-Light';
	font-weight:normal;
	width:75px;
	font-size: 1em;
	line-height: .76em;
	margin:0 10px 0 0;
	padding:3px 5px 3px 15px;
	background: url(images/icon-arrow-navi-lft.png)2px 9px no-repeat;
	
	}
	
#content-blog-sngl h7 a:hover {
	background: #f8981d url(images/icon-arrow-navi-lft-hvr.png)2px 9px no-repeat;
	color:#fff;
	
	}
#content-blog-sngl h8 a {
	font-family: 'RobotoSlab-Light';
	font-weight:normal;
	width:40px;
	font-size: 1em;
	line-height: .76em;
	margin: 0;
	padding:3px 15px 3px 5px;
	background: url(images/icon-arrow-navi-rt.png)38px 9px no-repeat;
	
	}
	
#content-blog-sngl h8 a:hover {
	background: #f8981d url(images/icon-arrow-navi-rt-hvr.png)38px 9px no-repeat;
	color:#fff;
	
	}
	
#meta-top-wrap {
	width:100%;
	height:15px;
	margin: 20px 0 ;
	padding:0 0 0;
		
}
#meta-top-wrap h5 {
	float:left;
	display:block;
	font-size: 1em;
	line-height: 1.33em;
	margin:0 20px 0 0;
	padding:0 0 0 22px;
	background: url(images/icon-cal.png)left no-repeat;
	}
#meta-top-wrap h6 {
	float:left;
	display:block;
	font-size: 1em;
	line-height: 1.33em;
	margin:0 0 0 0;
	padding:0 0 0 25px;
	background: url(images/icon-print.png)left no-repeat;
	}
#meta-top-wrap h5 a {
	font-family: 'RobotoSlab-Regular';
	font-weight:normal;
	}
#meta-top-wrap h6 a {
	font-family: 'RobotoSlab-Regular';
	font-weight:normal;
	}
	
	
	
/************************************************************************************
Home page
*************************************************************************************/
#content-home {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#home-txt {
    position:absolute;
	min-height:20px;
	width:72%;
	top:195px;
	left:20%;
	margin:0 0 0;
	text-align:center;
	z-index:5;
		
}
#home-txt h1 {
	font-family: 'RobotoSlab-Light';
	display:inline-block;
	font-size: 3.62em;
	line-height: 1.1em;
	margin: 0 0 .8em;
	padding: 7px 23px;
	color: #ffffff;
	text-shadow: 0px 5px 3px rgba(0,0,0,.1);
	
	
}
#home-txt h1 span {
	font-family: 'RobotoSlab-Regular';
	display:inline-block;
	padding:0 0 0 55px;
	color: #ffffff;
	background: url(images/icon-arrow-home.png) 0px 10px no-repeat;
	
	
}  
/* searchform */
#searchform {
    position:absolute;
	top:20px;
	right:1%;
	width: 230px;
	margin:0;
	z-index: 6;
}
#searchform #s {
	font-family: 'RobotoSlab-Light';
	width: 230px;
	float: right;
	background: #dfe5f2 url(images/icon-search.png)220px 7px no-repeat;
	border: 1px  solid #455561;
	padding: 6px 30px 6px 10px;
	}
	
#content-home img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
	
	}
#bottom-box {
    position:absolute;
	min-height:20px;
	bottom:0;
	width:100%;
	left:0;
	margin:0 0 0;
	text-align:center;
	border-top:1px solid #616e79;
	
}
#social {
    float:left;
	position:relative;
	margin:0;
	width:75%;
	padding: 8% 0;
	left:15%;
	text-align:center;
	
	
}
#address {
    float:left;
	width:90%;
	font-family: 'RobotoSlab-Light';
	font-size:.76em;
	color:#fff;
	padding: 8% 5%;
	border-bottom:1px solid #616e79;
}
#address span {
    font-family: 'RobotoSlab-Regular';
	
	}
.face {
      background: url(images/icon-facebook.png);
      float: left;
      display: block;
	  width:25px;
      height: 25px;
      margin: 0px 5px;
      overflow: hidden;
      text-indent: -9999px;
      }
.face:hover {
       background: url(images/icon-facebook-h.png);
    }
	
	
.twitt {
      background: url(images/icon-twitter.png);
      float: left;
      display: block;
	  width:25px;
      height: 25px;
      margin: 0px 5px;
      overflow: hidden;
      text-indent: -9999px;
      }
.twitt:hover {
      background: url(images/icon-twitter-h.png);
    }
	
.google {
      background: url(images/icon-googleplus.png);
      float: left;
      display: block;
	  width:25px;
      height: 25px;
      margin: 0px 5px;
      overflow: hidden;
      text-indent: -9999px;
      }
.google:hover {
      background: url(images/icon-googleplus-h.png);
    }	
.linkedin {
      background: url(images/icon-linkedin.png);
      float: left;
      display: block;
	  width:25px;
      height: 25px;
      margin: 0px 0px;
      overflow: hidden;
      text-indent: -9999px;
      }
.linkedin:hover {
      background: url(images/icon-linkedin-h.png);
    }	
	
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav-wrap{
  float:left;
  font-family: 'Lato-Light';
  text-transform:lowercase;
  position:relative;
  width:100%;
  padding:0;
  margin:45px 0 25px;
  }/**/
#nav-wrap ul {
	margin: 0;
	padding: 0;
	
}
#nav-wrap li {
	margin: 0;
	padding:0;
	text-align:center;
	font-size: .76em;
	list-style: none;
	border-top:1px solid #616e79;
	clear: both;
	}
	
#nav-wrap li:last-child {
	border-bottom:1px solid #616e79; !important
	}
#nav-wrap li a {
text-decoration:none;
display:block;
width: 100%;
padding: 3em 0 1em;
color:#fff;
}
#nav-wrap li a:hover {
color:#fff;
background:#748089;
}
#nav-wrap li.about a{
	background: url(images/icon-nav-about.png)center .76em no-repeat;
	}
#nav-wrap li.about a:hover{
	background: #748089 url(images/icon-nav-about-hvr.png)center .76em no-repeat;
	}
	
#nav-wrap li.about.current-menu-item > a,
#nav-wrap li.about.current-menu-ancestor > a {
color:#fff;
background:#748089 url(images/icon-nav-about-hvr.png)center .76em no-repeat;
}	
#nav-wrap li.signage a{
	background: url(images/icon-nav-signage.png)center .76em no-repeat;
	}
#nav-wrap li.signage a:hover{
	background: #748089 url(images/icon-nav-signage-hvr.png)center .76em no-repeat;
	}
	
#nav-wrap li.signage.current-menu-item > a,
#nav-wrap li.signage.current-menu-ancestor > a {
color:#fff;
background:#748089 url(images/icon-nav-signage-hvr.png)center .76em no-repeat;
}	
	
#nav-wrap li.tourism a{
	background: url(images/icon-nav-tourism.png)center 1.11em no-repeat;
	}
#nav-wrap li.tourism a:hover{
	background: #748089 url(images/icon-nav-tourism-hvr.png)center 1.11em no-repeat;
	}
#nav-wrap li.tourism.current-menu-item > a,
#nav-wrap li.tourism.current-menu-ancestor > a {
color:#fff;
background: #748089 url(images/icon-nav-tourism-hvr.png)center 1.11em no-repeat;
}	
	
#nav-wrap li.case a{
	background: url(images/icon-nav-case.png)center 1em no-repeat;
	}
#nav-wrap li.case a:hover{
	background: #748089 url(images/icon-nav-case-hvr.png)center 1em no-repeat;
	}
#nav-wrap li.case.current-menu-item > a,
#nav-wrap li.case.current-menu-ancestor > a {
color:#fff;
background: #748089 url(images/icon-nav-case-hvr.png)center 1em no-repeat;
}	
	
#nav-wrap li.news a{
	background: url(images/icon-nav-news.png)center .89em no-repeat;
	}
#nav-wrap li.news a:hover{
	background: #748089 url(images/icon-nav-news-hvr.png)center .89em no-repeat;
	}
#nav-wrap li.news.current-menu-item > a,
#nav-wrap li.news.current-menu-ancestor > a {
color:#fff;
background: #748089 url(images/icon-nav-news-hvr.png)center .89em no-repeat;
}	
	
#nav-wrap li.contact a{
	background: url(images/icon-nav-contact.png)center .76em no-repeat;
	}
#nav-wrap li.contact a:hover{
	background: #748089 url(images/icon-nav-contact-hvr.png)center .76em no-repeat;
	}
#nav-wrap li.contact.current-menu-item > a,
#nav-wrap li.contact.current-menu-ancestor > a {
color:#fff;
background: #748089 url(images/icon-nav-contact-hvr.png)center .76em no-repeat;
}	
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	float: left;
	width: 100%;
	margin: 25px 0 0;
	padding: 0;
	
}
.widget {
	margin: 0 0 35px 0px;
	padding: 0;
	display:block;
	clear:both;
	text-align:center;
}
.widget ul {
	margin: 10px 0 0;
	padding: 0;
}
	
.widget li {
	margin: 0 0 0 0;
	padding:0;
	list-style: none;
	clear: both;
	
}
.widget li a {
text-decoration:none;
display:block;
font-family: 'Lato-Light';
font-size: .78em;
color: #fff;
}
.widget li a:hover {
color: #fff;
text-decoration:underline;
}
.widget h3 {
	font-family: 'RobotoSlab-Bold';
	font-size: .78em;
	line-height: .78em;
	margin: 0;
	padding:0;
	color: #fff;
	font-weight:normal;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	position:relative;
	float: left;
	font-family:'RobotoSlab-Regular';
	font-size:11px;
	width:100%;
	min-height:100px;
	bottom:0;
	color: #616e78;
	background:#f6f6f7;
	margin:10px 0 0;
	padding: 0;
}
#footerbox {
   	float:left;
	width:90%;
	padding: 25px 5%;
	margin: 0;
}
#footerbox .footerwidget {
	float:left;
	width:21%;
	min-height:135px;
	padding:0 2% 15px 2%; 
	margin:0;
	border-right:1px solid #c0c2c4;
	}
	
#footerbox .footerwidget:last-child {
	padding:0 0 15px 2%; 
	border-right: 0px solid #c0c2c4; !important
 	}
#footerbox p {
	margin: 0;
	padding: 0;
}
#footerbox strong {
	font-family:'RobotoSlab-Bold';
	margin: 0;
	padding: 0;
}
#footerbox .design {
	position:relative;
	float:left;
	min-height:20px;
	top:95px;
	left:15%;
	width:85%;
	
	}
	
#footerbox a span {
	font-family: 'RobotoSlab-Bold';
	text-decoration:none;
}
#footerbox a:hover span {
	text-decoration:underline;
}
#footerbox a {
	color:#616e78;
	text-decoration:none;
	font-family: 'RobotoSlab-Regular';
}
#footerbox a:hover {
	text-decoration:underline;
}
#footerbox h6 {
	display:block;
	position:relative;
	width:65%;
	left:33%;
	top:7px;
	float:left;
	font-family: 'RobotoSlab-Regular';
	font-size: 1.05em;
	margin: .1em 0 .5em;
	padding:0 0 .2em 2em;
	
	
}
#footerbox h6 a {
	font-family: 'RobotoSlab-Regular';
}
#footerbox h6 a:hover {
	font-family: 'RobotoSlab-Bold';
}
#footerbox  h6.face1 {
	background: url(images/icon-facebook1.png) 0px 0px no-repeat;
	color: #455561;
}
#footerbox  h6.twitt1 {
	background: url(images/icon-twitter1.png) 0px 0px no-repeat;
	color: #455561;
}
#footerbox  h6.linkedin1 {
	background: url(images/icon-linkedin1.png) 0px 0px no-repeat;
	color: #455561;
}
#footerbox  h6.google1 {
	background: url(images/icon-googleplus1.png) 0px 0px no-repeat;
	color: #455561;
}
/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}
/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}
/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}
/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}
/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}
/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}
/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}
/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}
/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}
/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}
/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}
/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}
/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}
/* get rid of br tag */
.gallery br {
	display:none;
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
/*
max width 2400
*/
@media screen and (min-width:2201px) and (max-width:2800px) {
	#social {
   	width:60%;
	left:33%;
	}		
	
}
/*
max width 1920
*/
@media screen and (min-width:1600px) and (max-width:2200px) {
	#social {
   	width:70%;
	left:25%;
	}		
	
	#footerbox h6 {
	width:60%;
	left:40%;
	}
	
	
	
	
}
/*
width 1280-1599
*/
@media screen and (min-width:1281px) and (max-width:1599px) {
	
	#social {
   	width:70%;
	left:20%;
	}	
	
	#footerbox h6 {
	width:65%;
	left:34%;
	}
	
	
	
}
/*
smaller than 980
*/
@media screen and (min-width:768px) and (max-width:980px) {
	
	#social {
   	width:100%;
	left:0;
	}	
    #blog-box{
	min-height:520px;
	margin:0 3% 35px 0;
	}
	
	#footerbox h6 {
	width:60%;
	left:30%;
	}
	
	#case-box h3 {
	font-size: 1.1em;
	line-height:1em;
	width:94%;
	padding:2% 3%;
	}
    
	
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
}
/*
smaller than 639
*/
@media screen and (min-width:360px) and (max-width:639px) {
	
	#home-txt {
    width:80%;
	top:135px;
	left:10%;
	}
	
	#home-txt h1 {
	font-size: 2.84em;
	line-height: 1.1em;
	margin: 0 0 1em;
	padding: 7px 23px;
	}
	
	#home-txt h1 span {
	padding:0 0 0 30px;
	background: url(images/icon-arrow-title.png) 0px 10px no-repeat;
	}  
	
	
	#leftpanel {
	display:none;
    }	
	
		
	#content-right {
	float:left;
	width:100%;
	}
	
	#content {
	left:10%;
	width:80%;
	min-height:200px;
	margin:0 0 15px 0;
	}
	
	#content-blog {
	left:10%;
	min-height:250px;
	width:80%;
	}
	
	#blog-box{
	float: left;
	width:100%;
	min-height:100px;
	margin:0 0 35px 0;
	}
	
	#content-case {
	left:10%;
	width:80%;
	}
	
	#case-box{
	float: left;
	width:100%;
	margin:0 0 12px 0;
	}
	
	#content-blog-sngl{
	left:10%;
	width:80%;
	}
	
	#breadcrumb-navi-wrap {
	min-height:25px;
	}	
	
	
	#footerbox .footerwidget {
	width:96%;
	min-height:50px;
	padding:0 2% 15px 2%; 
	border-right:0px solid #c0c2c4;
	}
	
	#footerbox h6 {
	width:65%;
	left:0;
	top:0;
	}
	
	#footerbox .design {
	top:0;
	left:0;
	}
	
	
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	
}
/*
min width 320
*/
@media screen and (max-width:359px) {
	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
		
	}
	
	 #leftpanel {
	display:none;
    }	
	
	#pagewrap {
    width: 100%;
    margin: 0 auto;
	}
	
    #home-txt {
    width:100%;
	top:135px;
	left: 0;
	margin: auto;
	}
	
	#home-txt h1 {
	font-size: 2.24em;
	line-height: 1.1em;
	margin: 0 0 1em;
	padding: 7px 10px;
	}
	
	#home-txt h1 span {
	padding:0 0 0 30px;
	background: url(images/icon-arrow-title.png) 0px 10px no-repeat;
	}  
	
	
	#searchform {
    top:20px;
	right:10%;
	}
	
		
	#content-right {
	float:left;
	width:100%;
	}
	
	#content {
	left:10%;
	width:80%;
	min-height:200px;
	margin:0 0 15px 0;
	}
	
	#content-blog {
	left:10%;
	min-height:150px;
	width:80%;
	}
	
	#blog-box{
	float: left;
	width:100%;
	min-height:100px;
	margin:0 0 35px 0;
	}
	
	#content-case {
	left:10%;
	width:80%;
	}
	
	#case-box{
	float: left;
	width:100%;
	margin:0 0 12px 0;
	}
	
	#case-box h3 {
	font-size: 1.1em;
	line-height:1.1em;
	width:94%;
	padding:2% 3%;
	}
	
	#content-blog-sngl{
	left:10%;
	width:80%;
	}
	
	#breadcrumb-navi-wrap {
	min-height:25px;
	}	
	
	
	#footerbox .footerwidget {
	width:96%;
	min-height:50px;
	padding:0 2% 15px 2%; 
	border-right:0px solid #c0c2c4;
	}
	
	#footerbox h6 {
	width:65%;
	left:0;
	top:0;
	}
	
	#footerbox .design {
	top:0;
	left:0;
	}
	
	
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	
}
.newssubmit {margin-bottom: -7px;}
.newsemail {width:230px!important;}
div#blog-box:hover > h3 > a {color:#455560;}
div#blog-box:hover > p > a {color:#f8981d;}
div#blog-box:hover > div.imgwrapper > a > img {
	opacity:0.3; /* transparency */
	filter:alpha(opacity=30); /* IE transparency */
	
}
.entry-content a {
    text-decoration: underline!important;
}

/* feature footer */

#featured-projects {
	position:relative;
	width:100%;
	margin:0;
	padding: 0;
	}

#featured-wrap {
	float: left;
	width:100%;
	margin:15px 0 35px;
	padding:0;
}
#container{
  position: relative;
  width:49%;
  color: #ffffff;
  float: left;
  margin:0 1% 12px 0;
  padding:0;
height:320px;
background-size: cover;background-repeat:no-repeat;
}



.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: url(images/trans-image-50.png)bottom right repeat;
}

#container:hover .overlay {
  opacity: 9;
}

.text a {
    border: 0 solid red;
    display: inline-block;
    font-family: 'RobotoSlab-Regular';
	color: #ffffff;
    font-size: 1.33em;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

#container .text .overlay a:hover{
	text-decoration:none;
	color: #ffffff !important;
		
}


.text {width:100%;height:100%;}
		
.textposition:after {
            content: '';
            display: block;
            position: absolute;
		    width: 100px;
            top: -5px;
            left: 0px;
            border: 1px solid white;
			text-decoration:none;
        }
		
.textposition {
position: absolute;
bottom:30px;
left:30px;
width:85%;
color:white!important;
margin:0px!important;}


/*
smaller than 736
*/
@media screen and (min-width:320px) and (max-width:1024px) {
	
  #container{
  width:100%;
  float: left;
  margin:0 0 12px 0!important;
  height:220px!important;
  }


}
