/** GLOBAL SETTINGS **/
html, body{
	height: 100%;
	background-color: #111;
	background: url('images/tileBG.jpg') fixed;
	-webkit-text-size-adjust: 100%;
}
*{
	margin: 0px;
	padding: 0px;
	border: 0px;

}
p{
	font: 13px "Myriad Pro", sans-serif;
	color: #798188;
}
h1{
	font: 26px "Myriad Pro", sans-serif;
	color: #2085F2;
	text-transform: uppercase;
	text-decoration: none;
}
h2{
	font: 16px "Myriad Pro", sans-serif;
	color: #2085F2;
	text-transform: uppercase;
	display: inline;
}
a, a:link, a:visited, a:active{
	font: 14px "Myriad Pro", sans-serif;
	color: #798188;
	text-transform: uppercase;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #2085F2;
}
.hr1{
	width: 100%;
	height: 0px;
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #287ac2;
}
.clr{
	clear: both;
}

/** GLOBALS - LISTS **/
ul li{
	margin-left: 20px;
	padding: 2px 0px;
}
.ul_indent{
	padding-left: 20px;
}
ol li{
	margin-left: 25px;
	padding: 2px 0px;
	list-style-type: decimal-leading-zero;
}
.ol_indent{
	padding-left: 25px;
}

/** MAIN LAYOUT **/
#gradient_left{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 30%;
	background:         linear-gradient(left, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0) 100%);
	background:    -moz-linear-gradient(left, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0) 100%);
	background:     -ms-linear-gradient(left, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0) 100%);
	background:      -o-linear-gradient(left, rgba(0,0,0,0.6) 15%, rgba(0,0,0,0) 100%);
}
#gradient_right{
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 20%;
	background:         linear-gradient(right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background:    -moz-linear-gradient(right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background:     -ms-linear-gradient(right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background:      -o-linear-gradient(right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}


#wrapper{
	width: 1030px;
	margin: 0px auto;
}
#navigation{
	position: fixed;
	width: 245px;
	padding: 35px 15px 35px 0px;
	text-align: right;
	z-index: 20;
}
#content{
	position: relative;
	float: right;
	width: 710px;
	padding: 0px 29px 0px 29px;
	border: 1px solid #080b0d;
	border-top: 0px;
	border-radius: 0px 0px 30px 30px;
	box-shadow: 0px 0px 25px #111;
	background: rgb(7, 9, 11);
	background: rgba(7, 9, 11, 0.6);
	z-index: 10;
}
#copyright{
	float: right;
	width: 710px;
	padding: 25px 30px 35px 30px;
	z-index: 10;
}
#demoreel{
	padding-bottom: 20px;
}
#gallery{
	padding-bottom: 40px;
}
#about{
}
#contact{
}


/** NAVIGATION **/
#logo{
}
#menu{
	position: relative;
	left: 14px;
	padding: 40px 0px;
}
#menu li{
	list-style-type: none;
}
#menu li a{
	font-size: 26px;
	color: #798188;
	text-decoration: none;
	padding-right: 15px;
}
#menu li a.active{
	background: url('images/nav_arrow2.png') no-repeat right center;
}
#menu li a:hover{
	color: #2085F2;
}
#share{
}

/** DEMOREEL CONTENT **/
#demoreel_slideshow {
	position: relative;
	width: 710px;
	height: 400px;
}
#demoreel_slideshow img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0;
	border-radius: 5px;
}
#demoreel_slideshow img.active{
	z-index: 20;
	opacity: 1;
}
#demoreel_slideshow img.last-active{
	z-index: 15;
}
#demoreel_movie{
}
.demoreel_links{
	float: right;
	padding: 10px 0px 0px 30px;
}

/** THUMBNAILS **/
.thumbnails{
	margin: -5px -6px -5px -5px;
}
.thumbnails a{
	position: relative;
	float: left;
	margin: 5px;
}
.thumbnails img{
	display: block;
	border-radius: 5px;
}
.thumbnails_video{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 30px;
	height: 30px;
	background: url('images/icon_video.png') no-repeat;
}
.thumbnails_label{
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0px 3px;
	border-radius: 0px 5px 0px 5px;
	background: rgba(0,0,0,0.6);
	text-shadow: 0px 0px 5px #000;
}

/** ABOUT SECTIONS **/

#about_image{
	float: right;
	width: 300px;
	margin-left: 10px;
}
#about_text{
	float: left;
	width: 400px;
	color: #cfcfcf;
}
#copyright p{
	font-size: 11px;
	color: #555;
	text-align: center;
}


/** ICONS **/
.icon_facebook{
	display: inline-block;
	vertical-align: middle;
	width:42px;
	height:42px;
	background: url('images/icon_facebook.gif') no-repeat right top;
}
.icon_facebook:hover{
	background: url('images/icon_facebook.gif') no-repeat right bottom;
}
.icon_twitter{
	display: inline-block;
	vertical-align: middle;
	width:42px;
	height:42px;
	background: url('images/icon_twitter.gif') no-repeat right top;
}
.icon_twitter:hover{
	background: url('images/icon_twitter.gif') no-repeat right bottom;
}
.icon_google{
	display: inline-block;
	vertical-align: middle;
	width:42px;
	height:42px;
	background: url('images/icon_google.gif') no-repeat right top;
}
.icon_google:hover{
	background: url('images/icon_google.gif') no-repeat right bottom;
}
.icon_pdf{
	display: inline-block;
	vertical-align: middle;
	width:42px;
	height:42px;
	background: url('images/icon_pdf.png') no-repeat right top;
}
.icon_pdf:hover{
	background: url('images/icon_pdf.png') no-repeat right bottom;
}
.icon_linkedin{
	display: inline-block;
	vertical-align: middle;
	width:42px;
	height:42px;
	background: url('images/icon_linkedin.png') no-repeat right top;
}
.icon_linkedin:hover{
	background: url('images/icon_linkedin.png') no-repeat right bottom;
}

/**	FANCYBOX **/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
	vertical-align: top;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}
.fancybox-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1002;
}
.fancybox-skin {
	position: relative;
	background: #000;
	color: #cfcfcf;
	text-shadow: none;
	border-radius: 5px;
}
.fancybox-opened {
	z-index: 1003;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	font-size: 14px;
	color: #444;
	margin: 0px;
	padding: 10px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1002;
}
#fancybox-loading div {
	width: 42px;
	height: 42px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_buttons.png');
}
.fancybox-nav {
	position: absolute;
	top: 0px;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 1004;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1004;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}
.fancybox-prev {
	left: 0px;
}
.fancybox-next {
	right: 0px;
}
.fancybox-prev span {
	left: -25px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: -25px;
	background-position: 0 -72px;
}
.fancybox-prev:hover span {
	background-position: -36px -36px;
}
.fancybox-next:hover span {
	background-position: -36px -72px;
}
.fancybox-close:hover {
	background-position: -36px 0px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-type-iframe .fancybox-prev, .fancybox-type-iframe .fancybox-next{
    width: 10px;
}

/* FANCYBOX OVERLAY HELPER */
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: rgba(0, 0, 0, .75);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0px;
	right: 0px;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* FANCYBOX TITLE HELPER */
.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.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: 0px;
	left: 0px;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/** OVERRIDES **/
.clr{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.end{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.hide{
	display: none;
}

.highlight{
	font-weight: bold;
	color: #bfa03c;
}
.gold, .gold:hover{
	color: #f8c100;
}
.silver, .silver:hover{
	color: #cfcfcf;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.center{
	text-align: center;
	display: block;
}