@font-face {
    font-family: 'AlternateGothic2';
    src: url('../fonts/alternateothic2-webfont.eot');
    src: url('../fonts/alternateothic2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alternateothic2-webfont.woff') format('woff'),
         url('../fonts/alternateothic2-webfont.ttf') format('truetype'),
         url('../fonts/alternateothic2-webfont.svg#alternategothic2_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'AlternateGothic3';
    src: url('../fonts/alternate_gothic_no3_d-webfont.eot');
    src: url('../fonts/alternate_gothic_no3_d-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/alternate_gothic_no3_d-webfont.woff') format('woff'),
         url('../fonts/alternate_gothic_no3_d-webfont.ttf') format('truetype'),
         url('../fonts/alternate_gothic_no3_d-webfont.svg#alternate_gothic_no3_dregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TradeGothicRoman';
    src: url('../fonts/tradegothic-webfont.eot');
    src: url('../fonts/tradegothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothic-webfont.woff') format('woff'),
         url('../fonts/tradegothic-webfont.ttf') format('truetype'),
         url('../fonts/tradegothic-webfont.svg#tradegothicroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TradeGothicBold20';
    src: url('../fonts/tradegothic-boldcondtwenty-webfont.eot');
    src: url('../fonts/tradegothic-boldcondtwenty-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothic-boldcondtwenty-webfont.woff') format('woff'),
         url('../fonts/tradegothic-boldcondtwenty-webfont.ttf') format('truetype'),
         url('../fonts/tradegothic-boldcondtwenty-webfont.svg#webfonts0ud2Rxo') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background: transparent;
	line-height: 1.5em;
	font-family: arial, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}
body#laya-content {
	/*background: rgba(0,0,0,.65);
	background: url(../images/laya-bg-image.jpg) right top no-repeat;*/
	margin: 0;
	padding: 0;
}
.fancybox-iframe {
	background: url(../images/laya-bg-image.jpg) center top no-repeat;
}
a, a:active {
	outline: 0;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  left: 0;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  line-height: 0px;
  text-indent: -9999px;
}
.slides-navigation a.prev {
  left: 0px;
  /*background: url(../images/btn-left.png) left top no-repeat;*/
  width: 150px;
  height: 43px;
}
.slides-navigation a.prev:hover {
  /*background: url(../images/btn-left.png) left bottom no-repeat;*/
}
.slides-navigation a.next {
  right: 0px;
  /*background: url(../images/btn-right.png) left top no-repeat;*/
  width: 150px;
  height: 43px;
}
.slides-navigation a.next:hover {
  right: 0px;
  /*background: url(../images/btn-right.png) left bottom no-repeat;*/
}
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
  display: none;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 2px;
}
.slides-pagination a.current {
  background: #222;
}

.home-logo {
	position: absolute;
	display: block;
	width: 407px;
	height: 89px;
	top: 177px;
	right: 209px;
	z-index: 15;
	background: url(../images/logo.png) no-repeat;
	line-height: 0;
	text-indent: -9999px;
}
.nav {
	position: absolute;
	display: block;
	min-width: 400px;
	height: 30px;
	top: 50px;
	right: 54px;
	z-index: 300;
}
.nav ul {
	display: inline;
	list-style: none;
}
.nav ul li {
	display: inline-block;
	float: right;
	margin-right: 20px;
}
.nav ul li:first-child {
	margin-right: 0px;
}
.nav a {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.nav li.about a {
	background: url(../images/nav-about-off.png) 0px 8px no-repeat;
	width: 43px;
	height: 32px;
}
.nav li.about a:hover {
	background: url(../images/nav-about-on.png) 0px 8px no-repeat;
}
.nav li.contact a {
	background: url(../images/nav-contact-off.png) 0px 8px no-repeat;
	width: 82px;
	height: 32px;
}
.nav li.contact a:hover {
	background: url(../images/nav-contact-on.png) 0px 8px no-repeat;
}
.nav li.facebook a {
	background: url(../images/icon-facebook.png) 0px 8px no-repeat;
	width: 22px;
	height: 32px;
	margin-top: -4px;
	opacity: 0.75;
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	filter:alpha(opacity=75);
}
.nav li.facebook a:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.nav li.released a {
	background: url(../images/nav-released-off.png) 0px 8px no-repeat;
	width: 90px;
	height: 32px;
}
.nav li.released a:hover {
	background: url(../images/nav-released-on.png) 0px 8px no-repeat;
}
.nav li.coming-soon a {
	background: url(../images/nav-coming-soon-off.png) 0px 8px no-repeat;
	width: 126px;
	height: 32px;
}
.nav li.coming-soon a:hover {
	background: url(../images/nav-coming-soon-on.png) 0px 8px no-repeat;
}
.nav li.contact2 a {
	background: url(../images/nav-contact2-off.png) 0px 8px no-repeat;
	width: 81px;
	height: 32px;
}
.nav li.contact2 a:hover {
	background: url(../images/nav-contact2-on.png) 0px 8px no-repeat;
}
.nav li.commercials a {
	background: url(../images/nav-commercials-off.png) 0px 8px no-repeat;
	width: 121px;
	height: 32px;
}
.nav li.commercials a:hover {
	background: url(../images/nav-commercials-on.png) 0px 8px no-repeat;
}
.nav li.projects a {
	background: url(../images/nav-projects-off.png) 0px 8px no-repeat;
	width: 91px;
	height: 32px;
}
.nav li.projects a:hover {
	background: url(../images/nav-projects-on.png) 0px 8px no-repeat;
}
.nav li.contact3 a {
	background: url(../images/nav-contact-off.png) 0px 8px no-repeat;
	width: 81px;
	height: 32px;
}
.nav li.contact3 a:hover {
	background: url(../images/nav-contact-on.png) 0px 8px no-repeat;
}
/*.nav li.about2 a {
	background: url(../images/nav-about2-off.png) 0px 8px no-repeat;
	width: 60px;
	height: 32px;
}
.nav li.about2 a:hover {
	background: url(../images/nav-about2-on.png) 0px 8px no-repeat;
}*/
.nav li.purchase a {
	background: url(../images/nav-purchase1-off.png) 0px 8px no-repeat;
	width: 94px;
	height: 32px;
}
.nav li.purchase a:hover {
	background: url(../images/nav-purchase1-on.png) 0px 8px no-repeat;
}
.nav li.back a {
	background: url(../images/nav-back-off.png) 0px 8px no-repeat;
	width: 48px;
	height: 32px;
}
.nav li.back a:hover {
	background: url(../images/nav-back-on.png) 0px 8px no-repeat;
}
.nav li.back1 a {
	background: url(../images/nav-back1-off.png) 0px 8px no-repeat;
	width: 48px;
	height: 32px;
}
.nav li.back1 a:hover {
	background: url(../images/nav-back1-on.png) 0px 8px no-repeat;
}
.nav li.contact4 a {
	background: url(../images/nav-contact4-off.png) 0px 8px no-repeat;
	width: 81px;
	height: 32px;
}
.nav li.contact4 a:hover {
	background: url(../images/nav-contact4-on.png) 0px 8px no-repeat;
}
.nav li.vimeo a {
	background: url(../images/nav-vimeo-off.png) 0px 2px no-repeat;
	width: 76px;
	height: 32px;
}
.nav li.vimeo  a:hover {
	background: url(../images/nav-vimeo-on.png) 0px 2px no-repeat;
}
.nav li.jason a {
	background: url(../images/nav-jason-on.png) 0px 8px no-repeat;
	width: 135px;
	height: 32px;
}
.nav li.jason a:hover {
	background: url(../images/nav-jason-on1.png) 0px 8px no-repeat;
}

/*
.what-i-see {
	display: block;
	position: absolute;
	background: url(../images/what-i-see.png) no-repeat;
	width: 890px;
	height: 120px;
	left: 0px;
	bottom: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
.documentary {
	display: block;
	position: absolute;
	background: url(../images/documentary.png) no-repeat;
	width: 1115px;
	height: 120px;
	left: 0px;
	bottom: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
.commercial {
	display: block;
	position: absolute;
	background: url(../images/commercial.png) no-repeat;
	width: 991px;
	height: 120px;
	left: 0px;
	bottom: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
.still {
	display: block;
	position: absolute;
	background: url(../images/still.png) no-repeat;
	width: 402px;
	height: 120px;
	left: 0px;
	bottom: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
*/

a.top-logo {
	display: block;
	position: absolute;
	background: url(../images/top-logo.png) no-repeat;
	width: 290px;
	height: 61px;
	top: 30px;
	left: 75px;
	cursor: pointer;
	line-height: 0px;
	text-indent: -9999px;
}
a.earthsync {
	display: block;
	position: absolute;
	background: url(../images/earthsync-logo.png) no-repeat;
	width: 85px;
	height: 66px;
	bottom: 30px;
	left: 15px;
	cursor: pointer;
	line-height: 0px;
	text-indent: -9999px;
}
.laya-container {
	width: 85%;
	/*margin: 0 auto;*/
	text-align: center;
	top: 25%;
	position: absolute;	
	z-index: 20;
}
/*.shadowfilter { 
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: url(shadow.svg#drop-shadow); 
}*/
a.laya {
	display: block;
	position: relative;
/*	background: url(../images/laya-logo.png) no-repeat;
	width: 315px;
	height: 364px;	*/
	background: url(../images/laya-logo1.png) no-repeat;
	width: 340px;
	height: 380px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	line-height: 0px;
	text-indent: -9999px;
	
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
a.laya:hover {
	opacity: 0.72;
	-webkit-opacity: 0.72;
	-moz-opacity: 0.72;
	filter:alpha(opacity=72);
}
a.laya-btn {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.button {
    background: #139DD1;
    border-radius: 12px 12px 12px 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
    padding: 4px 11px 3px;
    text-align: center;
	position: absolute;
	left: 0px;
	top: 180px;
}
.button:hover {
	opacity: 0.85;
	text-decoration: none;
}
a.view-compile {
    display: block;
	width: 125px;
	height: 30px;
	background: url(../images/btn-view-compile-off.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 180px;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}
a.view-compile:hover {
	background: url(../images/btn-view-compile-on.png) no-repeat;
}
a.view-project {
    display: block;
	width: 125px;
	height: 30px;
	background: url(../images/btn-view-project-off.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 180px;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}
a.view-project:hover {
	background: url(../images/btn-view-project-on.png) no-repeat;
}
a.view-work {
    display: block;
	width: 107px;
	height: 30px;
	background: url(../images/btn-view-work-off.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 180px;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}
a.view-work:hover {
	background: url(../images/btn-view-work-on.png) no-repeat;
}
a.view-trailer {
    display: block;
	width: 125px;
	height: 30px;
	background: url(../images/btn-view-trailer-off.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 180px;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 30;
}
a.view-trailer:hover {
	background: url(../images/btn-view-trailer-on.png) no-repeat;
}
a.view-i {
    display: block;
	width: 54px;
	height: 49px;
	background: url(../images/btn-i-off.png) no-repeat;
	position: relative;
	left: 50px;
	bottom: -51px;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 30;
}
a.view-i:hover {
	background: url(../images/btn-i-on.png) no-repeat;
}
.hoka-hey-info {
	position: absolute;
	width: 100%;
	height: 349px;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.hoka-hey-info-inner {
	font-family: 'TradeGothic', arial, sans-serif;
	font-weight: normal;
	color: #fff;
	line-height: 1.6em;
	display: block;
	position: absolute;
	cursor: default;
	margin: 65px 15px 15px 15px;
	text-decoration: none;
}
.hoka-hey-info-inner h3 {
	font-size: 18px;
	margin: 0 0 10px;
}
.hoka-hey-info-inner p {
	font-size: 15px;
	margin: 0 0 10px;
	text-align: justify;
}
a.view-i-big {
    display: block;
	width: 854px;
	height: 349px;
	background: url(../images/btn-i-big1.png) no-repeat;
	position: relative;
	left: 50px;
	bottom: -300px;
	/*line-height: 0;
	text-indent: -9999px;*/
	cursor: pointer;
	z-index: 30;
	margin-top: 2px;
	text-decoration: none;
	
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
a.view-i-big:hover {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

/* Image Gallery */

.banner-container {
	width: 700px;
	margin: 0 auto;
	display: block;
}
.banner-container ul {
	display: inline;
	list-style: none;
}
.banner-container ul li {
	display: block;
	position: relative;
	width: 700px;
	height: 160px;
	margin: 0 0 15px;
}
.banner-container ul li a {
	display: block;
	width: 700px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 25;
}
.banner-container ul li a img {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.banner-container ul li a img:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  filter:alpha(opacity=60);
}
.thumb-container {
	/*width: 800px;*/
	width: auto;
	margin: 45px auto 0;
	text-align:center;
	display: block;
}
.thumb-container ul {
	display: inline;
	list-style: none;
}
.thumb-container ul li {
	display: inline-block;
	float: left;
	position: relative;
	width: 255px;
	height: 160px;
	margin: 0 15px 15px 0;
}
.thumb-container ul li a {
	display: block;
	float: left;
	width: 255px;
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 25;
}
.thumb-container ul li  div.thumb-desc {
	position: absolute;
	width: 255px;
	height: 160px;
	left: 0;
	top: 0;
	z-index: 30;
	display: none;
}
.thumb-container ul li:nth-child(3n) {
	margin-right: 0;
}
.thumb-container ul li a img {
	width: 100%;
	height: auto;
}
.released-container {
	width: 400px;
	margin: 0 auto;
	display: block;
}
/*.released-container ul {
	display: inline;
	list-style: none;
}
.released-container ul li {
	display: block;
	position: relative;
	width: 400px;
	height: 180px;
	margin: 0 0 15px;
	color: #fff;
}
.released-container ul li a {
	display: block;
	width: 400px;
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 25;
}*/
.released-container ul li a img, .released-bubble a img, .coming-soon-bubble a img, .projects-bubble a img {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	/*border: 3px solid #817966;*/
}
.released-container ul li a img:hover, .released-bubble a img:hover, .coming-soon-bubble a img:hover {
	/*border: 3px solid #fff;*/
}
.released-bubble a img, .coming-soon-bubble a img, .projects-bubble a img {
	left: -1px;
	position: relative;
}
.projects-bubble a img {
	display: block;
	margin-bottom: 20px;
}

/* CSS Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.clearfix { zoom: 1; } /* IE 6/7 */

/*#actions {
    height: 50px;
    text-align: center;
}
#actions a {
    color: #139dd1 !important;
    cursor: pointer;
}*/
.prev {
    color: #139dd1 !important;
    cursor: pointer;
    font-size: 30px;
    line-height: 50px;
    text-decoration: none;
}
.disabled {
    visibility: hidden;
}

/*Lightbox content*/
.container {
	width: 80%;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	font-family: arial, sans-serif;
}
.contact-container {
	padding: 25px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
	font-family: arial, sans-serif;
}
.contact-container a {
	text-decoration: none;
	color: #139DD1;
}
.contact-container a:hover {
	text-decoration: underline;
}
#actions {
	margin: 25px auto 0;
	text-align: center;
	width: 44px;
	height: 14px;
}
#actions a {
	display: block;
	float: left;
	width: 12px;
	height: 14px;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
	text-indent: -9999px;
}
#actions a.prev {
	background: url(../images/arrow-prev.png) no-repeat;
}	
#actions a.next {
	background: url(../images/arrow-next.png) no-repeat;
}
#actions a.disabled {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter:alpha(opacity=50);
  cursor: inherit;
}
.thumbnail, .thumbnail2, .thumbnail3, .thumbnail4, .thumbnail5, .thumbnail6, .thumbnail7,   
.thumbnail8, .thumbnail9, .thumbnail10, .thumbnail11, .thumbnail12, .thumbnail13, .thumbnail14
{ background: rgba(0,0,0,.75); width: 255px; height: 160px; overflow: hidden; }

/*
.thumbnail:hover, .thumbnail2:hover, .thumbnail3:hover, .thumbnail4:hover, .thumbnail5:hover, .thumbnail6:hover, .thumbnail7:hover,   
.thumbnail8:hover, .thumbnail9:hover, .thumbnail10:hover, .thumbnail11:hover, .thumbnail12:hover, .thumbnail13:hover, .thumbnail14:hover
{ background: rgba(0,0,0,.75); }
*/

.description, .description2, .description3, .description4, .description5, .description6, .description7,  
.description8, .description9, .description10, .description11, .description12, .description13, .description14
{ display: none; position: relative; top: 90px; left: 10px; color: #FFF; font-family: arial, sans-serif; font-size: 22px; font-weight: normal; cursor: pointer; }

.laya-buttons {
	margin: 0 auto;
	text-align: center;
}
.laya-buttons ul {
	display: inline;
	list-style: none;
}
.laya-buttons ul li {
	display: block;
	width: 225px;
	height: 40px;
	text-align: center;
	background: #555;
	border: 1px solid #999;
}
.laya-buttons ul li a {
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0px;
	text-align: center;
	color: #000;
}
.laya-buttons ul li a:hover {
	background: #000;
}
/*.laya-nav {
	margin: 0 auto;
	display: block;
}
.laya-nav ul {
	display: inline-block;
	list-style: none;
	text-align: center;
	width: 100%;
	margin: 25px 0 0;
	padding: 0;
}
.laya-nav ul li {
	display: block;
	float: left;
	width: 23.5%;
	height: 30px;
	text-align: center;
	background: #555;
	border: 1px solid #999;
	margin-left: 1%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.laya-nav ul li:hover {
	background: #000;
	border: 1px solid #666;
}
.laya-nav ul li:first-child {
	margin-left: 0;
}
.laya-nav ul li a {	
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	padding: 5px 0;
}
.laya-nav ul li a:hover {	
	color: #139DD1;
} */
.laya-wrap {
	/*background: url(../images/laya-bg-image.jpg) center top no-repeat;*/
    color: #000;
    font-family: 'TradeGothicBold20', Arial, Helvetica, sans-serif;
	font-size-adjust: 0.5;
    font-size: 17px;
	text-transform: uppercase;
	line-height: 1.4em;
    margin: 0 auto;
	padding: 0;
	width: 100%;
	display: block;
	position: relative;
	left: 0px;
}
.laya-wrap .alternate {
    font-family: 'Pathway Gothic One', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.laya-content {
	display: block;
	float: left;
	min-width: 500px;
	max-width: 65%;
	margin: 160px 0 0;
	position: relative;
	
}
.laya-nav {
	margin: 160px 45px 0;
	display: block;
	float: left;
	width: 240px;
	padding: 5px 0 0;
	position: relative;
}
.laya-nav div {
	display: block;
	width: 240px;
	height: 20px;
	margin-bottom: 15px;
	position: relative;
}
/*.laya-nav div a {	
	display: block;
	float: right;
	position: relative;
}*/
.laya-nav a.overview {
	background: url(../images/nav-laya-overview.png) right top no-repeat;
	width: 78px;
	height: 20px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	float: right;
}
.laya-nav a.overview:hover, .laya-nav .active a.overview {
	background: url(../images/nav-laya-overview.png) right -20px no-repeat;
}
.laya-nav a.credits {
	background: url(../images/nav-laya-credits.png) right top no-repeat;
	width: 65px;
	height: 20px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	float: right;
}
.laya-nav a.credits:hover, .laya-nav .active a.credits {
	background: url(../images/nav-laya-credits.png) right -20px no-repeat;
}
.laya-nav a.press {
	background: url(../images/nav-laya-press.png) right top no-repeat;
	width: 233px;
	height: 20px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	float: right;
}
.laya-nav a.press:hover, .laya-nav .active a.press {
	background: url(../images/nav-laya-press.png) right -20px no-repeat;
}
.laya-nav a.awards {
	background: url(../images/nav-laya-awards.png) right top no-repeat;
	width: 64px;
	height: 20px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	float: right;
}
.laya-nav a.awards:hover, .laya-nav .active a.awards {
	background: url(../images/nav-laya-awards.png) right -20px no-repeat;
}
.laya-nav a.back {
	background: url(../images/nav-laya-back.png) right top no-repeat;
	width: 41px;
	height: 20px;
	line-height: 0;
	text-indent: -9999px;
	display: block;
	float: right;
}
.laya-nav a.back:hover {
	background: url(../images/nav-laya-back.png) right -20px no-repeat;
}
.laya-content p:first-child {
	margin-top: 0;
}

table.credits {
	border-collapse: collapse;
}
table.credits td {
	padding: 0px 3px;
	text-align: left;
	vertical-align: top;
}
table.credits td.left {
	font-weight: bold;
	padding-left: 0;
}
img.icon {
	margin: 1px 0 5px;
	vertical-align: top;
	display: inline-block;
}
img.project {
	text-align: center;
	/*margin: 0 0 5px;*/
	margin: 0;
}

a#shadowMexico {
	display: none;
	/*visibility: hidden;*/
	width: 350px;
	height: 215px;
	text-indent: -9999px;
	line-height: 0;
	position: absolute;
	top: 83px;
	right: 150px;
	z-index: 5005;
	position: fixed;
	/*border: 3px solid transparent;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;*/
}
a#shadowFreight {
	display: none;
	width: 350px;
	height: 215px;
	text-indent: -9999px;
	line-height: 0;
	position: absolute;
	top: 318px;
	right: 150px;
	z-index: 5005;
	position: fixed;
}
img.bgimg {
	left: 0px !important;
	bottom: 0px !important;
	width: 100%;
	height: auto;
}