/*
Theme Name: SAL Sydney Constructions
Version: 1.0
Description: Custom website for SAL
Author: Intervision Design
Author URI: http://www.intervisiondesign.com
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/






/************************************/
/************ START CSS *************/
@font-face {
	font-family: 'custom';
	src:url('fonts/custom.eot');
	src:url('fonts/custom.eot?#iefix') format('embedded-opentype'),
		url('fonts/custom.woff') format('woff'),
		url('fonts/custom.ttf') format('truetype'),
		url('fonts/custom.svg#custom') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Bebas';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {height:100%; position: relative;}
body {height:100%; position: relative; margin:0px; padding:0; line-height:1.5em; background: #046f94 url(images/bg.jpg) repeat-x center top;}
body,td,th {color:#666; font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 300;}

/**********************************/
/************* RESET **************/

h1, h2, h3, h4, h5, h6, div, a, li, ul, fieldset, form, p, span {padding:0; margin:0; text-decoration:none; font-weight:300; list-style:none; border:0; outline:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; margin: 0; padding: 0;}
img { margin: 0 0 -5px 0; padding:0; outline:none; border:0;}
h1, h2, h3, h4, h5, h6 {font-family: Bebas, sans-serif; line-height: 1.2em; font-weight: 300; text-transform: uppercase;}

input[type="button"],input[type="submit"] {-webkit-appearance: none;}
a { color:#6ebede; outline:none; text-decoration:none; cursor:pointer;}
a:hover { color:#2aa2d1;}

.clear { clear: both;}
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
.clearfix:after { clear: both; }

.hidden { overflow: hidden;}
::selection {background: #f1f1f1; color:#333;}
::-moz-selection {background: #f1f1f1; color:#333;}
/**:hover {-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}*/

/************************************/
/*************** MAIN ***************/

#wrapper { background: #fff; border-top: 5px solid #2aa2d1; margin: 0 auto; max-width: 1200px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#header {}
	#logo { padding-bottom: 50px;}
	.call { text-align: right; font-size: 30px; color: #999; padding-top: 70px;}
	#menu {}
	.line { border-bottom: 3px solid #ff8000;}

#slideshow { border-bottom: 3px solid #ff8000;}
#homecontent { padding: 20px 0 0 0;}
#homecontent .contactus { padding: 40px;}
#homecontent .contactus h3 {font-size: 35px; color: #6ebede;}
#homecontent .text { padding: 40px 40px 20px 40px; border-right: 20px solid #fff;}

.contact_block { padding: 10px 0 0 0; font-size: 16px;}
.contact_block p {margin-bottom:1.625em}
#content { padding: 20px 0 0 0;}
.grey { background: #f9f9f9;}
.std_page {padding: 40px 40px 20px 40px;}

#projects { padding: 20px 0 60px 0;}
#projects h3 { color: #6ebede; border-top: 1px solid #ccc; padding: 15px 0; font-size: 30px;}
#projects .project { margin: 5px; background: #f9f9f9; border: 1px solid #f1f1f1;}
#projects .project * {-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#projects .project a { color: #666;}
#projects .project img {width: 100%; height: auto;}
#projects .project a:hover img {opacity: 0.5;}
#projects .project strong { padding: 15px 0 0 15px; display: block; font-weight: 700;}
#projects .project span { padding: 0 0 15px 15px; display: block;}

#project_list { padding: 20px 0 0 0;}
.list_item { margin: 6px; position: relative;}
.list_item * {-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.list_item img {width: 100%; height: auto;}
.list_item .cap { position: absolute; bottom: 0; background: rgba(0,0,0,0.7); color: #fff; padding: 5px 0; text-align: center; width: 100%; opacity: 0;}
.list_item a:hover .cap {opacity: 1; padding: 20px 0;}
.list_item a:hover img {opacity: 0.5;}

/* breadcrumbs */
#crumbs { padding: 5px 0; margin: 0 0; font-size: 16px; text-transform: uppercase; color: #6ebede;}
#crumbs a { color: #6ebede; padding:0 5px;}
#crumbs a:hover { color: #2aa2d1;}
#crumbs span { padding:0 5px;}

#footer { background: #f9f9f9; border-top: 1px solid #f1f1f1; padding: 30px 0;}
#footer ul {}
#footer ul li {}
#footer ul li a { font-size: 15px; text-transform: uppercase; color: #666;}
.mba { height: 60px; background: url(images/mba.jpg) no-repeat right top; margin-top: 30px;}
.copyright { font-size: 12px; text-align: right;}
.copyright a { color: #666;}

/************************************/
/*************** MENU ***************/

#menu {}
#menu ul { float: right; margin-top: -5px;}
#menu ul li { position: relative; float: left;}
#menu ul li a {font-size: 14px; line-height: 1em; color: #333; padding:20px 20px; text-transform: uppercase; display: block; position: relative; border-top: 5px solid #2aa2d1;}
#menu ul li a:hover {}
#menu ul li.current-menu-item a, #menu ul li.current-menu-parent a { background: #2aa2d1; color: #fff;}
#menu ul li.hover a { background: #555; color: #fff; border-top: 5px solid #555;}
/*#menu ul li.current-menu-item a, #menu ul li.current-menu-parent a { display: block; content: ''; width: 200px; float: right; background: #c0a385; height: 1px; z-index: -1; position: absolute; top: 11px;}*/

/* Level 1 */
#menu ul ul { position:absolute; left: 0; top: 64px; background:#eee; width: 200px; z-index:9999; text-align: left; padding: 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#menu ul ul li { width: 200px; display: block;}
#menu ul li.hover ul a { display: block; text-align: left; background: #eee; color: #063558; padding: 10px 20px; font-size: 14px; margin: 0; border: none;}
#menu ul ul li a:hover { color: #fff; background: #555; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul ul li.current-menu-item a { background: #555; color: #fff;}
#menu ul li.current-menu-ancestor ul a:before { display: none !important;}

/* TABLETS & PHONES */

#menumobile {position: relative; z-index: 999; height: 40px; width: 100%; background: #6ebede; border-top:1px solid #2aa2d1; border-bottom:1px solid #2aa2d1;}
#menu-icon {width: 40px; height: 30px; padding: 10px 0 0 0; background:#2aa2d1; border-right:1px solid #2aa2d1; text-align: center; font-size: 16px; color: #fff; text-transform: uppercase; cursor: pointer; display: block; position: relative;}
#menu-icon.active {background: #fff; color: #2aa2d1;}
#menumobile ul {clear: both; position: absolute; top: 40px; width: 50%; left:0; z-index: 10000; padding: 20px 0; background: rgba(0,0,0,0.8); display: none; text-align: left;}
#menumobile ul li { clear: both; float: none; }
#menumobile ul a, #menumobile ul ul a {color: #ccc; text-transform: uppercase; font-size: 14px; display: block; padding: 5px 20px;}
#menumobile ul a:hover, #menumobile ul ul a:hover {color: #fff;}
#menumobile ul ul {top: 0; padding: 0;width: auto;position: relative;display: none;border: none;background: none;}
#menumobile ul ul li { padding:0 15px;}
#menumobile h1 { color:#fff; position: absolute; top: 5px; left: 50%; margin-left: -120px; text-align: center; font-size: 24px; width: 240px; z-index: 9999;}

/************************************/
/*********** TEXT STYLING ***********/

.text { line-height:1.5em; display:block; position: relative;}

.text ul, .text ol { padding:0 0 7px 0;}
.text ul li { list-style:square; list-style-position:outside; margin:0 0 0 20px;}
.text ol li { list-style-type:decimal; list-style-position:outside; margin:0 0 0 20px;}
.text ol ol li { list-style:upper-alpha; list-style-position:outside; }
.text ol ol ol li { list-style:lower-roman; list-style-position:outside; }
.text ol ol ol ol li { list-style:lower-alpha; list-style-position:outside; }
.text ul ul, .text ol ol, .text ul ol, .text ol ul { margin-bottom:0;}

.text cite, .text em, .text i{ font-style:italic;}
.text blockquote { font-family:Georgia, "Bitstream Charter", serif; font-style:italic; font-weight:400; margin:0 3em;}
.text blockquote em, .text blockquote i, .text blockquote cite{ font-style:normal;}
.text blockquote cite{ color:#666; font:12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:300; letter-spacing:.05em; text-transform:uppercase;}
.text pre{ background:#f4f4f4; font:13px "Courier 10 Pitch", Courier, monospace; line-height:1.5; margin-bottom:1.625em; overflow:auto; padding:.75em 1.625em;}
.text code, .text kbd, .text samp, .text var{ font:13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
.text abbr,acronym, dfn { border-bottom:1px dotted #666; cursor:help;}
.text address {display:block; margin:0 0 1.625em;}
.text ins {background:#fff9c0; text-decoration:none;}
.text sup, .text sub{ font-size:10px; height:0; line-height:1; position:relative; vertical-align:baseline;}
.text sup { bottom:1ex}
.text sub { top:.5ex}
.text p, .text dd{ margin-bottom:1.625em}
.text dt, .text strong{ font-weight:700}

.text table{border-bottom:1px solid #ddd;width:100%;margin:0 0 1.625em}
.text th{color:#666;font-size:10px;font-weight:500;letter-spacing:.1em;line-height:2.6em;text-transform:uppercase}
.text td{border-top:1px solid #ddd;padding:6px 10px 6px 0}

.text img, .text .wp-caption {max-width:100%; height:auto;}

.textslideshow { padding: 20px 0;}
.textslideshow ul { padding:0 !important;}
.textslideshow ul li { list-style:none !important; list-style-position:inherit; margin:0 !important;}
.textslideshow #carousel ul li { padding:2px;}

.text a { font-weight:400;}
.text a:hover { text-decoration: underline;}
.text h6 { font-size:16px; }
.text h5 { font-size:18px;}
.text h4 { font-size:24px;}
.text h3 { font-size:30px;}
.text h2 { font-size:35px;}
.text h1 { font-size:40px;}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { padding-bottom: 15px; color: #6ebede; font-weight: 400; text-transform: uppercase;}

.wpcf7 span.wpcf7-form-control-wrap {display: block;}
input, textarea { margin:5px 0; padding:10px 5%; border:none; background:#fff; border: 1px solid #ddd; color:#333; width: 90%; font-size:14px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
textarea { height:120px; }
::-webkit-input-placeholder { color:#999999;}
:-moz-placeholder { color:#999999;}
::-moz-placeholder { color:#999999;}
:-ms-input-placeholder { color:#999999;}
input:focus, textarea:focus { background:#f9f9f9;}
input[type="button"],input[type="submit"] { width:auto; border:none; background:#2aa2d1; color:#fff; font-size:14px; cursor:pointer; text-transform: uppercase; margin: 10px 0; padding: 10px 30px;}
input[type="button"]:hover, input[type="submit"]:hover { background:#0077a5; color: #fff;}

/************************************/
/*********** ICON STYLING ***********/

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'custom';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-menu:before { content: "\f0c9"; }
.icon-next:before { content: "\f105"; }
.icon-prev:before { content: "\f104"; }
.icon-search:before { content: "\f002"; }
.icon-calendar:before { content: "\f073"; }
.icon-remove:before { content: "\f00d"; }
.icon-play:before { content: "\f04b"; } 
.icon-file:before { content: "\f016"; }

.icon-linkedin:before { content: "\f0e1"; }
.icon-twitter:before { content: "\f099"; }
.icon-facebook:before { content: "\f09a"; }
.icon-google-plus:before { content: "\f0d5"; }
.icon-instagram:before { content: "\f083"; }
.icon-rss:before { content: "\f09e"; }
.icon-email:before { content: "\f0e0"; }

/************************************/
/*********** FLEXISLIDER ************/

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; text-align: center;}
.flexslider .slides img {display: block; margin: 0 auto;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider { position: relative; zoom: 1;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50% !important; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer !important;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* custom slides */
.textslideshow { overflow: hidden;}
#carousel li { padding: 5px 0 !important;}
#carousel li img {opacity: 0.7; filter:alpha(opacity=0.7); cursor: pointer !important;}
#carousel li.flex-active-slide img {opacity: 1; filter:alpha(opacity=1);}
#carousel .flex-viewport { margin: 0; padding: 0;}
#slider li { position: relative;}
#slider li .pinit { position: absolute; top: 10px; right: 10px; display: block; width: 40px; height: 20px; z-index: 9999;}
#slider .flex-direction-nav a {  top: -300px !important;}
#slider .caption { position: absolute; bottom: 0; width: 100%; padding: 5px 0; text-align: center; background: rgba(0,0,0,0.7); color: #fff;}

/************************************/
/************* COMMENTS *************/

#respond { padding: 30px 0; position: relative;}
#respond h3 { font-size:18px; padding:0;}
#respond form { padding:15px 0px; margin: 0;}
#respond .comment-notes { padding: 3px 10px; background: #f9f9f9; border: 1px solid #f1f1f1; color: #ccc; font-size: 12px;}
#respond .form-allowed-tags { display: none;}
#respond label { display: block; padding: 10px 0 2px 0; font-size: 13px; color: #999;}
#respond input[type="text"] { width:96%; padding: 10px 2%;}
#respond textarea { height:90px; width:96%; padding: 10px 2%;}
#respond input[type="submit"] { float: right;}

#respond { *zoom: 1; }
#respond:before, #respond:after { display: table; content: ""; line-height: 0; }
#respond:after { clear: both; }

#comments { padding:30px 0;}
#comments h3 { font-size:18px; padding:0 0 20px 0; border-bottom:1px solid #ddd; margin-bottom: 20px;}
#comments ol.commentlist { margin-bottom: 30px; border:1px solid #f0f0f0;}
#comments ol { margin:0; padding:0;}
#comments ol li { padding:20px 20px 20px 0; display: block; background: #f9f9f9; position: relative; border-top: 1px solid #f0f0f0;}
#comments ol li.odd { background: #fff;}
#comments ol li .myquote { width: 15%; height: 40px; display: block; float: left; color: #ccc; font-size: 100px; line-height: 1em; font-family: Arial, serif;text-align: center;}
#comments ol li.bypostauthor .myquote { color: #333;}
#comments ol li .commentquote { width: 85%; float: right;}
#comments ol li cite { font-size:12px; padding:0; color:#ccc; width: 85%; float: right;}
#comments ol li cite a { color: #666;}
#comments ol li .commentmetadata {font-size: 12px; color: #ccc;}
#comments ol li .nocomment { padding: 0 0 0 20px; text-align: center;}
#comments ol li p { margin-bottom: 10px;}
#comments ol .children { margin-left: 15px; border-left: 1px solid #f0f0f0;}
#comments .reply { position: absolute; right: 0; bottom: 0; z-index: 9;}
#comments .reply a { display: block; padding: 1px 5px; text-align: center; background: #f1f1f1; color: #ccc; font-size: 10px; font-family: Arial, serif !important;}
#comments .reply a:hover { background: #ccc; color: #999;}
.comment-reply-title small { position: absolute; right: -2px; top: -25px;letter-spacing: normal; line-height: 1.5em; z-index: 99;}
.comment-reply-title small a { display: block; padding: 1px 5px; text-align: center; background: #e1eaed; color: #999; font-size: 10px; font-family: Arial, serif !important;}
.comment-reply-title small a:hover { background: #c7d4d9;}
#comments ol.commentlist #respond { background: #eef4f6; padding: 30px; border: 2px solid #e1eaed;}
#comments ol.commentlist #respond .comment-notes {background: #e1eaed; border: 1px solid #e1eaed; color: #999;}
#comments ol.commentlist #respond h3 { border-bottom:1px solid #e1eaed;}

/************************************/
/************ ALIGNMENTS ************/

.aligncenter { display: block; margin-left: auto; margin-right: auto; padding:10px 0;}
.wp-caption { border: 1px solid #ddd; text-align: center; background-color:#fff; color:#999; padding-top: 4px; margin-bottom: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);}
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 1.2em; padding: 10px; margin: 0; }
.alignright { float: right; margin:0 0 10px 10px;}
.alignleft { float: left; margin:0 10px 10px 0;}
img.alignleft { display:inline; float:left; margin:2px 10px 0 0 !important;}
img.alignright { display:inline; float:right; margin:2px 0 0 10px !important;}

/************************************/
/********** PAGENAVIGATION **********/

.page_navigation { padding: 20px 20px 20px 0; margin: 0 0 0 10px; text-align: right; border-top:1px solid #ddd;}
.page_navigation ul { float: right;}
.page_navigation ul li { float: left; margin: 0 0 0 5px;}
.page_navigation ul li a { display: block; padding: 5px 12px; border:1px solid #ddd; background: #f9f9f9; color: #666; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
.page_navigation ul li a:hover { background: #f1f1f1; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.page_navigation ul li a.current { color: #fff; background: #ff8a55; border: 1px solid #e46d37;}

/************************************/
/********** CONTACT FORM 7 **********/

.wpcf7-form { padding: 40px 0;}
.wpcf7-form br {display: none;}
.wpcf7-form .wpcf7-validation-errors{ margin:0;  padding:7px; border: 1px solid #f2dfa4; -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px; background: #fffdf3; color: #c4690e;}
.wpcf7-form .wpcf7-mail-sent-ok{ margin:0; padding:7px; border: 1px solid #b3dc82; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background: #ebf6e0; color: #5f9025;}
.wpcf7-form .wpcf7-mail-sent-ng{ margin:0; padding:7px; border: 1px solid #f2dfa4; -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px; background: #fffdf3; color: #c4690e;}
.wpcf7-form span.wpcf7-not-valid-tip { left: 20px; margin-top: -2px; padding:7px; width: 240px; border: none; background: #fff; color: #de5959;}
.wpcf7-form .wpcf7-not-valid-tip-no-ajax { padding: 0 10px; color: #c4690e;}

/***************************/
/********** GRIDS **********/
/***************************/

.row 						{width: 100%; *zoom: 1; height: 100%; position:relative;}
.row:before,
.row:after 					{display:table; content:""; line-height:0;}
.row:after 					{clear:both;}
.container 					{margin:0 auto; width:1060px; display:block; padding:0;}
.row [class*="span"] 		{display:block; width:100%; min-height:1px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; float:left; height: 100%;}
.row .span100 				{width:100%;}
.row .span90 				{width:90%;}
.row .span80 				{width:80%;}
.row .span75 				{width:75%;}
.row .span70 				{width:70%;}
.row .span66 				{width:66.666%;}
.row .span60 				{width:60%;}
.row .span50 				{width:50%;}
.row .span40 				{width:40%;}
.row .span33 				{width:33.333%;}
.row .span30 				{width:30%;}
.row .span25 				{width:25%;}
.row .span20 				{width:20%;}
.row .span10 				{width:10%;}
.not-desktop 				{display:none !important;}
.tablet 					{display:none !important;}
.phone 						{display:none !important;}
/*-----------------Eric style--------------*/
.home .project_item,.page .portfolio-category{
	display:none;
}
.home .portfolio-category{
	display:block;
}
.home .industrial,.home .heritage,.tax-portfolio-category .project_item,.term-5 .residential,.term-5 .industrial,.term-5 .heritage,.term-4 .portfolio-category,.term-6 .portfolio-category,.term-3 .portfolio-category,.single-portfolio .portfolio-category{
	display:none;
}

.portfolio-category ul li{
	width:24%;
	float:left;
    margin: 4px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.portfolio-category ul li img{
	width:100%;
	      min-height: initial;
    height: initial;
}
.portfolio-category ul li span{
	    color: #666;
    padding: 15px 0 15px 15px;
    float: left;
}

/***************************/
/**** TABLET TO DESKTOP ****/
/***************************/

@media (min-width: 768px) and (max-width: 1060px) {
	.portfolio-category ul li {
    width: 23.9%;
	}
.container 					{margin:0; width:100%; padding:0;}
.tablet 					{display:block !important;}
.not-desktop 				{display:none !important;}
.not-tablet 				{display:none !important;}
.row .tablet-span100 		{width:100%;}
.row .tablet-span90 		{width:90%;}
.row .tablet-span80 		{width:80%;}
.row .tablet-span75 		{width:75%;}
.row .tablet-span70 		{width:70%;}
.row .tablet-span66 		{width:66.666%;}
.row .tablet-span60 		{width:60%;}
.row .tablet-span50 		{width:50%;}
.row .tablet-span40 		{width:40%;}
.row .tablet-span33 		{width:33.333%;}
.row .tablet-span30 		{width:30%;}
.row .tablet-span25 		{width:25%;}
.row .tablet-span20 		{width:20%;}
.row .tablet-span10 		{width:10%;}

#wrapper { padding: 0 20px;}

}

/***************************/
/***** TABLET TO PHONE *****/
/***************************/

@media (max-width: 767px) {
	.portfolio-category ul li {
    width: 48%;
    float: left;
    margin: 5px;
	}
.portfolio-category ul li img {
    width: 100%;
     min-height: initial;
    height: initial;
}

.container 					{margin:0; width:100%; padding:0;}
.desktop 					{display:none !important;}
.not-desktop 				{display:block !important;}
.tablet 					{display:block !important;}
.not-tablet 				{display:none !important;}
.phone 						{display:block !important;}
.not-phone 					{display:none !important;}
.row .phone-span100 		{width:100%;}
.row .phone-span90 			{width:90%;}
.row .phone-span80 			{width:80%;}
.row .phone-span75 			{width:75%;}
.row .phone-span70 			{width:70%;}
.row .phone-span66 			{width:66.666%;}
.row .phone-span60 			{width:60%;}
.row .phone-span50 			{width:50%;}
.row .phone-span40 			{width:40%;}
.row .phone-span33 			{width:33.333%;}
.row .phone-span30 			{width:30%;}
.row .phone-span25 			{width:25%;}
.row .phone-span20 			{width:20%;}
.row .phone-span10 			{width:10%;}

#logo { padding: 15px; text-align: center;}
#homecontent .text { border-right:none; border-bottom: 20px solid #fff;}
#projects { padding: 30px;}

#footer ul li { display: block;}
#footer ul li a { text-align: center; display: block;}
.mba { background: url(images/mba.jpg) no-repeat center top; margin-top: 20px;}
.copyright { text-align: center;}
}
@media (max-width: 736px){
/* 	.portfolio-category ul li img {
    width: 100%;
    min-height: 176px;
} */
}
@media (max-width: 568px){
	.portfolio-category ul li {
    width: 47.6%;
    float: left;
    margin: 5px;
}
/* .portfolio-category ul li img {
    width: 100%;
    min-height: 175px;
} */
}
@media (max-width: 480px){
	.portfolio-category ul li {
    width: 47.1%;
    float: left;
    margin: 5px;
}
}
@media (max-width: 414px){
.portfolio-category ul li {
    width: 46.5%;
    float: left;
    margin: 5px;
}
/* .portfolio-category ul li img {
    width: 100%;
    min-height: 118px;
} */
}
@media (max-width: 375px){
	.portfolio-category ul li {
    width: 46.1%;
    float: left;
    margin: 5px;
}
/* .portfolio-category ul li img {
    width: 100%;
    min-height: 100px;
} */
}
@media (max-width: 320px){
	.portfolio-category ul li {
    width: 45.3%;
    float: left;
    margin: 5px;
}
/* .portfolio-category ul li img {
    width: 100%;
    min-height: 86px;
} */
}
/************************************/
/************* END CSS! *************/