@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}
#nav {
	position: fixed;
	margin-top: 10px;
	width: 100%;
}
#machine {
	background-color: #FFFFFF;
}
#organize {
	background-image: url(../img/bg_organize.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#ui {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}
#calltoaction {
	background-image: url(../img/bg_calltoaction.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#footer {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #161616;
	width: 100%;
}
#footer_content {
width: 100%;
margin-left: 0;
}
#footer_links {
width: 100%;
margin-left: 0;
display: none;
}
#footer_details {
	width: 80%;
	margin-left: 10%;
}
#footer_social {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
	margin-bottom: 50px;
}
#footer_details_1of3 {
	text-align: center;

}
#footer_details_2of3 {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#footer_details_3of3 {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#home_header {
	padding-top: 150px;
	padding-bottom: 150px;
}
#nav_logo {
	width: 47.3684%;
	margin-left: 2.5%;
}
#nav_menu {
	width: 47.3684%;
	clear: none;
	margin-left: 0%;
	text-align: right;
}
#machine_home_scroll_action {
	width: 73.6842%;
	margin-left: 10%;
	clear: both;
	border-left: 10px solid #fde000;
}
#machine_text {
	width: 73.6842%;
	clear: both;
	margin-left: 10%;
	padding-left: 30px;
	border-left: 10px solid #fde000;
}
#machine_details {
	width: 100%;
	margin-left: 0;
	margin-top: 80px;
	margin-bottom: 80px;
}
#machine_iframe {
width: 80%;
margin-left: 0;
display: none;
}
#machine_bottom_section {
	background-image: url(../img/machine_bottom_section.svg);
	background-size: cover;
	width: 100%;
	background-color: #FFFFFF;
}
#machine_details_1of3 {
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
#machine_details_2of3 {
	width: 80%;
	clear: both;
	margin-left: 10%;
	text-align: center;
}
#machine_details_3of3 {
	width: 80%;
	clear: both;
	margin-left: 10%;
	text-align: center;
}
#home_header_content {
	width: 90%;
	margin-left: 5%;
	text-align: center;
}
#organize_content {
	width: 90%;
	margin-left: 5%;
	margin-top: 80px;
	margin-bottom: 120px;
	text-align: center;
}
#organize_event1 {
	width: 100%;
	background-image: url(../img/bg_event_1.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#organize_event2 {
	width: 100%;
	margin-left: 0;
	background-image: url(../img/bg_event_2.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#organize_event3 {
	width: 100%;
	margin-left: 0;
	background-image: url(../img/bg_event_3.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#organize_event_content {
	width: 73.6842%;
	margin-left: 15%;
	padding-left: 30px;
	border-left: 10px solid #fde000;
	margin-top: 80px;
	margin-bottom: 80px;
}
#ui_display {
width: 100%;
margin-left: 0;
display: none;
}
#ui_steps {
	width: 80%;
	clear: both;
	margin-left: 10%;
}
#steps_wrapper {
width: 100%;
margin-left: 0;
}
#steps_number {
	width: auto;
	margin-left: 0;
}
#steps_text {
	width: 70%;
	clear: none;
	margin-left: 25px;
}
#machine_home_scroll_text {
	width: auto;
	margin-left: 9.5%;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
	margin-top: -120px;

}

#machine_home_scroll_action2 {
	width: 73.6842%;
	margin-left: 10%;
	border-left: 10px solid #fde000;
	margin-top: -30px;
	height: 50px;
}
#calltoaction_content {
	width: 80%;
	margin-left: 10%;
	margin-top: 50px;
	margin-bottom: 50px;
}
#calltoaction_border {
	width: 90%;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	border: 1px solid #fde000;
}
#form_col_1of2 {
	margin-left: -10px;
}
#form_col_2of2 {
	margin-left: -10px;
}
#footer_links_mobile {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 70px;
}
#footer_links_mobile_link {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #4F4F4F;
}
#header_team {
	background-image: url(../img/bg_team.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#header_team_content {
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-top: 160px;
	margin-bottom: 140px;
}
#team_member1 {
	width: 100%;
	margin-bottom: 70px;
}
#team_member2 {
	width: 100%;
}
#team_member1_photo {
	width: 100%;
	margin-left: 0;
	height: 320px;
	background-image: url(../img/team_gabriel.jpg);
	background-position: 50% 50%;
	display: none;
}
#team_member1_description {
	width: 80%;
	clear: both;
	margin-left: 10%;
	text-align: center;
	margin-top: 60px;
}
#team_member2_description {
	width: 80%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 70px;
	margin-left: 10%;
}
#team_member2_photo {
	width: 100%;
	clear: both;
	margin-left: 0;
	display: none;
}
#team_member3_photo {
width: 100%;
display: none;
}
#team_member4_photo {
width: 100%;
margin-left: 0;
clear: both;
}
#team_member3_photo_mobile {
}
#team_member1_photo_mobile {
}
#team_member2_photo_mobile {
}
#team_member_photo_mobile {
display: block;
}
#header_organize {
	background-image: url(../img/bg_organize_header.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#header_organize_content {
	width: 90%;
	margin-left: 5%;
	margin-top: 160px;
	margin-bottom: 140px;
	text-align: center;
}
#organize_cocktail {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #0c0c0c;
}
#organize_cocktail_content {
	width: 100%;
	margin-left: 0;
	position: static;
	margin-top: 50px;
}
#cocktail_1of3 {
	width: 80%;
	position: static;
	height: auto;
	margin-left: 10%;
	text-align: center;
}
#cocktail_2of3 {
	width: 80%;
	clear: both;
	margin-left: 10%;
	position: static;
	height: auto;
	text-align: center;
}
#cocktail_3of3 {
	width: 80%;
	clear: both;
	margin-left: 10%;
	text-align: center;
}
#organize_machine {
	padding-top: 70px;
	padding-bottom: 70px;
}
#organier_experience {
	padding-top: 70px;
	background-color: #ededed;
}
#organize_experience_content {
	width: 80%;
	margin-left: 10%;
	margin-top: 70px;
}
#organize_machine_table {
	width: 90%;
	margin-left: 5%;
	border-bottom: 2px solid #fde000;
}
#organize_machine_table_line {
	width: 80%;
	margin-left: 15%;
	border-bottom: 1px solid #dddddd;
}
#organize_machine_table_line1of2 {
	width: 100%;
	margin-left: 0;
	border-bottom: 1px solid #dddddd;
}
#organize_machine_table_line2of2 {
	width: 100%;
	clear: both;
	margin-left: 0;
}
#organize_table_col1of2 {
	width: 47.5%;
	margin-left: 0;
}
#organize_table_col2of2 {
	width: 47.5%;
	clear: none;
	margin-left: 5%;
}
#organize_machine_details {
width: 100%;
margin-left: 0;
}
#machine_point1 {
width: 100%;
display: none;
}
#machine_point2 {
	width: 47.3684%;
	clear: both;
	margin-left: 26.3157%;
	margin-top: 50px;
}
#machine_point3 {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#machine_white_wrapper {
	background-color: #FFFFFF;
}
#machine_iframe_mobile {
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-top: 80px;
	text-align: center;
}
#team_member5 {
width: 100%;
display: none;
}
#tempo {
	width: 73.6842%;
	margin-left: 13.1579%;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}
#menu_social_1of4 {
	width: 25%;
	text-align: center;
}
#menu_social_2of4 {
	width: 25%;
	text-align: center;
	clear: none;
}
#organize_ux_step {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
	margin-bottom: 70px;
}
#organize_ux_step_img {
	width: 100%;
	text-align: center;
	margin-left: 0;
}
#machine_iframe_spin_icon {
width: 100%;
margin-left: 0;
display: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#nav {
}
#machine {
}
#organize {
}
#ui {
}
#calltoaction {
}
#footer {
}
#footer_content {
width: 100%;
margin-left: 0;
}
#footer_links {
width: 100%;
margin-left: 0;
display: none;
}
#footer_details {
}
#footer_social {
	width: 100%;
	clear: both;
}
#footer_details_1of3 {
width: 100%;
}
#footer_details_2of3 {
width: 100%;
clear: both;
margin-left: 0;
}
#footer_details_3of3 {
width: 100%;
clear: both;
margin-left: 0;
}
#home_header {
	background-position: 50% 50%;
	background-size: cover;
}
#nav_logo {
	width: 35.8974%;
	margin-left: 12.8205%;
}
#nav_menu {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
#machine_home_scroll_action {
width: 74.3589%;
margin-left: 12.8205%;
clear: both;
}
#machine_text {
width: 74.3589%;
clear: both;
margin-left: 12.8205%;
}
#machine_details {
width: 100%;
margin-left: 0;
}
#machine_iframe {
width: 100%;
margin-left: 0;
display: block;
}
#machine_bottom_section {
width: 100%;
}
#machine_details_1of3 {
width: 48.7179%;
margin-left: 25.641%;
}
#machine_details_2of3 {
width: 48.7179%;
clear: both;
margin-left: 25.641%;
}
#machine_details_3of3 {
width: 48.7179%;
clear: both;
margin-left: 25.641%;
}
#home_header_content {
width: 74.3589%;
margin-left: 12.8205%;
}
#organize_content {
width: 74.3589%;
margin-left: 12.8205%;
}
#organize_event1 {
width: 100%;
}
#organize_event2 {
width: 100%;
clear: both;
margin-left: 0;
}
#organize_event3 {
width: 100%;
clear: both;
margin-left: 0;
}
#organize_event_content {
width: 74.3589%;
margin-left: 12.8205%;
}
#ui_display {
width: 100%;
margin-left: 0;
display: none;
}
#ui_steps {
width: 74.3589%;
clear: both;
margin-left: 12.8205%;
}
#steps_wrapper {
width: 100%;
margin-left: 0;
}
#steps_number {
	width: auto;
	margin-left: 0;
}
#steps_text {
width: 82.7586%;
clear: none;
margin-left: 3.4482%;
}
#machine_home_scroll_text {
width: 74.3589%;
margin-left: 12.8205%;
}
#machine_home_scroll_action2 {
width: 74.3589%;
margin-left: 12.8205%;
}
#calltoaction_content {
	width: 80%;
	margin-left: 10%;
}
#calltoaction_border {
}
#form_col_1of2 {
}
#form_col_2of2 {
}
#footer_links_mobile {
}
#footer_links_mobile_link {
width: 100%;
}
#header_team {
}
#header_team_content {
width: 74.3589%;
margin-left: 12.8205%;
}
#team_member1 {
width: 100%;
margin-left: 0;
}
#team_member2 {
width: 100%;
margin-left: 0;
}
#team_member1_photo {
width: 100%;
margin-left: 0;
}
#team_member1_description {
width: 74.3589%;
clear: both;
margin-left: 12.8205%;
}
#team_member2_description {
width: 74.3589%;
margin-left: 12.8205%;
}
#team_member2_photo {
width: 100%;
clear: both;
margin-left: 0;
}
#team_member3_photo {
width: 100%;
display: block;
}
#team_member4_photo {
width: 100%;
margin-left: 0;
clear: both;
}
#team_member3_photo_mobile {
}
#team_member1_photo_mobile {
}
#team_member2_photo_mobile {
}
#team_member_photo_mobile {
display: block;
}
#header_organize {
}
#header_organize_content {
width: 74.3589%;
margin-left: 12.8205%;
}
#organize_cocktail {
}
#organize_cocktail_content {
width: 100%;
margin-left: 0;
position: static;
}
#cocktail_1of3 {
width: 100%;
position: static;
height: auto;
margin-left: 0;
}
#cocktail_2of3 {
width: 100%;
clear: both;
margin-left: 0;
position: static;
height: auto;
}
#cocktail_3of3 {
width: 100%;
clear: both;
margin-left: 0;
}
#organize_machine {
}
#organier_experience {
}
#organize_experience_content {
	width: 74.3589%;
	margin-left: 12.8205%;
}
#organize_machine_table {
width: 74.3589%;
margin-left: 12.8205%;
}
#organize_machine_table_line {
width: 74.3589%;
margin-left: 12.8205%;
}
#organize_machine_table_line1of2 {
width: 100%;
margin-left: 0;
}
#organize_machine_table_line2of2 {
width: 100%;
clear: both;
margin-left: 0;
}
#organize_table_col1of2 {
width: 48.2758%;
margin-left: 0;
}
#organize_table_col2of2 {
width: 48.2758%;
clear: none;
margin-left: 3.4482%;
}
#organize_machine_details {
width: 100%;
margin-left: 0;
}
#machine_point1 {
width: 100%;
display: block;
}
#machine_point2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#machine_point3 {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
#machine_white_wrapper {
}
#machine_iframe_mobile {
display: block;
}
#team_member5 {
width: 100%;
display: none;
}
#tempo {
width: 74.3589%;
margin-left: 12.8205%;
}
#menu_social_1of4 {
}
#menu_social_2of4 {
}
#organize_ux_step {
width: 100%;
clear: both;
margin-left: 0;
}
#organize_ux_step_img {
width: 100%;
margin-left: 0;
}
#machine_iframe_spin_icon {
width: 100%;
margin-left: 0;
display: none;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#nav {
	margin-top: 20px;
	margin-bottom: 20px;
	position: fixed;
}
#machine {
	background-color: #EDEDED;
	padding-top: 100px;
	padding-bottom: 20px;
}
#organize {
	background-image: url(../img/bg_organize.jpg);
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}
#ui {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #FFFFFF;
}
#calltoaction {
	background-image: url(../img/bg_calltoaction.jpg);
	background-position: 50% 50%;
	background-size: cover;	

}
#footer {
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #161616;
}
#footer_content {
width: 83.0508%;
margin-left: 8.4745%;
}
#footer_links {
	width: 75%;
	margin-left: 12.5%;
	text-align: center;
	display: block;
}
#footer_details {
	padding-top: 20px;
	border-top: 1px solid #4F4F4F;
	margin-top: 20px;
	width: 100%;
	margin-left: 0px;
}
#footer_social {
	width: 15%;
	clear: none;
	text-align: right;
	margin-top: 12px;
	padding-bottom: 0px;
	float: right;
	margin-left: -5%;
}
#footer_details_1of3 {
	width: 38.7755%;
	text-align: left;
}
#footer_details_2of3 {
	width: 18.3673%;
	margin-left: 2.0408%;
	clear: none;
	text-align: center;
	margin-top: 18px;
}
#footer_details_3of3 {
	width: 38.7755%;
	margin-left: 2.0408%;
	clear: none;
	text-align: right;
}
#home_header {
	padding-top: 200px;
	padding-bottom: 250px;
	height: 53vh;
	max-height: 53vh;
}
#nav_logo {
	width: 40.6779%;
	margin-left: 8.4745%;
}
#nav_menu {
	width: 40.6779%;
	margin-left: 1.6949%;
	clear: none;
	text-align: right;
}
#machine_home_scroll_action {
	width: 6.7796%;
	margin-left: 8.4745%;
	border-left: 10px solid #FDE000;
	clear: both;
	margin-top: -180px;
	height: 200px;
}
#machine_text {
	width: 74.5762%;
	margin-left: 8.4745%;
	clear: both;
	border-left: 10px solid #FDE000;
	padding-left: 50px;
}
#machine_details {
	width: 83.0508%;
	margin-left: 8.4745%;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 0px;
}
#machine_iframe {
	width: 83.0508%;
	margin-left: 8.4745%;
	margin-top: -200px;
	display: block;
}
#machine_bottom_section {
	height: 150px;
	width: 100%;
	background-color: #FFFFFF;
}
#machine_details_1of3 {
	width: 28.5714%;
	margin-left: 5.102%;
}
#machine_details_2of3 {
width: 28.5714%;
margin-left: 2.0408%;
clear: none;
}
#machine_details_3of3 {
width: 28.5714%;
margin-left: 2.0408%;
clear: none;
}
#home_header_content {
	width: 83.0508%;
	margin-left: 8.4745%;
	text-align: center;
}
#organize_content {
	width: 57.6271%;
	margin-left: 21.1864%;
	margin-top: 170px;
	margin-bottom: 210px;
}
#organize_event1 {
	width: 33.3333%;
	background-image: url(../img/bg_event_1.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#organize_event2 {
	width: 33.3333%;
	clear: none;
	background-image: url(../img/bg_event_2.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#organize_event3 {
	width: 33.3333%;
	clear: none;
	background-image: url(../img/bg_event_3.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#organize_event_content {
	width: 70%;
	margin-left: 10%;
	padding-left: 50px;
	margin-top: 100px;
	margin-bottom: 100px;
	border-left: 10px solid #FDE000;
	padding-top: 20px;
	padding-bottom: 20px;

}
#ui_display {
	width: 40.6779%;
	margin-left: 8.4745%;
	text-align: center;
	display: block;
}
#ui_steps {
width: 32.2033%;
margin-left: 10.1694%;
clear: none;
}
#steps_wrapper {



width: 100%;



margin-left: 0;



}
#steps_number {
	width: auto;
	margin-left: 0;
}
#steps_text {
	width: 73.6842%;
	margin-left: 5.2631%;
	clear: none;
	margin-top: -13px;
}
#machine_home_scroll_text {
	width: auto;
	margin-left: 8.4745%;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
	margin-top: -250px;

}
#machine_home_scroll_action2 {
	width: 15.2542%;
	margin-left: 8.4745%;
	height: 30px;
}
#calltoaction_content {
	width: 66.1016%;
	margin-left: 16.9492%;
	margin-top: 150px;
	margin-bottom: 150px;
	text-align: center;
}
#calltoaction_border {
	margin-top: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #FDE000;
	width: 96%;
}
#form_col_1of2 {
	width: 47.5%;
}
#form_col_2of2 {
	width: 47.5%;
	margin-left: 5%;
	clear: none;
}
#footer_links_mobile {
	display: none;
}
#footer_links_mobile_link {
width: 100%;
}
#header_team {
	background-image: url(../img/bg_team.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#header_team_content {
	width: 83.0508%;
	margin-left: 8.4745%;
	margin-top: 200px;
	text-align: center;
	margin-bottom: 200px;
}
#team_member1 {
	margin-top: 100px;
	margin-bottom: 100px;
	width: 83.0508%;
	margin-left: 0;
}
#team_member2 {
width: 83.0508%;
margin-left: 16.9491%;
}
#team_member1_photo {
	width: 59.1836%;
	margin-left: 0;
	background-image: url(../img/team_gabriel.jpg);
	background-position: 50% 50%;
	height: 500px;
	display: block;
	background-repeat: no-repeat;
}
#team_member1_description {
	width: 35%;
	margin-left: 5.8164%;
	margin-top: 100px;
	text-align: left;
	clear: none;
}
#team_member2_description {
	width: 35%;
	margin-top: 100px;
	text-align: left;
	margin-left: 0px;
}
#team_member2_photo {
	width: 59.1836%;
	margin-left: 5.8164%;
	height: 500px;
	background-image: url(../img/team_bastien.jpg);
	background-position: 50% 50%;
	display: block;
	clear: none;
	background-repeat: no-repeat;
}
#team_member3_photo {
	width: 59.1836%;
	height: 500px;
	background-image: url(../img/team_vincent.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#team_member4_photo {
	width: 59.1836%;
	margin-left: 5.8164%;
	clear: none;
	background-image: url(../img/team_antoine.jpg);
	background-position: 50% 50%;
	height: 500px;
	display: block;
	background-repeat: no-repeat;
}
#team_member3_photo_mobile {
}
#team_member1_photo_mobile {
}
#team_member2_photo_mobile {
}
#team_member_photo_mobile {
display: none;
}
#header_organize {
	margin-top: 0px;
	padding-top: 200px;
	padding-bottom: 200px;
	background-image: url(../img/bg_organize_header.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#header_organize_content {
	width: 83.0508%;
	margin-left: 8.4745%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#organize_cocktail {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #0c0c0c;
}
#organize_cocktail_content {
	width: 83.0508%;
	margin-left: 8.4745%;
	margin-top: 50px;
	position: static;
}
#cocktail_1of3 {
	width: 18.3673%;
	margin-left: 0;
	position: static;
	height: auto;
	text-align: center;
}
#cocktail_2of3 {
	width: auto;
	margin-left: 2.0408%;
	clear: none;
	position: static;
	height: auto;
	margin-top: 60px;
}
#cocktail_3of3 {
	width: 18.3673%;
	margin-left: 2.0408%;
	clear: none;
	text-align: center;
}
#organize_machine {
	padding-top: 100px;
	padding-bottom: 100px;
}
#organier_experience {
	padding-top: 100px;
	background-color: #ededed;
	padding-bottom: 100px;
}
#organize_experience_content {
	width: 83.0508%;
	margin-left: 8.4745%;
	padding-top: 100px;
	margin-top: 0px;
	border-left: 10px solid #fde000;
}
#organize_machine_table {
	width: 83.0508%;
	margin-left: 8.4745%;
	border-bottom: 2px solid #fce000;
}
#organize_machine_table_line {
	width: 74.5762%;
	margin-left: 16.9491%;
}
#organize_machine_table_line1of2 {
	width: 43.1818%;
	margin-left: 5.6818%;
	border-bottom-style: none;
}
#organize_machine_table_line2of2 {
width: 43.1818%;
margin-left: 2.2727%;
clear: none;
}
#organize_table_col1of2 {
width: 47.3684%;
margin-left: 0;
}
#organize_table_col2of2 {
width: 47.3684%;
margin-left: 5.2631%;
clear: none;
}
#organize_machine_details {
	width: 83.0508%;
	margin-left: 8.4745%;
	text-align: center;
	margin-bottom: 100px;
}
#machine_point1 {
width: 28.5714%;
display: block;
}
#machine_point2 {
width: 38.7755%;
margin-left: 32.653%;
clear: none;
}
#machine_point3 {
width: 28.5714%;
margin-left: 2.0408%;
clear: none;
display: block;
}
#machine_white_wrapper {
	background-color: #FFFFFF;
}
#machine_iframe_mobile {
display: none;
}
#team_member5 {
	width: 59.1836%;
	height: 500px;
	display: block;
	background-image: url(../img/team_marc.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#tempo {
	width: 32.2033%;
	margin-left: 33.8983%;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}
#menu_social_1of4 {
}
#menu_social_2of4 {
}
#organize_ux_step {
	width: 69.3877%;
	clear: none;
	margin-bottom: 70px;
	text-align: left;
	margin-left: 0;
}
#organize_ux_step_img {
	width: 105px;
	margin-left: -57.5px;
	margin-right: 50px;
}
#machine_iframe_spin_icon {
width: 83.0508%;
margin-left: 8.4745%;
display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
