body{
    font-family:'HelveticaNeueW01-45Ligh',sans-serif;
    color:#333333;
    font-size:14px;
    /*background-color: #444;*/

}
a:focus,button:focus {
    outline: 0 !important;;
}
h1{
    font-weight:bold;
}
h2{
    font-size:1.2em;
    font-weight:normal;
}
.reservation-box{

    border-radius:5px;
    min-width:320px;
    max-width:414px;
    position:relative;
    background-color: #FBF9F7;
    border: 1px solid #E9E9E9;

}
.reservation-inner{
    padding:5% 5% 0 5%;
}
.chooser-box{

}
/*header span{*/
    /*font-size: 0.75em;*/
    /*font-weight: normal;*/
/*}*/
ul.language-switcher{
    text-align:center;
    list-style-type: none;
    margin:2em 0;
    padding:0;
    height:1em;
}
ul.steps{
    list-style-type: none;
    margin:0;
    padding:0 5%;
    padding-top:7px;
    width:100%;
    background-color:#F0F0F0;
    height:46px;
    text-align:center;
}

ul.steps li{
    display: inline-block;
    text-align:center;
    width: 16.5%;

}
ul.steps li{
    padding:0.25em;
}
ul.steps li button{
    display: inline-block;
    width:26px;
    height:26px;
    padding:0px;
    border-radius: 50%;
    border: 3px solid #FFF;
    text-align:center;
    font-size:13px;
    cursor: auto;
}
li.active button{
    background-color: #EA5A1C;
    color:#FFF;
}
li.inactive button{
    background-color:#FBF9F7;
    color: #333;
}
li.active i, li.inactive i{
    display:none;
}
li.done span{
    display:none;
}
ul.language-switcher li{
    display: inline-block;
    margin-right: 0.15em;

}
input[type=submit]{
    color:#FFF;
    background-color: #ff6600;
    border-radius:5px;
    border: 1px solid #333;
    font-size:1.25em;
    cursor:pointer;
}

ul.language-switcher li button{
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    margin:0;
    padding:0;
}
ul.language-switcher li button span{
    padding:0 4px;
    font-weight:normal;
}
ul.language-switcher li:last-child button span{
    display:none;
}
ul.language-switcher li button.selected{
    font-weight:bold;
}
h1 {
    color: #3fa6d6;
    clear:left;
    font-size:24px;
}
h3{
    font-size:18px;
}
.button-container{
    margin-top:1em;
}
.error{
    color:#DE6667;
    margin:0.2em;
    font-size:0.8em;
}
.clear{
    clear:both;
}
.loader-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .8;
    z-index : 999;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width:150px;
    height:150px;
    margin-left: -75px; /* -1 * image width / 2 */
    margin-top: -75px;  /* -1 * image height / 2 */
    display: block;
}
/* Person Widget */
.person-widget{
    width:100%;
    margin:0.75em 0
}

.person-widget .text{
    border:1px solid;
    width:60%;
    background-color: #FFFFFF;
    padding:0.25em;
    float:left;
}
.person-widget .minus{
    display: inline-block;
    padding:0.25em;
    border:1px solid;
    font-size:1.5em;
    cursor: pointer;
}
.person-widget .plus{
    display: inline-block;
    padding:0.25em;
    border:1px solid;
    font-size:1.5em;
    cursor: pointer;
}
.time-selector ul{
    list-style-type: none;
    margin:0;
    margin-top:0.75em;
    padding:0;
    margin-left:-4px;
    margin-right: -4px;
}
.time-selector ul li {
    display:inline-block ;
    padding:0.4em 0.55em;
    margin-Left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    cursor: pointer;
    background-color: #F0F0F0;
    border-radius:16px;
    color:#666;
    font-size:1em;
}

.time-selector ul li:hover, .time-selector ul li.selected{
    background-color: #EA5A1B;
    color:#FFF;

}
.time-selector ul li[disabled]:hover,.time-selector ul li[disabled]{
    color: #999;
    cursor: default;
    background: unset;
    border: 1px solid #F0F0F0;
}

.message{
    padding:0.5em 0;
    margin-bottom:1em;
    background-color: #DE6667;
    color:#FFF;
    padding:1em;
    text-align:center;
}
.message .info{
    font-size: 1.25em;
}
.sms-code-message{
    background-color: #FFFF75;
    color:#333;
}
.message.success {
    background-color: #B0C637;
}
.message.success_call {
    background-color: #81D4FE
}
.person-message, .close-message{
    margin-top:0.75em;
}
.start_message{
    font-size: 1.25em;
    color:#333;
    background-color: transparent;
    text-align:left;
    margin:2em 0;
}
.restaurant-box{
    margin-bottom:2em;
}
.restaurant-box h1{
    font-size:1.6em;
    margin:0.5em 0 0 0;
    color:#333;
}
.output-pox{
    margin: 0.75em 0;
    padding:0.5em;
    background-color:#F0F0F0;
}
.next-btn{
    background-color:#EA5A1B;
    border:0;
    color:#FFF;
    width:100%;
    text-align: center;
    padding:0.75em 0;
    font-size:1.2em
}
.next-btn:hover, .new-code-btn:hover{
    background-color:#B0C637;
    text-decoration: none;
    color: #FFF;

}
.back-btn{
    background-color: #EFEBEA;
    border:0;
    color:#333;
    width:100%;
    text-align: center;
    padding:0.75em 0;
    font-size:1.2em
}
.back-btn:hover{
    background-color:#98A18E;
}
.fat-btn{
    margin-bottom:0.75em;
}
.new-code-btn{
    background-color:#756B66;
    border:0;
    width:100%;
    text-align: center;
    padding:0.75em 0;
    font-size:1.2em;
    color:#FFF;
}
.phone-btn{
    background-color:#18951C;
    border:0;
    width:100%;
    text-align: center;
    padding:0.75em 0;
    font-size:1.2em;
    color:#FFF;
    margin-bottom:3em;
    display: inline-block;
    cursor: pointer;
}
a.phone-btn:hover{
    color:#FFF;
    text-decoration:none;
}
.final-btn, div .final-btn {
    background-color: #EFEBEA;
    border: 0;
    color: #333;
    width: 100%;
    text-align: center;
    padding: 0.75em 0;
    font-size: 1.2em;
    width:100%;
    display: inline-block;
    cursor:pointer;
}
.final-btn:hover, div .final-btn:hover {
    color: #333;
    text-decoration:none;
    background-color: #EFEBEA;
    font-size: 1.2em;
}
.addeventatc {
    line-height: 1.42857143 !important;

}
.addeventatc_icon{
    display: none;
}


.provided{
    clear:both;
    margin-top:2em;
    color:#FFF;
    color:#999;
    line-height:40px;
    font-size:0.9em;
}
/*.provided .col-50{*/
    /*display:inline-block;*/
    /*padding:auto 0;*/
    /*width:50%;*/
    /*float:left;*/
    /*text-align: center;*/
    /*vertical-align:middle;*/
/*}*/
/*.provided .col-25{*/
    /*width:25%;*/
    /*float:left;*/
/*}*/
.text-right{
    text-align: right;
}
.left{
    float:left;
}
.right{
    float:right;
}
.hint{
    margin-top:2em;
    padding-top:2em;
    border-top: 1px solid #E9E9E9;
    margin-bottom:2em;
    padding-bottom:2em;
    border-bottom: 1px solid #E9E9E9;
    color:#999;
    text-align:center;
}
.hint-blank{
    color:#999;
    text-align:center;
}
.form-wrapper, .form-long-wrapper{
    margin-bottom:0.75em;
}
.condition{
    clear:both;
    font-size:0.9em;
    margin:2em 0;
    padding:2em 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    color:#999;
}
.choice-list{
    list-style-type: none;
    margin:0;
    padding:0;
}
.choice-list li{
    margin-bottom: 0.75em;
}
.choice-list li button{
    margin-right: 0.75em;
}
.choice-list li.selected div{
    font-weight: bold;
}
#choiceForm label{
    font-weight:normal;
    font-size: 1.25em;
}
.form-smscode{
    margin: 1.5em 0;
}
.event-message{
    background-color: #FFF;
    color: #333;
    border:1px solid #ccc;
    white-space: pre-line;
    padding-top: 0;
    padding-bottom: 0;
}
.event-message p{
    margin-bottom:0;
}

.button-list{
    margin:0;
    padding:0;
    list-style-type: none;
}
.button-list li{
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
.addthisevent-drop {
    background: 0 !important;
    background-color: #EFEBEA !important;
    font-size: 1.2em !important;
    width:100%;
    text-align: center;
    border:0 !important;
    padding:0.75em 0 !important;
    font-weight:normal !important;
    background-image: url(../images/frontend/icon_calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: 22px center !important;
    background-size: 26px 26px !important;
    font-family:'HelveticaNeueW01-45Ligh' !important;
}
.addthisevent_dropdown .copyx {
    display: none !important;
}
.addthisevent-drop .client{
    display: none !important;
}

.my-reservation{
    background-color: #E8E0DD;
    font-weight:bold;
    padding:1.5em;
    margin:0.75em 0 1.5em 0;
}
.restitle{
    margin: 1.5em 0 0 0;
}
.col50{
    width:48%;
    float:left;
    margin-right:2%;
}
.col25{
    width:21%;
    float:left;
    margin-right:2%;
}
.col30{
    width:32%;
    float:left;
}
.col45 {
    width: 43%;
    float: left;
    margin-right: 2%;
}
.border-right{
    border-right: #BBB 1px solid;
}
.light{
    font-size:0.8em;
    font-weight: normal;
}
.divider{
    height:0.5em;
    clear:both;
}
i{
    font-weight: normal;
}
/* DatePicker */
.dp  th.text-center, .dp td.h6{
    color:#EA5A1C;
    padding:0.5em 0;
}
.dp .btn-info.active{
    background-color:#CCC;
}
.dp .btn-info.active .text-info{

}
.dp.choosen .btn-info.active{
    background-color:#EA5A1C;
}
.dp.choosen .btn-info.active .text-info{
    color:#FFF;
}
.dp{
    background-color:inherit;
    width:100%
}
.dp table{
    width:100%;

}
.dp td button{
    font-weight:bold;
}
.btn-grey{
    background-color:#F0F0F0;

}
.btn-group-sm > .btn, .btn-sm {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.5;
    font-weight:normal;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    border-color: #ccc;
    color: #fff;
}
.text-info {
    color: #EA5A1C;
}

hr {
    border: none;
    border-top: 1px solid #E9E9E9;
    height: 1px;
    margin: 1em 0;
}
hr.clearer{
    clear:both;
    border:none;
    height:1px;
    margin:0;
}
hr.line{
    border:none;
    border-top: 1px solid #E9E9E9;
    clear:both;
    height:1px;
    margin:2em 0;
}
hr.line-small{
    border:none;
    clear:both;
    height:1px;
    margin:0.5em 0;
}

.final-mail{
    background-image: url(../images/frontend/icon_mail.png);
    background-repeat: no-repeat;
    background-position: 1.5em center;
    background-size: 26px 26px;
}
.final-menu{
    background-image: url(../images/frontend/icon_menu.png);
    background-repeat: no-repeat;
    background-position: 1.5em center;
    background-size: 26px 26px;
}
div .final-calendar{
    background-image: url(../images/frontend/icon_calendar.png);
    background-repeat: no-repeat;
    background-position: 1.5em center;
    background-size: 26px 26px;
    background-color: #EFEBEA;
    font-family: 'HelveticaNeueW01-45Ligh',sans-serif;
    border-radius: 0;
    box-shadow: none !important;
    font-weight: normal
}
.final-maps{
    background-image: url(../images/frontend/icon_map.png);
    background-repeat: no-repeat;
    background-position:1.5em center;
    background-size: 26px 26px;
}
.output-box{
    font-size:1.2em;
    background-color:#EFEBEA;
    padding:1em;
}
.restaurant-image{
    width:100%;
    margin-bottom:1.5em;
}
.nomargin{
    margin:0;
}
.notop{
    margin-top:0;
}
.topmargin{
    margin-top:1em;
}
select:required:invalid {
    color: #999;
}
option[value=""][disabled] {
    display: none;
}
.fat-btn.second{
   margin-bottom: 0;
}
.teaser a{
    color:#FFF;
}
.teaser h3{
    font-family:'HelveticaNeueW01-77BdCn_692722',sans-serif;
    margin-top:0;
    color:#FFF;
    margin-bottom:0.25em;
}

.glyphicon-unchecked:before {
    content: "\2122";
    color: transparent !important;
}
.teaser-item{
    position: relative;
}
.teaser-text{
    font-family: 'Palatino LT W01 Romano',serif;
    position: absolute;
    left:0;
    bottom:0;
    color:#FFF;
    line-height:16px;
    padding:0 0.75em;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
}
textarea.form-control, textarea:focus {
    font-size:16px;
}

input[type=text],input[type=email],select.form-control
{
    font-size:16px;
}

.room-container ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.room-container ul li{
    border: 1px solid rgb(204, 204, 204);
    padding: 0.5em 1em;
    font-size: 1.25em;
    margin-bottom: 0.5em;
    background-color: #FFFFFF;
    cursor: pointer;
}
.room-container ul li:hover{
    background-color:#EA5A1B;
    color:#FFF;
}
.room-name{
    font-weight: normal;
    font-size: 0.8em;
}
.menu-card{
    clear: both;
    border: 1px solid #e2e0de;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px -2px rgba(0,0,0,0.2);
    background-color: #FFF;
    padding: 1em;
    margin: 0.75rem 0 1.5em 0;
    font-family: 'Palatino LT W01 Roman';
}
.menu-card ul{
    list-style-type: none;
    padding:0;
    margin: 0;
}
.menu-card h2{
    margin-top: 0;
}
.menu-card h3{
    border-bottom: 0.1em solid #666;
    margin-bottom: 0.5em;
}

.menu-title{
    font-weight: bold;
}
.menu-form{
    margin: 1.5em 0;
}
.menu-price{
    text-align: center;
}
.menu-item{
    margin-bottom: 0.5em;
    text-align: center;
}

.menu-more {
    text-align: center;
    display: block;
    cursor: pointer;
    text-indent: -99999px;
    background-image: url("../images/icon_more.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.menu-less{
  background-image: url("../images/icon_less.svg");
    background-size: 24px;
}

h2.centered {
    font-family: 'HelveticaNeueW01-Thin';
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    
}

p.center-small {
    text-align: center;
    font-size: 14px;
}

.button-list + h2 {
    margin-top: 40px
}


@media only screen and (min-width: 414px) {
    .button-list + h2 {
        margin-top: 60px
    }
}


.download-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;

}
.download-list a {
    display: block;
    padding: 4px;
    text-align: center;
    color: #000;
    
}
.download-list a:hover {
    text-decoration: none;
    color: rgb(234, 90, 27);
    
}

.download-list a::before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 4px;
    width: 24px;
    height: 20px;
    background-image: url("../images/menu_book-24px.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left
    
}

.download-list li:hover a::before {
    background-image: url("../images/menu_book-24px-orange.svg");

}


.form-email-subscribe .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
    border-radius: 0;
}

.form-email-subscribe + .button-container a {
    width: 100%;
    display: block;

}


@media only screen and (min-width: 414px) {
    .form-email-subscribe {
        width: 50% !important;
        padding-right: 5px;
        margin-right: 0 !important;
        float: left;
    }

    .form-email-subscribe + .button-container {
        width: 50%;
        padding-left: 5px;
        float: left;
        clear: none;
        margin-top: 0;
    }
}







@media only screen and (min-width: 414px) {
    .reservation-box{
        max-width:480px;
    }
    .button-list li.second-elem{
        margin-right:0;
    }
    .button-list-teaser li{
        width:48.5%;
        margin: 0 3% 3% 0;
        float:left;
    }

    .final-btn, .addthisevent-drop{
        padding: 0.75em 1em 0.75em 68px !important;
        text-align:left !important;
    }
    footer{
        clear:both;
    }
    .choice-list li{
        float:left;
        width: 50%;
    }
    .form-wrapper{
        float: left;
        width:49%;
        margin-top:0;
        margin-right:2%
    }
    .form-wrapper.second{
        margin-right:0;
    }
    .button-container{
        clear:both;
        width:100%;
    }
    .button-container .fat-btn{
        float:left;
        width:49%;
        margin-right:2%;
        margin-bottom:0;
    }
    .button-container .fat-btn.second{
        margin-right:0;
    }
    .button-container .fat-btn.right{
        float:right;
    }
    .time-selector ul li {
        padding: 0.4em 0.7em;
    }
    .btn-group-sm > .btn, .btn-sm {
        font-size: 14px;

    }
    .phone-btn{
        display: none;
    }
    .provided{
        height:40px;
    }
    .provided .col-25{
        width:30%;
        float:left;
        line-height:50px;
    }
    .provided .col-50{
        display:inline-block;
        padding:auto 0;
        width:40%;
        float:left;
        text-align: center;
        vertical-align:middle;
    }


}
@media only screen and (min-width: 480px) {
    .reservation-box{
        margin:auto;
        max-width:620px;

    }
    body{
        font-size:16px;
    }
    .btn-group-sm > .btn, .btn-sm {
        font-size: 16px;

    }
    .form-email-subscribe .form-control{
        height: 56px;
    }
}

.condition input {
    float: left;
}
.condition .ng-binding {
    padding-left: 30px;
}