* {
    box-sizing: border-box;
}


@font-face {
	font-family: star;
	src: url('/fonts/opensans.ttf') format('truetype'),
		 url('/fonts/opensans.eot');
}

@font-face {
	font-family: title;
	src: url('/fonts/title.otf') format('opentype'),
		 url('/fonts/title.eot');
}

@font-face {
	font-family: titlebold;
	src: url('/fonts/titlebold.otf') format('opentype');
}

body {
	margin:0px;
	background-color:#000;
	animation: fadeIn ease 0.5s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

p, ul, input, textarea, select, #menu_dropdown, .button {
	font-family: star, serif;
	font-size:15px;
	font-stretch: extra-expanded;
	line-height: 180%;
	color:#c8c8c8;
}

table {
	min-width: 100%;
	right:0px;
	padding:10px;
}

th, td {
  padding: 10px;
}

th {
	padding-top:20px;
}

tr {
	font-family: star, serif;
	font-size:14px;
	font-stretch:extra-expanded;
	line-height: 180%;
	color:#c8c8c8;
}

b, a {
	color: #fc615d;	
}

input, textarea, select {
	background-color:#252c33;
	border: 0px;
	width: 100%;
	padding: 3px;
	resize: none;
	color:#FFF;
}

h1 {
	font-family:title, sans-serif;
	font-size:36px;
	font-stretch:extra-expanded;
	color:#FFF;
	font-weight:normal;
	letter-spacing:10px;
	font-stretch:extra-expanded;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}


h2 {
	font-family:title, sans-serif;
	font-size:30px;
	font-stretch:extra-expanded;
	color:#FFF;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}


h3 {
	font-family:title, sans-serif;
	font-size:16px;
	font-stretch:extra-expanded;
	color:#FFF;
	font-weight:normal;
	padding-top:0px;
	margin-top:20px;
	margin-bottom:5px;
}

h4 {
	font-family:title, sans-serif;
	font-size:18px;
	font-stretch:extra-expanded;
	color:#FFF;
	font-weight:normal;
	padding-top:0px;
	margin-top:20px;
	margin-bottom:5px;
}

.icon {
	width:60px;
	margin:20px;	
}

.icon_large {
	width:80px;
	margin:20px;	
}

.icon_round {
	height:80px;
	width:80px;
	background-size: 30px 30px;
    background-repeat: no-repeat;
	background-position: 25px 25px;
	border-radius:45px;
	background-color: #131416;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.icon_left {
	background-size: 45px 45px;
    background-repeat: no-repeat;
	padding:8px;
	padding-left:90px;
	background-position: 10px 40px;
	margin-bottom:-20px;
}

.icon_round:hover {
	cursor: pointer;
	background-color: #000000;
}

.li_1 {
	 list-style-image: url('/icons/ui/list_1.png');
}

.li_2 {
	 list-style-image: url('/icons/ui/list_2.png');
}

.button:hover {
	background-color: #19a9c6;
    cursor: pointer;
}

.image_icon {
	width:50px;
	margin:15px;	
}

.col1 {
	background-color: #1b1c20;	
	width:200px;
}

.col2 {
	background-color: #131416;	
}

.title_pricing {
	font-family:title, sans-serif;
	font-size:12px;
	font-stretch:extra-expanded;
	color:#FFF;
	font-weight:normal;
	padding-top:0px;
	margin-top:20px;
	margin-bottom:5px;
}

.heading {
	padding-left:15px; padding-top:10px; padding-bottom:10px; border-left: 10px solid #fa4047; border-bottom: 2px solid white; scroll-margin-top: 60px;
}

.heading_small {
	padding-left:12px; padding-top:6px; padding-bottom:6px; border-left: 5px solid #fa4047; border-bottom: 1px solid #DDDDDD; margin-right: 10px; scroll-margin-top: 60px;
}

.heading_small_column {
	padding-left:12px; padding-top:6px; padding-bottom:6px; border-left: 5px solid #fa4047; border-bottom: 1px solid #DDDDDD; margin-right: 10px, margin-right: 10px;  scroll-margin-top: 60px;
}

.heading_small_spaced {
	padding-left:12px; padding-top:6px; padding-bottom:6px; border-left: 5px solid #fa4047; border-bottom: 1px solid #DDDDDD; margin-top: 50px; scroll-margin-top: 60px;
}

.heading_small_light {
	padding-top:6px; padding-bottom:6px; border-bottom: 1px solid #8a8a8a; scroll-margin-top: 60px;
}


.price {
	font-family:title, sans-serif;
	font-size:32px;
	font-stretch:extra-expanded;
	color:#FFF;
	font-weight:normal;
	letter-spacing:10px;
	font-stretch:extra-expanded;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:100px;
}

.price_title {
	color:#FFF;
	margin:20px;
}

.title_highlighted {
	color:#FFF;
}

.price_dollar {
	font-size:20px;
	font-stretch:extra-expanded;
	line-height: 180%;
	color:#c8c8c8;
	padding:0px;
	margin-right:6px;
}

.input_container {
	padding:6px;
	margin-top:-10px;	
	margin-bottom:3px;
}

.input_container p {
	margin:0px;
	padding:0px;
	margin-top:5px;	
	font-size:14px;
}

.splash_text_center {
	animation: moveIn ease 1.0s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

.splash_center {
	animation: slideIn ease 1.0s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
}

@keyframes slideIn {
	0% {
		opacity: 0;
		top: 0%;
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-o-transform: translateY(0%);
	}
	100% {
		opacity: 1;
		top: 35%;
		transform: translateY(35%);
		-ms-transform: translateY(35%);
		-moz-transform: translateY(35%);
		-webkit-transform: translateY(35%);
		-o-transform: translateY(35%);
	}
}

@keyframes moveIn {
	0%   {padding-top: 100px; opacity: 0; }
	100% {padding-top: 300px; opacity: 1; }
}

@keyframes fadeIn { 
	0%   {opacity: 0; } 
    100% {opacity: 1; } 
} 


.image_latest_circle {
	width:150px;
	height:150px;
}

.image_latest_description {
	text-align:center;
	margin-top:0px;
}

.image_specs {
	width:60px;
	padding-right:20px;
}

.title, .subtitle {
	color:#000000;
	text-align:center;
	text-shadow: 1px 1px 0px rgba(255,255,255, 0.9)
}

.title {
	padding-top:180px;
}

.menu_logo {
	height:15px;
	margin-left:15px;
	margin-top:22px;
	float:left;
	display:none;
	cursor: pointer;
}

.menu_logo_enabled {
	display:block;
}

.container {
	max-width:1200px;
	margin: 0 auto;
	padding:40px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
}

.container_light {
	max-width:1200px;
	margin: 0 auto;
	padding:20px;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
}

.container_2 {
	max-width:600px;
	margin: 0 auto;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.container_background_light {
	width:100%;
	background-color:#1b1c20;
}



.container_background_lighter {
	width:100%;
	background-color:#252c33;
}

.mention {
	background-color:#DDDDDD;
	color:#000000;
	border-radius:25px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	margin:10px;
	text-shadow: 1px 1px 0px #CCC;
	white-space:nowrap;
	display: inline-block;
}

.mention_r2 {
	background-color:#DDDDDD;
	color:#000000;
	border-radius:10px;
	padding-left:10px;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: 1px 1px 0px #CCC;
	white-space:nowrap;
	display: inline-block;
}

.mention_dark {
	background-color:#1b1c20;
	color:#CCCCCC;
	font-size:14px;
	border-radius:10px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	margin:10px;
	text-shadow: 1px 1px 0px #000000;
	white-space:nowrap;
	display: inline-block;
}

.spaced {
	margin-top:50px;
	margin-bottom:25px;
}

.container_top{
	background-color:#000;
	width:100%;
	height:62px;
	position:fixed;
}

.news_item_container {
	margin:5px;
	margin-bottom:10px;
	background-color:#000;
	font-size:11px;
}

.news_item_container a {
	color:#FFFFFF;
}

.news_item_title {
	font-family:title, sans-serif;
	font-size:12px;
	font-stretch:extra-expanded;
	font-weight:normal;
	letter-spacing:3px;
	font-stretch:extra-expanded;
	background-color:#000;margin:0px; margin-left:5px; padding-left:10px; padding-right:10px; padding-top:10px; font-size:13px; color:#FFF;
}


.news_item_image {
	width:100%;
	margin:0px;
	padding:0px;	
}

.news_item_title_container {
	background-color:#fc615d;
	margin-top:-5px;
}

.news_item_description {
	margin:0px; padding-left:0px; padding-right:0px; padding-bottom:10px; padding-top:5px; font-size:11px; color:#DDD;
}


.specs_pricing {
	padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:0px; font-size:12px; color:#DDD;
}

.specs_description {
	padding-left:0px; padding-right:10px; padding-bottom:10px; padding-top:10px; font-size:12px; color:#DDD;
}

.headed_description {
	padding-left:0px; padding-right:10px; padding-bottom:10px; padding-top:0px; font-size:12px; color:#DDD;
}

.app_face {
	background: url('/images/icons/face_pipeline.png');
}

.app_remote {
	background: url('/images/icons/remote.png');
}

.aik_mapper {
	background: url('/images/icons/mapper.png');
}

.aik_engine {
	background: url('/images/icons/engine.png');
}

.aik_mapper {
	background: url('/images/icons/mapper.png');
}

.aik_poser {
	background: url('/images/icons/poser.png');
}

.aik_retargeter {
	background: url('/images/icons/retargeter.png');
}

.aik_masker {
	background: url('/images/icons/masker.png');
}

.aik_reshaper {
	background: url('/images/icons/reshaper.png');
}

.aik_editor {
	background: url('/images/icons/editor.png');
}

.aik_broadcaster {
	background: url('/images/icons/broadcaster.png');
}

.product_hardware {
	background: url('/images/product/hardware.png');
}

.product_software {
	background: url('/images/product/software.png');
}

.product_suit {
	background: url('/images/product/suit.png');
}

.product_glove {
	background: url('/images/product/glove.png');
}

.product_configurations {
	background: url('/images/product/configurations.png');
}

.product_configurations_glove {
	background: url('/images/product/configurations_glove.png');
}

.product_shipping {
	background: url('/images/product/shipping.png');
}

.product_save {
	background: url('/images/product/save.png');
}

.specs_sensors {
	background: url('/images/specs/specs_sensors.png');
}

.specs_battery {
	background: url('/images/specs/specs_battery.png');
}

.specs_connectivity {
	background: url('/images/specs/specs_connectivity.png');
}

.specs_framerate {
	background: url('/images/specs/specs_framerate.png');
}

.specs_latency {
	background: url('/images/specs/specs_latency.png');
}

.specs_sync {
	background: url('/images/specs/specs_sync.png');
}

.specs_hybrid {
	background: url('/images/specs/specs_hybrid.png');
}

.specs_packaging {
	background: url('/images/specs/specs_packaging.png');
}

.specs_plugin {
	background: url('/images/specs/specs_plugin.png');
}

.specs_pipeline {
	background: url('/images/specs/specs_pipeline.png');
}

.services_mocap {
	background: url('/images/icons/icon_biomechanics.png');
}

.services_fingers {
	background: url('/images/icons/icon_glove.png');
}

.services_live {
	background: url('/images/icons/icon_slate.png');
}

.services_rental {
	background: url('/images/icons/icon_shipping.png');
}

.services_support {
	background: url('/images/icons/icon_support.png');
}

.services_training {
	background: url('/images/icons/icon_education.png');
}

.services_pipeline {
	background: url('/images/icons/icon_pipeline.png');
}

.services_data {
	background: url('/images/icons/icon_save.png');
}

.software_friendly {
	background: url('/images/software/software_friendly.png');
}

.software_developer {
	background: url('/images/software/software_developer.png');
}

.software_pipeline {
	background: url('/images/software/software_pipeline.png');
}

.software_calibration {
	background: url('/images/software/software_calibration.png');
}

.software_vr {
	background: url('/images/software/software_vr.png');
}

.software_solver {
	background: url('/images/software/software_solver.png');
}

.software_post {
	background: url('/images/software/software_post.png');
}

.software_feet {
	background: url('/images/software/software_feet.png');
}

.software_footsteps {
	background: url('/images/software/software_footsteps.png');
}

.software_displacement_editing {
	background: url('/images/software/software_displacement_editing.png');
}

.software_backup {
	background: url('/images/software/software_backup.png');
}

.software_timeless {
	background: url('/images/software/software_timeless.png');
}

.software_kinematics {
	background: url('/images/software/software_kinematics.png');
}

.software_data {
	background: url('/images/software/software_data.png');
}

.software_batch {
	background: url('/images/software/software_batch.png');
}

.software_simulations {
	background: url('/images/software/software_simulations.png');
}

.software_sync {
	background: url('/images/software/software_sync.png');
}

.tag_feet {
	background: url('/images/editor/tag_feet.png');
}

.tag_hands {
	background: url('/images/editor/tag_hands.png');
}

.tag_hips {
	background: url('/images/editor/tag_hips.png');
}

.tag_level {
	background: url('/images/editor/tag_level.png');
}

.tag_jump {
	background: url('/images/editor/tag_jump.png');
}

.software_friendly, .software_developer, .software_pipeline, .software_calibration, .software_vr, .software_solver, .software_post, .software_feet, .software_backup, .software_timeless, .software_kinematics, .software_data, .software_batch, .software_simulations, .software_sync, .specs_sensors, .specs_battery, .specs_connectivity, .specs_framerate, .specs_latency, .specs_sync, .specs_hybrid, .specs_packaging, .specs_plugin, .specs_pipeline, .services_mocap, .services_fingers, .services_live, .services_rental, .services_support, .services_training, .services_pipeline, .services_data, .product_hardware, .product_software, .product_suit, .product_glove, .product_configurations, .product_configurations_glove, .product_shipping, .product_save, .aik_engine, .aik_mapper, .aik_poser, .aik_retargeter, .aik_masker, .aik_reshaper, .aik_editor, .aik_broadcaster,  .app_face, .app_remote, .tag_feet, .tag_hands, .tag_hips, .tag_level, .tag_floor, .tag_jump {
	background-size: 45px 45px;
    background-repeat: no-repeat;
	padding:8px;
	padding-left:90px;
	background-position: 10px 40px;
	margin-bottom:-20px;
}

.inthebox {
	margin-left:8px;
	max-height:24px;
	display: inline-block;
}

.inthebox_span {
	display: inline-block;
}

.software_brain {
	background: url('/images/product/software.png');
}

.software_how {
	background: url('/images/software/software_how.png');
}

.software_fingers {
	background: url('/images/product/glove.png');
}

.software_face {
	background: url('/images/icons/face_pipeline.png');
}

.software_editor_and_post_processor {
	background: url('/images/icons/icon_software.png');
}

.software_character_engine {
	background: url('/images/icons/poser.png');
}

.software_skeleton_editor {
	background: url('/images/software/software_skeleton_editor.png');
}

.software_props {
	background: url('/images/icons/engine.png');
}

.software_videos {
	background: url('/images/software/software_videos.png');
}

.software_virtual_systems {
	background: url('/images/software/software_virtual_systems.png');
}

.software_editor {
	background: url('/images/software/software_editor.png');
}

.software_retargeting {
	background: url('/images/software/software_retargeting.png');
}

.product_features {
	background: url('/images/icons/product_features.png'); 
}

.product_specs {
	background: url('/images/icons/product_specs.png');
}

.product_data {
	background: url('/images/icons/product_data.png');
}

.product_pipeline {
	background: url('/images/icons/icon_pipeline.png');
}

.post_how {
	background: url('/images/software/software_fk_ik_solver.png');
}

.product_features, .product_specs, .product_data, .product_pipeline, .product_solver, .software_videos,  .software_brain, .software_fingers, .software_face, .software_editor_and_post_processor, .software_character_engine, .software_footsteps, .software_displacement_editing, .software_retargeting, .software_editor, .software_skeleton_editor, .software_props, .software_virtual_production, .software_virtual_systems, .software_how {
	height:80px;
	width:80px;
	background-size: 30px 30px;
    background-repeat: no-repeat;
	background-position: 25px 25px;
	border-radius:45px;
	background-color: #131416;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}


.menu_spacer {
	height:60px;	
}

.contents {
	border:1px solid #F1F1F1;
}

.contents_light h1 {
	color:#e61919;
}

.thumb_paragraph {
	float:left;
	padding:10px;
	width:23%;
}

#latest_content {

}

.slider_content_link {
	text-decoration:none;
}



.button {
	color:#f1f1f1;
	padding:10px;
	border-radius:25px;
	width:auto;
	border:0px;
	width:200px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	cursor: pointer;
}

.button_link {
	text-decoration: none;
}

.download {
	color:#FFFFFF;
	padding-top:1px;
	padding-bottom:10px;
	border-radius:5px;
	width:auto;
	border:0px;
	width:300px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	text-decoration:none;
}

.download p {
	text-decoration:none;
}

.download a {
	text-decoration:none;
}

.download b {
	color:#FFFFFF;
}

.download h3 {
	color:#FFFFFF;
	text-decoration:none;
}

.dl {
	display:inline-block;
	text-align:left;
	vertical-align:top;
	color:#F1F1F1;
	border: solid #262c33;
	border-width: 1px 1px;
	background-color:#131416;
	padding:20px;
	border-radius:5px;
	width:300px;
	margin:10px;
	text-decoration:none;
}

.dl_download {
	width:50px;
	height:50px;
}

.dl_column {
	text-align:right;
}

.dl p {
	font-size:13px;
	margin:0px;
	padding:0px;
}

.dl b {
	color:#FFFFFF;
}

.dl_image {
	height:25px;
	width:25px;
	margin-top:4px;
}

.dl_20 {
	width:20%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.dl_80 {
	width:80%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.download:hover {
	background-color: #43d4f1;
	cursor: pointer;
}

.download_image {
	display: inline;
	height:20px;
	width:20px;
	margin-top:0px;
	margin-bottom:-4px;
	margin-left:0px;
	margin-right:5px;
}

.validation {
	color:#FFF;
	padding:10px;
	border-radius:5px;
	border:0px;
	margin-left:auto;
	margin-right:auto;
	font-family: star, serif;
	font-size:12px;
	font-stretch:extra-expanded;
	line-height: 180%;
}

.validation_arrow {
	width:20px;
	margin-left:10px;

}

.image_center {
	text-align:center;	
}

.image_thumbnail_3 {
	border-radius: 20px;
	max-width:320px;
}

.image_thumbnail_4 {
	border-radius: 20px;
	max-width:250px;
}

.logo_small {
	max-width:600px;
	width:100%;	
}


.applications_icon {
	width:100%;
	max-width:360px;
	border-radius: 7px;
	border-left: 0px;
	border-right: 0px;
}

.applications_description {
	min-height:300px;
}

.column_6_description {
	min-height:170px;
}

.column_6_description_large {
	min-height:250px;
}

.footer_6 {
	min-height:400px;
}

.image_oval {
	width:145px;
	margin:10px;	
}

.image_sensor {
	margin-bottom:-50px;	
}


.compatibility {
	max-height:46px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:8px;
	margin-right:8px;
	display:inline-block;
}


.footer_link {
	font-size:12px;
	margin-top:2px;
	margin-bottom:0px;
}

.footer_link_header {
	margin-top:20px;
	margin-bottom:5px;
}

.footer_link a {
	text-decoration:none;
	color:#f1f1f1;
}

a:hover {
	color: #27a9c5;
}

.footer_link a:hover {
	color: #27a9c5;
}

.footer_link b {
	color:#FFF;
}

.column_7 p {
	font-size:12px;	
}

.column_6 p {
	font-size:13px;	
}

.column_5 p {
	font-size:12px;	
}

.column_start {
	display: inline;	
}

.column_end {
	clear: both;	
}

.grey {
	background-color:#1C1C1C;
}

.dark {
	background-color:#000;
}

.red_container {
	width:16%;
	float:left;
}

.red_box {
	color:#f1f1f1;
	padding:10px;
	margin:0px;
}

.red_box {
	color:#CCC;
	font-size:13px;
	padding:10px;
	margin:0px;
}

.latest_container {
	width:180px;
	height:180px;
	float:left;
	padding:10px;
	margin:10px;
	background-size: contain;
}

.latest_container_text {
	font-size:13px;
	color:#FFF;
	text-shadow: 1px 1px #000000;
	position: absolute;
    bottom: 0;
	font-family: star, serif;
	font-stretch:extra-expanded;
}

.button, .download, .validation {
	background-color: #fe3d41;
}

.logo_top {
	height:100px;
	width:100px;
}

.logo_name {
	height:100px;
}

.thumb {
	margin:auto;
	width:100px;
	height:100px;
	margin-bottom:-20px;
}

.slider_picture {
	width:520px;
}

.cover_picture {
	width:520px;
	float:left;
	margin-top:10px;
}

.latest {
	width:400px;
	float:right;
	margin-top:30px;
	margin-right:20px;
}

.separator {
	height:100px;	
}

.middle {
	width:100%;
	text-align: center;	
}

.footer {
	font-size:14px;
	color:#F1F1F1;
	width:auto;
	text-align:center;
	background-color:#262c33;
	margin:0px;
	width:100%;
	height:36px;
	padding-top:10px;
}

.footer_background_1 {
	background-color:#131416
}

.footer_background_2 {
	background-color:#1b1c20;
}

.social {
	width:auto;
	text-align:center;
	margin:0px;
	width:100%;
}

.image_gallery {
	width:auto;
	text-align:center;
	background-color:#000;
	margin:0px;
	margin-left:-5px;
	width:100%;
}

.social_icon {
	max-height:30px;
	margin:20px;	
}

.gallery_icon {
	max-height:100px;
	margin:25px;	
}

.parallax {
    height: 1080px; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: bottom;
	background-position: center;
}

.wp_parallax {
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	min-height:100%;
    margin:0px;
    padding:0px;
}

.youtube_container {
    position: relative;
    width: 98%;
    min-height:160px;
    height: 0;
    padding-bottom: 51.5%;
}

.youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0px;
}

.arrow_next {
    width:30px;
    margin:50px;
}

.column_2_image {
    width:60%;
    max-width:300px;
    margin-top:50px;
}

.column_2_image_glove {
    width:90%;
    max-width:400px;
    margin-top:0px;
}

.column_2_image_large {
    width:90%;
    max-width:450px;
    margin-top:25px;
}  

.column_2_image_medium {
    width:90%;
    max-width:300px;
    margin-top:0px;
}  

.column_3_image {
    width:250px;
}

.column_3_image_small {
    width:100px;
}  

.responsive_menu_icon, .responsive_menu_icon_hidden {
    width:20px;
    height:20px;
    margin:20px;
}

.responsive_menu_icon_hidden {
    display: none;
}

.pricing {
	width:98%;
	border: 2px solid #252c33;
	background-color:#131416;
	padding:10px;
	margin: auto;
	margin-top:20px;
	border-radius: 25px;
}

.pricing_title {
    margin-left:0px;
    margin-right:0px;
    padding:0px;
}

.pricing_info {
    margin:5px;
    padding:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	font-size:12px;
	color:#DDD;
	text-align: left;
}

.pricing_info_center {
    margin:5px;
    padding:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	font-size:12px;
	color:#DDD;
	text-align: center;
}

.pricing_info_center a {
	text-decoration: none;
}

.clothing {
    max-width:200px;
    margin:10px;
}

.sw19 {
	width:90%;
}

.splash_text {
    margin-top:10px;
    margin-bottom:50px;
}



.sample_data, .technical_specs {
    text-decoration:none;
    color:#c8c8c8;
}

.sample_data img, .technical_specs img {
	width: 32px;
}

.pricing_green {
    margin:-10px;
    padding:0px;
    color:#51d151;
}

.pricing_red {
    margin:-10px;
    padding:0px;
    color:#fc615d;
}

.news_item_live {
    background-color:#fcdc5d;
}

.news_item_social {
    background-color:#5da0fc;
}

.news_item_production {
    background-color:#8afc5d;
}

.h2_red {
    color:#fe3d41;
}

.h2_blue {
    color:#3da1fe;
}

.menu_hidden {
    display:none;
}

.splash_text_center {
    padding-top:325px;
    padding-bottom:50px;
}

.splash_center {
	text-align:center;	
	top: 35%;
	transform: translateY(35%);
	-ms-transform: translateY(35%);
	-moz-transform: translateY(35%);
	-webkit-transform: translateY(35%);
	-o-transform: translateY(35%);
}

.splash_text_new {
    font-size:13px;
    color:#c8c8c8;
    font-family: star, serif;
    font-stretch:extra-expanded;
    line-height: 180%;
    text-shadow: 0px 1px #000000;
    max-width:600px;
    margin: 0 auto;
    padding-left:20px;
    padding-right:20px;
    padding-top:25px;
}

.splash_text_under_logo {
    font-size:13px;
    color:#FFF;
    font-family: star, serif;
    font-stretch:extra-expanded;
    line-height: 180%;
    text-shadow: 0px 1px #000000;
    max-width:600px;
    margin: 0 auto;
}

.splash_logo {
    max-width:385px;
    margin-bottom:10px;
}

.splash_background {
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center center;
    background-size: cover;
    min-height:900px;
	width:100%;
    margin:0px;
    padding:0px;
    vertical-align: bottom;
}

.splash_background_transparent {
	background-color:#000;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center center;
    background-size: cover;
    margin:0px;
    padding:0px;
    vertical-align: bottom;
}

.splash_background_home {
	background-color:#14161a;
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position:center center;
    background-size: cover;
}

.splash_background_aik {
	background-color:#181d20;
    background-image: url('/images/parallax/aik.jpg');
}

.splash_background_app {
	background-color:#181d20;
    background-image: url('/images/parallax/app.jpg');
}

.splash_background_pricing {
	background-color:#181d20;
    background-image: url('/images/parallax/services.jpg');
}

.splash_background_latest_home {
    background-image: url('/images/parallax/latest_home.jpg');
}

.splash_background h1 {
	color:#FFF;
}

.splash_background_couch {
    background-image: url('/images/parallax/couch.jpg');
}

.splash_background_people {
    background-image: url('/images/parallax/people.png');
}

.splash_background_guy {
    background-image: url('/images/parallax/guy.jpg');
}

.splash_background_splash {
    background-image: url('/images/parallax/splash.jpg');
}

.splash_background_black_suit {
    background-image: url('/images/parallax/newsuit.jpg');
}

.splash_background_latest {
    background-image: url('/images/parallax/latest.jpg');
}

.splash_background_suits {
    background-image: url('/images/parallax/suits.jpg');
}

.splash_background_suits_offset {
    background-image: url('/images/parallax/suits_offset.jpg');
}

.splash_background_gloves_offset {
	background-image: url('/images/parallax/gloves_offset.jpg');
}

.splash_background_specs {
    background-image: url('/images/parallax/specs.jpg');
}

.splash_background_gloves {
    background-image: url('/images/parallax/gloves.jpg');
}x

.splash_background_pads {
    background-image: url('/images/parallax/pads.jpg');
}

.splash_background_software {
    background-image: url('/images/parallax/software.jpg');
}

.splash_background_editor {
    background-image: url('/images/parallax/editor.jpg');
}

.splash_background_services {
    background-image: url('/images/parallax/services.jpg');
}

.wp_background_lady {
	background-color:#181d20;
    background-image: url('/images/wp/lady.jpg');
}

.wp_background_waterfall {
	background-color:#181d20;
    background-image: url('/images/wp/waterfall.jpg');
}

.wp_background_robot {
	background-color:#181d20;
    background-image: url('/images/wp/robot.jpg');
}

.wp_background_landscape {
	background-color:#181d20;
    background-image: url('/images/wp/landscape.jpg');
}

.splash_background_about {
    background-image: url('/images/parallax/about.jpg');
}


.arrow_next_clickable:hover {
	cursor: pointer;
}


.compatible_with {
	margin-top: 50px;;
}


.docs_background {
	max-width:480px;
	padding-top:225px;
	background-color:transparent;
}

.docs_license_padding {
	padding-right:6px;
}

.docs_logo {
	height:15px;
	margin-left:15px;
	margin-top:22px;
	margin-right:0px;
	float:left;
	cursor:pointer;
}

.docs_logo_2 {
	margin-left:0px;
}

.spacer_10 {
	height:10px;
	width:100%;
}

.spacer_25 {
	height:25px;
	width:100%;
}

.spacer_50 {
	height:50px;
	width:100%;
}

.spacer_75 {
	height:50px;
	width:100%;
}

.spacer_100 {
	height:100px;
	width:100%;
}

.spacer_150 {
	height:150px;
	width:100%;
}

.spacer_200 {
	height:200px;
	width:100%;
}

.spacer_250 {
	height:250px;
	width:100%;
}

.spacer_300 {
	height:300px;
	width:100%;
}

.spacer_350 {
	height:350px;
	width:100%;
}

.spacer_400 {
	height:400px;
	width:100%;
}

.spacer_175 {
	height:175px;
	width:100%;
}

.spacer_200 {
	height:200px;
	width:100%;
}

.software_master {
	background-image: url('/images/software/software_master.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; margin:0px auto;
	max-width: 1200px;
	height: 600px;
}

.editor_master {
	background-image: url('/images/software/software_editor_master.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; margin:0px auto;
	max-width: 1200px;
	height: 600px;
}

.software_version {
	background-color:#DDDDDD;
	color:#000000;
	border-radius:10px;
	padding-left:10px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:0px;
	margin:0px;
	text-shadow: 1px 1px 0px #CCC;
	white-space:nowrap;
	display: inline-block;
}

.software_description {
	width:100%;
	max-width:360px;
	margin: 0px auto;
	padding-bottom: 25px;
}

.software_update_description {
	width:100%;
	margin: 0px auto;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.software_image {
	width:100%;
	max-width:360px;
	margin:10px;
}

.software_update_image {
	width:100%;
	max-width:300px;
	margin:10px;
}

.studio_image {
	width:100%;
	max-width:300px;
	margin-top:10px;
}

.message_field {
	height:100px;
}

.software_title {
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
}

.features_width {
	width:100%;
	max-width:275px;
}

.feature_width {
	width:100%;
	max-width:160px;
	margin: 10px;
}


.footer_email {
	background: url('/icons/footer/email.png');
}

.footer_address {
	background: url('/icons/footer/address.png');
}

.footer_phone {
	background: url('/icons/footer/phone.png');
}

.footer_email, .footer_address, .footer_phone {
	background-size: 12px 12px;
    background-repeat: no-repeat;
	padding:0px;
	padding-left:15px;
	background-position: 0px 4px;
}

.splash_gloves {
	background-image: url("/images/parallax/gloves_splash.jpg");
}

.splash_suits {
	background-image: url("/images/parallax/suits_splash.jpg");
}

.splash_shoes {
	background-image: url("/images/parallax/shoes_splash.jpg");
}

.splash_gloves, .splash_suits, .splash_shoes {
	height:600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 600p× 600px;
}

.splash_gloves h1, .splash_suits h1, .splash_shoes h1 {
	margin-top:280px;
	text-shadow: 1px 1px #000000;
}

.splash_gloves p, .splash_suits p, .splash_shoes p {
	text-shadow: 1px 1px #000000;
	padding-bottom:10px;
}


.tooltip {
	font-family: star, serif;
    font-size:14px;
    position: relative;
    display: inline-block;
    color:#C8C8C8;
	padding:5px;
	margin:5px;
	border-radius:3px;
	background-color: #252c33;
}

.tooltip .tooltiptext {
	font-family: star, serif;
	font-size:12px;
    visibility: hidden;
    width: 180px;
    margin-left: -90px;
    background-color:rgba(0, 0, 0, 0.5);
    color: #C8C8C8;
    padding: 5px;
    position: absolute;
    z-index: 1;
    text-align:left;
}

.mocap_keywords {
	margin-left: 90px;
	margin-right: 90px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.headline_container {
	margin:5px;
	margin-bottom:10px;
	
	margin-left:auto;
	margin-right:auto;
	
	font-size:11px;
	padding:20px;
	background-color:rgba(0, 0, 0, 0.3);
	height:320px;
	max-width:330px;
}

.headline_container a {
	color:#FFFFFF;
}

.headline_container h3 {
	color:#FFFFFF;
	font-size:14px;
	padding-top:5px;
}

.headline_title {
	font-family:title, sans-serif;
	font-size:12px;
	font-stretch:extra-expanded;
	font-weight:normal;
	letter-spacing:3px;
	font-stretch:extra-expanded;
	background-color:#000;margin:0px; padding-top:10px; font-size:13px; color:#FFF;
}

.headline_production, .headline_social, .headline_live, .headline_development {
	background-size: 20px 20px;
	padding-left:30px;
	background-repeat: no-repeat;
}

.headline_production {
    background-image: url("/images/news/production.png");
}

.headline_social {
    background-image: url("/images/news/social.png");
}

.headline_live {
    background-image: url("/images/news/live.png");
}

.headline_development {
    background-image: url("/images/news/development.png");
}

.title_margins {
	margin-top:50px;
	margin-bottom:50px;
}

.columns {
    content: "";
    display: table;
    clear: both;
    width:100%;
}

.column_2, .column_50 {
	width:50%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_20 {
	width:20%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_33 {
	width:33.3333.3333%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_35 {
	width:34%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_65 {
	width:65%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_70 {
	width:70%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_80 {
	width:80%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_90 {
	width:90%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_85_fixed {
	width:85%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:10px;
	padding-top:0px;
	margin:0px;
}

.column_10 {
	width:10%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_15_fixed {
	width:15%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_10_2 {
	width:10%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

.column_3 {
    float: left;
    width: 33.3333.3333%;
	text-align:left;
	vertical-align:top;
	color:#f1f1f1;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}

.column_4 {
    float: left;
	width:25%;
	text-align:left;
	vertical-align:top;
	padding-right:5px;
	padding-left:5px;
	margin:0px;
}

.column_5 {
	width:20%;
	float: left;
	text-align:left;
	vertical-align:top;
	color:#f1f1f1;
	font-size:11px;
	margin:0px;
	padding:0px;
}

.column_6 {
    float: left;
	width:16.6%;
}

.column_7 {
    float: left;
	width:14.25%;
}

.column_7_2 {
	width:30%;
}

.column_6_2 {
	width:30%;
}

.column_8 {
    float: left;
	width:12.5%;
}

.column_5, .column_6, .column_6_2 {
	text-align:left;
	vertical-align:top;
	color:#f1f1f1;
	font-size:13px;
	padding:10px;
	margin:0px;
}

.column_7, .column_7_2 {
	text-align:left;
	vertical-align:top;
	color:#f1f1f1;
	font-size:12px;
	padding:6px;
	margin:0px;
}


.column_8 {
	text-align:left;
	vertical-align:top;
	color:#f1f1f1;
	font-size:13px;
	padding:5px;
	margin:0px;
}

.columns_end {
	clear:both;
}

.page_header {
    background-image: url('/images/parallax/splash.jpg');
	padding-top:50px;
	padding-bottom:50px;
	width:100%;
	background-size: cover;
	background-position: center top;
	text-shadow: 1px 1px #000000;
}

.book_a_demo {
    background-image: url('/images/pages/suits_small.jpg');
	padding:50px;
	height:600px;
	background-size: 450px;
	background-repeat: no-repeat;
	background-position: center top;
}

.answer {
    display:none;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
    padding-right:20px;
    color:#C8C8C8;
	border-radius:10px;
	background-color: #252c33;
	text-decoration: none;
}

.rounded_box {
    padding-top:25px;
    padding-bottom:5px;
    padding-left:25px;
    padding-right:25px;
    margin:10px;
	border-radius:20px;
	background-color: #131416;
	text-decoration: none;
}

.rounded_box_transparent {
    padding-top:10px;
    padding-bottom:5px;
    padding-left:25px;
    padding-right:25px;
    margin:10px;
	border-radius:20px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.rounded_container {
    padding:5px;
	margin:2px;
	border-radius:20px;
	background-color: #000000;
	text-decoration: none;
}

.pricing_title_1 {
	background-color:#346900;
	border: 1px solid #7eff00;
	border-radius:5px;
}

.pricing_title_2 {
	background-color:#005b69;
	border: 1px solid #00deff;
	border-radius:5px;
}

.pricing_title_3 {
	background-color:#964e00;
	border: 1px solid #ff8400;
	border-radius:5px;
}

.pricing_title_4 {
	background-color:#2f0084;
	border: 1px solid #5a00ff;
	border-radius:5px;
}

.rounded_box:hover, .feature_hover:hover  {
	cursor: pointer;
	background-color: #000000;
	top: 5px;
	transform: translateY(5px);
	-ms-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-o-transform: translateY(5px);
}

.product_text {
    font-size:13px;
    color:#c8c8c8;
    font-family: star, serif;
    font-stretch:extra-expanded;
    text-shadow: 0px 1px #000000;
    text-align:center;
    margin: 0 auto;
    padding-top:5px;
}

.video_layout {
	position:relative;
	z-index: 2;
	max-width:100%;
	margin:0px;
	padding:0px;
}

video {
	display: block
}

.video_background {
	margin-top:-50px;
	height: 125%;
	width: 100%;
	position: absolute;
	object-fit: cover;
	z-index: -999;
    overflow: hidden;
	 background-size: cover;
}

.container_video {
	background-color:#1b1c20;
	padding:20px;
	padding-bottom:50px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;;
}

.video_container {
	background-color:#131416;
	padding:20px;
	padding-top:0px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius: 30px; 
    overflow: hidden; 
}

.video_mask {
    border: 1px solid #1b1c20;
	border-radius: 15px;
    overflow: hidden;
}

.rounded_box_icon {
	width:64px;
	margin-top:25px;
}

.icon_small {
	width:48px;
	margin-top:25px;
}

.ask {
	cursor: pointer;
	background: url('/images/icons/arrow.png');
	margin:0px;
	background-size: 20px 20px;
    background-repeat: no-repeat;
	padding-left:40px;
	padding-top:7px;
	background-position: 10px 10px;
}

.docs_login p {
	color:#CCC;
	font-size: 9pt;
	margin:10px;
}

:target:before {
	content:"";
	display:block;
	height:65px;
	margin:-65px 0 0;
}

.legend {
	text-decoration:none;
	color:#c8c8c8;
}

.legend:hover {
	text-decoration:underline;
}

.legend_title {
	cursor: pointer;
	padding-top: 20px;
}

.legend_title:hover {
	cursor: pointer;
	padding-top: 20px;
}

.additional {
	width:100%;
	max-width:1000px;
}

.dark_transparent {
	background: #000;
	background: rgba(0, 0, 0, 0.5);
}

.dark_transparent_25 {
	background: #000;
	background: rgba(0, 0, 0, 0.25);
}

.diagram_glove {
	width:280px;
	margin-top:50px;
}

.diagram_suit {
	width:200px;
	margin-top:20px;
}

.license_right {
	padding:0px;
	padding-right:5px;
}

.license_left {
	padding:0px;
	padding-left:5px;
}

.license_middle {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}

.license_right, .license_left, .license_middle {
	width:20%;
	float: left;
	text-align:left;
}

.license_panel {
	padding:50px;
	padding-bottom:30px
}

.license_spacer_1 {
	height:120px;
}

.license_spacer_2 {
	height:180px;
}

.no_padding {
	padding:0px;
}