.mobile {
    display: block;
}

.no_mobile {
    display: none;
}

.header_city  {
    display: none;
}

/* ========================
         STRUCTURE            
========================= */
#content {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

/*Brock added so all pictures are centered in mobile. Need to use padding to center
anyother combination causes left justified or center but fails on resize in landscape*/
.mobile_center_image {
    top: 0;
	display: block;
	margin-left: auto;
    margin-right: auto;
   	width: 100%;
    height: auto;

 	padding-left:70%;
}


/* ========================
            PRE-HOME            
========================= */
#pre_home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #216da2;/*#e9dac9;*/
}

#pre_home_anime {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    margin-left: -80px;
    margin-top: -15px;
    background-color: #216da2; /*#928664;*/
}

#pre_home_title, #pre_home_title_hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 161px;
}

#pre_home_anime_hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 0;
    overflow: hidden;
}


/* ========================
            HOME            
========================= */
#home_section {
	min-height: 400px;
    background: url(../img/home_background_mobile.jpg) center 0 no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover;
    background-size: cover; 
}

/*Brock change size of cloud for mobile*/
img.largecloudm {
	
	width: 248px;
    height: 200px;
	position: absolute;
	top: 7%;
    left: 10%;
	max-width:20%; 
	-webkit-animation: lgCloudm 60s infinite; 
   -webkit-animation-direction: alternate; 
   
   animation: lgCloudm 60s infinite;
   animation-direction: alternate;
   
   -webkit-transform: translate3d(0,0,0); /* Performance */
}

@-webkit-keyframes lgCloudm {
     0%  {width:248px; height:200px;}
    25%  {width:295px; height:200px;}
    50%  {left: 5%; top: 4%;}
    75%  {width:350px; height:200px;}
    100% {width:248px; height:200px;}
}

@keyframes lgCloudm {
    0%  {width:248px; height:200px;}
    25%  {width:295px; height:200px;}
    50%  {left: 5%; top: 4%;}
    75%  {width:350px; height:200px;}
    100% {width:248px; height:200px;}

 }

 #home_picto {
        -webkit-transform: translateY(120px);
        -moz-transform: translateY(120px);
        transform: translateY(120px);
    }
/*Brock logo in opening sequence*/
#home_text_1 {
    /* Brock c9 logo.  quest below width: 138px;
    height: 102px; /*11px;*/
	 width: 138px;
    height: 144px; 
    margin-top: 60px;
}

#home_title {
    font-size: 27px;
    line-height: 35px; 
    letter-spacing: 5px;
    margin-top: 20px;
    width: 80%;
}

#home_liseret {
    height: 2px;
    margin-top: 40px;
}

#enter_mobile {
	width: 22px;
	height: 11px;
	z-index: 1; /*Brock added to put on top of floating clouds*/
}

#home_enter_link {
    margin-top: 60px;
}

/* ========================
            MENU            
========================= */
#menu{
    display: none;
}
/*brock menu mobile*/
.center_area_small {
    width:90%
}


#menu_title {
    background:url(../img/logo_white_mobile.png) no-repeat;
    background-size:60px 14px
}

.menu_white #menu_title {
    background:url(../img/logo_black_mobile.png) no-repeat;
    background-size:60px 14px
}

.isOpen #menu_title {
    background:url(../img/logo_white_mobile.png) no-repeat!important;
    background-size:60px 14px!important
}

#menu_btn {
    background:url(../img/menu_btn_white_mobile.png) no-repeat;
    background-size:21px 12px;
    width:21px;
    min-height:12px
}







/* ========================
          SECTIONS            
========================= */
.section_title {
    position: relative;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 6px;
    padding-top:  90px;
}

.section_subtitle {
    position: relative;
    font-style: 13px;
    line-height: 20px;
    letter-spacing: 3px;
    text-align: center;
    width: 94%;
    margin: 0 auto;
    margin-top: 30px;
}

.section_subtitle_bottom {
    width: 98%;
    line-height: 18px;
    letter-spacing: 2px;
    margin-top: 50px;
}


.section_liseret {
    width: 5px;
    height: 2px;
    margin-top: 20px;
}

/* ========================
            STORY            
========================= */
#story_section {
    width: 100%;
    min-height: auto;
    /* background-color: #c9dce6; */
    padding-bottom: 75px;
}

#story_content_mobile {
	position: relative;
	width: 100%;
	margin-top: 20px;/*106px; */
}

.story_content_mobile_elt {
	position: relative;
	width: 100%;
}

.story_content_mobile_elt_date {
	text-align: center;
    font-family: 'gt_walsheim_thin', serif;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.story_content_mobile_elt_bloc_1, .story_content_mobile_elt_bloc_2 {
	position: relative;
	width: 42%;
}

.story_content_mobile_elt_bloc_1 {
	max-height: 535px;
	min-height: 154px;
}

.story_content_left .story_content_mobile_elt_bloc_1 {
    float: left;
}

.story_content_right .story_content_mobile_elt_bloc_1 {
    float: right;
    margin-left: 16%;
}



.story_content_left .story_content_mobile_elt_bloc_2 {
    float: left;
    margin-left: 16%;
}

.story_content_right .story_content_mobile_elt_bloc_2 {
    float: right;
}

.story_content_left .story_content_mobile_elt_small_pic {
    float: left;
}

.story_content_right .story_content_mobile_elt_small_pic {
    float: right;
}


.story_content_mobile_elt_big_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.story_content_mobile_elt_small_pic {
	width: 100%;
}

.story_middle {
    top: -5%;
    min-height: 110%;

}

#story_middle_top {
	position: absolute;
    left: 50%;
    width: 1px;
    height: 45px;
    background-color: #fff;/*Brock #958c6b;*/
    z-index: 11;
    top: -45px;
}

.story_content_mobile_elt_number {
    width: 73px;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
    background: url(../images/story/polygone.png);
}

.story_content_left .story_content_mobile_elt_number {
    float: left;
}

.story_content_right .story_content_mobile_elt_number {
    float: right;
}
/*Brock - added colour and increased font size*/
.story_content_mobile_elt_text {
    font-family: 'sanchez_regular', serif;
    /*font-size: 12px;*/
	font-size: 16px;
	color: #fff;
	line-height: 22px;
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center; /* Brock justify;*/
}

.story_content_elt_separation {
	position: relative;
    width: 100%;
    height: 75px;
}

#story_middle_bottom {
	bottom: -145px;
	height: 110px;
}
/*Brock for mobile using % for width so it works when you flip to landscape*/
.screen_rotate_mobile {
    position: absolute;
    top: 9px;
	width: 90%;
    height: auto;
	margin-left: 75%;
    margin-right: auto;
}

/* ========================
            PRICE            
========================= */
#price_section {
    background-color: #f2f2f2;
    padding-bottom: 75px;
}

#price_content {
    margin-top: 55px;
}

.price_content_elt {
    margin-top: 50px;,
}

/* ========================
            BOOKING            
========================= */
#booking_section {
    min-height: 100px;
    padding-bottom: 75px;
}

#booking_background {
    background: url(../images/schedule_background_mobile.jpg) 0 0 no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover;
    background-size: cover; 
}

#booking_text {
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    margin-top: 55px;
    line-height: 20px;
}

#booking_schedule {
    font-size: 13px;
}

#booking_btn_schedule {
    font-size: 10px;
    width: 90%;
}

/* ========================
   CONTACT  BROCK NEW LAYOUT          
========================= */
#contact_section {
    padding-bottom: 75px;
}

#contact_title {
    padding-top:100px;
	font-size:18px;
    text-align:left;
}

#contact_content {
    margin-top:0;
}

.contact_content_title {
    margin-top:35px;
	font-size:18px;
}
.contact_content_content a {
    font-size:15px;
}
#contact_content_left,#contact_content_middle,#contact_content_right {
    width:100%;
    float:none;
    text-align:left
}

#contact_liseret {
    width:25px;
    height:1px;
    margin:0;
    margin-top:37px;
    margin-bottom:37px
}

#contact_text {
    text-align:left;
    font-size:18px;
    width:60%;
    line-height:18px
}

#contact_copyright {
    font-size:12px;
    color:#fff;
    text-align:left;
    margin-top:15px;
    padding-bottom:20px
}

#contact_logo {
margin-left: 0;
/*Brock logo for c9 Quest below width: 110px;
height:81px;*/
width: 110px;
height:114px;	
}

.back_to_top {
	left:40%;
}

/* ========================
            SOCIAL            
========================= */
.social_mobile_elt {
    position: relative;
    display: block;
    height: 105px;
    width: 100%;
    background-color: #000000;
    border-bottom: 1px solid #FFFFFF;
}

.social_mobile_elt_img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}

/* ========================
            FOOTER            
========================= */
#footer {
    height: 110px;
    background-color: #FFFFFF;
    text-align: center;
}

#copyright {
    float: none;
    padding-left: 0;
    padding-top: 28px;
}

#powered {
    float: none;
    padding-right: 0;
}

#copyright, #powered {
    font-family: "Rockwell";
    line-height: 27px;
    font-size: 12px;
    letter-spacing: 1px;
}

#social {
    position: relative;
}


#social a {
    font-size: 12px;
    padding: 0 6px;
}