.desktop {
    display: none!important;
}

.mobile {
    display: none!important;
}

.tablet {
    display: block!important;
}

.no_desktop {
    display: block;
}

/* ========================
         STRUCTURE            
========================= */
.content_center {
    width: 100%;
}

#scroll_down, #scroll_down_history {
	display: none!important;
}

/* ----------------------- */
/*         Pre home        */
/* ----------------------- */    

#pre_home_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/prehome/background4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#pre_home_logo_image {
    display: block;
    position: relative;
    width: auto;
    height: 150px;
}

#pre_home_question_area {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -194px;
    border: none !important;
}

#pre_home_buttons_area {
    position: relative;
    height: 51px;
    width: 100%;
    margin-top: 30px;
}

#pre_home_question_text {
    line-height: 150%;
    font-size: 18pt;
    color: #ffffff;
    text-align: center;
    font-family: 'Georgia', serif;
    width: 388px;
    margin: 0 auto;
}

#home_content {
	position: relative;
    width: 100%;
    height: 100%;
    background-color: #3e3e3e;
    z-index: 10;
    overflow: hidden;
}

#home_background {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/theme/home_background1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#home_content_logo_image {
    margin: 0 auto;
    padding: 0px !important;
}


.home_content_slider_elt_title {
    position: relative;
    font-size: 35pt;
    font-family: 'Georgia', serif;
    color: #008ad2;
    text-align: center;
    opacity: 0;
    margin: 0 auto;
    margin-top: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home_content_slider_elt_subtitle {
    position: relative;
    font-size: 15pt;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    font-family: 'Georgia', serif;
    text-shadow: 2px 2px 5px #000000;
    margin: 0 auto;
    line-height: 150%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* ========================
           MENU            
========================= */
#menu_tablet {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: none;
}

#menu_tablet_btn {
	position: fixed;
	top: 0;
	right: 0;
	background: url(../images/theme/menu_btn.jpg) no-repeat;
	background-size: 72px 72px;
	width: 72px;
	height: 72px;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

.menu_open #menu_tablet_btn {
    top: 25px;
    right: 25px;
	background: url(../images/theme/menu_btn_close.png) top right no-repeat;
}

#menu_tablet_list {
	text-align: center;
	font-size: 29px;
	line-height: 71px;
	color: #e9e9e9;
	text-transform: uppercase;
    font-family: 'GillSansMTRegular', sans-serif;
}

.menu_tablet_list_elt {
	cursor: pointer;
}

/* ----------------------- */
/*          History        */
/* ----------------------- */
#history {
    padding-top: 110px;
}

#history_top {
    padding-bottom: 120px;
}

#history_border_top_left, #history_border_bottom_left  {
    left: 90px;
}

#history_border_top_right, #history_border_bottom_right {
    right: 90px;
}

#history_top_text {
	font-size: 15pt;
    line-height: 150%;
    width: 570px;
}

#history_bottom {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
}


/* ----------------------- */
/*         Timeline        */
/* ----------------------- */
#timeline {
    width: 63%;
}

#timeline_parent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

#timeline_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 1600px;
    height: 100px;
}

.timeline_arrow {
	position: absolute;
	top: 50px;
	width: 18px;
	height: 31px;
	cursor: pointer;
}

#timeline_arrow_left {
    left: -90px;
    background: url(../images/theme/slider_arrow_left.png) no-repeat;
}

#timeline_arrow_right {
	right: -90px;
    background: url(../images/theme/slider_arrow_right.png) no-repeat;
}

.timeline_mask {
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100px;
    z-index: 99;
}

#timeline_mask_left {
    left: 0px;
}

#timeline_mask_right {
    right: 0px;
}

#date_text {
    width: 50%;
    line-height: 150%;
    font-size: 15pt;
    margin-top: 45px;
}

/* ----------------------- */
/*           Quote         */
/* ----------------------- */

#quote_background {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/theme/quote_background_tablet.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

br.line_break {
	display: none;
}

#quote_content {
    position: relative;    
    margin: 0px;
    padding: 150px;
}

#quote_content_text {
    width: 100%;
    margin: 0 auto;
    font-size: 18pt;
    line-height: 35px;
}

#quote_content_signature {
    font-size: 14px;
}

/* ----------------------- */
/*           Craft         */
/* ----------------------- */
#craft {
    padding-top: 70px;
}

#craft_text {
    width: 470px;
    padding-bottom: 105px;
    font-size: 15pt;
}

#glace1_image_tablet {
    left: -285px;
}

#glace2_image_tablet {
    right: -285px;
}

/* ----------------------- */
/*          Factor         */
/* ----------------------- */
.factor_content_center {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.factor_content_text {
    width: 100%;
    font-size: 13pt;
}

#factor_number {
    position: absolute;
    top: 124px;
    left: 50%;
    margin-left: -42px;
    background: url(../images/theme/factor_number_background.png) no-repeat;
    background-size: 85px 85px;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 25px;
    color: #BB9966;
    z-index: 11;
    font-family: 'Libre Baskerville', serif;
    overflow: hidden;
}

.factor_number_elt {
    height: 85px;
    width: 85px;
    line-height: 85px;
}

#factor_number_1, #factor_number_2, #factor_number_3, #factor_number {
	display: none !important;
}

/* ----------------------- */
/*            Map          */
/* ----------------------- */

#map_content {
    width: 45%;
}

#map_bottles {
    margin-left: -500px;
}

#map_text3 {
    font-size: 12pt;
    margin-top: 30px;
    line-height: 200%;
    font-family: 'Lato', sans-serif;
}

#map_content_bottom_subtitle {
    font-size: 35px;
    margin-top: 50px;
    font-family: 'Georgia', serif;
    color: #BB9966;
    text-align: center;
}

#scroll_down_map {
   	display: none! important;
}


/* ----------------------- */
/*          Footer         */
/* ----------------------- */
#footer {
    width: 100%;
    height: 300px;
}

#footer_background  {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/theme/footer_background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#footer_content_text {
    font-size: 18pt;
    line-height: 150%;
    padding-top: 125px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Georgia', serif;
    text-shadow: 1px 1px 2px #000000;
}

#footer_content {
	position: relative;    
    margin: 0px;
}


/* ----------------------- */
/*         Contact         */
/* ----------------------- */
#contact {
    padding-top: 65px;
    padding-bottom: 130px;
    background-color: #FFFFFF;
}

#contact_form {
    width: 83%;
    margin-top: 80px;
}

.contact_btn {
    width: 166px;
    height: 54px;
    line-height: 54px;
    font-size: 19px;
}

.contact_info_title {
    font-size: 16px;
}

.contact_info_text {
    font-size: 16px;
    margin-top: 15px;
}