/*
* YorgoV1
* Author: Matthew Achariam (achariam.com)
* Copyright Yorgo Alexopoulos Multimedia LLC
*/

/* Table of Contents
==================================================
	#Splash
	#Header
	#Installations
	#Artworks
	#Biography/CV
	#Contact
	#Videos
	#Press
	#Media Queries
	#404NotFound

/* #Splash
================================================== */


.splashheader img{
	display: block;
	margin: 2% auto;
	max-width: 500px;
	width: 100%;
}

.splashheader img:hover{
	opacity: .5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}

.splash{
	height: 600px;
}

.splash div{
	position: absolute;
    bottom: 0;
    width: 100%;

}

.copyrighttag{
  	position:absolute;
  	bottom:10px;
    right:10px;
    width: 100px;
    opacity: .1;
}

.arrow{
	margin: 0 auto;
	display: block;
	position: fixed;
	top: 5px;
	right: 20px;
	width: 80px;
	font-size: 11px;
}


.arrow span{
 font-size: 50px;
 vertical-align: -16%;
 padding: 0 0 0 5px;
}

.arrow img{
	width: 30px;
	margin: 20px;
}

.arrow img:hover{
	opacity: .5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}


/* #Header
================================================== */


.mainbar{
	width: 100%;
	height: 80px;
	background: #fbfbfb;
	position: fixed; z-index: 9999; top: 0px; bottom: auto;
	padding: 20px 0 0 0;
	display: block;
	opacity: .8;
}

.mainbar img{
	display: block;
	margin: 5% 0;
	max-width: 300px;
	width: 100%;
}

.mainbar img:hover{
	opacity: .5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}


.navigation{
	margin: 2.5% 0;
}


.navigation ul li{
	display: inline;
	margin: 0 0 0 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

.navigation ul{
	text-align: right;
}



/* Installations
================================================== */


.installations{
	margin: 150px 0;
}

.installations img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 5px 0;
}

.installations span{
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: italic;
}

.smallarrow{
	margin: 10px auto;
	display: block;
	width: 25px;
}

.smallarrow img{
	width: 20px;
}

.smallarrow img:hover{
	opacity: .5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}


/* #Artwork
	|---Work
================================================== */

.artworksheadtitle{
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin: 30px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.artworks{
	margin: 150px 0;
}

.artworks img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 5px 0;
}

.artworks span{
	letter-spacing: 1px;
	text-transform: uppercase;
}


.workslides {
	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 10px 0 0 0;
}

.workslides li{
 	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}

.workslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
 }

.workslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
  }

.workslides_nav{
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 180px;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 70%;
}

.workslides_nav.next{
  left: auto;
  right: 0;
}

.workslides_tabs{
  	text-align: right;
}

.workslides_tabs li{
  	display: inline;
  	float: none;
 	margin: 0 10px 0 0;
 }

.workslides_tabs a{
  	text-indent: -9999px;
  	overflow: hidden;
 	-webkit-border-radius: 100px;
  	-moz-border-radius: 100px;
  	border-radius: 100px;
  	background: #ccc;
  	display: inline-block;
  	width: 8px;
  	height: 8px;
  	color: #ccc;
  }

.workslides_here a{
	background: #222;
  	color: #222;
}

.slidenavcontainer{
	margin: 150px 0 0 0;
}

.installationdesc{
	color: #64676E;
}

.workdesc{
	padding: 15px 0 0 0;
}

.worklinks{
	padding: 15px 0 0 0;
	text-align: right;
	z-index: 100;
}

.worklinks span{
	margin: 0 5px;
}

.modalContent{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.textmodal{
		background: rgba(255,255,255,0.97);
}

.textmodal p{
	padding: 0 10px;
}

.modalContent:target {
	opacity:1;
	pointer-events: auto;
}


.modalContent > div {
	max-width: 960px;
	width: 100%;
	position: relative;
	margin: 10% auto;
}


.close {
	background: #CCC;
	color: #FFFFFF;
	line-height: 25px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
	position: absolute;
	top:-44px;
	right:0px;
	font-size: 30px;
	padding: 10px 10px
}

.close:hover { 
color: #498eff;
 }



.hiresslides, .splashslides, .bioslides, .graffitislides {
	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 10px 0 0 0;
  	z-index: -100;
}

.hiresslides li, .splashslides li, .bioslides li, .graffitislides li{
 	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}

.hiresslides li:first-child, .splashslides li:first-child, .bioslides li:first-child, .graffitislides li:first-child{
  	position: relative;
  	display: block;
  	float: left;
 }

.hiresslides img, .splashslides img, .bioslides img, .graffitislides img{
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
  }

.hiresslides_nav, .splashslides_nav, .graffitislides_nav {
  z-index: 0;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 100px;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 60%;
}

.graffitislides_nav {
	  top: 23%;
}

.bioslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 70%;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 47%;
  text-indent: -9999px;
  overflow: hidden;
  height: 20%;
}

.hiresslides_nav.next, .splashslides_nav.next, .bioslides_nav.next, .graffitislides_nav.next {
  left: auto;
  right: 0;
}

.hiresslides_tabs, .bioslides_tabs, .graffitislides_tabs {
  	text-align: right;
}

.splashslides_tabs, .graffitislides_tabs {
  	text-align: left;
}

.hiresslides_tabs li {
  	display: inline;
  	float: none;
 	margin: 0 10px 0 0;
 }

.splashslides_tabs li, .bioslides_tabs li, .graffitislides_tabs li {
  	display: inline;
  	float: none;
 	margin: 0 0 0 10px;
 }

.hiresslides_tabs a, .splashslides_tabs a, .graffitislides_tabs a {
  	text-indent: -9999px;
  	overflow: hidden;
 	-webkit-border-radius: 100px;
  	-moz-border-radius: 100px;
  	border-radius: 100px;
  	background: #ccc;
  	display: inline-block;
  	width: 8px;
  	height: 8px;
  	color: #ccc;
  }



.hiresslides_here a, .splashslides_here a, .bioslides_here a, .graffitislides_here a{
	background: #222;
  	color: #222;
}

.hiresslidenavcontainer, .splashslidenavcontainer, .bioslidesnavcontainer, .grafslidenavcontainer {
	margin: 30px 0 0 0;
}


.hiresslidenavcontainer span, .closebutton{
	display: block;
	background: #CCC;
	color: #FFFFFF;
	line-height: 25px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	padding: 10px 12px;
}

.hiresworkdesc{ 
padding: 15px;
}

.storyboardtitle{
	padding: 15px 15px 0 15px;
}

.xbutton{
	display: block;
	background: #CCC;
	color: #FFFFFF;
	line-height: 25px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
	font-size: 30px;
	padding: 10px 12px;
	margin: 25px 0;
}


.onehundredpercent{
	max-width: 100%;
}

/* #Biography/CV
================================================== */


.biography img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 5px 0;
	margin: 50px 0;
}

.biography p{
	font-size: 13px;
	line-height: 1.5;
}

.biography em{
	font-style: italic;
}

.bionav{
	text-align: center;
	margin: 150px 0 20px 0;
}

.bionav li{
	display: inline;
	font-weight: bold;
	letter-spacing: 2px;
}

.bionav span{
	margin: 0 8px;
}

.biotag{
	margin: -20px 0 0 0;
}

.biotext a{
	text-decoration: underline;
	color: #498eff;
}

.biotext a:hover{
	color: #244fbd;
}

.biovidcaption{
	text-align: center;
	padding: 5px 0;
}

.biofoot{
	margin: 0 0;
}

.cv p{
	line-height: 1.3;
	margin: 0;
	font-size: 13px;
}

.pdfbutton{
	background: #498eff;
	color: #fff;
	font-size: .8em;
	padding: 1.8em 1em;
	font-weight: 700;
	margin: 10px auto;
	text-shadow: none;
	text-decoration: none;
	display: inline-block;
}

.pdfbutton:hover{
	background: #244fbd;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

/* #Contact
================================================== */

.contactinfo{
	padding: 150px 0 0 0;
}

.contact img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 5px 0;
	margin: 150px 0 0 0;
}


/* #Videos
================================================== */


.first{
	margin: 150px 0 30px 0;
}

.vidframe{
	margin: 20px 0;
}

.vidframe img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 5px 0;
}

.videodesc{
	margin: 20px 0;
}

.videodesc span{
	margin: 0 5px;
}

.videoinstalllink{
	text-align: right;
	margin: 20px;	
}

.center{
	margin: 0 auto;
	padding: 20px 0 40px 0;
	max-width: 800px;
}
/* Press
================================================== */

.onetwozerozero img{
	max-width: 1200px;
}

.onetwozerozero{
	max-width: 1200px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.splash{
			height: 400px;
		}

		.arrow{
			position: relative;
			margin: 0px auto 40px auto;
		}

		.modalContent {
			max-height: none;
			overflow: auto;
		}


	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.navigation ul{
			text-align: right;
		}

		.splash{
			height: 300px;
		}

		.mainbar{
			height: 60px;
			padding: 0 0 0 0;
		}

		.mainbar img{
			width: 30%;
			margin: 3% 0 1% 0;
		}

		.navigation{
			margin: 0.5% 0;
		}

		.navigation ul li{
			font-size: 8px;
		}

		.biography,.cv, .press{
			margin: 90px 0 0 0;
		}

		.bionav{
			padding-bottom: 20px;
		}




	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.mainbar{
			height: 60px;
			padding: 0 0 0 0;
		}

		.mainbar img{
			width: 30%;
			margin: 3% 0 1% 0;
		}

		.navigation{
			margin: 0.5% 0;
		}

		.navigation ul li{
			font-size: 7px;
		}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {


	}

/* #404 Not Found
================================================== */

.notfound{
	font-weight: 200;
	font-size: 100px;
	text-align: center;
	margin: 150px 0 30px 0;
	opacity: .4;
}

.notfoundtext{
	text-align: center;
}
