/*----
pink #F06685
green #008066
rgba(0,128,102,1)
-----*/


* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


body{
	background:#f5f5f5 url(../img/bg.gif) repeat-y 1070px 0 fixed;
	font-size:13px;
}

li {
	margin-bottom:6px;
}

blockquote{
	margin:20px 0;
	font-style:italic;
}

blockquote p{
	margin-bottom:20px;
	line-height:20px;
	font-size: 14px;
	font-weight: 400;
}


header{
	position:fixed;
	top:0px;
	left:0px;
	
	z-index:999;
	
}

nav{
	margin:0;
	padding:0;
	width:120px;
	text-align:right;
	text-transform:uppercase;
	font-size:17px;
	font-family:Rokkitt, serif;
	line-height:18px;
}

nav ul{
	margin:12px 20px 0 0;
}

nav ul li{
	margin-bottom:3px;
}

nav ul li a{
	color:#F06685;
	font-weight:600;
}

nav ul li a:hover{
	color:#333;
	text-decoration:none;
}

.container{
position:relative;
margin-left:120px;
}


footer{
	clear:both;
	margin-top:15px;
	margin-left:120px;
	padding:12px 0 100px 0;
	width:940px;
	border-top:1px solid #E0E0E0;
	color:#A0A0A0;
}	

.filler{padding-bottom:30px;}

h1,h2,h3{font-weight:400;font-family:Rokkitt, serif;}
/* ----------------------- 

Home project panels

--------------------------*/

.homePanel{
	
	position:relative;
	float:left;
	overflow:hidden;
	margin:0 2px 2px 0;
	width:468px;
	height:468px;
	background:rgb(0,128,102);
	color:#fff;
	-webkit-backface-visibility: hidden;
}

.projectInfo{
	position:relative;
	z-index:40;
	margin-top:250px;
}

.projectCategory{
	margin:0 0 8px 0;
	padding-left:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:600;
}

.projectInfo h1{
	display:inline;
	padding:4px 16px 6px 16px;
	background:#F06685;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:400;
	font-size:30px;
}

.projectInfo a {
	color:#fff;
	}

.projectInfo a h1:hover , .projectInfo a:focus h1{
		color:#F06685;
		background:#f5f5f5;
}
	
.projectLinks{
	margin-top:10px;
	width:300px;
	opacity:0;
	-webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}

.homePanel:hover .projectLinks{
	margin-top:6px;
	opacity:1;
}
	
.projectLinks li{
	margin:0;
	padding:0;
}
.projectLinks a{
	
	display:inline-block;
	margin-bottom:4px;
	padding:6px 16px;
	background:#f5f5f5;
	color:#F06685;
	text-transform:uppercase;
	line-height:16px;
}

.projectLinks a:hover{
	background:#F06685;
	color:#fff;
	text-decoration:none;
}	

.homePanel:hover .colorOverlay{
	opacity:0;
	
}

.homePanel img{
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	width:468px;
	height:468px;
	opacity:.4;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
	  -webkit-transform: scale(1); 
	     -moz-transform: scale(1); 
	      -ms-transform: scale(1); 
	       -o-transform: scale(1); 
	          transform: scale(1); 

}

.homePanel:hover img{

		opacity:1;
  -webkit-transform: scale(1.1); 
     -moz-transform: scale(1.1); 
      -ms-transform: scale(1.1); 
       -o-transform: scale(1.1); 
          transform: scale(1.1);
}



/* ----------------------- 

Project Grids

--------------------------*/

.project-grid .row{
	margin-bottom:20px;
}

.project-grid h3{
	margin:12px 0 0 0;
	padding:0;
	line-height:24px;
}

.project-grid p{
	margin:10px 0;
}

/* ----------------------- 

Project pages

--------------------------*/

.projectHeader{
	position:relative;
	margin-bottom:20px;
	height:350px;
}
.headerImageTest{
	background-image:url(http://www.placehold.it/940x400);
}	
	
	
.projectHeader h1{
	position:absolute;
	bottom:0px;
	padding:6px 30px 6px 30px;
	background:#F06685;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:400;
	font-size:36px;
}
.headerImageTest{ }


.projectContent{
	margin-bottom:60px;
	padding:0 10px 0 30px;
}

.projectContent h1{
	font-size:40px;
}

.projectMedia{
		margin-bottom:60px;
		margin-top:10px;
		padding-right:30px;
		
}


.projectMedia h2{
	margin:12px 0;
	color:#F06685;
	font-size:20px;
	line-height:20px;
}

.projectGallery{
	clear:both;
	margin-bottom:24px;
}

.projectGallery img {
	float:left;
	margin:0 4px 4px 0;
	opacity:.7;
	}
	
.projectGallery img:hover {

	opacity:1;
	}

/* Bootstrap overrides for Carousel  */
.carousel-indicators {
  position: absolute;
  top: 260px;
  left: 30px;
  z-index: 5;
  margin: 0;
  list-style: none;
}


/* ----------------------- 

Image Grid

--------------------------*/

.panel {
	
	position: relative;
	float:left;
	overflow:hidden;
	margin:0px 2px 2px 0;
	width:233px;
	height:300px;
	background:#F06685;
	-webkit-backface-visibility: hidden;
}

.panel a{text-decoration:none;}


p.imageCount{
	position:absolute;
	top:200px;
	z-index:40;
	margin-left:12px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	opacity:0;
	-webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}

.panel:hover p.imageCount{
		opacity:1;

}

.panel a:focus img, .panel a:focus h1{
	opacity:1;
	
}

.panel h1{	
	position:absolute;
	top:230px;
	left:0px;
	z-index:40;
	margin:0;
	padding:3px 12px 6px 12px;
	background:#F06685;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	font-size:22px;
	line-height:1.0em;
	opacity: 0.0;
	-webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;
}

.panel:hover h1{

	top:220px;
	opacity: 1.0;
}

.panel img {
	position:absolute;
	top:0;
	left:0;
		z-index:20;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
	
	-webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out;

		  -webkit-transform: scale(1); 
		     -moz-transform: scale(1); 
		      -ms-transform: scale(1); 
		       -o-transform: scale(1); 
		          transform: scale(1);

	-moz-opacity: 0.60;
}


.panel:hover img{
	opacity: 1.0;
	
	-webkit-transform: scale(1.1); 
     -moz-transform: scale(1.1); 
      -ms-transform: scale(1.1); 
       -o-transform: scale(1.1); 
          transform: scale(1.1);
	
}


/* ------------------ 

About Page

--------------------------*/

.contact-list li, .skill-list li{
	margin-bottom:3px;
}

/* ------------------ 

UNITY game

--------------------------*/
.container.unity{
	width:960px;

}

div.missing {
	position: relative;
	top: 50%;
	margin: auto;
	width: 193px;
}
div.missing a {
	position: relative;
	top: -31px;
	height: 63px;
}
div.missing img {
	border-width: 0px;
}
div#unityPlayer {
	margin:6px 0 15px 0;
	width: 960px;
	height: 540px;
	cursor: default;
}

ul.controls{
	color:#666;
	font-size:11px;
}

ul.controls li{
		line-height:14px;
}




/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	margin: 0;
	padding: 15px;
	color: #444;
	white-space: nowrap;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8060;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 8040;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	z-index: 8040;
	width: 40%;
	height: 100%;
	background: transparent url('../img/blank.gif'); /* helps IE */
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	z-index: 8040;
	visibility: hidden;
	margin-top: -18px;
	width: 36px;
	height: 34px;
	cursor: pointer;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8010;
	display: none;
	overflow: hidden;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	right: 0;
	bottom: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	position: relative;
	z-index: 8050;
	visibility: hidden;
	text-shadow: none;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: 8050;
	margin-bottom: -35px;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	color: #FFF;
	text-shadow: 0 1px 2px #222;
	white-space: nowrap;
	letter-spacing:.75px;
	font-weight: bold;
	line-height: 24px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	color: #fff;
}

.fancybox-title a{
	color:#F06685;
}



