
/* CSS Document */

/*
	Links
*/

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: darkgrey;
}

/* mouse over link */
a:hover {
    color: grey;
}

/* selected link */
a:active {
    color: darkgrey;
}

/*
	Fonts
*/

@font-face {
 font-family: 'Oswald Bold';
  src: url(/fonts/Oswald-Bold.ttf);
}

@font-face {
 font-family: 'Yanone Kaffeesatz';
  src: url(/fonts/YanoneKaffeesatz-Regular.otf);
}


/*
	Tags
*/
html {
	min-height: 100%; /* make sure it is at least as tall as the viewport */
	background-color: #545454;
}

body {
	height: 100%; /* force the BODY element to match the height of the HTML element */
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background-color: #545454;
}

/*
	Container
*/
#container {
	overflow: hidden;
	background-color: #545454;
	color: white;
}

/*
	Menu Pane
*/
#menu {
	position: fixed;
	background-color: black;
	color: white;
	width: 225px;
	height: 100%;
        overflow-y: auto;
	/* box-shadow: 5px 0px 5px grey; */
}

#menu a {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	border-bottom: 1px dotted white;
}

#bottomlinks a:hover {
	border-bottom: 1px dotted white;
}

#logo {
	background-color: gray;
	background-image: url(inc/img/logo.png);
	height: 245px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#logotext {
	position: relative;
  top: 218px;
	font-size: 22px;
}

#aboutme {
	margin: 0px 10px;
	padding: 15px 0px;
	font-size: 12px;
	height: 40px;
	color: #817D7C;
	
}

#about {
  display: inline-block;
	position: fixed;
	height: 40px;
	width: 205px;
	float: left;
}

#nav {
	width: 210px;
	height: auto;
	text-align: right;
	margin-top: 35px;
	margin-right: 15px;
	margin-left: auto;
	font-size: 18px;
}

#navmenu ul li{
	font-size: 13px;
}
#navmenu ul {
	border-bottom: 1px dotted white;
}
#navmenu ul, li {
	list-style: none;
	margin:0;
	padding:0;
	cursor: pointer;
}
#navmenu p {
	margin:0;
	display:block;
}
#navmenu p:hover {
	background-color:#121212;
}
#navmenu li {
	line-height:140%;
	text-indent:0px;
	background-position: 1px 8px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#productionsmenu {
	display: none;
}

#freelancemenu {
	display: none;
}

#bottomlinks {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

.extlink {
	opacity: 1;
	padding-left: 4px;
	padding-right: 4px;
}

.extlink img:hover  {
	opacity: .6;
}

/*
	Content
*/
#contentpane {
	margin-left: 225px;
	width: auto;
	background-color: black;
}

.table {
	display:table;
}

#demoreel {
	padding-top: 30px;
	padding-bottom: 20px;
}

#home {
	background-color: #545454;
}

.homeprod {
	width: 980px;
	padding-bottom: 15px;
	float: left;
	text-align: left;
}

.homeprodtext {
    margin-left: 520px;
    width: 455px;
		height: 281px;
}

.homeproddisplay {
	float: left;
}

#featurebox {
	/* height: 380px; */
	padding: 25px;
	background-color: black;
	overflow:auto;
}

#feature {
	float: left;
	width: 625px;
	height: 350px;
	background-color: gray;
	border-radius: 5px;
	padding: 15px;
	margin-right: 15px;
}

#animationbox {
	height: 535px;
	padding: 25px;
	background-color: black;
}

#animation {
	float: left;
	width: 900px;
	height: 505px;
	background-color: gray;
	border-radius: 5px;
	padding: 15px;
}


#productioninfobox {
	/* margin-left: 655px;
	padding-left: 15px; */
	float:left;
}

#productiontitle {
	font-size: 45px;
	font-family: Oswald Bold, Lucida Grande, sans-serif;
	width: 450px;
}

#productioninfo {
	margin-top: 15px;
	font-size: 15px;
	width: 450px;
	font-family: Trebuchet MS, Lucida Grande, sans-serif;
}

#productionlinkbar {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	padding-left: 15px;
	padding-top: 10px;
	height: 47px;
	background-color: gray;
	font-size: 25px;
	width: 100%;
	
}

#productionlinkbar ul {
	margin: 0px;
	padding: 0px;
}

.white {
	background-color: white;
}
.actualimage {
    opacity: 1;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.actualimage:hover {
    opacity: .75;
}

.productionimages {
	width: auto;
	height: 100%;
	background-color: #545454;
	overflow: hidden;
}

.productionimages ul {
	margin: 0px;
	padding: 0px;
}


.productionlink {
	/* border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red; */
	padding-left: 15px;
	padding-right: 15px;
	height: 47px;
	font-size: 16px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: white;
	text-decoration: none;
}

.productionlink:hover {
	background-color: #727272;
}

.productionlink:active{
	background-color: #C1C1C1;
}

.selected {
	background-color: #545454;
}

.hidden {
	display: none;
}

.image {
	margin-left: 10px;
	margin-top: 10px;
	height: 250px;
	padding: 10px 10px 10px 10px;
	background-color: black;
	float: left;
	border-radius: 10px;
} 

.image  img{
	height: 250px;
}

.imagetitle {
	color: white;
	font-size: 14px;
	margin-top: 3px;
	margin-left: 10px;
}

/*
	image viewer popup
*/
#details {
	display:none;
}

#darkness {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: #131313;
		z-index: 50;
		display:block;
		opacity:0.75;
}

.popup {
	border: 1px solid #e4e4e4;
  background-color: #545454;
  border-radius: 5px;
	position:fixed;
	background: #545454;
	color:white;
	opacity:1;
	left:50%;
	margin:30px 0 0 -500px; /* [-(height/2)px 0 0 -(width/2)px] */
	display:block;
	z-index:51;
}

#popupImage {
	max-width: 970px; /* 3% loss from margin */
	max-height: 770px; /* 3% loss from margin */
}

#details a {
	color: white;
	text-decoration: none;
}

.detailContainer {
	margin-top: 15px;
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

.scrollImage {
	width: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}

#arrowPrev, #arrowNext {
	width: 50px;
	opacity: 0.5;
	display: table-cell;
	background-color: inherit;
}

#arrowPrev:hover, #arrowNext:hover {
	opacity: 1;
	background-color: #2A2A2A;
}

/* LightBox */
.lightboxcontainer {
  width:100%;
  text-align:left;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxright iframe {
  min-height: 390px;
}
.divtext {
  margin: 36px;
}
@media (max-width: 800px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}

/*
	Footer
*/
#footer {
	margin-left: 300px;
	width: auto;
	height: 25px;
	
}