/*
Theme Name: Kinlin Rutherfurd
Author: Piscatello Design Centre
Description: Custom website theme
Version: 1.0
Text Domain: kinlin-rutherfurd
*/

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=650aa34b-45df-4c86-a092-8e20b704cf61");
@font-face{
font-family:"Frutiger LT W01_47 Light Cond";
src:url("fonts/5a1bab15-ef53-49fb-aaa8-16c62d878661.eot?#iefix");
src:url("fonts/5a1bab15-ef53-49fb-aaa8-16c62d878661.eot?#iefix") format("eot"),url("fonts/d081ebc4-72ee-49ad-94a1-b3cd3e01e2a1.woff2") format("woff2"),url("fonts/e4b55b70-bcab-4701-b1ce-3cd09b3c8077.woff") format("woff"),url("fonts/6822f9fe-ec36-4b8a-928c-21c4d9036e7a.ttf") format("truetype"),url("fonts/a8692796-3220-4d4b-a593-167aafa86ec9.svg#a8692796-3220-4d4b-a593-167aafa86ec9") format("svg");
}
@font-face{
font-family:"Frutiger LT W01_48 Light Cn It";
src:url("fonts/24b7be9f-1fb7-4852-bb08-fa9efbc653de.eot?#iefix");
src:url("fonts/24b7be9f-1fb7-4852-bb08-fa9efbc653de.eot?#iefix") format("eot"),url("fonts/dd14f86b-6832-4698-a69d-50818bb5d389.woff2") format("woff2"),url("fonts/100c0386-b64c-4c85-9172-b79785f4dcd2.woff") format("woff"),url("fonts/0f30dafd-8b17-4c6f-95df-70d2b3a528d6.ttf") format("truetype"),url("fonts/89b1c0f0-7f00-4559-9bd7-166b43d93a70.svg#89b1c0f0-7f00-4559-9bd7-166b43d93a70") format("svg");
}
@font-face{
font-family:"Frutiger LT W01_67 Bold Cond";
src:url("fonts/d4125907-9465-43ee-b1eb-b9195f69cec7.eot?#iefix");
src:url("fonts/d4125907-9465-43ee-b1eb-b9195f69cec7.eot?#iefix") format("eot"),url("fonts/4c4ee705-e593-4456-988d-03a5a2594534.woff2") format("woff2"),url("fonts/e728739a-5d86-4213-9f4f-73394eff3d19.woff") format("woff"),url("fonts/ec9c2bcd-5001-4da7-985e-6697698f55b3.ttf") format("truetype"),url("fonts/d6cc9dd9-5ba8-4746-a2dd-ee86b58a9db4.svg#d6cc9dd9-5ba8-4746-a2dd-ee86b58a9db4") format("svg");
}
@font-face{
font-family:"Frutiger LT W01_68 Bold Cn It";
src:url("fonts/6b6a8606-21c2-4dfb-93ef-4476b7fee02e.eot?#iefix");
src:url("fonts/6b6a8606-21c2-4dfb-93ef-4476b7fee02e.eot?#iefix") format("eot"),url("fonts/dc3008a2-9cad-48ed-8251-2412ed09086f.woff2") format("woff2"),url("fonts/db967fba-df9a-4509-b1b5-95124c2013ce.woff") format("woff"),url("fonts/e35131d4-d3d5-4780-9383-3c3b2469d285.ttf") format("truetype"),url("fonts/cdfb4293-496b-4d97-be05-bedac40fabd6.svg#cdfb4293-496b-4d97-be05-bedac40fabd6") format("svg");
}

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

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}






button:hover, button:active, button:focus, button:active:hover, button:active:focus {
	outline:none !important;
	outline-style:none !important;
	outline-width: 0px !important;
}
hr.header-divider {
	margin-top: 10px;
    margin-bottom: 10px;
	border-top: 1px solid #bdbfc1;
}
.main-nav li, .work-nav li, .footer-nav li {
	display:inline-block;
}
.work-btn, .work-nav li a, .work-nav li button {
	text-decoration: none;
	color:#bdbfc1;
	padding: 0;
	font-size: 17px;
	/*line-height: 0.85em;
	vertical-align: bottom;*/
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	border:none;
	background: transparent;
}
.main-nav li a {
	text-decoration: none;
	color:#bdbfc1;
	padding: 0;
	font-size: 17px;
	line-height: 0.75em;
	vertical-align: bottom;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	border:none;
	background: transparent;
}
.footer-margin {
	display:block;
	width:100%;
	height:75px;
}
.team-footer-margin {
	display:block;
	width:100%;
	height:75px;
	background-color:#efefef
}
footer {
	padding:7px 0;
	background-color:#bdbfc1;
	color:#808080;
	font-size:14px;
}
footer a {
	text-decoration: none;
	/*color:#fff;*/
	font-size: 14px;
	line-height:normal;
	font-family:"Frutiger LT W01_47 Light Cond", helvetica, arial, sans-serif;
}
footer a:hover {
	text-decoration: none;
	color:#808080;
}
.main-nav li a:hover, .work-btn:hover, .work-nav li button:hover {
	text-decoration: none;
	color:#808080;
}
.main-nav li:not(:last-child), .work-nav li:not(:last-child), .work-btn, .footer-nav li:not(:last-child) {
	margin-right:20px;
}

.header-top {
	padding-top:36px
}
.header-bottom {
	padding-bottom:42px
}
.home-slider, .work-items, .project-banner-outer {
	opacity:0;
}
.home-slider li {
	width:100%;
	height: calc(100vh - 147px);
}
.home-slider li a {
	display:block;
	width:100%;
	height: calc(100vh - 147px); 
}
.work-item {
	padding: 0;
    border: 1px solid #fff;
}
.work-item img {
	width:100%;
	position:relative;
}
.work-overlay {
	opacity:0;
	position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
	text-align:center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	color:#808080;
	transition:0.5s ease all;
}
.work-item:hover .work-overlay {
	opacity:1;
	transition:0.5s ease all;
}
.project-banner {
	position:relative;
}
.project-banner-outer {
	margin-bottom:10px;
}
.overview {
	position:absolute;
	z-index:999999;
	padding:20px;
	width:49%;
	background: rgba(255,255,255,0.8);
	color:#919195;
	height: 100%;
	opacity:0;
}
h1 {
	font-size: 24px;
	line-height:normal;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	margin-bottom:30px;
	color:#808080;
}
p {
	margin-bottom:20px;
}
.overview-title {
	font-size: 24px;
	display:block;
	margin-bottom:20px;
	line-height:normal;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
.overview-btn, .share-btn {
	display:inline-block;
	border:none;
	box-shadow:none;
	background:transparent;
	font-size: 17px;
	text-decoration:none;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
.overview-btn:hover, .share-btn:hover {
	color:#808080;
}
h1.project-title {
	font-size:17px;
	line-height:normal;
}
h2.senior-associates {
	color:#808080;
	padding:75px 0;
	font-size:24px;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
.overview-btn {
	margin-right:35px;
}
.project-menu h1 {
	display:inline-block;
	margin-right:35px;
}
.page-banner {
	display:table;
	margin-bottom:30px;
	width: 100%;
	height:475px;
}
.page-banner-inner {
	display:table-cell;
	vertical-align:middle;
	font-size:34px;
	color:#fff;
	line-height: normal;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
.intro-copy {
	font-size:24px;
	line-height:normal;
	margin-bottom:30px;
	display:block;
}
.intro-copy a {
	text-decoration:none;
	color:#808080;
}
.intro-copy a:hover {
	text-decoration:none;
	color:#bdbfc1;
}
.intro-copy-small {
	font-size:24px;
	line-height:normal;
}
.main-copy {
	font-size:17px;
	line-height: 1.3;
	display:block;
}
h3 {
	display:block;
	font-size:17px;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	margin-bottom:20px;
	color:#808080;
}
.credits {
	background:#e9e9ea;
	padding-top:50px;
	color:#808080;
}
.credits h3 {
	margin-bottom:0;
}
.credits a {
	color:#808080;
	text-decoration:none;
}
.credits a:hover {
	color:#fff;
	text-decoration:none;
}
.career-copy {
	display:block;
	margin-bottom:20px;
	color:#808080;
}
.firm-btn {
	display:inline-block;
	text-decoration: none;
	color:#bdbfc1;
	font-size: 17px;
	line-height:normal;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	margin-right: 20px;
	padding:0;
}
.firm-btn:hover, .firm-btn:focus, .work-btn:focus {
	color:#808080;
	text-decoration:none;
}
.mobile-menu .firm-btn, .mobile-sorters .work-btn {
	margin-right:0;
}
.mobile-menu ul.main-nav, .mobile-sorters ul.work-nav {
    margin-top: 15px;
	width:100%;
}
.mobile-menu .main-nav li, .mobile-sorters .work-nav li {
	display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.mobile-sorters .work-nav li {
	margin-bottom:5px;
}
.mobile-sorters ul.work-nav {
	margin-top:5px;
}
.mobile-menu .main-nav li a, .mobile-sorters .work-nav li button, .mobile-sorters .work-nav li a {
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
.mobile-current {
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
.mobile-menu {
	height: 30px;
    overflow: hidden;
	position: absolute;
	background: #fff;
    width: 100%;
    margin-left: -15px;
    padding-left: 15px;
	padding-right:15px;
	z-index: 2;
}
.main-menu {
	overflow:hidden;
	display:inline-block;
}
.mobile-arrow, .sorter-arrow, .project-sorter-arrow {
	width:21px;
	height:12px;
	background:url('img/mobile-arrow.png') no-repeat;
	background-position: 0 0;
	border:none;
	float:right;
	margin-top: 5px;
}
.sorter-arrow {
	margin-top:10px;
}
.back-arrow {
	width:12px;
	height:21px;
	background:url('img/back-arrow.png') no-repeat;
	background-position: 0 0;
	border:none;
	float:right;
}
.header-top .back-arrow {
	margin-top: 7px;
}
.scroll-top {
	width:21px;
	height:12px;
	background:url('img/mobile-arrow.png') no-repeat;
	background-position: 0 -12px;
	border:none;
    margin-top: 5px;
	float:left;
	opacity:0;
	transition:0.5s all ease;
}
.scroll-top.open {
	opacity:1;
	transition:0.5s all ease;
}
.scroll-top:hover {
	cursor:pointer;
}
.mobile-arrow.arrow-active, .sorter-arrow.arrow-active {
	background-position: 0px -12px;
}
.mobile-sorters {
	height: 28px;
    overflow: hidden;
	width: 100%;
}
.team-expand {
	width:17px;
	height:17px;
	background:url('img/team-expand.png') no-repeat;
	background-position: 0 0;
	border:none;
	float:right;
	margin-top:25px;
}
.team-expand.team-open {
	background-position: -17px 0;
}
ul.main-nav {
	display:inline-block;
	line-height: 0.75em;
}
ul.work-nav {
	display:inline-block;
}
ul.main-nav .current_page_item a, .link-active {
	color:#808080;
}
button.link-active {
	color:#808080 !important;
}
.acf-map {
	width: 100%;
	height: 475px;
	margin: 0 0 30px 0;
}
.acf-map img {
   max-width: inherit !important;
}
.contact {
	color:#808080;
}
.contact a {
	display:block;
	color:#808080;
	text-decoration:none;
}
.contact a:hover {
	color:#bdbfc1;
	text-decoration:none;
}
.team-name, .team-name-mobile {
	display:block;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	color:#808080;
}
.team-title , .team-title-mobile {
	display:block;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	color:#808080;
	margin-bottom:20px;
}
.team-name-associate {
	line-height: 0.75em;
}
.team-img {
	margin-bottom:20px;
}
.team-main {
	margin-bottom:75px;
}
.team-associates {
	background-color:#efefef;
}
.team-associate {
	margin-bottom:35px;
}

.next-project, .prev-posts, .next-posts {
	display:inline-block;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
	margin-left: 5px;
}
.prev-posts, .next-posts  {
	width:15px;
}
.share-overlay {
	position:absolute;
	z-index:999999;
	width:98%;
	background-color:rgba(255,255,255,0.8);
	height: 100%;
	opacity:0;
	text-align:center;
}
.custom_images {
	top:43%;
	position: absolute;
    width: 100%;
}
.custom_images a {
	display:inline-block;
	padding:0 25px;
}
.facebook-btn {
	width:100px;
	height:100px;
	background:url(img/facebook.png) no-repeat -100px 0;
}
.facebook-btn:hover {
	background:url(img/facebook.png) no-repeat 0 0;
}
.twitter-btn {
	width:100px;
	height:100px;
	background:url(img/twitter.png) no-repeat -100px 0;
}
.twitter-btn:hover {
	background:url(img/twitter.png) no-repeat 0 0;
}
.linkedin-btn {
	width:100px;
	height:100px;
	background:url(img/linkedin.png) no-repeat -100px 0;
}
.linkedin-btn:hover {
	background:url(img/linkedin.png) no-repeat 0 0;
}
.email-btn {
	width:100px;
	height:100px;
	background:url(img/email.png) no-repeat -100px 0;
}
.email-btn:hover {
	background:url(img/email.png) no-repeat 0 0;
}
.pinterest-btn {
	width:100px;
	height:100px;
	background:url(img/pinterest.png) no-repeat -100px 0;
}
.pinterest-btn:hover {
	background:url(img/pinterest.png) no-repeat 0 0;
}
.pin_it_iframe_widget {
	display:none;
}
.btn-active {
	color:#808080 !important;
}
.close-overview {
	width:17px;
	height:17px;
	background: url(img/close-overview.png) no-repeat -17px 0;
	border:none;
	position: absolute;
    right: 15px;
}
.close-overview:hover {
	width:17px;
	height:17px;
	background: url(img/close-overview.png) no-repeat 0 0;
}
.proj-slide img {
	width:100%;	
}
.two-third-left {
	width:66.6%;
	float:left;
	padding-right: 4px;
}
.one-third-right {
	width:33.39%;
	float:left;
	padding-left: 3.5px;
}
.one-third-left {
	width:33.31%;
	float:left;
	padding-right: 2px;
}
.two-third-right {
	width:66.69%;
	float:left;
	padding-left: 4px;
}
.half-left {
	width:50%;
	float:left;
	padding-right: 4px;
}
.half-right {
	width:50%;
	float:left;
	padding-left: 4px;
}
.full-slide {
	width:100%;
	/*padding: 0 5px;*/
}
.project-slide {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.project-slide-img { 
	display: table-cell;
	vertical-align: top;
}
.project-slide-img img {
	display: block;
	width: 100%;
	height: auto;
	border:2px solid #fff
}
.prev-post a, .next-post a {
	color:#bdbfc1;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
.prev-post:hover a, .next-post:hover a {
	text-decoration:none;
	color:#808080;
}
.prev-post {
	display: inline-block;
	margin-right:20px;
}
.next-post {
	display: inline-block;
}
.prev-post-arrow {
	width:10px;
	height:19px;
	background: url(img/project-arrows.png) no-repeat 0 0;
	vertical-align: text-top;
	display: inline-block;
}
.next-post-arrow {
	width:10px;
	height:19px;
	background: url(img/project-arrows.png) no-repeat -10px 0;
	vertical-align: text-top;
	display: inline-block;
}
.prev-post:hover .prev-post-arrow {
	width:10px;
	height:19px;
	background: url(img/project-arrows.png) no-repeat 0 -19px;
}
.next-post:hover .next-post-arrow {
	width:10px;
	height:19px;
	background: url(img/project-arrows.png) no-repeat -10px -19px;
	display: inline-block;
}
.load-img {
	opacity:0;
}
.load-img.bg-loaded {
	opacity:1;
	transition:all 1s ease;
}

.slider-prev-arrow {
	right: 0;
	background: url(img/arrows.png) no-repeat 0 0;
}
.slider-next-arrow {
	background: url(img/arrows.png) no-repeat -15px 0;
}
#slider-prev:hover .slider-prev-arrow, #project-slider-prev:hover .slider-prev-arrow {
	background-position: 0 -29px;
}
#slider-next:hover .slider-next-arrow, #project-slider-next:hover .slider-next-arrow {
	background-position: -15px -29px;
}
.slider-prev-arrow, .slider-next-arrow {
	width:15px;
	height:29px;
	z-index: 9999;
	display: block;
	top: 45%;
    position: absolute;
}
#slider-prev, #slider-next {
	position: absolute;
    top: 147px;
    height: calc(100vh - 147px);
}
#project-slider-prev, #project-slider-next {
	position: absolute;
    top: 0;
    height: 100%;
}
#slider-next, #project-slider-next {
	right: 0;
    width: 29px;
	cursor:pointer;
}
#slider-prev, #project-slider-prev {
    width: 29px;
	cursor:pointer;
}
.project-banner-outer #project-slider-next {
	right:15px;
}
#work-cat, .work-slash {
	line-height:0.85em;
	padding:0;
	/*vertical-align:bottom;*/
	font-size:17px;
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
#work-cat {
	font-family:"Frutiger LT W01_67 Bold Cond", helvetica, arial, sans-serif;
}
.footer-nav {
	text-align:right;
}
.footer-nav a {
	color:#808080;
}
.social-small {
    margin-bottom: 20px;
}
.social-small a {
	display: inline;
}
.phone, a.phone {
	display:inline;
}
.photography {
	margin-bottom:20px;
}
.photography p {
	margin-bottom:0;
}
#logo {
	float:right;
}
#logo img {
	width:202px;
	margin-top:1px;
}
.mobile-next-post {
	margin-bottom:20px;
}
hr.next-rule {
	margin-top:0;
	border-top: 1px solid #bdbfc1;
}
@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
@media (min-width: 992px) {
	.team-expand {
		display:none;
	}
	.mobile-header {
		display:none !important;
	}
	.scroll-top {
		display:none;
	}
	hr.next-rule {
		display:none;
	}
	.work-menu {
		height: 30px;
		display: table-cell;
		vertical-align: bottom;
	}
}
@media (max-width: 1399px) {
	.half-left {
		padding-right: 3.5px;
	}
	.half-right {
		padding-left: 3.5px;
	}
	.one-third-right {
		padding-left: 3px;
	}
	.one-third-left {
		padding-right: 1.5px;
	}
}
@media (max-width: 1200px) {
	.one-third-right {
		padding-left: 2.5px;
	}
	.one-third-left {
		padding-right: 2px;
	}
}
@media screen and (max-width: 991px) {
	/*header {
		position: fixed;
    	z-index: 999999;
    	background: #fff;
		top:0;
	}
	.mobile-top {
		margin-top:181px;
	}*/
	.overview {
		width:100%;
	}
	#logo img {
		width:110px;
	}
	.custom_images {
		top:38%;
	}
	body {
		padding-top:28px;
	}
	.scroll-top-header {
		position: fixed;
		z-index: 9;
		background: #fff;
		width: 100%;
		max-width: 750px;
		padding-top: 16px;
		padding-bottom: 5px;
    	top: 0;
	}
	#logo img {
		margin-bottom: 10px;
	}
	.mobile-header {
		position: fixed;
		display: none;
		width: 100%;
		background: #fff;
		z-index:999999;
		padding: 15px 0;
	}
	.mobile-header #logo img {
		margin-bottom: 0;
	}
	.custom_images {
		top:35%;
	}
	.share-btn {
		float: right;
	}
	.share-overlay {
		left:0;
	}
	h2.senior-associates {
		padding: 25px 0;
		font-size: 17px;
	}
	.team-associate img {
	    margin-bottom: 25px;
	}
	.footer-margin {
		height:35px;
	}
	.team-associates {
		height:68px;
		overflow:hidden;
	}
	.team-associates.team-open {
		height:auto;
		overflow:auto;
	}
	.footer-links {
		text-align:left;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		height:5px;
		width:5px;
	}
	.email-btn, .facebook-btn, .linkedin-btn, .pinterest-btn {
		width: 50px;
    	height: 50px;
    	background-position: -50px 0;
    	background-size: 100px 50px;
    	margin: auto;
	}
	.email-btn:hover, .facebook-btn:hover, .linkedin-btn:hover, .pinterest-btn:hover {
		width: 50px;
    	height: 50px;
    	background-position: 0 0;
    	background-size: 100px 50px;
    	margin: auto;
	}
	.custom_images a {
		width: 24% !important;
	}
	.page-banner-inner {
		font-size:17px;
	}
	.page-banner {
		height:275px;
	}
	#project-slider-next, #project-slider-prev {
		display:none;
	}
	.homepage .bx-controls.bx-has-pager {
		display:none;
	}
	#logo {
    	position: relative;
    	z-index: 2;
	}
	.overview-btn:hover, .share-btn:hover {
		color:#bdbfc1;
	}
	.share-btn {
		padding-right:0;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		border: 1px solid #ccc;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.bx-wrapper .bx-pager {
		margin-top:0;
	}
	.project-banner-outer {
		margin-bottom: 40px;
	}
	.header-top {
		padding-top: 16px;
	}
	.header-bottom {
		/*padding-bottom: 32px;
		padding-bottom: 32px;*/
		padding-bottom: 59px;
	}
	.no-pad {
		padding:0;
	}
	.pad {
		padding-left:15px;
		padding-right:15px;
	}
	.two-third-left {
		padding-right: 3px;
	}
	.one-third-right {
		padding-left: 0px;
	}
	.one-third-left {
		padding-right: 0px;
	}
	.two-third-right {
		padding-left: 3px;
	}
	.half-left {
		padding-right: 2px;
	}
	.half-right {
		padding-left: 2px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #ccc;
	}
	.share-overlay {
		width:100%;
	}
	.team-title, .team-description {
		display:none;
	}
	.team-main, .team-associate {
		margin-bottom:0;
	}
	.team-name {
		margin-bottom:20px;
	}
	.team-footer-margin {
		display:none;
	}
	
}
@media screen and (max-width: 728px) {
	.half-left {
		padding-right: 3.5px;
	}
	.half-right {
		padding-left: 3.5px;
	}
	.one-third-left {
		padding-right: 1px;
	}
	.two-third-right {
		padding-left: 4px;
	}
}
@media screen and (max-width: 320px) {
	.one-third-left {
		padding-right: 0.5px;
	}
	.two-third-right {
		padding-left: 2.5px;
	}
	.two-third-left {
		padding-right: 2px;
	}
	.one-third-right {
		padding-left: 1px;
	}
	.half-left {
		padding-right: 1.5px;
	}
	.half-right {
		padding-left: 1.5px;
	}
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
	
}



/*.container {
	width:100%;
	padding-left:30px;
	padding-right:30px;
}*/

