* {
    margin: 0;
    padding: 0;
}

html, #map-canvas {
    background: url(/images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    padding: 0
}


#page-wrap {
    width: 550px;
    margin: 50px auto;
    padding: 20px;
    background: white; -moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black;
}
p {
    font: 18px/2 Georgia, Serif;
    margin: 0 0 30px 0;
    text-indent: 40px;
    color: #888888;
}



.navbar-inner:before, .navbar-inner:after {
    content: "";
    display: table;
    line-height: 0;
}
.navbar-inner:after {
    clear: both;
}
.navbar-inner:before, .navbar-inner:after {
    content: "";
    display: table;
    line-height: 0;
}

section .navbar {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 240px;
    z-index: 150;
    top: 100px;
}

section .navbar-inner {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0;
    filter: none;
    min-height: 68px;
    padding: 0;
}



#wrapper ul {
    list-style: none outside none;
    margin-left: 0;
}



.sf-menu > li {
    display: block;
    height: 70px;
    position: relative;
    width: 240px;
}
li {
    line-height: 22px;
}




.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
#wrapper section {
    overflow: visible !important;
}
#wrapper > section {
    height: 100%;
    position: relative;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1020px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.sf-menu > li > a {
    display: block;
    font: 30px/1.2em 'Arial';
    border-bottom: 1px dotted #FFFFFF;
    height: 100%;
    letter-spacing: -2px;
    position: relative;
    text-transform: uppercase;
    /*transition: all 0.5s ease-out 0s;*/
    width: 100%;
    text-decoration: none;
}

.sf-menu > li > a:hover{
    background:transparent url(/images/deg.png) ;
    color:#FFFFFF;
}

.sf-menu > li > a > span {
    color: #FFFFFF;
    display: block;
    padding: 15px 0 8px 4px;
    position: relative;
    /*transition: all 0.5s ease-out 0s;*/
    z-index: 10;
}

a{
    font: bold ;
    color: #007007;
    text-decoration: none;
    font-weight: bold;
}





/** the form elements **/
#hongkiat-form { box-sizing: border-box; }

#hongkiat-form .txtinput {
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    margin-bottom: 20px;
    font-size: 1.15em;
    padding: 11px 25px;
    padding-left: 55px;
    width: 460px;
    color: #777;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;

    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form .txtinput:focus {
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    outline: 0 none;
}

#hongkiat-form textarea {
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    margin-bottom: 15px;
    font-size: 1.15em;
    padding: 11px 25px;
    padding-left: 55px;
    width: 465px;
    height: 180px;
    color: #777;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;

    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    outline: 0 none;
}
#hongkiat-form textarea.txtblock {
    background: #fff url('/images/speech.png') 5px 4px no-repeat;
}


/*select.selmenu {*/
    /*font-size: 17px;*/
    /*color: #676767;*/
    /*padding: 9px !important;*/
    /*border: 1px solid #aaa;*/
    /*width: 200px;*/
/*}*/

#buttons #submitbtn {
    display: block;
    float: right;
    height: 3em;
    padding: 0 1em;
    border: 1px solid;
    outline: 0;
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    text-shadow: 0px 1px 0px #222;
    whitewhite-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    border-color: #5e890a #5e890a #000;

    -moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    -ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    box-shadow: inset 0 1px 0 rgba(256,256,256, .35);

    background-color: rgb(226,238,175);
    background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
    background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38)));
    background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
    background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
    background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
    background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
    border-color: #7c9826 #7c9826 #000;
    color: #fff;

    -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);

    background: rgb(228,237,189);
    background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54)));
    background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%);
    background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}



@media screen and (max-width: 800px) {
    body {
        padding: 10px 15px;
    }
    #container {
        width: 100%;
    }
    #hongkiat-form #aligned {
        width: 100%;
        float: none;
        display: block;
    }
    #hongkiat-form #aside {
        width: 100%;
        display: block;
        float: none;
    }
    #hongkiat-form .txtinput, #hongkiat-form textarea {
        width: 85%;
    }
    #prioritycase {
        float: left;
        display: block;
    }
    #recipientcase {
        float: left;
        display: block;
        margin-right: 55px;
    }
}

/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {
    #hongkiat-form .txtinput, #hongkiat-form textarea {
        width: 80%;
    }
}

/* iPhone Landscape ********/
@media only screen and (max-width: 480px) {
    body {
        padding: 10px 0px;
    }
    select.selmenu {
        width: 190px;
    }
}

/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
    body {
        padding: 10px 0px;
    }
    #hongkiat-form .txtinput, #hongkiat-form textarea {
        width: 70%;
    }
    #hongkiat-form #aligned {
        overflow: hidden;
    }
    select.selmenu {
        width: 160px;
    }
    #recipientcase {
        margin-right: 30px;
    }
}

#hongkiat-form input#name {
    background: url("/images/user.png") no-repeat scroll 5px 4px #FFFFFF;
}

#hongkiat-form input#email {
    background: url("/images/email.png") no-repeat scroll 5px 4px #FFFFFF;
}

#hongkiat-form input#telephone {
    background: url("/images/phone.png") no-repeat scroll 5px 4px #FFFFFF;
}

p.erreur{
    color: #FF0000;
    /*font-size: 13px;*/
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 8px;
    text-indent: 0px;
}

p.confirm{
    background: none repeat scroll 0 0 #7c9826;
    color: #EEEEEE;
    padding: 8px;
    text-indent: 0px;
    text-align: center;
}

p.titre1{
    color: #004405;
    font: 30px/1.2em 'Arial';
    /*font-weight: bold;*/
    /*letter-spacing: -2px;*/
    text-transform: uppercase;
    text-indent: 0px;
    border-bottom: 1px solid;
}

.texte{
    color: #FFFFFF;
}

.texte1{
    color: #000000;
}

#tarif{
    padding: 4px;
    border-collapse: collapse;
    font: 14px 'arial';
}

#tarif th{
    color: #004405;
    background-color: #EEEEEE;
    width: 150px;
    border: 1px solid #AAAAAA;
    padding: 3px;
}

#tarif td{
    color: #333333;
    padding: 4px 8px 4px 8px;
    border: 1px solid #EEEEEE;
    text-align:center;
    white-space:nowrap;
}

#tarif tr.bas{
    background-color: #9ED1B3;
}
#tarif tr.haut{
    background-color: #64BC54;
}
#tarif tr.treshaut{
    background-color: #3F9131;
}
#tarif td span{
    float: left;
    font-weight: bold;
    color: #004405;
}
.hr{
    border-bottom: 1px dotted #BBBBBB;
    margin: 20px 0 20px 0;

}


#planning{
    /*padding: 4px;*/
    border-collapse: collapse;
    font: 10px 'arial';
    text-align: center;
    width: 540px;
    color: #999999;
}
#planning th{
    color: #004405;
    background-color: #EEEEEE;
    width: 12px;
    border: 1px solid #AAAAAA;
    padding: 1px;
}
#planning th span{
    /*width: 40px;*/
    /*color: #dedede;*/
    /*background-color: #004405;*/
}

#planning td{
    height: 40px;
}

.empty{
    border: none;
}
.exist{
    border: 1px solid #FFFFFF;
    background-color: #D7F7D9;
}
.we{
    border: 1px solid #EFEFEF;
    background-color: #BEDDCB;
}
.mois{
    float: left;
    font-weight: bold;
    color: #000000;
    padding-top: 8px;
    border: 1px solid #BBBBBB;
    width: 70px;
    background-color: #EEEEEE;
}
#reserver{
    /*background-color: #EEEEEE;*/
    /*padding: 20px;*/
    /*text-align: center;*/


    display: block;
    float: right;
    height: 3em;
    padding: 0 1em;
    border: 1px solid;
    outline: 0;
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    text-shadow: 0px 1px 0px #222;
    whitewhite-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

    border-color: #5e890a #5e890a #000;

    -moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    -ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
    box-shadow: inset 0 1px 0 rgba(256,256,256, .35);

    background-color: rgb(226,238,175);
    background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
    background-image: -webkit-gradient(linear, left top, left bottombottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38)));
    background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
    background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
    background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
    background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}

#reserver:hover, #reserver:active {
    border-color: #7c9826 #7c9826 #000;
    color: #fff;

    -moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    -ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);

    background: rgb(228,237,189);
    background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%);
    background: -webkit-gradient(linear, left top, left bottombottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54)));
    background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%);
    background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}

.blanc{
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    text-shadow: 0px 1px 0px #222;
    whitewhite-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
}

.resa{
    background-color: #EFEFEF;
    text-decoration: line-through;
}
.note{
    font-size: 0.8em;
	color:#444444;
}