html, body, p {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-family:"OpenSansCondensedBold";
	text-transform:uppercase;
	line-height:60px;
	font-size:48px;
	margin:0;
	font-weight:normal;
}

h2 {
	font-family:"OpenSansCondensedLight";
	font-weight:normal;
	line-height:38px;
	font-size:30px;
	margin:0;
}

h3 {
	text-align:center;
	font-weight:700;
	line-height:60px;
	font-size:24px;
	margin:0;
}

h4 {
	text-align:center;
	font-weight:700;
	line-height:30px;
	font-size:18px;
	margin:18px 0;
}

p {
	line-height:28px;
	font-size:14px;
}

img {
	display:block;
}

#wrapper, #logo, #navigation, #navigation-slider-area {
	width:1280px;
}

#wrapper {
	margin:auto;
	box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
}

#logo {
	text-align:center;
	position:absolute;
	z-index:111;
}

#logo img {
	display:inline;
}

.highlight {
	height:1px;
	display:block;
	position:relative;
	top:2px;
	z-index:5;
	background-color:#797979;
}

.highlight.top {
	top:-2px;
	margin-bottom:-1px;
}

#header-slider .highlight {
	background-color:rgba(255,255,255,0.2);
}

#navigation, #subnavigation {
	height:39px;
	line-height:39px;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
	font-style:italic;
	background-color:#fff;
	z-index:111;
}

#navigation, #subnavigation, #credits, #impressions {
	box-shadow:0 4px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 3px rgba(0,0,0,0.1);
	  -moz-box-shadow:0 4px 3px rgba(0,0,0,0.1);
}

#subnavigation {
	text-align:left !important;
	width:960px;
}

#navigation > a, #subnavigation a {
	background-image:url("../assets/navigation-separator.png");
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 25px 0 33px;
	line-height:39px;
	display:inline-block;
	font-size:14px;
}

#subnavigation a {
	padding:0 10px 0 18px !important;
	cursor:pointer;
}

#subnavigation a.active {
	color:#09f;
	font-size:16px;
}

#navigation > a:first-child {
	background:none;
	padding-left:25px;
}

#subnavigation > a:first-child {
	background:none;
}

#navigation-slider-area, #subnavigation-slider-area {
	height:3px;
	background-color:#ccc;
	z-index:111;
}

#navigation-slider {
	display:block;
	position:relative;
	left:349px;
	height:3px;
}

#social {
	float:right;
	position:absolute;
	right:167px;
}

#social > a {
	margin-right:-5px;
	display:inline-block;
	position:relative;
}

#social > a:first-child {
	border-right:1px solid #fff;
	z-index:2;
}

#social img {
	border:none;
}

a, a:hover, a:active {
	text-decoration:none;
	color:#202020;
}

#header-slider h1 {
	font-family:"OpenSansCondensedLight";
}

#header-slider .caption {
	position:absolute;
	top:0;
	padding:168px 160px 0;
	width:960px;
}

#header-slider h1, #header-slider h2 {
	margin:0;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.6);
	font-weight:300;
}

#header-slider h2 {
	font-family:"Open Sans";
	font-size:18px;
	line-height:24px;
	font-style:italic;
	margin-top:13px;
}

#service {
	padding:50px 160px 30px;
	background-color:#f5f5f5;
}

#service h2 {
	padding:10px 0 45px;
}

.infobox {
	padding:6px 6px 10px;
	background-color:#fff;
	box-shadow:0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.1);
	  -moz-box-shadow:0 2px 4px rgba(0,0,0,0.1);
}

.infobox.large {
	padding-bottom:30px;
	margin-bottom:30px;
}

.infobox.small {
	float:left;
	width:453px;
	margin-bottom:30px;
}

.infobox.small:first-child {
	margin-right:30px;
}

.infobox.small > .cols > div:first-child {
	margin-left:20px;
	margin-right:0;
	float:left;
}

.infobox.small > .cols > div {
	margin-right:0px;
	float:right;
}

.chevron-small-right {
	font-family: 'entypo';
	font-size:24px;
	color:#09F;
}

#music-icon {
	position:relative;
	margin-top:-34px;
	margin-bottom:-8px;
	margin-left:auto;
	margin-right:auto;
}

#credits {
	padding:50px 160px 30px;
	background-color:#202020;
}

#credits h1 {
	text-transform:none;
	color:#fff;
	margin-bottom:40px;
}

#subnavigation-slider-area {
	margin-bottom:37px;
	width:960px;
}

#subnavigation-slider {
	height:3px;
	position:relative;
	left:0;
	width:66px;
}

#credits ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:-20px;
}

#credits ul li {
	float:left;
	margin-left:20px;
	width:225px;
}

#credits ul li img {
	margin-bottom:18px;
}

#credits ul li .title {
	font-size:16px;
	color:#09f;
	line-height:22px;
	margin-bottom:8px;
}

#credits ul li .services, #credits ul li .team {
	color:#fff;
	line-height:18px;
	margin-bottom:28px;
}

#credits ul li .team {
	font-style:italic;
	margin-bottom:28px;
}

#credits h2 {
	clear:both;
	color:#fff;
}

#credits .infobox {
	margin:auto;
	float:none;
}

#testimonials {
	margin:50px auto 0;
	width:650px;
}

#testimonials .slides li strong {
	font-style:italic;
}

#testimonials .flex-control-nav {
	bottom:8px;
}

#testimonials .flex-control-nav li {
	margin: 0 4px;
}

#testimonials .flex-control-paging li a {
	background-color:#202020;
	box-shadow: 0 0 0 2px #202020 inset;
	-webkit-box-shadow: 0 0 0 2px #202020 inset;
	  -moz-box-shadow: 0 0 0 2px #202020 inset;
	width:10px;
	height:10px;
}

#testimonials .flex-control-paging li a.flex-active {
	background-color:#09f;
}

#testimonials .slides li {
	display:none;
	width:100%;
	margin-left:0;
}

#testimonials .slides li:first-child {
	display:block;
}

#testimonials .slides li img {
	width:85px;
	margin:-86px auto 10px;
}

#testimonials .infobox {
	text-align:center;
	padding:45px 0;
}

#testimonials .infobox p {
	line-height:22px;
}

#testimonials .flex-control-nav {
	position:relative;
}

#team {
	padding:50px 160px 75px;
}

#team h1 {
	text-transform:none;
}

#team h2 {
	margin:25px 0 15px;
	clear:both;
}

#team > p {
	line-height:24px;
}

#team ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

#team ul li {
	float:left;
	height:421px;
	width:192px;
	position:relative;
}

#team ul li.active .infobox {
	display:block;
}

#team .infobox {
	display:none;
	position:absolute;
	background-color:#fff;
	width:404px;
	padding:25px 20px;
	margin-left:-212px;
	left:50%;
	bottom:18px;
	z-index:2;
}

#service-times ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

#service-times ul li {
	cursor: pointer;
	font-size:14px;	
	width:214px;
	position:relative;
}

#service-times ul li.active .infobox {
	display:block;
}

#service-times .infobox {
	display:none;
	position:absolute;
	background-color:#fff;
	width:404px;
	padding:25px 20px;
	margin-left:-202px;
	left:50%;
	bottom:30px;
	z-index:2;
}

#team .infobox .name {
	font-size:18px;
	font-family:"OpenSansCondensedBold";
	text-transform:uppercase;
}

#team .infobox p {
	line-height:24px;
}

#team .infobox .team-active-icon {
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:-15px;
}

#impressions {
	padding:50px 160px 30px;
	background-color:#202020;
	background-image:url("../assets/impressions_bg.png");
	height:643px;
}

#impressions h1 {
	color:#fff;
	text-transform:none;
}

#contact {
	padding:50px 160px 50px;
	text-align:center;
}

#contact h1 {
	text-transform:none;
}

#contact img {
	display:inline;
}

#contact p span {
	color:#09f;
	margin:0 10px;
}

#copyright {
	color:#09f;
}

#contact-mail {
	color:#09f;
	font-size:30px;
	font-family:"OpenSansCondensedLight";
	line-height:60px;
}

#contact-mail img {
	margin-right:18px;
}

#contact .infobox {
	width:590px;
	margin:auto;
}

hr {
	margin:56px 0;
	height:1px;
	border:none;
	background-color:#efefef;
}

#footer {
	margin-top:30px;
	line-height:24px;
}

#impressions-slider {
	position:relative;
	top:36px;
	left:7px;
	width:945px;
}

#impressions-slider .slides img {
	width:945px;
}

#impressions-slider .flex-prev {
	left:0px;
	padding:20px;
	background-position:20px;
	margin-top:-40px;
}

#impressions-slider .flex-next {
	right:0px;
	padding:20px;
	background-position:20px;
	margin-top:-40px;
}

p.legal {
	margin: 0px auto;
	width:450px;
	line-height: normal;
}

p.legal a {
	color:#999;
}

p.legal a:hover {
	color:#09F;
}

#facebox h2 {
	margin-bottom:10px;
}

#facebox input[type=text], #facebox textarea {
	padding:3px 10px;
	background-color:#e9e9e9;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	width:307px;
	margin:10px 0;
}

::-webkit-input-placeholder {font-style:italic;
color:#999;}
:-moz-placeholder {font-style:italic;
color:#999;}
:-ms-input-placeholder {font-style:italic;
color:#999;}

#facebox textarea {
	height:210px;
}

#facebox p {
	font-style:italic;
	font-size:14px;
	color:#999;
}

#facebox input[type=submit] {
	text-indent:-999em;
	background-image:url("../assets/send_request_btn.png");
	width:129px;
	height:49px;
	margin-top:10px;
	cursor:pointer;
	border:none !important;
}

.blue {
	color:#09f;
}