/*
     _____  ______            ____                _____
    /         /     /    /   /       /\   /\     /
   /         /     /____/   /___    / \  / \    /
  /         /     /    /   /       /  \ /  \   /
 /_____    /     /    /   /____   /   \/   \  /______
 
 all design and devlopment done by clay colonna ( cthemc@gmail.com )

*/




/* reset css */
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;
}







/*
--------------------------------------------------------------------
general styles
--------------------------------------------------------------------
*/
body{
	font-family: Georgia, serif; 
	font-weight: 300;
	color: black;
/* 	background-color: black; */
	padding-bottom: 200px;
}
li{
	margin: 10px 0 10px 0px;
}

ul,ol {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}
iframe{
/* 	pointer-events: none; */
}

/*
--------------------------------------------------------------------
3d styles
--------------------------------------------------------------------
*/
#header_nav{
	width: 100%;
	max-width: 400px;
	height: 300px;
	margin: 0 auto;
}

#background_graphics{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -3;
}

#content-wrapper{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.content-sub-block{
	background-color: rgba(255,255,255, .9);
	padding: 15px;
	width: auto;
}
/*
--------------------------------------------------------------------
about section
--------------------------------------------------------------------
*/
.about-block{
	margin-bottom: 30px;
	width: auto;
	clear: both;
}


.list-float{
	display: inline-block;
	float: left;
	margin-bottom: 30px;
}

.pro-pic{
	width: 100%;
}
/*
--------------------------------------------------------------------
audio section
--------------------------------------------------------------------
*/


.playable-icon{
	margin: 0 22px 22px 0;
/* 	margin-right: 19px; */
	padding: 10px;
	background-color: rgba(255,255,255, .9);
/* 	background-color: red; */
	display: inline-block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}
.playable-icon:nth-of-type(4n){
	margin-right: 0;
}

.audio-section-title{
	display: inline-block;
	background-color: rgba(255,255,255, .9);
	padding: 15px;
	margin-bottom: 22px;
}

/*
--------------------------------------------------------------------
graphics section
--------------------------------------------------------------------
*/
#graphics-thumbnails{
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}
#graphics-thumbnails:after{
	clear: both;
	content: "";
	display: block;
}

.graphics-thumbnail-container{
	display: inline-block;
	float: left;
	margin-right: 58px;
	margin-bottom: 4%;
	padding: 10px;
	background-color: rgba(255,255,255, .9);
	width: 125px;
	height: 125px;
	position: relative;
/* 	height: 125px; */
/* 	height:auto; */
}



.graphics-thumbnail {
	margin: auto;
	position: relative;
	height:100%;
	width: 100%;
	overflow: hidden
}
.graphics-thumbnail img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.graphics-thumbnail img.portrait {
  width: 100%;
  height: auto;
}
@media only screen and (min-width : 961px) {
	.graphics-thumbnail-container:nth-of-type(5n){
		margin-right: 0;
	}
}

@media only screen and (min-width : 754px) and (max-width : 960px) {
	#graphics-thumbnails{
		width: 754px
	}
	.graphics-thumbnail-container:nth-of-type(4n){
		margin-right: 0;
	}
}

@media only screen and (min-width : 551px) and (max-width : 753px) {
	#graphics-thumbnails{
		width: 551px
	}
	.graphics-thumbnail-container:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width : 550px) {
	#graphics-thumbnails{
		width: 348px
	}
	.graphics-thumbnail-container:nth-of-type(2n){
		margin-right: 0;
	}
}

#graphics-display{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background-color: rgba(255,255,255,.7);
	z-index: 4;
	padding: 30px;
	box-sizing: border-box;
}

#graphics-display-container{
	left: 0;
	right: 0;
	margin: 0 auto;
	display: table;
	width: auto;
	height: 100%;
	overflow: hidden;
}
.graphics-nav{
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
}
#graphics-display-image{
	display: table-cell;
	vertical-align: middle;
	
}
#graphics-display-image i{
	display: table-cell;
	position: relative;
	right: 50px;
	top: 20px;
	vertical-align: top;
	padding: 20px;
}

#graphics-display-image img{
	max-height: 100%;
}



/*
--------------------------------------------------------------------
video section
--------------------------------------------------------------------
*/

#video-player{
	position: relative;
	margin-bottom: 20px;
	width: 960px;
	height: 549px;
}
#video-player:after{
	clear: both;
}
#video-mask{
	position: absolute;
	z-index: 4;
	width: 100%;
	height: 100%;
/* 	pointer-events: none; */
/* 	background-color: blue; */
}

#vimeo-player{
	position: absolute;
	top:0;
	left: 0;
	padding: 10px;
	background-color: rgba(255,255,255, .9);
	z-index: 0;
}
#youtube-player{
position: absolute;
	top:0;
	left: 0;
	padding: 10px;
	background-color: rgba(255,255,255, .9);
	z-index: 2;
}

.video-thumbnail{
	width: 270px;
	height: 160px;
	padding: 10px;
	background-color: rgba(255,255,255, .9);
	float: left;
	margin-right: 45px;
	margin-bottom: 45px;
}
.video-thumbnail img{
	width: 100%;
	height: 100%;
}

.last{
	margin-right: 0;	
}

.admin_anchor{
	display: block;
	position: fixed;
	top:10px;
	right: 20px;
}

#graphic-thumbs-container{
	margin-bottom: 30px;
}

#graphic-thumbs-container:after{
  content:"";
  display:table;
  clear:both;
}

.graphic-thumb-container{
	border: 2px solid gray;
	float: left;
	margin-right: 20px;
	padding: 5px;	
		height: 220px;
		width: 150px;
}

.graphic-thumb-container h1{
	font-size: 16px;

}

.graphic-thumb-container img{
	width: 150px;
/* 	height: 100px; */
	max-height: 150px;
}

#upload-form{
	display: inline-block;
}

/*
--------------------------------------------------------------------
contact section
--------------------------------------------------------------------
*/
.contact-button{
	width: 250px;
}

.contact-button-container{
	float: left;
	margin-right: 100px;
	margin-bottom: 100px;
}

.contact-button-container:nth-of-type(3n){
	margin-right:0px;
/* 	background-color: blue;	 */
}

.contact-button-container:nth-of-type(n+4){
/* 	background-color: pink; */
	margin-left: 100px;
	}















