
/*		Default Layout: 992px. 
        Gutters: 24px.
        Outer margins: 48px.
        Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {

}



/*		Tablet Layout: 768px.
        Gutters: 24px.
        Outer margins: 28px.
        Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {


}



/*		Mobile Layout: 320px.
        Gutters: 24px.
        Outer margins: 34px.
        Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 1199px) {
    .subMenu {
        top: 0px;
    }
    #Sub-menu-icon {
        padding-left: 15px;
    }
    #home-menu {
        display: none;
    }
    #mobile-home-content {
        display: block;
    }
    .textTitlePage {
        text-align: center;
        padding-top: 30px;
    }
    #aboutContent, #finsUsContent,#rEuro, #rAvaibablity {
        margin-top: 0px;
        background: none repeat scroll 0 0 #000000;
    }
    .pageSubTitle {
        text-align: center;
        font-size: 5em;
        color: #fff;
    }
    .pageRegularText {
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    #rEuro, #rAvaibablity {
        display: none;
    }
    .mobileAvRate {
        display: block;
        color: #FEB62C;
        font-size: 40px;
    }
    .pageRegularText.menuDuJour {
        background: none repeat scroll 0 0 #000000;
    }
    #rAvaibablity-m {
        list-style: none;
    }
    #rAvaibablity-m li {
        display: inline;
    }
    #rAvaibablity-m li:first-child:before {
        width: 25px;
        height: 25px;
        display: inline-block;
        content: " ";
        background: url("../img/clock-m.png");
        background-size: cover;
        padding-right: 7px;
    }
    #rAvaibablity-m li:last-child:before {
        width: 25px;
        height: 25px;
        display: inline-block;
        content: " ";
        background: url("../img/day-range-m.png");
        background-size: cover;
    }
    #weekSelect {
        padding-top: 20px;
    }
    #weekSelect li a {
        font-size: 25px;
    }
    .menuDay {
        font-size: 50px;
        line-height: 70px;
    }
    .itemDesc {
        font-size: 20px;
        line-height: 20px;
    }
    #logo {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 249px;
    }
    #logo img {
        margin-top: -209px;
        margin-left: auto;
        margin-right: auto;
    }
    .logo-n-home-content {
        background: none repeat scroll 0 0 #000000;
    }

    #hpMenuDuJour {
        background: url(../img/mobile-menu-du-jour.jpg);
    }
    #fullMenuContent {
        background-color: #000;
    }
    #hpMainMenu {
        background: url("../img/mobile-full-menu.jpg");
    }
    .fullMenuMbPad {
        padding-left: 0;
        padding-right: 0;
    }
    .pAboutUs,.findUsPad {
        padding-left: 0;
        padding-right: 0;
    }
    #mobile-home-content {
        padding-bottom: 10px;
    }
    .menuItem ul li:before {
        content: "";
        height: 0px;
        width: 0px;
    }
    .menuItemLine {
        display: none;
    }
    .menuItem ul li:first-child:after {
        border-bottom: 1px solid #FFFFFF;
        clear: both;
        content: "";
        display: block;
        height: 23px;
        margin: 0 auto 20px;
        width: 60px;
    }
    footer {
        display: none;
    }
    #logo-text {
        width: 100%;
        max-width: 320px;
    }
    #logo-text img {
        width: 100%;
    }
    .pMainMenu {
        min-height: 783px;
    }
    .menuDuJour {
        padding-bottom: 10px;
    }

    .footer-sugarcane {
        display: none;
    }

    #fullMenuContent {
        padding-top: 5px;
    }

    .pAboutUs .textTitlePage {
        background: url("../img/sunset.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .pFindUs .textTitlePage {
        background: url("../img/map.jpg")  no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .pMenuDuJour {
        padding: 0;
    }
    .pMenuDuJour .textTitlePage {
        background: url("../img/mobile-menu-du-jour.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .pMainMenu .textTitlePage {
        background: url("../img/mobile-full-menu.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #weekSelect li {
        display: inline-block;
    }
    .menuItem ul li:first-child:after {
        border: 0;
    }


}



/*		Wide Mobile Layout: 480px.
        Gutters: 24px.
        Outer margins: 22px.
        Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (max-width: 767px) {

    #hpHome {
        background: url(../img/mobile-home-top.jpg)
    }
    .footer-sugarcane {
        display: none;
    }

}


/*	Retina media query.
    Overrides styles for devices with a 
    device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {


}