body[page='portfolio'] #slogan
{
	color:#939598;	
}

body[page='portfolio'] #footer
{
	background-color: #939598
}


div#portfolio_header
{
	position: relative;
	width:960px;
	z-index: 500;
	margin:auto;
}

div#portfolio_header>h1
{
	margin-top:130px;
	text-align: center;
	font-size:3.6em;
    font-family:'Avenir LT W01_35 Light1475496';
	text-transform: uppercase;
	letter-spacing: 5px;
	color:#939598;
	margin-bottom: 1rem;
}

div#portfolio_header_bar
{
	border-top:2px solid #C1882C;
	width:240px;
	margin:auto;
}

div.portfolio_slice
{
	overflow: hidden;
}

#portfolio_box
{
	width:960px;
	margin:auto;
	margin-top:45px;
	overflow: hidden;
	padding-bottom: 95px
}

.portfolio_column
{
	width:320px;
	float:left;
	min-height:50px;
	border:5px solid #fff;
	background-position: center;
	background-size: cover;
    overflow:hidden
}

.portfolio_column.two
{
	width:640px;
}

.portfolio_column.three
{
	width:960px;
}

.portfolio_column.half
{
	width:480px;
}

.portfolio_column.quarter
{
	width:240px;
}

.portfolio_row
{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}


.portfolio_row:last-child
{
	margin-bottom: 0 !important;
}

.portfolio_row>iframe
{
	position: relative;
	height:100%;
	width:100%;
}

.portfolio_row>a.video
{
	position: absolute;
	width:100%;
	height:100%;
	background-image: url(../images/portfolio/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px auto;
	opacity:0.75;
}

div.portfolio_row>div.portfolio_column.one
{
	width:50%;
	border:0;
	position: relative;
	background-color: #ccc;
}

div.portfolio_row>div.portfolio_column.one.autoadjust
{
	height:100% !important;

}

div.portfolio_row>div.portfolio_column.one:first-child
{
	border-right:5px solid #fff;
}

div.portfolio_row>div.portfolio_column.one:last-child
{
	border-left:5px solid #fff;
}


#portfolio_intro
{
	background-color: #c28a2c;

}

#portfolio_disclaimer
{
	background-color: #939598;
	line-height: 1.7;
	font-size:0.65em;
}

#portfolio_statue
{
	background-color: #707073;
}

#portfolio_awards
{
	background-color: #939598
}

#portfolio_logos
{
	background-color: #8f404a
}

#portfolio_quote
{
	background-color: #9c9283;
	text-align: right;
}

#portfolio_rock
{
	background-color: #404041
}

#portfolio_idols
{
	background-color: #4a3b68
}

#portfolio_pepsi
{
	background-color: #213a68
}

#portfolio_monster
{
	background-color: #75870d
}

#portfolio_quote2
{
	background-color: rgba(0, 0, 0, 0.6);
	text-align: right;
}

#portfolio_quote3
{
	background-color: #8f404a;
	text-align: right;
}

#portfolio_trophy
{
	background-color: #241f21;
}


.portfolio_text
{
	padding: 30px;
	color:#fff;
}

.portfolio_logo
{
	height:100px;
	display:block;
	margin:auto;
	margin-bottom: 20px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:auto 100%;
}

.portfolio_text>blockquote
{
	font-size:1.3em;
	margin-bottom: 0.5em;
	text-align: center;
	font-family: 'BaskervilleLTW01-Inclin';
}
.portfolio_text>p
{
	line-height: 1.8;
	color:#fff;
}

#portfolio_quote2>blockquote, #portfolio_quote3>blockquote
{
	text-align: left;
	line-height: 1.5;
	font-family: 'BaskervilleLTW01-Inclin';
}



@media screen and (max-width: 1280px) {

	div#portfolio_header
	{
		position: relative;
		left:auto;
		width:640px;
		opacity:1;
	}

	#portfolio_box
	{
		width:640px;
		margin:auto;
		margin-top:45px;
		overflow: hidden;
		padding-bottom: 95px
	}

	.portfolio_column
	{
		width:213.33333333333333333333333333333px;
		float:left;
		min-height:50px;
		border:5px solid #fff;
		background-position: center;
		background-size: cover;
	}

	.portfolio_column.two
	{
		width:426.66666666666666666666666666667px;
	}

	.portfolio_column.three
	{
		width:640px;
	}

	.portfolio_column.half
	{
		width:320px;
	}

	.portfolio_column.quarter
	{
		width:160px;
	}

	.portfolio_text
	{
		padding: 20px;
		color:#fff;
		font-size: 0.8em;	
	}

	.portfolio_text>img
	{
		height:100px;
		display:block;
		margin:auto;
		margin-bottom: 20px;
	}

	.portfolio_text>blockquote
	{
		font-size:1.1em;
		margin-bottom: 0.5em;
		text-align: center;
	}
	.portfolio_text>p
	{
		line-height: 1.8;
		color:#fff;

	}


}

@media screen and (max-width: 640px) {

	body[page='portfolio'] #slogan
	{
		display:none !important;
	}


	div#portfolio_header
	{
		position: relative;
		left:auto;
		width:100%;
		opacity:1;
	}

	div#portfolio_header>h1
	{
		font-size: 1.5em;
		margin-top:40px;
	}


	#portfolio_box
	{
		width:100%;
		margin:auto;
		margin-top:45px;
		overflow: hidden;
		padding-bottom: 95px
	}

	.portfolio_column
	{
		width:100%;
		float:none;
		min-height:50px;
		border:5px solid #fff;
		background-position: center;
		background-size: cover;
	}

	.portfolio_column.two
	{
		width:100%;
	}

	.portfolio_column.three
	{
		width:100%;
	}

	.portfolio_column.half
	{
		width:100%;
	}

	.portfolio_column.quarter
	{
		width:100%;
	}

	.portfolio_text
	{
		padding: 20px;
		color:#fff;
		font-size: 0.8em;	
	}

	.portfolio_text>img
	{
		height:100px;
		display:block;
		margin:auto;
		margin-bottom: 20px;
	}

	.portfolio_text>blockquote
	{
		font-size:1.1em;
		margin-bottom: 0.5em;
		text-align: center;
	}
	.portfolio_text>p
	{
		line-height: 1.8;
		color:#fff;

	}

	div.portfolio_row>div.portfolio_column.one
	{
		width:100%;
		border:0;
		position: relative;
		height:auto;
		background-color: #ccc;
	}

	div.portfolio_row>div.portfolio_column.one:first-child
	{
		border-right:0px solid #fff;
		margin-bottom: 10px;
	}

	div.portfolio_row>div.portfolio_column.one:last-child
	{
		border-left:0px solid #fff;
	}

};