.mobile {
    display: block!important;
}

.no_mobile {
    display: none!important;
}

.header_city  {
    display: none;
}

/* ========================
         STRUCTURE            
========================= */
.content_title_text {
    font-size: 35pt;
    line-height: 150%;
}

.content_title_trait {
    width: 1px;
    height: 10px;
}

/* ========================
           MENU            
========================= */
#menu_tablet_btn {
	top: 0;
	right: 0;
    background-size: 55px 55px;
    width: 55px;
    height: 55px;
}

#menu_tablet_list {
	font-size: 15px;
	line-height: 60px;
}


/* ----------------------- */
/*         Pre home        */
/* ----------------------- */
    
#pre_home_logo {
    top: 5%;
}

#pre_home_logo_image {
    width: auto;
    height: 100px;
}

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

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

#pre_home_question_text {
    line-height: 30px;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    font-family: 'Georgia', serif;
     padding: 90px 0px 10px;
    width: 388px;
    margin: 0 auto;
}

.pre_home_buttons_elt_text {
	font-size: 19px;
}

/* ----------------------- */
/*       Home content      */
/* ----------------------- */

#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 {
    width: auto;
    height: 80px;
    margin-top: -30px;
}

.slider_arrow {
    margin-top: -7px;
    width: 9px;
    height: 15px;
}

#btn_slider_right {
    background-size: 9px 15px;
}

#btn_slider_right:hover {
    background-size: 9px 15px;
}

#btn_slider_left {
    background-size: 9px 15px;
}

#btn_slider_left:hover {
    background-size: 9px 15px;
}

.home_content_slider_elt_text {
    width: 68%;
}

.home_content_slider_elt_title {
    font-size: 16pt;
    line-height: 150%;
    width: 100%;
    margin: 30px auto;
}

.home_content_slider_elt_subtitle {
    font-size: 10pt;
    line-height: 150%;
}

.home_content_slider_elt_liseret {
    width: 27px;
    height: 1px;
}

.home_content_slider_elt_text {
    font-size: 9px;
}

.home_content_slider_elt_uptitle {
    font-size: 20px;
}

#scroll_down {
    height: 9px;
    width: 15px;
    background-size: 15px 9px;
}

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

#history_top {
    padding-bottom: 45px;
}

#history_top_image {
    width: 256px;
    height: 150px;
}

#history_top_subtitle {
    font-size: 15px;
    margin-top: 17px;
    margin-bottom: 35px;
}

#history_top_text {
	font-size: 13pt;
    margin-top: 35px;
    line-height: 150%;
    width: 80%;
    padding-bottom: 0;
}

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

/* ----------------------- */
/*         Timeline        */
/* ----------------------- */
#timeline {
    margin-top: 20px;
}


#timeline_content {
    width: 950px;
}


.timeline_arrow {
	top: 50px;
	width: 9px;
	height: 15px;
}

#timeline_arrow_left {
	left: -45px;
   	background-size: 9px 15px;
}

#timeline_arrow_right {
	right: -45px;
    background-size: 9px 15px;
}

.timeline_mask {
    width: 30px;
    height: 100px;
}

.timeline_date {
    height: 100px;
    width: 20px;
    margin-left: 16px;
    font-size: 10px;
}

.timeline_date:hover, .timeline_date.active  {
    font-size: 24px;
    width: 65px;
}

.timeline_date:hover .timeline_date_content, .timeline_date.active .timeline_date_content {
    bottom: 20px;
}

.timeline_date_big {
    width: 80px;
}

.timeline_date_big:hover, .timeline_date_big.active  {
    font-size: 24px;
    width: 120px;
}

.timeline_date_big:first-child {
    margin-left: 0;
}

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

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

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


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

#quote_content_text {
    width: 100%;
    margin: 0;
    font-size: 14pt;
    line-height: 150%;
}

#quote_content_signature {
    font-size: 14px;
}

/* ----------------------- */
/*           Craft         */
/* ----------------------- */

#craft_content {
    width: 100%;
}

#craft_text {
    width: 78%;
    font-size: 13pt;
    margin-top: 25px;
    padding-bottom: 70px;
}

/* ----------------------- */
/*          Factor         */
/* ----------------------- */

#factor_mobile {
	width: 100%;
	background-color: #000000;
}

.factor_mobile_elt_text {
	padding-top: 45px;
	font-size: 13pt;
	background-color: #000000;
}

.factor_mobile_elt_text_red {
	padding-top: 45px;
	font-size: 13pt;
	background-color: #B22222;
}

.factor_mobile_elt_text_number {
    position: relative;
    background: url(../images/theme/factor_number_background.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 21px;
    text-align: center;
    font-family: "Georgia", serif;
    color: #af9677;
}

.factor_mobile_elt_text_title {
	font-size: 15pt;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	width: 78%;
	margin: 0 auto;
	margin-top: 20px;
    font-family: "lato", sans-serif;
    line-height: 20px;
}

.factor_mobile_elt_text_liseret {
	width: 25px;
	height: 1px;
	background-color: #202020;
	margin: 0 auto;
	margin-top: 18px;
}

.factor_mobile_elt_text_text {
	font-size: 16px;
	color: #DDDDDD;
	text-align: center;
	width: 78%;
	padding-bottom: 50px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 25px;
    font-family: "lato", sans-serif;
}

.factor_mobile_elt_img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.factor_mobile_elt_img_img {
	position: absolute;
	top: 0;
	left: 0;
}

.factor_mobile_elt_img_img img {
	display: none;
}

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

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

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

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

/* ----------------------- */
/*            Map          */
/* ----------------------- */
#map {
    height: auto;
    background-color: #e8e8e8;
}

#map_content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #e8e8e8;
    text-align: center;
    padding: -50px 0px 60px;
}

#map_content_title {
    font-size: 22px;
}

#map_content_subtitle {
    font-size: 13px;
}

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

#map_text1 {
    font-size: 16px;
    font-family: 'Libre Baskerville', serif;
}

#map_liseret {
    width: 28px;
    margin: 0 auto;
    margin-top: 21px;
}

#map_text2 {
    font-size: 13px;
    margin-top: 9px;
    font-family: 'Lato', sans-serif;
}

#map_text3 {
    font-size: 9px;
    margin-top: 21px;
    line-height: 200%;
}

#map_text3_mobile {
    font-size: 13px;
    color: #8e8e8e;
}

.map_text3_mobile_elt {
    margin-top: 28px;
}

.map_text3_mobile_line2 {
    margin-top: 10px;
}

.map_text3_mobile_year {
    font-size: 11px;
}

#map_image_mobile {
    position: relative;
    height: 430px;
    width: 100%;
    overflow: hidden;
}

#map_background_mobile {
    position: absolute;
    top: 0;
    left: 0;
}
#map_bottles {
	display: none !important;
}

#map_bottles_mobile {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -110px;
    width: 232px; 
    height: 380px;
}

#bottle_home_img {
    display: block;
    position: absolute;
    left: -100px;
    bottom: -65px;
    z-index: 10;
    width: 74px;
    height: 314px;
}

#map-canvas {
	clear:left !important;
	height: 300px;
	width: 100%;
}

#panel {
	height: 200px;
	width: 100%;
}


/* ----------------------- */
/*         Contact         */
/* ----------------------- */
#contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact_subtitle {
    width: 78%;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 25px;
    line-height: 15px;
}


/* ----------------------- */
/*          Footer         */
/* ----------------------- */

.line_break {
	display: none;
}

#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: 13pt;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Georgia', serif;
    text-shadow: 1px 1px 2px #000000;
}

#contact_title {
	margin-top: 100px;
}

.footer_contact_info {
    font-size: 9px;
    margin-top: 16px;
}

.footer_contact_info_value {
    margin-top: 5px;
}

#footer_contact_text {
    font-size: 9px;
    width: 78%;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 20px;
}

#footer_bottom {
    height: 55px;
    line-height: 55px;
    font-size: 9px;
}

#contact_form {
    margin-top: 40px;
}

.contact_form_line1_elt {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.contact_form_line1_elt input {
    height: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    font-size: 11px;
}

#contact_form_line2 textarea {
    font-size: 11px;
    padding-bottom: 10px;
}

.contact_form_line_name {
    font-size: 11px;
    padding-top: 10px;
}


#contact_form_line2 {
    margin-top: 45px;
}

#contact_form_line3 {
    margin-top: 45px;
}

.contact_info {
    float: none;
    width: 100%;
}

.contact_btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    color: #8e8e8e;
}

#contact_info_mobile {
    position: relative;
    margin-top: 45px;
    text-align: center;
}

.contact_info_mobile_elt {
    margin-top: 37px;
}

.contact_info_mobile_elt:first-child {
    margin-top: 0;
}

.contact_info_title {
    font-size: 13px;
}

.contact_info_text {
    font-size: 13px;
    margin-top: 10px;
}

#contact_premium {
    width: 93%;
    margin-top: 45px;
}

#contact_premium_title {
    font-size: 13px;
}

#contact_premium_text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

#tast_img {
    width: 300px;
    height: auto;
    margin-top: 32px;
}

#footer_bottom {
    font-size: 9px;
    padding-top: 20px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 750px),
only screen and (-webkit-max-device-pixel-ratio: 2) and (max-width: 480px),
only screen and (max--moz-device-pixel-ratio: 2) and (max-width: 480px),
only screen and (-o-max-device-pixel-ratio: 2/1) and (max-width: 480px),
only screen and (max-device-pixel-ratio: 2) and (max-width: 480px),
only screen and (max-resolution: 192dpi) and (max-width: 480px),
only screen and (max-resolution: 2dppx)  and (max-width: 480px) { 
}

@media only screen and (max-width: 730px),
only screen and (-webkit-max-device-pixel-ratio: 2) and (max-width: 480px),
only screen and (max--moz-device-pixel-ratio: 2) and (max-width: 480px),
only screen and (-o-max-device-pixel-ratio: 2/1) and (max-width: 480px),
only screen and (max-device-pixel-ratio: 2) and (max-width: 480px),
only screen and (max-resolution: 192dpi) and (max-width: 480px),
only screen and (max-resolution: 2dppx)  and (max-width: 480px) { 
	
	#map {
	    margin-top: -30px !important;
	}
}

