/*** DEFAULT ***/
ul {
	list-style:none;
	margin:0;
	padding:0;
}
img {
	border:0;
}
:focus {
	outline:none;
}
a,a:visited,a:active {
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	-ms-transition-duration:.3s;
	transition-duration:.3s;
}
a:hover {
	color:#ffffff;
}
input {
	border:0;
}
p {
	margin:0;
	color:#ffffff;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

h1 {
	margin-bottom:8px;
}

h2 {
	margin-bottom:8px;
}
/*** BODY STRUCTURE ***/
html {
	overflow-y:scroll;
}
body,html {
	background-color:#1d1d1b;
	width:100%;
	height:100%;
	min-width:540px;
}
#content {
	width:100%;
	display:block;
	position:absolute;
	z-index:1;
	top:110px;
}
.mainContent {
	padding-top:20px;
}
.spacer {
	height:200px
}
.left_divider {
	border-left:medium solid #40b180;
}
@media only screen and (max-width:767px) {
	.left_divider {
		border-left: hidden;
	}
}
/*** NAV ***/
#nav {
	position:absolute;
	z-index:999;
	display:block;
	width:100%;
	height:50px;
	top:60px;
	background-color:#1d1d1b;
}
#nav ul {
	width:500px;
	margin:0 auto auto 40px;
	text-align:center;
}
#nav ul li {
	display:block;
	float:left;
	height:50px;
	width:78px;
	margin:0;
	background:url(../img/navbt.png) no-repeat;
}
#nav ul li a {
	position:absolute;
	width:78px;
	height:50px;
	display:block;
	float:left;
	margin:auto;
	color:#575757;
	text-transform:uppercase;
	font-weight:normal;
	font-size:8px;
	bottom:0px;
}
#nav ul li a div {
	position:absolute;
	width:78px;
	bottom:10px;
	margin:auto;
	display:block;
}
#nav ul li.active {
	cursor:pointer;
	width:94px !important;
	background:url(../img/navbt_active.png) no-repeat !important;
}
#nav ul li:hover {
	cursor:pointer;
	width:78px;
	background:url(../img/navbt_hover.png) no-repeat;
}
#nav ul li.active a,#nav ul li.active a div {
	width:94px !important;
	font-size:10px;
	color:#ffffff;
}
#nav ul li:hover a,#nav ul li:hover a div {
	width: 78px;
}
/*** SUBNAV ***/
#subnav {
	position:absolute;
	z-index:999;
	display:block;
	width:100%;
	height:20px;
	top:30px;
	background-color:#1d1d1b;
}
#subnav ul {
	width:650px;
	margin:0 auto auto 132px;
	text-align:center;
}
@media only screen and (max-width:1200px) {
	#subnav ul {
		width:300px;
		margin-top:-20px;
		margin-left:10px;
	}
}
#subnav ul li {
	display:block;
	float:left;
	height:20px;
	margin:3px 10px 0 10px;
}
#subnav ul li a {
	height:20px;
	display:block;
	float:left;
	margin:auto;
	color:#575757;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	bottom:0px;
}
#subnav ul li a div {
	bottom:0px;
	margin:auto;
	display:block;
}
#subnav ul li.active,#subnav ul li:hover {
	cursor:pointer;
}
#subnav ul li.active a,#subnav ul li.active a div,#subnav ul li:hover a,#subnav ul li:hover a div {
	color:#40B180;
}
@media only screen and (max-width:767px) {
	#nav {
		display:none;
	}
	/*#subnav ul li{margin:3px 5px 0 5px;}#subnav ul li a{font-size: 10px;}*/
	#subnav {
		display: none;
	}
}
/*** LOGO ***/
#language {
	position:absolute;
	z-index:1000;
	display:block;
	width:200px;
	height:59px;
	top:85px;
	right:50px;
}
#language ul>li {
	float:left;
	color:#575757;
	font-size:10px;
	padding:0 10px;
}
#language ul>li a {
	color:#575757;
	font-size:12px;
}
#language ul>li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#logo {
	position:absolute;
	z-index:1000;
	display:block;
	width:400px;
	height:59px;
	top:10px;
	right:50px;
	background-image:url("../img/logo.png");
	background-repeat:no-repeat;
}
#footerLogo {
	display:block;
	width:500px;
	height:42px;
	margin-top:32px;
	background-image:url("../img/footerlogo.png");
	background-repeat:no-repeat;
	float: left;
}
/*** ABOUT ***/
#about .banner {
	width:100%;
	height:316px;
	display:block;
	overflow:hidden;
}
#about .banner .slideHolder {
	left:65px;
	width:2000em;
	height:316px;
	display:block;
	position:relative;
}
#about .banner .slide {
	float:left;
}
#about .banner .mask {
	display:block;
	width:480px;
	height:280px;
	-moz-transform:rotate(-68deg);
	-webkit-transform:rotate(-68deg);
	-o-transform:rotate(-68deg);
	margin-top:5px;
	margin-left:-175px;
		 overflow:hidden;
}
#about .banner .mask img {
	margin-left:10px;
	margin-top:-20px;
	-moz-transform:rotate(68deg);
	-webkit-transform:rotate(68deg);
	-o-transform:rotate(68deg);
}
/*#about .banner{width:100%;height:316px;display:block;background: url(../img/banner_about.png) no-repeat;}*/
ul.about_business>li {
	color: #40B180;
	margin:0 0 0 17px;;
	list-style-type: square;
}
@media only screen and (max-width:767px) {
		ul.about_business {
		width:500px;
	}
	#footerLogo {
		margin-top: 44px;
	}
}
/*** WORK ***/
#work .banner {
	width:100%;
	height:316px;
	display:block;
}
#work .banner.sports {
	background:url(../img/banner_work_sports.png) no-repeat;
	background-size:cover;
}
#work .banner.culture {
	background:url(../img/banner_work_culture.png) no-repeat;
	background-size:cover;
}
#work .banner.branding {
	background:url(../img/banner_work_branding.png) no-repeat;
	background-size:cover;
}
#work .banner.conventions {
	background:url(../img/banner_work_conventions.png) no-repeat;
	background-size:cover;
}
#work .banner.launch-events {
	background:url(../img/banner_work_launch_events.png) no-repeat;
	background-size:cover;
}
#work .banner.videos {
	background:url(../img/banner_work_videos.png) no-repeat;
	background-size:cover;
}
#work #listing {
	position:absolute;
	left:100px;
	top:20px;
}
#work #listing>.item {
	position:relative;
	display:block;
	width:100px;
	height:100px;
	margin-bottom:10px;
	float:left;
	margin-left:25px;
	margin-top:20px;
}
#work #listing>.item>.itemBtn {
	position:absolute;
	display:block;
	z-index:300;
	width:100px;
	height:100px;
}
#work #listing>.item>.itemBtn>a>img {
	margin:0 0 10px 0;
	border:5px solid #575756;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	filter:alpha(opacity=70);
	opacity:0.7;
}
#work #listing>.item.active>.itemBtn>a>img {
	border:5px solid #3bb07d;
	filter:alpha(opacity=100);
	opacity:1;
}
#work #listing>.item>.itemBtn:hover>a>img {
	border:5px solid #3bb989;
	filter:alpha(opacity=100);
	opacity:1;
}
#work #listing>.item>.itemBtn>a>.img_tn {
	margin:0 0 10px 0;
	border:5px solid #575756;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:100px;
	height:100px;
}
#work #listing>.item.active>.itemBtn>a>.img_tn {
	border:5px solid #3bb07d;
	filter:alpha(opacity=100);
	opacity:1;
}
#work #listing>.item>.itemBtn:hover>a>.img_tn {
	border:5px solid #3bb989;
	filter:alpha(opacity=100);
	opacity:1;
}
#work #listing>.item>.itemBtn>.writeup {
	font-weight:normal;
	font-size:12px;
	color:#ffffff;
	position:absolute;
	line-height:17px;
	display:none;
	width:200px;
	height:60px;
	top:100px;
	left:0px;
	text-align:left;
}
#work #listing>.item>.itemBtn:hover .writeup {
	display:block;
}
#work #listing>.item.active>.itemBtn:hover .writeup {
	display:none !important;
}
#work #listing>.item>.sublisting {
	display:none;
	width:800px;
	height:60px;
	position:absolute;
	z-index:200;
	top:0px;
	left:70px;
}
#work #listing>.item .sublisting img {
	cursor:pointer;
	margin:10px;
	float:left;
	border:3px solid #575756;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
}
#work #listing>.item.active>.sublisting {
	display:block;
}
#work #listing>.item .sublisting img:hover {
	border:5px solid #575756;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	width:60px;
	height:60px;
	margin: 0px;
}
/*** NEWS ***/
#news .banner {
	width:100%;
	height:316px;
	display:block;
	background:url(../img/banner_news.png) no-repeat;
}
#news .banner .subLinks {
	display:block;
	position:absolute;
	width:100%;
	padding-left:230px;
	padding-top:20px;
}
#news .banner .subLinks li a {
	font-size:12px;
	color:#FFFFFF;
}
#news .banner .subLinks li.active a {
	color: #40b180;
}
/*** CAREER ***/
#career .banner {
	width:100%;
	height:316px;
	display:block;
	background:url(../img/banner_career.png) no-repeat;
	background-size:cover;
}
#career .banner .subLinks {
	display:block;
	position:absolute;
	width:100%;
	padding-left:226px;
	padding-top:20px;
}
#career .banner .subLinks li a {
	font-size:12px;
	color:#FFFFFF;
}
#career .banner .subLinks li.active a {
	color:#40b180;
}
@media only screen and (max-width:767px) {
	#career .banner .subLinks {
		display: none;
	}
}
/*** CONTACT ***/
#contact .banner {
	width:100%;
	height:316px;
	display:block;
	background:url(../img/banner_contact.png) no-repeat;
	background-size:cover;
}
#contact #contactForm {
	margin-top:-300px;
	width:40.42553%;
	background-color:#575756;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#contact #contactFormResult {
	margin-top:-240px;
	width:40.42553%;
	background-color:#575756;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#contact .formContent {
	padding: 40px;
}
/*** ACCESS ***/
#access .banner {
	width:100%;
	height:316px;
	display:block;
	background:url(../img/banner_access.png) no-repeat;
	background-size: cover;
}