/* All CSS customizations */


/*FONTS*/

/*
@font-face {
	font-family: 'ProximaNova';
	src: url("ProximaNova-Regular_gdi.eot");
	src: url("ProximaNova-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("ProximaNova-Regular_gdi.woff") format("woff"), url("ProximaNova-Regular_gdi.ttf") format("truetype"), url("ProximaNova-Regular_gdi.svg#ProximaNova-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url("ProximaNova-Light_gdi.eot");
	src: url("ProximaNova-Light_gdi.eot?#iefix") format("embedded-opentype"), url("ProximaNova-Light_gdi.woff") format("woff"), url("ProximaNova-Light_gdi.ttf") format("truetype"), url("ProximaNova-Light_gdi.svg#ProximaNova-Light") format("svg");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url("ProximaNova-Bold_gdi.eot");
	src: url("ProximaNova-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("ProximaNova-Bold_gdi.woff") format("woff"), url("ProximaNova-Bold_gdi.ttf") format("truetype"), url("ProximaNova-Bold_gdi.svg#ProximaNova-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url("ProximaNova-Bold_gdi.eot");
	src: url("ProximaNova-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("ProximaNova-Bold_gdi.woff") format("woff"), url("ProximaNova-Bold_gdi.ttf") format("truetype"), url("ProximaNova-Bold_gdi.svg#ProximaNova-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}
*/

#ventures body,
#refinery body {
	font-family: 'ProximaNova', 'proxima-nova', Arial, sans-serif;
	font-size: 100% !important;
}

#ventures .scroll-to-top,
#refinery .scroll-to-top {
	display: none;
}


/*SECTIONS*/

section.section {
	background: #f4f4f4;
	border-top: none;
	margin: 30px 0;
	padding: 0;
}


/*CONTAINERS*/

.trans-header-box {
	margin: 30px;
	background-color: #ffffff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	/* For IE8 and earlier */
}

.bio-pic-right {
	width: 200px;
	height: 200px;
/*
	position: absolute;
	right: 8.875em;
	top: -1.5em;
*/
}

.bio-pic-left,
.bio-pic-right{
	width: 200px;
	height: 200px;
/*	position: absolute;*/
/*
	left: -1em;
	top: -1.5em;
*/
}

.portfolio-pic {
	width: 14em;
	height: 13em;
	margin: 0 auto;
	background: #fff;
	border-radius: 125px;
	border: 2px solid #5e9cae;
}
#portfolio p{
	padding:0 1em;
	font-size:1.6em !important;
	margin:0 0 2em 0 !important;
}

.partner-pic {
	width: 14em;
	height: 13em;
	margin: 0 auto;
	background: #fff;
	border-radius: 125px;
	border: 2px solid #5e9cae;
}
#partner p{
	padding:0 1em;
	font-size:1.6em !important;
	margin:0 0 2em 0 !important;
}

.featured-box-primary .box-content {
	border-top: 0;
}

.featured-box-secondary .box-content {
	border-top: 0;
}

.featured-box-primary--blue .box-content {
	border-top-color: #0088cc;
	background: url(../img/citi-blog1.jpg);
	background-size: cover;
	opacity: .5;
}

.featured-box-secondary--blue .box-content {
	border-top-color: #0088cc;
	background: url(../img/citi-blog2.jpg);
	background-size: cover;
	opacity: .5;
}

.parallax.section.section-text-light.section-parallax.section-center .container {
	width: 100%;
}
#ventures .parallax.section.section-text-light.section-parallax.section-center .container {
	height:500px;
}
#refinery section.parallax{
	background-size:cover;
	height:500px;
	background-attachment:fixed;
	position:relative;
}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	#refinery section.parallax{
		background-size: 240%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#refinery section.parallax{background-size:200%;}
}
@media (min-width: 1200px) {
	#refinery section.parallax{background-size:145%;}
}



section#strategy{
	/*border-top:1px solid #46c3cf;*/
}
#strategy .heading.center.text-uppercase.strategy-hex {
	background: url(../img/hexpattern_strategy.png);
	background-size: cover;
}

#ventures section#contact ul{
	margin-left:7em;
}
@media (max-width: 479px) {
	#ventures section#contact ul{
		margin-left:0;
	}
}

.table {
	display: table!important;
}

.table-cell {
	display: table-cell!important;
}

#percolate-caption {
	border: 1px solid #fff;
	padding: 20px;
	width: 100%;
	position: absolute;
	top: -195px;
	left: 0;
	text-align: center;
	display: none;
}

#olapic-caption {
	border: 1px solid #fff;
	padding: 20px;
	width: 100%;
	position: absolute;
	top: -195px;
	left: 0;
	text-align: center;
	display: none;
}

#chromatin-caption {
	border: 1px solid #fff;
	padding: 20px;
	width: 100%;
	position: absolute;
	top: -195px;
	left: 0;
	text-align: center;
	display: none;
}

#nanosonics-caption {
	border: 1px solid #fff;
	padding: 20px;
	width: 100%;
	position: absolute;
	top: -195px;
	left: 0;
	text-align: center;
	display: none;
}

#refinery .event-container {
	width: 100%;
	background: #253846;
	color: #fff;
}

#refinery .event-container:hover {
	background: #fff;
	color: #5e9cae;
}

#refinery .event-container .event-header {
	width: 100%;
	border-bottom: 1px solid #5e9cae;
	padding: 20px 0 20px 0;
}

#refinery .event-container .event-description {
	width: 100%;
	padding: 20px;
}

.logo img {
	margin: 0 auto;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.logo img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*

#ventures a.button.email {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #289b8a;
    background: #ccc;
    padding: 5px 50px 5px 50px;
    border: solid #289b8a 1px;
    text-decoration: none;
    font-size: 1.5em;
}

#ventures a.button.email:hover {
    text-decoration: none;
}

*/

#ventures a.button.blog {
	border-radius: 5px;
	color: #5e9cae;
	border: solid #777 1px;
	text-decoration: none;
}

#ventures a.button.blog:hover {
	text-decoration: none;
}

#refinery a.button {
	color: rgba(88, 199, 234, 1);
	box-shadow: rgba(70, 195, 207, 0.4) 0 0px 0px 2px inset;
}

#refinery .btn-wrap a {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	max-width: 180px;
	text-decoration: none;
	font-size: 1.5em;
	border-radius: 5px;
	padding: 5px 50px 5px 50px;
}

#refinery a.button:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(70, 195, 207, 0.7) 0 0px 0px 40px inset;
	cursor: pointer;
}

#ventures a.button {
	color: rgba(153, 178, 203, 1);
	box-shadow: rgba(55, 99, 125, 0.4) 0 0px 0px 2px inset;
}

#ventures .btn-wrap a {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	max-width: 180px;
	text-decoration: none;
	font-size: 1.5em;
	border-radius: 5px;
	padding: 5px 50px 5px 50px;
}

#ventures a.button:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(55, 99, 125, 0.7) 0 0px 0px 40px inset;
	cursor: pointer;
}

#ventures a.button.email {
	color: rgba(40, 155, 138, 1);
	box-shadow: rgba(62, 143, 140, 0.4) 0 0px 0px 2px inset;
}

#ventures .btn-wrap a.email {
	-webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	max-width: 180px;
	text-decoration: none;
	font-size: 1.5em;
	border-radius: 5px;
	padding: 5px 50px 5px 50px;
}

#ventures a.button.email:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.85);
	box-shadow: rgba(62, 143, 140, 0.7) 0 0px 0px 40px inset;
	cursor: pointer;
}

.row.row-eq-height,
.row.row-eq-height>div[class*='col-'] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1 0;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.row.row-eq-height.row-eq-height-wrap {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

/*.row.row-eq-height>div[class*='col-'] {
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex-line-pack: start;
	align-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}*/

.row.row-eq-height>div[class*='col-'] {
	margin: -.2px;
	/* hack adjust for wrapping */
}
.bg-darker-gray .row.row-eq-height>div[class*='col-']{
	padding-left:0;
	padding-right:0;
}

.row.row-eq-height>div[class*='col-'] div {
	width: 100%;
}

.flex-col {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
}

.flex-grow-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 2;
	-ms-flex: 2 0 auto;
	flex: 2 0 auto;
}

.flex-grow-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 3;
	-ms-flex: 3 0 auto;
	flex: 3 0 auto;
}

.info-boxes .flex-col {
	padding: 20px;
/*	margin: 20px;*/
/*	background-color: #595b5f;*/
}
@media (max-width: 991px) {
	#refinery .info-boxes .flex-col{
		margin:20px 0;
		padding:0;
	}
}
#refinery .info-boxes .flex-col.border-left{
	border-left:1px solid rgba(255, 255, 255, 0.25);
}
#refinery .info-boxes .flex-col.border-right{
	border-right:1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 991px) {
	#refinery .info-boxes .flex-col.border-left{
		border-left:0 none;
	}
	#refinery .info-boxes .flex-col.border-right{
		border-right:0 none;
	}
}

.info-boxes .flex-col img {
	align-self: center;
	height:110px;
	max-height: 110px;
	/*margin-bottom:20px;*/
}
#ventures .info-boxes .flex-col img {
	height:100px;
	max-height: 135px;
	float: left;
	margin-top: -30px;
	margin-right: 10px;
}

.info-boxes .flex-col h4 {
	align-self: right;
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	min-height: 2.25em;
}
@media (max-width: 991px) {
	.info-boxes .flex-col h4 {
		min-height:1.25em;
	}
}

.info-boxes .flex-col p {
    align-self: flex-end;
}
.bg-aquamarine-pattern{
	background:#46c3cf url(../cps-images/nw-ventures-refinery-pattern.gif);
}
#refinery .bg-aquamarine-pattern ul.lead{
	margin-top:1.25em;
	margin-bottom:1.25em;
	font-weight: 400;
}
#refinery .bg-aquamarine-pattern ul.lead li{
	margin-top:.75em;
	margin-bottom: .75em;
}

/*HEADINGS*/

.heading.heading-middle-border:before {
	border-top: 0;
}

.heading.center>h2 {
	display: inline-block;
}

#header .header-body {
	background: #ADAFAF;
	border-top: 0;
}

h1 {
	font-size: 6em;
	line-height: 1em;
	margin: 0 0 15px 0;
	letter-spacing: 0.109em;
}

#refinery .logo h1 {
	margin-bottom: 0;
}

h2 {
	font-size: 5.5em;
	letter-spacing: 0.109em;
}
.heading.center.text-uppercase h2.text-white.border-white{
	font-size:6.5em;
	line-height: 1;
	padding:20px 50px;
	font-weight: 100;
	border:1px solid #fff !important;
}
.heading.center.text-uppercase h2.text-white.bg-aquamarine{
	font-size:6.5em;
	line-height: 1;
	padding:20px 50px;
	font-weight:100;
	margin-top:20px;
	margin-bottom:5px;
}
@media (max-width: 479px) {
	.heading.center.text-uppercase h2.text-white.bg-aquamarine{
		font-size:5.5em;
	}
}

h4 {
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
}
#terms-conditions h3{
	font-size:2.2em;
}
#terms-conditions h4{
	font-size:1.8em;
}

p {
	font-size: 1.5em;
}


/*WRAPPERS*/


/*BORDERS*/

.border-light-purple {
	border: 3px solid #8e4fa0!important;
}

.border-white {
	border: 2px solid #fff!important;
}

.border-blue-green {
	border: 2px solid #46c3cf!important;
}

.no-border-right {
	border-right: 0!important;
}

.no-border-left {
	border-left: 0!important;
}

.border-right-thin-lightblue {
	border-right: 2px solid #37637d!important;
}

.border-bottom-thin-light-green {
	border-bottom: 2px solid #4ba6a0!important;
}

.border-bottom-thin-aquamarine {
	border-bottom: 2px solid #5e9cae!important;
}


/*DIMENSIONS*/


/*COLORS*/

.bg-dark-purple {
	background: #403A60!important;
}

.bg-dark-green {
	background: #0e4852!important;
}

.bg-light-purple {
	background: #8e4fa0!important;
}

.bg-blue-green {
	background: #46c3cf!important;
}

.bg-white {
	background: #FFFFFF!important;
}

.bg-dark-teal {
	background: #253846!important;
}

.bg-accent-blue {
	background: #37637d!important;
}

.bg-dark-gray {
	background: #64676b!important;
}
.bg-darker-gray {
	background:#4F5054 !important;
}

.bg-dark-gray a {
	color: #fff!important;
	text-decoration: underline;
}

#refinery .bg-aquamarine {
	background: #46c3cf!important;
}

#ventures .bg-aquamarine {
	background: #5e9cae!important;
}

.text-black {
	color: #000!important;
}

.text-white {
	color: #fff!important;
}

.text-green {
	color: #289b8a!important;
}

.text-light-green {
	color: #3e8f8c!important;
}

.text-blue-green {
	color: #5e9cae!important;
}

.text-purple {
	color: #80669d!important;
}

.text-blue {
	color: #5d98cc!important;
}

.text-dark-blue {
	color: #0b3a5d!important;
}

.no-decoration {
	text-decoration: none!important;
}


/*OPACITY*/

.opacity-half {
	opacity: .5!important;
}

.opaque {
	opacity: 1!important;
}


/*TEXT*/

.lead {
	font-size: 2em!important;
}

.text-align-right {
	text-align: right!important;
}

.text-align-center {
	text-align: center!important;
}

.text-cool-gray-2 {
	color: #D0D0CE!important;
}

.text-aquamarine {
	color: #0047bb!important;
}

#ventures .text-cool-blue {
	color: #99b2cb!important;
}

.uppercase {
	text-transform: uppercase!important;
}

.text-5em {
	font-size: 5em;
}

.text-3em {
	font-size: 3em;
}

.text-2em {
	font-size: 2em;
}

.text-1pt5em {
	font-size: 1.5em;
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 95px;
	padding-left: 60px;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}

.blockquote.no-border-left {
	text-align: left;
}

#refinery .subhead {
	margin-bottom: 40px;
	font-size: 3em;
	font-weight: 300;
	color: #46c3cf;
	font-style: italic;
}

#refinery blockquote {
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: 300;
	color: #fff;
	font-style: italic;
	border-left: 0;
	position: relative;
}

#refinery blockquote p {
	line-height: 1.2em;
}

#refinery blockquote p:before {
	content: "\201C";
	font-weight: bold;
	font-size: 100px;
	color: #5e9cae;
	position: absolute;
	top: 0.125em;
	left: -0.3em;
	font-family: 'ProximaNova', 'proxima-nova', Arial;
}

#refinery blockquote p:after {
	content: "\201D";
	font-weight: bold;
	font-size: 100px;
	color: #5e9cae;
	position: absolute;
	bottom: 0;
	right: 0.125em;
	font-family: 'ProximaNova', 'proxima-nova', Arial;
}

#refinery a {
	color: #0072cf;
}

#ventures a.advisory {
	color: #58c7ea;
	cursor: pointer;
}

.italic {
	font-style: italic!important;
}

.line-height-35 {
	line-height: 35px!important;
}

.line-height-1em {
	line-height: 1em!important;
}

.list-style-none {
	list-style: none!important;
}

.font-weight-100 {
	font-weight: 100;
}

#refinery h1 sup {
	font-size: 35%;
	top: -1.3em;
}


/*MARGINS*/

.margin-0-auto {
	margin: 0 auto!important;
}

.top-margin-5 {
	margin-top: 5px!important;
}

.top-margin-1em {
	margin-top: 1em!important;
}

.top-margin-2em {
	margin-top: 2em!important;
}

.top-margin-5-percent {
	margin-top: 5%!important;
}

.top-margin-7 {
	margin-top: 7px!important;
}

.top-margin-7em {
	margin-top: 7em!important;
}

.top-margin-neg-39 {
	margin-top: -39px!important;
}

.margin-left-neg-5em {
	margin-left: -5em!important;
}

.margin-right-neg-5em {
	margin-right: -5em!important;
}

.no-bottom-margin {
	margin-bottom: 0!important;
}

.no-top-margin {
	margin-top: 0!important;
}

.margin-bottom-40 {
	margin-bottom: 40px!important;
}

.margin-bottom-90 {
	margin-bottom: 90px!important;
}

.margin-bottom-1em {
	margin-bottom: 1em!important;
}
.margin-bottom-2em {
	margin-bottom: 2em!important;
}

.margin-bottom-3em {
	margin-bottom: 3em!important;
}

.margin-bottom-4em {
	margin-bottom: 4em!important;
}

.margin-bottom-6em {
	margin-bottom: 6em!important;
}

.margin-bottom-10em {
	margin-bottom: 10em!important;
}

.margin-bottom-15em {
	margin-bottom: 15em!important;
}

.margin-top-20em {
	margin-top: 20em!important;
}

.margin-left-7em {
	margin-left: 7em!important;
}

#refinery .header-neg-margin-3 {
	margin-top: -.3em!important;
}

#refinery .header-neg-margin-9 {
	margin-top: -.9em!important;
}

#refinery .event-header .table-cell.date {
	font-weight: 200;
	font-size: 1.5em;
	vertical-align: middle;
}


/*FOOTER*/

footer img {
	margin: 0 auto;
}

footer p {
	margin: 0 auto;
}
#footer .footer-copyright p{
	line-height:1.5;
	margin:0 0 2em 0 !important;
}
#footer .footer-copyright p.lead{
	font-size:1.8em !important;
}
#footer .footer-copyright p.lead a{
	margin:0 .5em;
}

/*PADDING*/

#header-row {
	padding-top: 145px;
}
#ventures #header-row .shadow-row{
	height:355px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.88) 75%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.88) 75%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.88) 75%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
/*
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
*/
}
#ventures #header-row .shadow-row h1{
	margin-top:100px;
	margin-bottom:40px;
}
#ventures #header-row .shadow-row p.lead.text-white{
	font-size:2.15em !important;
}

.no-padding-left {
	padding-left: 0!important;
}

.no-padding-right {
	padding-right: 0!important;
}

.padding-twenty {
	padding: 20px;
}

.top-padding-twenty {
	padding-top: 20px;
}

.top-padding-fifteenem {
	padding-top: 15em;
}

.top-padding-twentyem {
	padding-top: 20em;
}

.top-padding-thirtyem {
	padding-top: 30em;
}

.top-padding-fiftyfiveem {
	padding-top: 55em;
}

.padding-fifty {
	padding: 50px;
}

.padding-tb-9em {
	padding: 9em 0em;
}

.side-padding-hundo {
	padding: 0 100px 0 100px;
}

.top-padding-2hundo {
	padding-top: 200px;
}

.padding-left-80 {
	padding-left: 80px;
}

.padding-left-7em {
	padding-left: 7em!important;
}


/*SHAPES*/

.shape-circle-see-all {
	width: 75px;
	height: 75px;
	border-radius: 50px;
	float: right;
	position: relative;
	bottom: 15px;
}

.shape-circle-see-all p {
	position: relative;
	top: 25px;
	left: 10px;
}

#refinery .shape-circle-see-all,
#ventures a.shape-circle-see-all {
	width: 75px;
	height: 75px;
	border-radius: 50px;
	float: none;
	margin: 0 auto;
	position: relative;
	bottom: 15px;
	display: inline-block;
	line-height: 75px;
	vertical-align: middle;
	font-size: 150%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#ventures a.shape-circle-see-all:hover,
#ventures a.shape-circle-see-all:focus{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#refinery .shape-circle-see-all p,
#ventures .shape-circle-see-all p {
	position: relative;
	top: 25px;
	left: 10px;
}

.shape-circle-team {
	width: 14em;
	height: 14em;
	border-radius: 125px;
	margin: 0 auto;
	position: relative;
}

.shape-circle-team div {
	position: absolute;
	top: 40px;
	left: 50px;
}

.shape-circle-team img {
	-webkit-clip-path: circle(60px at center);
	clip-path: circle(60px at center);
}

.shape-pill {
	width: 100%;
	height: 5em;
	border-radius: 500px;
	background-color: #fff;
	padding: 1.5em;
	text-align: center;
}

.shape-pill-team {
	width: 100%;
	height: 200px;
	border-radius: 500px;
	background-color: #0072CF!important;
/*	padding: 1.5em;*/
	margin:1.5em 0;
	position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
	.shape-pill-team {
		width:95%;
	}
	.shape-pill-team .pull-right{
		width:35%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.shape-pill-team .pull-right{
		width:55%;
	}
}
@media (max-width: 991px) {
	.shape-pill-team{
		margin:1.5em 15px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.shape-pill-team .pull-right{
		width:35%;
	}
}
@media (min-width: 1200px) {
	.shape-pill-team .pull-right{
		width:45%;
	}
}
@media (max-width: 479px) {
	.shape-pill-team{height:auto;width:auto;margin:0 20px !important;}
	.shape-pill-team .pull-left,
	.bio-float-left,
	.bio-float-right,
	.shape-pill-team .pull-right{
		float:none !important;
		clear:both;
		margin:0 !important;
	}
	.shape-pill-team h4{display:inline;margin:0 .25em 0 0 !important;}
}

.shape-pill-team--right {
	width: 113%;
	height: 14em;
	border-radius: 500px;
	background-color: #fff;
	padding: 1.5em;
	text-align: center;
}

#ventures .shape-pill-team .icon{
	display:inline-block;
	width:32px;
	height:32px;
	overflow: hidden;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	margin:.5em .5em 0 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	opacity: 0.85;
}
#ventures .shape-pill-team .icon:hover,
#ventures .shape-pill-team .icon:focus{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1.0;
}
#ventures .shape-pill-team .icon.icon-twitter{
	background-image: url(../cps-images/nw-ventures-refinery-icon-twitter.png);
}
#ventures .shape-pill-team .icon.icon-linkedin{
	background-image: url(../cps-images/nw-ventures-refinery-icon-linkedin.png);
	width:37px;
}

.shape-pill-contact {
	width: 113%;
	height: 5em;
	border-radius: 50px 5px 5px 50px;
	-moz-border-radius: 50px 5px 5px 50px;
	-webkit-border-radius: 50px 5px 5px 50px;
	border: 2px solid #4ba6a0;
}

#ventures #approach .circles-left div {
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	border-radius: 1em;
	background: #fff;
	border: 2px solid #097e8b;
	margin: 0 1em;
	display: block;
	color: white;
	position: relative;
}

#ventures #approach .circles-right div {
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	border-radius: 1em;
	background: #fff;
	border: 2px solid #097e8b;
	margin: 0 5em;
	display: block;
	color: white;
	position: relative;
}

#ventures #approach .circles-left div:before {
	content: '';
	position: absolute;
	top: 2em;
	left: 1em;
	width: 4em;
	height: .2em;
	background: #097e8b;
	z-index: -1;
	display: inline-block;
	-webkit-transform: rotate(33deg);
	transform: rotate(33deg);
}

#ventures #approach .circles-right div:before {
	content: '';
	position: absolute;
	top: 2em;
	left: -3em;
	width: 4em;
	height: .2em;
	background: #097e8b;
	z-index: -1;
	display: inline-block;
	-webkit-transform: rotate(148deg);
	transform: rotate(148deg);
}

#ventures #approach .circles-left div.circle-last:before {
	display: none;
}

#ventures #approach .section-parallax,
#ventures #strategy .section-parallax{
	background-repeat: repeat-x;
	padding-top:0 !important;
}
/*
#ventures #approach{
	background-image: url(../cps-images/nw-ventures-refinery-hexpattern-approach.png);
}
*/
/*
#ventures #strategy{
	background-image: url(../cps-images/nw-ventures-refinery-hexpattern-strategy.png);
}
*/


/*EFFECTS*/

.transition-grow {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
}

.transition-shrink {
	-webkit-transform: scale(.7);
	transform: scale(.7);
}

.portfolio {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.partner {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}


/*NAVIGATION*/

.navbar {
	margin-bottom: 0;
	z-index: 1;
}

#navbar-main {
	z-index: 99;
}

.navbar.navbar-default.navbar-fixed-top {
    z-index: 10000;
	background-color: rgba(0, 0, 0, .85);
}

.navbar-default .navbar-collapse {
	border: 0;
}

.navbar-default {
	border-color: black;
/*	opacity: .85;*/
}

#navbar-main.navbar-inverse.affix {
	background: black;
	opacity: .85;
	top: 0;
	left: 0;
	right: 0;
}

#ventures .navbar-default .navbar-nav>li>a,
#refinery .navbar-default .navbar-nav>li>a {
	color: rgba(255, 255, 255, .75);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	padding-left:2em;
	padding-right:2em;
}
#ventures .navbar-default .navbar-nav>li>a:hover,
#refinery .navbar-default .navbar-nav>li>a:hover,
#ventures .navbar-default .navbar-nav>li>a:focus,
#refinery .navbar-default .navbar-nav>li>a:focus{
	background-color:rgba(0, 0, 0, .9) !important;
	text-shadow: 0 0 5px #000000;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
	color: rgba(255, 255, 255, 1.0) !important;
	text-shadow: 0 0 5px #000000;
}
.navbar-brand img:hover,
.navbar-brand img:focus {
Â Â Â Â transform: scale(1.1);
}
.navbar-brand {
	padding: 0;
	height: 0;
}
#logo-container img {
	position: fixed;
    z-index: 10001;
	top: 0;
	left: 2em;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width: 122px;
	height: 110px;
}
#logo-container img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.navbar-nav {
	margin-left: 7em;
	font-size: 1.7em;
}
.navbar-inverse .navbar-nav>li>a {
	color: #C9CAC8;
}
.nav>li>a:first-child {
/*	padding-left: 3em;*/
}
.navbar-default .navbar-toggle{
	border-color:rgba(255, 255, 255, .5);
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	background-color:rgba(255, 255, 255, .25);
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
	background-color:rgba(255, 255, 255, .7);
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar .container{
		padding-left:55px;
	}
}


/*POSITIONING*/

.relative {
	position: relative!important;
}

.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.vertical-align-bio{
	margin-top:40px;
}
@media (max-width: 479px) {
	.vertical-align-bio{
		margin-top:10px;
	}
}

.shape-pill-contact {
	width: 113%;
	height: 240px;
	background-image: url(../img/citi-blog1.jpg);
	border-radius: 100px;
	background-position: center center;
	background-size: 230px 240px;
}

#refinery .blog-gear {
	display: inline-block;
}

#refinery .blog-gear:before {
	content: url("../img/bkg_gears_right.png");
}

#refinery #refinery-logo {
	position: absolute;
	left: 50%;
	bottom: -1em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/*FLIP ANIMATION includes IE*/


/* entire container, keeps perspective */

#refinery .flip-container {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


/*  JS Flip */

#refinery .rotate-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

#refinery .rotate-front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}


/*  CSS Flip
#refinery .flip-container:hover .back {
    transform: rotateY(0deg);
}
#refinery .flip-container:hover .front {
    transform: rotateY(180deg);
}

*/

#refinery .flip-container,
#refinery .front,
#refinery .back {
	width: 320px;
	height: 480px;
}


/* flip speed goes here */

#refinery .flipper {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}


/* hide back of pane during swap */

#refinery .front,
#refinery .back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}


/*  UPDATED! front pane, placed above back */

#refinery .front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}


/* back, initially hidden pane */

#refinery .back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}


/*
	Some vertical flip updates
*/

#refinery .vertical.flip-container {
	position: relative;
}

#refinery .vertical .back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

#refinery .vertical.flip-container:hover .back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#refinery .vertical.flip-container:hover .front {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}


/*UNSLIDER STYLES*/

.unslider {
	overflow: auto;
	margin: 0;
	padding: 0;
}

.unslider-wrap {
	position: relative;
}

.unslider-wrap.unslider-carousel>li {
	float: left;
}

.unslider-vertical>ul {
	height: 100%;
}

.unslider-vertical li {
	float: none;
	width: 100%;
}

.unslider-fade {
	position: relative;
}

.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10;
}

.unslider li,
.unslider ol,
.unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.unslider-arrow {
	position: absolute;
	left: 20px;
	z-index: 2;
	cursor: pointer;
}

.unslider-arrow.next {
	left: auto;
	right: 20px;
}

.unslider-nav ol {
	list-style: none;
	text-align: center;
}

.unslider-nav ol li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 4px;
	background: #ccc;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #fff;
	cursor: pointer;
}

.unslider-nav ol li.unslider-active {
	background: #5e9cae;
	cursor: default;
}

#ventures .bio-float-right {
	float: right;
	width:200px;
	height:200px;
	margin:0 0 0 20px;
}

#ventures .bio-float-left {
	float: left;
	width:200px;
	height:200px;
	margin:0 20px 0 0;
}


/*BIO DIALOGUES*/

#OpenLightBox1,
#OpenLightBox2,
#OpenLightBox3,
#OpenLightBox4,
#OpenLightBox5,
#OpenLightBox6 {
	text-align: center;
	margin-top: 30px;
	width: 100%;
}

.close {
	display: block;
	position: absolute;
	z-index: 1003;
	top: 0;
	right: 0;
	padding: 4px 7px;
	color: #666;
	border-radius: 0 5px 0 5px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	box-shadow: 0 2px 1px -1px #fff, -2px 0 1px -1px #fff, inset -2px 0 1px -1px #fff;
}

.close:hover {
	color: white;
	cursor: pointer;
	background: #d94645;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c3c3c), to(#2c2c2c));
	background: -webkit-linear-gradient(top, #d94645, #bd3d3c);
	background: -ms-linear-gradient(top, #3c3c3c, #2c2c2c);
	box-shadow: 0 2px 1px -1px #fff, -2px 0 1px -1px #fff, inset 0 0 0 #fff;
}

.close:active {
	box-shadow: inset 0 2px 3px -2px #000;
}

.LB-black-overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	-moz-opacity: 0.70;
	opacity: .70;
	filter: alpha(opacity=70);
}

.LB-white-content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 500px;
	max-height: 500px;
	background: #ddd;
	z-index: 1002;
	padding: 10px 26px;
	font-size: 14px;
	overflow-x: auto;
	border-radius: 5px;
}

#lightboxspan1,
#lightboxspan2,
#lightboxspan3,
#lightboxspan4,
#lightboxspan5,
#lightboxspan6 {
	cursor: pointer;
	color: blue;
}

#lightboxspan1:hover,
#lightboxspan2:hover,
#lightboxspan3:hover,
#lightboxspan4:hover,
#lightboxspan5:hover,
#lightboxspan6:hover {
	color: green;
}


/*BREAKPOINTS*/
@media (max-width: 479px) {
	#ventures .navbar-nav {
		padding-bottom:115px !important;
		padding-top:15px;
	}
}
@media (max-width: 767px) {
	#refinery .navbar-nav,
	#ventures .navbar-nav {
		padding-bottom:15px;
		padding-top:15px;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
}
@media (min-width: 768px){
	#refinery .navbar-nav,
	#ventures .navbar-nav {
		margin:0;
		text-align: center;
		float:none;
	}
	.navbar-nav>li{
		float:none;
		display:inline-block;
	}

}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar .container{
		padding-left:120px;
	}
}
@media (min-width: 1200px) {
	.navbar .container{
		padding-left:75px;
	}
}
@media (max-width: 991px) {

/*
	.bio-pic-right {
		width: 11em;
		height: 16em;
		position: absolute;
		right: 8.875em;
		top: -9.3em;
	}
*/
/*
	#ventures .odd.bio-float-right {
		float: left;
		margin-left: 20em;
	}
	#ventures .odd.bio-float-left {
		float: left;
	}
	#ventures .even.bio-float-right {
		float: left;
		margin-left: 64em;
	}
	#ventures .even.bio-float-left {
		float: left;
		margin-left: 28em;
	}
*/


	.lead {
		font-size: 2em!important;
	}
	h1 {
		font-size: 5.8em;
	}
	#ventures h1{
		font-size:5.6em;
	}
/*
	.top-margin-sm-1em {
		margin-top: 1em !important;
	}
*/
	.padding-tb-sm-1em {
		padding: 1em 0;
	}
	.no-margin-bottom-sm {
		margin-bottom: 0 !important;
	}
	#OpenLightBox1,
	#OpenLightBox2,
	#OpenLightBox3,
	#OpenLightBox4,
	#OpenLightBox5,
	#OpenLightBox6 {
		margin-top: 0;
	}

	#logo-container img {
		position: fixed;
		top: 0;
		left: 2em;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 75px;
		height: 66px;
	}
}

@media (max-width: 767px) {
	#ventures body,
	#refinery body {
		font-size: 90%!important;
	}
	#ventures #header-row{
		padding-top:245px;
	}
	#ventures #header-row .shadow-row{
		height:255px;
	}
	#ventures h1{
		font-size:4.5em;
		margin-top:0 !important;
	}
	#ventures #header-row .shadow-row p.lead.text-white{
		font-size:1.8em !important;
	}
}

@media (max-width: 479px) {
	#ventures body,
	#refinery body {
		font-size: 90%!important;
	}
	#ventures #header-row {
		padding-top:100px;
	}
	#ventures .parallax.section.section-text-light.section-parallax.section-center .container{
		height:300px;
	}
	#ventures #header-row .shadow-row{
		height:200px;
	}
	#ventures h1{
		font-size:3.1em;
		margin-top:30px !important;
		margin-bottom:10px !important;
	}
	#ventures #header-row .shadow-row p.lead.text-white{
		font-size:1.5em !important;
	}
	.shape-pill-team {
		background-color: #253846!important;
	}
}

#team a.bio-link{
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#team a.bio-link:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#team a.bio-link,
#team a.bio-link:hover,
#team a.bio-link:focus{
	text-decoration: none;
	display:block;
	margin-bottom:50px;
}

#team a.bio-link:hover h4.text-blue,
#team a.bio-link:focus h4.text-blue{
	color:#40688C !important;
}
#team a.bio-link:hover p,
#team a.bio-link:focus p{
	color:#444 !important;
}

.modal-header{
	border-bottom: 0 none;
}
.modal-header .close{
	background:#ddd !important;
	border:0 none;
	color:#666;
	margin-top:20px;
	right:20px;
	filter:alpha(opacity=100);
	opacity: 100;
	text-shadow: 0 0 0 #666666;
	font-size:36px;
	font-weight:100;
	min-height:36px;
	max-height:36px;
	min-width:36px;
	max-width:36px;
	line-height: 36px;
	vertical-align: middle;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
.modal-header .close span,
.modal-header .close:hover span,
.modal-header .close:focus span{
	display:inline-block;
	width:36px;
	height:36px;
	text-align: center;
	font-size:36px;
	font-weight:100;
	min-height:36px;
	min-width:36px;
	line-height: 36px;
	background-color: transparent !important;
}
.modal-header .close:hover,
.modal-header .close:focus{
	background:#ccc !important;
	border:0 none;
	color:#333 !important;
}
.modal-body{
	font-size:13px;
}
.modal-body .text-uppercase{
	font-size:120%;
}
.modal-body .text-center .img-responsive{
	margin:0 auto;
}

.modal-body h4 {
	display:inline;	
}

.modal-body .linkedin-logo{	
	width:30px;
	display:inline;
	vertical-align:top;
	margin-left:10px;
}

#about .heading.center.text-uppercase h2.text-white.border-white{
	border-color: rgba(255, 255, 255, .5) !important;
}
#ventures ul.list-style-none li.lead{
	margin-bottom:.5em;
}
#focus p,
#focus h4,
.icon-cols p,
.icon-cols h4{
	width:100%;
}
#focus p,
.icon-cols p{
	font-size:1.75em;
	font-weight:100;
}
@media (max-width: 767px) {
	#focus p,
	#focus h4,
	.icon-cols p,
	.icon-cols h4{
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}
}
@media (max-width: 479px) {
	section.parallax{
		height:300px !important;
		background-position: 7% 50% !important;
	}
	section.parallax .top-padding-fiftyfiveem{
		padding-top:33em !important;
	}
	h1.top-margin-2em{
		margin-top:1em !important;
	}
}

@media (max-width: 340px) {
	.modal-body h4 {
		display:block;	
}

	.modal-body .linkedin-logo{	
		display:block;
		vertical-align:top;
		margin:5px 0px;
}
}

.navbar-toggle .icon-bar {
	position:relative;
	transition: all 500ms ease-in-out;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
	left:3px;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
	left:3px;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
	left:0;
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
	left:0;
}

/* New portfolio stuff */
#portfolio {
    background-color: #ececec;
    padding: 30px 0;
}
    #portfolio h2 {
        color: #253846;
    }
.portfolio-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1px;
}
    .portfolio-list li {
        padding: 15px;
        flex-basis: 100%;
        flex-grow: 0;
        position: relative;
    }
        /* Maintain a square ratio */
        .portfolio-list li:after {
            content: ' ';
            overflow: hidden;
            height: 1px; /* safari needs a height here otherwise it ignores some of the margin? */
            display: block;
            width: 100%;
            margin: 50% 0;
        }

        .portfolio-list a {
            display: flex;
            position: absolute;
            left: 15px;
            right: 15px;
            top: 15px;
            bottom: 15px;
            align-items: center;
            justify-content: center;
            padding: 30px;
            border: 2px solid #fff;
            background-color: #fff;
        }
        .portfolio-list--refinery a {
            border: 2px solid #46c3cf;
            background-color: #46c3cf;
        }
            .portfolio-list a:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                z-index: 1;
                background-color: #f3f3f3;
                transform: scale(1);
                transition: 0.2s ease-out;
            }
            .portfolio-list a:hover:before, .portfolio-list a:focus:before {
                transform: scale(0.9);
            }
            .portfolio-list a:hover img, .portfolio-list a:focus img {
                width: 90%;
            }

            .portfolio-list img {
                width: 100%;
                position: relative;
                z-index: 2;
                -ms-interpolation-mode: bicubic;

                transition: 0.2s ease-out;
            }

/* New partner stuff */
#partner {
    background-color: #ececec;
    padding: 30px 0;
}
    #partner h2 {
        color: #253846;
    }
.partner-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1px;
}
    .partner-list li {
        padding: 15px;
        flex-basis: 100%;
        flex-grow: 0;
        position: relative;
    }
        /* Maintain a square ratio */
        .partner-list li:after {
            content: ' ';
            overflow: hidden;
            height: 1px; /* safari needs a height here otherwise it ignores some of the margin? */
            display: block;
            width: 100%;
            margin: 50% 0;
        }

        .partner-list a {
            display: flex;
            position: absolute;
            left: 15px;
            right: 15px;
            top: 15px;
            bottom: 15px;
            align-items: center;
            justify-content: center;
            padding: 30px;
            border: 2px solid #fff;
            background-color: #fff;
        }
        .partner-list--refinery a {
            border: 2px solid #46c3cf;
            background-color: #46c3cf;
        }
            .partner-list a:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                z-index: 1;
                background-color: #f3f3f3;
                transform: scale(1);
                transition: 0.2s ease-out;
            }
            .partner-list a:hover:before, .partner-list a:focus:before {
                transform: scale(0.9);
            }
            .partner-list a:hover img, .partner-list a:focus img {
                width: 90%;
            }

            .partner-list img {
                width: 100%;
                position: relative;
                z-index: 2;
                -ms-interpolation-mode: bicubic;

                transition: 0.2s ease-out;
            }

@media (min-width: 400px) and (max-width: 767px) {
    .portfolio-list li {
        flex-basis: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .portfolio-list li {
        flex-basis: 33.33%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .portfolio-list li {
        flex-basis: 20%;
    }
}
@media (min-width: 1200px) {
    .portfolio-list li {
        flex-basis: 20%;
    }
	
@media (min-width: 400px) and (max-width: 767px) {
    .partner-list li {
        flex-basis: 50%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .partner-list li {
        flex-basis: 33.33%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .partner-list li {
        flex-basis: 33%;
    }
}
@media (min-width: 1200px) {
    .partner-list li {
        flex-basis: 33%;
    }
}