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

/* Table of Contents
==================================================
	#Splash
	#Header
	#Installations
	#Artworks
	#Biography
	#Contact
	#Media Queries



/* #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: 30px;
	right: 20px;
	width: 25px;
}

.arrow img{
	width: 30px;
}

.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 5px;
	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
================================================== */

.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: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: transparent url("themes.gif") no-repeat left top;
  margin: 0 -38px;
}

.workslides_nav.next{
  left: auto;
  background-position: right top;
  right: 0;
}

.workslides_tabs{
  	text-align: right;
}

.workslides_tabs li{
  	display: inline;
  	float: none;
 	margin: 0 12px 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;
}

.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 {
	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 10px 0 0 0;
}

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

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

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

.hiresslides_nav{
  z-index: 3;
  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%;
}

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

.hiresslides_tabs{
  	text-align: right;
}

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

.hiresslides_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{
	background: #222;
  	color: #222;
}

.hiresslidenavcontainer{
	margin: 30px 0 0 0;
}


.hiresslidenavcontainer span{
	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;
}

.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;
}

.hiresworkdesc{ 
padding: 15px;
}

.storyboardtitle{
	padding: 0 15px;
}



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

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

.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;
}

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

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

	}

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



	}

	/* 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) {


	}
