/* -------------------------------------------------------- */
/* CSS RESET */
/* -------------------------------------------------------- */


/* http://meyerweb.com/eric/tools/css/reset
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	/*font-size: 100%;
	font: inherit;*/
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
a {
	outline: none;
	text-decoration: none;
}
a img {
	display: block;
	max-width: 100%;
}
img {
	max-width: 100%;
	display: block;
	height: auto;
}



/* -------------------------------------------------------- */
/* DEFAULT STYLES */
/* -------------------------------------------------------- */

html, body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: normal;
	background: #055f7e url("../images/background.jpg") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100%;
}
#header {
	display: block;
	margin: 0 auto;
	max-height: 135px;
	width: 100%;
	background: #FFF url("../images/header_bg.jpg") no-repeat center top;
}
#logo {
	position: relative;
	display: block;
	top: 5px;
	margin: 0px auto;
}
p {
	color: #FFF;
}
.copy {
	clear: both;
	margin: 30px auto;
	color: #FFF;
	font-size: 1em;
	text-align: center;
	line-height: 1.5;
}

/* old Flash plugin warning */

/*#infoTxt{
	margin-top: 5px;
	margin-left: 10px;
	display: none;
}
#infoTxt p{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	line-height: 16px;
}*/

#contact {
	display: block;
	width: 157px;
	height: 153px;
	margin-bottom: 50px;
	position: relative;
	float: right;
}
#contactIcon {
	display: block;
	width: 157px;
	height: 153px;
}
#contactIcon:link {
	background-image: url("../images/contactIcon.png");
}
#contactIcon:hover {
	background-image: url("../images/contactIcon_hover.png");
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: .8em;
	text-align: center;
}



/* -------------------------------------------------------- */
/* PORTFOLIO - DEFAULT SETTINGS 4 COLUMNS REG SIZE ICONS    */
/* -------------------------------------------------------- */

#portfolio {
	margin: 30px auto;
	max-width: 992px;
	padding-bottom: 20px;
}
#featured, #banners {
	max-width: 992px;
	overflow: hidden;
}
#featured li, #banners li {
	float: left;
}

/*.project {
   opacity: 1;
   transition: opacity .6s ease-in-out;
}
.project:hover {
	opacity: 1;
}*/

.size3, .size1 {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 4px;
}
.project:hover .details {
	bottom: 0px !important;
}
.details {
	position: absolute;
	left: 0px;
	bottom: -60px;
	display: block;
	width: 100%;
	height: 33px;
	background-color: rgba(236, 83, 0, .9);
	transition: all .45s cubic-bezier(.165, .84, .44, 1);
	overflow: hidden;
	pointer-events: none;
	padding: 5px;
}
.title, .client {
	color: #FFF !important;
	font-size: 14px;
	text-align: left;
	line-height: 16px;
}
.title {
	font-weight: 500;
}
.client {
	font-weight: 500;
}



/* -------------------------------------------------------- */
/* MOBILE PHONES / small screens */
/* -------------------------------------------------------- */


/*  2 COLUMNS SMALL SIZE */

@media screen and (max-width: 454px) {
	#portfolio {
		margin: 20px auto;
		width: 330px;
	}
	#featured, #banners {
		margin: 0 auto;
		overflow: hidden;
		width: 240px;
	}
	#header {
		display: block;
		position: relative;
		top: -5px;
	}
	#logo {
		top: 10px;
		width: 60%;
		height: auto;
	}
	.copy {
		max-width: 300px;
		font-size: .65em;
	}
	li {
		/*width: 140px;*/
	}
	#infoTxt {
		margin: 0;
	}
	/* FEATURED MENU */
	.size3 {
		float: none;
		margin: 5px;
	}
	/* BANNERS MENU */
	.size1 {
		margin: 5px;
	}
	#DYN, #DYN2 {
		display: none;
	}
	#contact {
		-ms-transform: scale(.69); /* IE 9 */
		-webkit-transform: scale(.69); /* Chrome, Safari, Opera */
		transform: scale(.69);
		float: none;
		margin: 0 auto;
	}
	.copyright {
		font-family: Arial, Helvetica, sans-serif;
		clear: both;
		font-size: .5em;
		text-align: center;
	}
	.mobileHide {
		display: none;
	}
	.title, .client {}
	.title {}
}
@-ms-viewport {
	width: device-width;
}

/*  2 COLUMNS SMALL SIZE */

@media screen and (min-width: 455px) and (max-width: 545px) {
	#portfolio {
		max-width: 100%;
		margin: -10px 5%;
	}
	#featured, #banners {
		margin: 0 auto;
		max-width: 484px;
	}
	#header {
		position: relative;
		top: -35px;
	}
	#logo {
		-ms-transform: scale(.69); /* IE 9 */
		-webkit-transform: scale(.69); /* Chrome, Safari, Opera */
		transform: scale(.69);
		top: 20px;
	}
	#infoTxt {
		margin: 0;
	}
	.copy {
		max-width: 484px;
		font-size: .9em;
	}
	/* FEATURED MENU */
	.size3 {
		max-width: 100%;
		margin: 5px 0;
		height: auto;
	}
	/* BANNERS MENU */
	.size1 {
		max-width: 48%;
	}
	#contact {
		-ms-transform: scale(.8); /* IE 9 */
		-webkit-transform: scale(.8); /* Chrome, Safari, Opera */
		transform: scale(.8);
		float: none;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.mobileHide {
		display: none;
	}
	.details {
		padding-left: 10px;
	}
	.title, .client {}
	.title {}
}

/*  2 FULL SIZE -2 REG SIZE ICON COLUMNS */


/* NOTE: Have 10 pix of white at top of page, contact icon missing, replace Black Panther Image. */

@media screen and (min-width: 546px) and (max-width: 801px) {
	#portfolio {
		margin: 10px auto;
		width: 496px;
	}
	#featured, #banners {
		margin: 0 auto;
		overflow: hidden;
		width: 496px;
	}
	#header {
		position: relative;
		top: -20px;
	}
	#logo {
		-ms-transform: scale(.8); /* IE 9 */
		-webkit-transform: scale(.8); /* Chrome, Safari, Opera */
		transform: scale(.8);
		top: 15px;
	}
	#infoTxt {
		margin: 0;
	}
	p {
		font-size: .8em;
	}
	/* FEATURED MENU */
	.size3 {
		margin: 4px;
	}
	/* BANNERS MENU */
	#banners .size3, .size1 {
		margin: 4px;
	}
	#contact {
		-ms-transform: scale(.8); /* IE 9 */
		-webkit-transform: scale(.8); /* Chrome, Safari, Opera */
		transform: scale(.8);
		float: none;
		margin: 0 auto;
		margin-bottom: 50px;
	}
}

/*  3 FULL SIZE - 3 REG SIZE ICON COLUMNS */

@media screen and (min-width: 802px) and (max-width: 1024px) {
	#portfolio {
		margin: 30px 5%;
		max-width: 100%;
	}
	#featured, #banners {
		margin: 0 auto;
	}
	#banners {
		max-width: 744px;
	}
	#header {
		position: relative;
		top: -10px;
	}
	#logo {
		-ms-transform: scale(.9); /* IE 9 */
		-webkit-transform: scale(.9); /* Chrome, Safari, Opera */
		transform: scale(.9);
		top: 10px;
	}
	#infoTxt {
		margin-left: 8px;
	}
	/* FEATURED MENU */
	#featured .size3 {
		max-width: 48.85%;
		margin: 0 4px;
		height: auto;
	}
	/* BANNERS MENU */
	#banners .size3, .size1 {
		margin: 4px;
	}
	.copy {
		margin: 30px 3%;
		font-size: .9em;
	}
}
@media screen and (min-width: 802px) and (max-width: 841px) {
	#portfolio {
		margin: 30px 2%;
		max-width: 100%;
	}
}

/* IPAD LANDSCAPE ONLY */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#portfolio {
		margin: 20px auto;
		max-width: 992px;
	}
	#featured, #banners {
		margin: 0 auto;
		overflow: hidden;
		max-width: 992px;
	}
	#infoTxt {
		margin-left: 8px;
	}
	p {
		font-size: 1em;
	}
	/* FEATURED MENU */
	#featured .size3 {
		margin: 4px;
	}
	/* BANNERS MENU */
	#banners .size3, .size1 {
		margin: 4px;
	}
}
