#header_top {
	height:32px;
	background-color: #181818;
}

#header_mid {
	height:75px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #0e1336;
}

#header_bot {
    height:8px;
    /*background-color: #0e1336;*/
    background-color: #FFFFFF;
}

#header_bot {
    height:4px;
    /*background-color: #0e1336;*/
    background-color: #ef6723;
}

#header_logo {
	position:absolute;
	top:19px;
	left:25px;
}

/* main nav */
#header_nav {
	color: white;
	height: 100%;
	float: right;
}

#header_nav ul {
	list-style:none;
	position:relative;
	float:left;
	height:100%;
	margin:0;
	padding:0;
}

#header_nav ul li
{
	height:100%;
	/*position:relative;*/
	float:left;
	margin:0;
	padding-left:15px;
	padding-right:14px;
}

/* main nav links */
#header_nav ul li a
{
	height:100%;
    text-decoration: none;
	color: white;
	position: relative;
	margin: auto;
	top: 35%;
	font-size: 14px;
	letter-spacing: 1px;
	
	-moz-transition: color 0.2s; /* Firefox 4 */
	-webkit-transition: color 0.2s; /* Safari and Chrome */
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

#header_nav ul li a:hover {
    text-decoration: none;
	color: #ef6723;
}

#header_nav_selected {
	color: #ef6723 !important;
}

/* sub nav */
#header_sub_nav  {
    /*display:none;*/
	height: 45% !important;
	position:absolute !important;
	top:100%;
	background-color: #222222;
	z-index: 1000; /* place above everything else */
	
	opacity:0;
	-moz-transition: opacity 0.3s; /* Firefox 4 */
	-webkit-transition: opacity 0.3s; /* Safari and Chrome */
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#header_sub_nav_position {
	position: relative;
}

#header_sub_nav  li {
	float: none !important;
	background-color: #0e1336;
}

#header_sub_nav li a{
	height: 30% !important;
	top: 0% !important;
}

#header_nav ul li:hover > ul
{
	/*display:block*/
	opacity:1;
}

#gallery_container ul {
	padding: 0;
	margin: auto;
	list-style: none;
	text-align: center;
}

#sound_item {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 400px;
	position: relative;
	overflow: hidden;
	display: inline-table;
}

#gallery_item {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	display: inline-table;
}

#gallery_item img {
	bottom: 0;
	
	opacity:0;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

#image_list {
	padding-left:10px;
	padding-right:10px;
	float: left;
	position: relative;
	text-align: center;
}

#slider {
	max-width:100%;
	max-height:100%;
	height: 1000px !important;
	overflow: hidden;
}

#container {
	padding-top:50px;
	padding-bottom:50px;
	line-height: 25px;
}

#container_main {
	padding:60px;
	max-width: 1020px;
	margin: auto;
	width: auto;
}

#container_main p {
	font-size: 14px;
	line-height: 30px;
}

#text-center {
	text-align: center;
}

#feedback-person {
	text-align: center;
	font-style: italic;
}

#separator {
	border-style: none;
	margin-top: 50px;
	margin-bottom: 50px;
	height: 1px;
	background-color: grey;
	width: 900px;
	opacity: 0.4;
}

/* contact form */
#contact_container {
	padding-top:20px;
	max-width: 620px;
	font-size: 14px;
	margin: auto;
}

#contact_form {
	padding-top: 30px;
	padding-bottom: 30px;
}

#contact_form_row {
	padding-top:10px;
	padding-bottom:10px;
}

#contact_form_textfield {
	margin-top:10px;
	width: 100%;
	border: 1px solid #ccc;
	background: #fafafa;
	padding:12px;
	font-size: 16px;
	border-radius: 2px;
	outline: none;
	
	-moz-transition: background 0.5s; /* Firefox 4 */
	-webkit-transition: background 0.5s; /* Safari and Chrome */
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
	
#contact_form_textarea {
	margin-top:10px;
	width: 100%;
	border: 1px solid #ccc;
	background: #fafafa;
	padding:12px;
	font-size: 16px;
    min-height: 100px;
	border-radius: 2px;
}

#contact_form_button {
	margin-top:10px;
	background-color: #222222;
	color: white;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	font-size: 16px;
	border: none;
	letter-spacing: 4px;
	cursor:pointer;
	/*border-radius: 2px;*/
	
	-moz-transition: background 0.5s; /* Firefox 4 */
	-webkit-transition: background 0.5s; /* Safari and Chrome */
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#service_text {
	font-weight: 600;
	text-align: center;
	color: #8f8f8f;
	font-size: 24px !important;
	margin-bottom: 0px;
}

#gallery_container {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: auto;
	/*max-width: 1020px;*/
	max-width: 1320px;
	width: auto;
	overflow:hidden;
}

#row_content {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	max-width: 1020px;
	width: auto;
	overflow:hidden;
}

#row_content_large {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	max-width: 1120px;
	width: auto;
	overflow:hidden;
}

#row_content_split_container {
	text-align: center;
	position: relative;
}

#row_content_split {
	display: inline-table;
	/*width: 33%;*/
	padding-left:7px;
	padding-right:7px;
}

#row_content_half {    
	display: inline-table;
	width: 400px;
	padding-left:30px;
	padding-right:30px;
	/*margin-left: 30px;
	margin-right: 30px;*/
}

#row_content_third {
	display: inline-table;
	width: 300px;
	padding-left:30px;
	padding-right:30px;
}

#quote {
	display: block;
	width: 64px;
	margin: auto;
}

#testimonial_content {
	padding-top: 70px;
	padding-bottom: 70px;
	margin: auto;
	max-width: 940px;
	width: auto;
	overflow:hidden;
}

#testimonial_quote {
	padding-top: 10px;
	line-height: 20px !important;
	text-align: center;
}

#testimonial {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
	max-width: 1020px;
	width: 280px;
	min-width: 280px;
	overflow:hidden;
}

#testimonial_name {
	padding-left: 20px;
	padding-top: 18px;
}

#testimonial img{
	display: block;
	float: left;
}

#testimonial p {
	padding-left: 90px;
	line-height: 12px !important;
	font-size: 16px;
}

#real_estate_company {
	font-weight: bold;
	font-size: 12px !important;
	color: #b1b1b1;
}

#button_black {
	margin-top:10px;
	background-color: #222222;
	color: white;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	font-size: 14px;
	border: none;
	cursor:pointer;
	width: 200px;
	letter-spacing: 1px;
	
	-moz-transition: background 0.5s; /* Firefox 4 */
	-webkit-transition: background 0.5s; /* Safari and Chrome */
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

#button_yellow {
	margin-top:10px;
	background-color: #ffa513;
	color: white;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	font-size: 14px;
	border: none;
	cursor:pointer;
	width: 200px;
	letter-spacing: 1px;
	
	-moz-transition: background 0.5s; /* Firefox 4 */
	-webkit-transition: background 0.5s; /* Safari and Chrome */
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

#products_title {
	font-size: 32px;
	text-align: center;
	padding-bottom: 60px;
}

#products_description{
	padding-top: 20px;
}

#products_buttons {
	font-size: 32px;
	text-align: center;
	padding-top: 30px;
}

#products_other_services {
	text-align: center;
}

#products_other_service_title {
	font-weight: bold;
	color: #b1b1b1;
	text-align: center;
	font-size: 20px;
}

#client_split {
	text-align: center;
	width: 200px;
}

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

html,
body h1 {
	font-weight:normal;
}

html,
body h2 {
	font-weight:normal;
	/*letter-spacing: 5px;*/
}

/* header/footer */
header {
	width:100%;
	top:0;
	left:0;
	/*position:absolute;*/
}

#social {
	padding-top: 55px;
	padding-bottom: 10px;
}

#footer_buffer {
	padding-top:10px;
	padding-bottom:242px;
	min-height:100%;
	position:relative;
}

footer {
	width:100%;
	height:242px;
	margin: 0;
	padding: 0;
	bottom: 0;
	position:absolute;
	background-color: #0e1336;
	color: grey;
	text-align: center;
	font-size: 12px;
}

footer a {
    text-decoration: none;
	color: grey;
}

footer a:hover { 
    text-decoration: none;
	color: white !important;
}

footer a:visited {
    text-decoration: none;
	color: grey;
}


footer a img {
	opacity:0.5;
	-moz-transition: opacity 0.5s; /* Firefox 4 */
	-webkit-transition: opacity 0.5s; /* Safari and Chrome */
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#heading {
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 30px;
}

#soundtrack_heading {
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 10px;
}

#umoview_video {
	/*text-align: center;*/
	margin: 0 auto;
	width: 640px;
}

#umoview_video_products {
	padding-top: 30px;
	padding-bottom:30px;
}

#video_overlay {
	position: absolute;
	top: 82px;
	left: 80px;
}

#video_overlay_products {
	position: absolute;
	top: 252px;
	left: 435px;
}

#video_thumbnail_container {
	position: relative;
	top: 0px;
	left: 0px;
}

#video_description {
	
}

#video_description_block {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 80px;
	position:absolute;
	bottom:0%;
	color: #ffffff;
	line-height: 10%;
	
	opacity:0;
	-moz-transition: opacity 1s; /* Firefox 4 */
	-webkit-transition: opacity 1s; /* Safari and Chrome */
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

#video_description_title {
	font-size: 28px !important;
}
