/*=========================================================================================================================*/
/*=========================================================================================================================*/
/*=================================================== APETEE IFRAME CSS ===================================================*/
/*=========================================================================================================================*/
/*=========================================================================================================================*/





/*===========================================================================================================*/
/*===========================================================================================================*/
/*============================================       BASIC       ============================================*/
/*===========================================================================================================*/
/*===========================================================================================================*/
html {
    background: #f8f8f8;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    height: auto;
    display: inherit;
}
*, *::before, *::after {
    box-sizing: inherit;
}
label, 
select, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
input[type="radio"], 
input[type="checkbox"] {
    cursor: pointer;
}
body.apetee-iframe input[type="radio"], 
body.apetee-iframe input[type="checkbox"] {
    margin: 0 5px 0 0 !important;
}
body.seznam,
body.firmy {
    background: none !important;
    display: block !important;
    position: relative;
    min-height: unset !important;
    height: 100%;
}

body.seznam legend,
body.firmy legend {
    margin-bottom: -15px !important;
}
body.apetee-iframe div#ui-datepicker-div {
    position: absolute;
    z-index: 100 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    padding: 5px 10px;
}
body.apetee-iframe div#ui-datepicker-div div.ui-datepicker-header {
    background: white;
}
body.apetee-iframe div#ui-datepicker-div a.ui-datepicker-prev, body.apetee-iframe div#ui-datepicker-div a.ui-datepicker-next {
    border: 0;
}
body.apetee-iframe div#ui-datepicker-div a.ui-datepicker-prev span, body.apetee-iframe div#ui-datepicker-div a.ui-datepicker-next span {
    background-image: url(../../../components/com_apetee/assets/css/images/ui-icons_222222_256x240.png);
}
body.apetee-iframe div#ui-datepicker-div a.ui-datepicker-prev-hover, body.apetee-iframe div#ui-datepicker-div a.ui-datepicker-next-hover {
    background: #cd0631;
}
body.apetee-iframe div#ui-datepicker-div a.ui-datepicker-prev-hover span, body.apetee-iframe div#ui-datepicker-div a.ui-datepicker-next-hover span {
    background-image: url(../../../components/com_apetee/assets/css/images/ui-icons_ffffff_256x240.png);
}
body.apetee-iframe div#ui-datepicker-div div.ui-datepicker-title {
    color: black;
    font-size: 15px;
}
body.apetee-iframe div#ui-datepicker-div tbody td {
    width: 44px;
}
body.apetee-iframe div#ui-datepicker-div tbody td a, 
body.apetee-iframe div#ui-datepicker-div tbody td span, 
body.apetee-iframe div#ui-datepicker-div thead th span {
    background: white;
    color: black;
    border: 1px solid white;
    display: flex;
    justify-content: space-around;
    padding: 8px 0 !important;
    font-weight: normal;
    font-size: 12px;
}
body.apetee-iframe div#ui-datepicker-div tbody td a.ui-state-hover {
    background: #cd0631 !important;
    color: white;
    border: 1px solid #cd0631 !important;
    border-radius: 3px;
}
body.apetee-iframe .vrtdspecialday a {
    border-color: #900 !important;
    background: #900 !important;
    color: #fff !important;
}
body.seznam #system-message-container, 
body.firmy #system-message-container {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 15% !important;
    opacity: 1 !important;
    z-index: 1000 !important;
}
body.seznam .alert div,
body.firmy .alert div {
    width: 100%;
    display: grid;
}
body.seznam .alert-error h4,
body.firmy .alert-error h4 {
    display: none;
}
body.seznam .alert .alert-message, 
body.firmy .alert .alert-message {
    font-size: 16px;
    font-weight: 100;
    margin-top: 5px;
}
body.seznam a.close, 
body.firmy a.close {
    position: relative;
    background-image: url(https://global.apetee.com/master/site/components/com_apetee/assets/images/icons/close-firmy.svg);
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    margin: unset !important;
    right: 0;
    top: 0;
    opacity: 1;
    padding: 0;
    font-size: 0 !important;
    border-radius: 25px;
}
/*=================================================== END ===================================================*/
/*===========================================================================================================*/
/*============================================       BASIC       ============================================*/
/*===========================================================================================================*/
/*=================================================== END ===================================================*/





/*=================================================== END ===================================================*/
/*===========================================================================================================*/
/*============================================       SEZNAM       ===========================================*/
/*===========================================================================================================*/
/*=================================================== END ===================================================*/
body.seznam {
    max-width: 400px !important;
}
body.seznam .span12 {
    max-width: 400px;
}
body.seznam button.vrsearchsubmit {
    border-color: #df0000;
    border-width: 1px;
    border-style: solid;
    border-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #de0000;
}
body.seznam button.vrsearchsubmit:hover,
body.seznam button.vrsearchsubmit:active {
    border-color: #ab0000;
    background: #ab0000;    
}
body.seznam .vrstepbardiv,
body.seznam .vrstepbardiv > div {
    width: 100% !important;
    margin: 0 !important;
}
body.seznam .vrstepbardiv .vrsteptitle {
    text-align: center !important;
}
body.seznam .vrstepbardiv .vrstep-inner {
    padding: 8px !important;
    text-align: -webkit-auto !important;
}
body.seznam .vrstepbardiv .vrstep-inner::after,
body.seznam .vrstepbardiv .vrstep-inner::before {
    display:none !important;
}
body.seznam .alert {
    background-color: #fff;
    border: 2px solid #de0000;
    border-radius: 5px;
    opacity: 1;
}
body.seznam .alert h4, 
body.seznam .alert .alert-message {
    color: #de0000;
}
body.seznam .close {
    background: #de0000;
}
body.seznam .close:hover {
    background-color: #ab0000;
}
body.apetee-responsive div.alert svg {
    width: 28px;
    height: 28px;
    float: right;
    position: relative;
    margin-bottom: -10px;
}
/*=================================================== END ===================================================*/
/*===========================================================================================================*/
/*============================================       SEZNAM       ===========================================*/
/*===========================================================================================================*/
/*=================================================== END ===================================================*/





/*===========================================================================================================*/
/*===========================================================================================================*/
/*============================================       FIRMY       ============================================*/
/*===========================================================================================================*/
/*===========================================================================================================*/
/*========================================================================================= */
/*========================================= BASIC ========================================= */
/*========================================================================================= */
body.firmy button.vrsearchsubmit {
    border-color: #ff8a00;
    border-width: 1px;
    border-style: solid;
    border-image: none;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    background: #ff8a00;
}
body.firmy button.vrsearchsubmit:hover,
body.firmy button.vrsearchsubmit:active {
    border-color: #8c001f;
    background: #8c001f;
}
body.firmy .vrstepbardiv {
    width: 97% !important;
    margin: 0 !important;
}
body.firmy .alert {
    background-color: #fff;
    border: 2px solid #ff8a00;
    border-radius: 5px;
    opacity: 1;
    color: inherit;
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
    padding: 0.938rem;
    text-shadow: none;
}
body.firmy .alert h4, 
body.firmy .alert .alert-message {
    color: #ff8a00 !important;
    margin: .5rem 0 1.5rem 0;
}
body.firmy .close {
    background-color: #ff8a00;
    cursor: pointer;
}
body.firmy .close:hover {
    background-color: #8c001f;
    cursor: pointer;
}
body.firmy a.close  {
    color: #fff !important;
}
body.firmy .alert a.close:hover, 
body.firmy .alert a.close:hover:hover {
    text-decoration: none !important;
}
/*========================================== END ========================================== */
/*========================================= BASIC ========================================= */
/*========================================== END ========================================== */





/*========================================================================================= */
/*======================================== 1. KROK ======================================== */
/*========================================================================================= */
@media screen {
    body#apetee-iframe.restaurants.firmy form#vrpayform {
        padding: 0 !important;
    }
    body.restaurants select#vrhour[disabled] {
        color: #000 !important;
        border: 1px solid #ccc !important;
        opacity: 1.0 !important;
    }
    .vrsearchentryselect {
        position: relative;
    }
    .loading {
        position: absolute;
        margin-top: -30px;
        right: 30px;
    }
    .loading.allowed i {
        opacity: 0;
    }
    .loading:not(.allowed) i {
        opacity: 1;
        animation: loading 1s linear infinite;
    }
    body.restaurants select#vrhour[disabled]::after {
        content: '';
        position: absolute;
        border-radius: 50%;
        border: 3px solid #fff;
        width: 30px;
        height: 30px;
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
        animation: loading 1s ease infinite;
        z-index: 10
    }
    body.firmy,
    body.seznam {
        font-family: "Arial CE", sans-serif !important;
    }
    body.firmy {
        max-width: 660px !important;
        width: 660px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height: 100% !important;
    }
    body.firmy .span12 {
        max-width: 660px !important;
        width: 660px !important;
    }
    body.seznam .vrsearchinputdiv, 
    body.firmy .vrsearchinputdiv {
        border: none;
    }
    body.seznam legend, body.firmy legend {
        position: absolute;
        display: inline;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0.85em auto;
        background: transparent;
        font-weight: 600;
        font-size: 26px;
        line-height: 28px;
        padding: 0;
        border: 0;
        text-align: center;
    }
    body.seznam .vrformfieldset, 
    body.firmy .vrformfieldset {
        border: none;
        width: 80%;
        margin: 0 auto;
    }
    body.firmy div#vrsearchform {
        border-top: 1px solid #eaeaea;
        color: #000;
        background: #f8f8f8;
    }
    body.firmy .vrsearchentryinput span.after {
        margin-top: 0.75em;
        display: block;
        position: absolute;
        width: 20px;
        left: auto;
        right: 15px;
    }
    body.firmy div#vrsearchform .vrsearchentryinput span.after:after {
        content: "\f133";
        font: normal normal normal 20px/1 FontAwesome;
        color: #808080;
    }
    body.firmy .vrstepbardiv {
        width: 100% !important;
        padding: 4em 0 0 0 !important;
        display: table;
        border: none;
        background-color: #fff;
    }
    body.firmy .vrstepbardiv .vrstepactive.step-current .vrstep-inner {
        background-color: transparent;
    }
    body.firmy .vrstepbardiv > div {
        width: 33.33%;
        float: left;
        text-align: center;
    }
    body.firmy .vrstepbardiv > div:nth-of-type(2):after, 
    body.firmy .vrstepbardiv > div:nth-of-type(3):after {
        content: "";
        background: #e8e8e8;
        width: 33%;
        height: 4px;
        margin: 4px 0px 0px -100px;
        display: block;
        float: left;
        position: absolute;
        top: 82px;
        z-index: 1;
    }
    body.firmy .vrstepbardiv > div.vrstepactive:after {
        background: #cd0532 !important;
    }
    body.firmy .vrstepbardiv .vrstep-inner {
        padding: 12px 4px 12px 4px !important;
        display: grid;
        z-index: 100;
    }
    body.firmy .vrstepbardiv .vrstep-inner a {
        display: grid;
        background: transparent;
        text-decoration: none;
    }
    body.firmy .vrstepbardiv .vrstepactive .vrstep-inner .vrsteptitle {
        border: 6px solid #cd0532;
        height: 24px;
        width: 24px;
        background-color: #fff;
        color: transparent;
        font-size: 0px;
        line-height: 0px;
        display: inline-block;
        margin: 0 auto;
        box-shadow: 0px 0px 4px 1px #ddd;
        z-index: 10;
    }
    body.firmy .vrstepbardiv .vrsteptitle {
        border: 6px solid #e8e8e8;
        height: 24px;
        width: 24px;
        background-color: #fff;
        color: transparent;
        font-size: 0px;
        line-height: 0px;
        display: inline-block;
        margin: 0 auto;
        box-shadow: 0px 0px 3px 1px #afafaf;
        z-index: 10;
    }
    body.firmy .vrstepbardiv .vrstepactive .vrstepsubtitle {
        font-size: 18px;
        display: inline-block;
        font-weight: 600;
        color: #000;
    }
    body.firmy span.vrstepsubtitle {
        font-size: 18px !important;
        display: inline-block !important;
        font-weight: 100;
        line-height: 46px;
    }
    body.firmy .vrformfieldset .vrsearchinputlabel, 
    body.firmy .vrordercomponentsdiv .vrorderinputdiv .vrorderlabel {
        font-size: 18px !important;
        min-width: 100%;
        display: inline-block;
        margin: 0;
    }
    body.firmy .vrsearchentryinput {
        display: inline-block;
        width: 100%;
        position: relative;
    }
    body.firmy input, 
    body.firmy span.cf-value.cf-textarea {
        box-sizing: border-box !important;
        background-color: #fff !important;
        border: 1px solid #ddd !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
        -webkit-transition: border 0.2s linear, box-shadow 0.2s linear !important;
        -moz-transition: border 0.2s linear, box-shadow 0.2s linear !important;
        transition: border 0.2s linear, box-shadow 0.2s linear !important;
        border-radius: 4px !important;
    }
    body.restaurants.firmy.apetee-iframe input, 
    body.restaurants.firmy.apetee-iframe span.cf-value.cf-textarea {
        background-color: transparent !important;
    }
    body.firmy input#vrcalendar {
        width: 100%;
        height: 46px;
        box-sizing: border-box;
    }
    body.firmy fieldset.vrformfieldset div:nth-of-type(2), 
    body.firmy fieldset.vrformfieldset div:nth-of-type(3) {
        display: inline-block;
        width: 47%;
        margin: 0px;
        padding: 0px;
    }
    body.firmy fieldset.vrformfieldset > div:nth-of-type(3) {
        float: right;
    }
    body.firmy .vrformfieldset p.vrsearchinputnote strong {
        margin-right: 0.33em !important;
    }
    body.firmy img#vrsearchimage {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
/*    
    body.firmy .vrformfieldset p.vrsearchinputnote {
        margin: 1em 0 .5em;
    }
*/
    body.seznam.restaurants .vrsearchinputdiv, 
    body.firmy.restaurants .vrsearchinputdiv {
        border: none;
        padding: 0px 0px 0px 0px !important;
    }
    body.firmy .vrsearchinputdiv > div > select {
        width: 100%;
        height: 46px;
    }
    body.firmy label.vrsearchinputlabel {
        text-align: center;
    }
    body.firmy button.vrsearchsubmit,
    body.firmy button.vrresultbookbuttonfind,
    body.firmy button#vrconfcontinuebutton,
    body.firmy button.vrresultbookbuttoncontinue {
        border-color: #cd0532;
        border-width: 1px;
        border-style: solid;
        border-image: none;
        -webkit-border-radius: 3em;
        -moz-border-radius: 3em;
        border-radius: 4px;
        background: #cd0532;
        width: 100%;
        padding: 12px 25px;
        box-shadow: 0px 5px 15px -5px #8c001f;
        margin: 20px 0 29px 0;;
    }
    body.firmy button.vrsearchsubmit:hover, body.firmy button.vrsearchsubmit:active,
    body.firmy button.vrresultbookbuttonfind:hover, body.firmy button.vrresultbookbuttonfind:active,
    body.firmy button#vrconfcontinuebutton:hover, body.firmy button#vrconfcontinuebutton:active,
    body.firmy button.vrresultbookbuttoncontinue:hover, body.firmy button.vrresultbookbuttoncontinue:active {
        border-color: #8c001f;
        background: #8c001f;
        box-shadow: 0px 5px 15px -5px #5e0015;
    }
    button.vrsearchsubmit {
        margin: 25px 0;
    }
    body.firmy .vrstep-inner::before, .vrstep-inner::after {
        display: none !important;
    }
    body.firmy .vrstepbardiv .step-current .vrstep-inner, 
    body.firmy .vrstepbardiv .vrstepactive.step-current .vrstep-inner:hover {
        background-color: transparent;
    }
    body.firmy textarea:focus, 
    body.firmy input[type="text"]:focus, 
    body.firmy input[type="password"]:focus, 
    body.firmy input[type="datetime"]:focus, 
    body.firmy input[type="datetime-local"]:focus, 
    body.firmy input[type="date"]:focus, 
    body.firmy input[type="month"]:focus, 
    body.firmy input[type="time"]:focus, 
    body.firmy input[type="week"]:focus, 
    body.firmy input[type="number"]:focus, 
    body.firmy input[type="email"]:focus, 
    body.firmy input[type="url"]:focus, 
    body.firmy input[type="search"]:focus, 
    body.firmy input[type="tel"]:focus, 
    body.firmy input[type="color"]:focus, 
    .uneditable-input:focus {
        border-color: rgb(255, 138, 1) !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(255, 138, 1) !important;
    }
    body.restaurants.apetee-iframe label.vrsearchinputlabel {
    padding-top: 0px !important;
    }
    body.restaurants.firmy.apetee-iframe input#vrcalendar {
        position: absolute;
        margin-top: 0px !important;
        padding: 0 8px !important;
        display: block;
        z-index: 1;
    }
    body.restaurants.firmy.apetee-iframe .vrsearchentryinput {
        height: 44px;
        background-color: #ffffff;
    }
    body.restaurants.firmy#apetee-iframe #popup .vrwaitinglistlegend {
        height: 70px;
    }
}
/*========================================== END ========================================== */
/*======================================== 1. KROK ======================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*======================================== 2. KROK ======================================== */
/*========================================================================================= */
@media screen {
    body.firmy .vrstepbardiv .vrstepactive .vrstep-inner:hover {
        background: transparent;
    }
    body.firmy .vrbookingouterdiv {
        width: 80%;
        margin: 0 auto;
        padding: 22px;
    }
    body.firmy .vrstepbardiv .vrstepactive .vrstepsubtitle {
        font-size: 18px;
        display: inline-block;
        font-weight: 100;
        color: #cd0532;
    }
    body.firmy .vrstepbardiv .vrstepactive.step-current .vrstepsubtitle {
        font-weight: 600;
        color: #000;
    }
    body.firmy span#vrresultsumspanlbldate, 
    body.firmy span#vrresultsumspanlblhour, 
    body.firmy span#vrresultsumspanlblpeople {
        display: none;
    }
    body.firmy span#vrresultsumspanvaldate, 
    body.firmy span#vrresultsumspanvalhour, 
    body.firmy span#vrresultsumspanvalpeople {
        margin: 0 5px 0 0;
    }
    body.firmy .vrresultsummarydiv .vrresultsuminnerdiv {
        border: none;
        display: block;
        width: 100%;
        font-weight: 600;
    }
    body.firmy div#vrbookingborderdiv {
        border: none;
        padding: 22px 22px 22px 22px;
    }
    body.firmy div#vrresultsumdivdate {
        text-align: right;
    }
    body.firmy div#vrresultsumdivhour {
        width: auto;
    }
    body.firmy div#vrresultsumdivpeople {
        text-align: left;
    }
    body.firmy span#vrresultsumspanvaldate:before {
        content: "\f133";
        font: normal normal normal 20px/1 FontAwesome;
        margin: 0 10px 0 0px;
        color: #808080;
    }
    body.firmy span#vrresultsumspanvaldate:after {
        content: "—";
        font-family: Arial, sans-serif;
        margin: 0 0px 0 10px;
    }
    body.firmy .vrsuccess span:before {
        content: "\f00c";
        font: normal normal normal 18px/1 FontAwesome;
        margin: 0 10px 0 0;
    }
    body.firmy .vrsuccess span {
        background-color: #1eae00;
        color: #fff;
        border-radius: 30px;
        font-weight: 100;
    }
    body.firmy form#vrresform {
        background: #f8f8f8;
        padding: 0;
        margin: 0;
    }
    body.firmy #vrresform .vrresultsummarydiv {
        margin: 0 auto;
        display: flex;
        width: 100%;
        background-color: #f0f0f0;
        color: #000;
        text-align: center;
        border: none;
        border-radius: 0;
    }
    body.firmy span#vrchooseroomsp {
        width: 30%;
        text-align: right;
        margin: 0px;
        display: inline-block;
        min-width: auto;
    }
    body.firmy select#vrroomselect {
        width: 45%;
        height: 46px;
        display: inline-block;
        margin: 0px 0px 4px 5px;
    }
    body.firmy .vrbookcontinuebuttoncont {
        margin-bottom: 25px;
    }
}
/*========================================== END ========================================== */
/*======================================== 2. KROK ======================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*======================================== 3. KROK ======================================== */
/*========================================================================================= */
@media screen {
    body.firmy form#vrpayform {
        background: #f8f8f8;
        padding: 22px;
        margin: 0;
    }
    body.firmy .vrresultsummarydiv.confirmation {
        margin: 0 auto;
        display: flex;
        width: 100%;
        background-color: #f0f0f0;
        color: #000;
        text-align: center;
        border: none;
        border-radius: 0;
        padding: 10px 10px 35px 10px;
    }
    div#vrresultsumdivdeposit {
        width: 100%;
        display: block;
        padding: 40px 0 0 0;
        position: absolute;
        left: 0;
    }
    body.firmy .vrcustomfields div:last-child span.cf-value {
        display: -webkit-inline-box;
    }
    body.firmy input#vrcfinput1, 
    body.firmy input#vrcfinput2 {
        width: 160px !important;
        margin: 0px 0px 0px 1px;
    }
    body.firmy input#vrcfinput3, 
    body.firmy input#vrcfinput4 {
        width: 325px !important;
    }
    body.firmy .vrcustomfields div .cf-label {
        left: 0;
        width: 325px;
    }
    body.firmy .vrcustomfields > div:nth-of-type(1), 
    body.firmy .vrcustomfields > div:nth-of-type(2) {
        width: 160px;
        display: inline-block;
    }

    body.firmy .vrcustomfields > div:nth-of-type(1) span.cf-label, 
    body.firmy .vrcustomfields > div:nth-of-type(2) span.cf-label {
        width: 160px !important;
        display: inline-block;
    }
    body.firmy .vrcustomfields > div:nth-of-type(1), 
    body.firmy .vrcustomfields > div:nth-of-type(2), 
    body.firmy .vrcustomfields > div:nth-of-type(3) {
        height: 54px !important;
    }
    body.firmy .vrcustomfields div:nth-of-type(6) {
        margin: 15px 0;
    }
    body.firmy .vrcustomfields #vrcf18cb-div, 
    body.firmy .vrcustomfields #vrcf19cb-div, 
    body.firmy .vrcustomfields #vrcf20cb-div {
        height: 19px !important;
    }
    body.firmy .vrcustomfields div span.cf-value {
        position: relative;
        margin-bottom: -5px !important;
        display: inline-block;
    }
    body.firmy button#vrconfcontinuebutton {
        width: 80% !important;
        margin: 25px 0 29px 0;
        float: none;
    }
    body.firmy .vrcustomfields .vrinput:focus ~ .cf-label, 
    body.firmy .vrcustomfields .vrinput.has-value ~ .cf-label
    body.firmy .vrcustomfields input[type='checkbox'].has-value ~ .cf-label, 
    body.firmy .vrcustomfields .vrtextarea:focus ~ .cf-label, 
    body.firmy .vrcustomfields .vrtextarea.has-value ~ .cf-label {
        display: none;
    }
    body.apetee-iframe input[type="checkbox"].has-value:before {
        content: "\f00c" !important;
        font: normal normal normal 24px/24px FontAwesome !important;
        color: #cd0631 !important;
    }
    body.firmy textarea.vrtextarea {
        border: none !important;
        margin: 0;
        height: 42px;
        width: 323px !important;
    }
    body.firmy span.cf-bar {
        display: none;
    }
    body.firmy .vr-payment-wrapper.vr-payment-block {
        border: none !important;
    }
    body.firmy .vrtkdeliverytitlediv {
        color: #000;
        font-weight: 600;
        text-transform: none;
        margin: 10px 0 0 0;
    }
    body.firmy .vr-payments-list .vr-payment-title-label span {
        display: inline-block;
        float: unset;
        margin: 20px 0 20px 0px !important;
    }
    body.firmy.view-confirmres form {
        margin: 0 !important;
    }
    body.firmy .vrcouponcodediv {
        width: 100%;
        border: 0;
        text-align: center;
    }
    body.firmy input.vrcouponcodetext {
        height: 42px;
        margin: 0 !important;
        border-radius: 4px 0 0 4px;
        width: 200px;
    }
    body.firmy button.vrcouponcodesubmit {
        background-color: #cd0532 !important;
        border: 1px solid #cd0532 !important;
        color: #fff !important;
        height: 42px !important;
        border-radius: 0 4px 4px 0;
        margin-left: -5px;
    }
    body.firmy div#vrcf18cb-div, 
    body.firmy div#vrcf19cb-div, 
    body.firmy div#vrcf20cb-div {
        display: inline-flex !important;
        margin: 12px 0 8px 0;
    }
    body.firmy div#vrcf18cb-div span, 
    body.firmy div#vrcf19cb-div span, 
    body.firmy div#vrcf20cb-div span {
        display: inline-block !important;
    }
    body.firmy span#vrcf21, span#vrcf22 {
        color: #000;
        margin: 7px 0 -7px 0 !important;
        display: block;
    }
    body.firmy sup {
        top: -0.5em;
        right: -2px;
    }
    body.firmy div#vrcf15cb-div {
        margin: 10px auto;
    }
    body.firmy input[type="checkbox"] {
        margin-left: 35px;
    }
    body.firmy input[type="checkbox"]:before {
        content: "";
        width: 26px;
        height: 26px;
        display: block;
        position: absolute;
        background-color: #fff;
        border: 1px solid #cd0532;
        border-radius: 10px;
        margin: -8px 0 0 -10px;
    }
    body.firmy input[type="checkbox"].has-value:before {
        content: "\f00c";
        font: normal normal normal 24px/24px FontAwesome;
        color: #cd0532;
    }
    body.firmy select, 
    body.firmy textarea, 
    body.firmy input[type="text"], 
    body.firmy input[type="password"], 
    body.firmy input[type="datetime"], 
    body.firmy input[type="datetime-local"], 
    body.firmy input[type="date"], 
    body.firmy input[type="month"], 
    body.firmy input[type="time"], 
    body.firmy input[type="week"], 
    body.firmy input[type="number"], 
    body.firmy input[type="email"],
    body.firmy input[type="url"], 
    body.firmy input[type="search"], 
    body.firmy input[type="tel"], 
    body.firmy input[type="color"], 
    .uneditable-input {
        display: inline-block;
        padding: 4px 6px;
        margin-bottom: 10px;
        font-size: 14px;
        vertical-align: middle;
        border-radius: 4px;
        margin: 0;
    }
    body.firmy input[type='color'], 
    body.firmy input[type='date'], 
    body.firmy input[type='datetime'], 
    body.firmy input[type='datetime-local'], 
    body.firmy input[type='email'], 
    body.firmy input[type='month'], 
    body.firmy input[type='number'], 
    body.firmy input[type='password'], 
    body.firmy input[type='search'], 
    body.firmy input[type='tel'], 
    body.firmy input[type='text'], 
    body.firmy input[type='time'], 
    body.firmy input[type='url'], 
    body.firmy input[type='week'], 
    body.firmy input:not([type]), textarea {
        padding: 6px !important;
        min-height: 42px !important; 
    }
    body.firmy label {
        margin: 0 !important;
        display: inline !important;
    }
    body.firmy .vrcustomfields .vre-tinyselect-wrapper {
        background: none !important;
    }
    body.firmy a {
        color: #cd0532;
        text-decoration: none;
    }
    body.firmy a:hover {
        color: #8c001f;
    }
    body.firmy .close a {
        color: #fff;
        text-decoration: none;
    }
    body.firmy .close a:hover {
        color: #fff;
    }
    body.firmy .vrrequired {
        color: #BB1111;
        font-size: 14px;
    }
    body.firmy .vrcustomfields .cf-bar:before, 
    body.firmy .vrcustomfields .cf-bar:after {
        background: #cd0532;
        bottom: 0 !important;
    }
    body.firmy .vrcustomfields > div:nth-of-type(1) .cf-bar, 
    body.firmy .vrcustomfields > div:nth-of-type(2) .cf-bar {
        width: 160px !important;
    }
    body.gantry.firmy .vrcustomfields .cf-bar {
        width: 325px !important;
        bottom: 0px !important;
        position: absolute !important;
    }
    body.gantry .vrcustomfields div .phone-field .cf-bar {
        width: 325px !important;
    }
    body.firmy span.cf-value.cf-textarea {
        margin: 20px 0 0 0 !important;
        width: 325px !important;
    }
    body.gantry.firmy .vrcustomfields .vrinput, 
    body.gantry.firmy .vrcustomfields .vrtextarea {
        margin: 0px;
    }
    body.firmy .vrcustomfields div .cf-label {
        margin: 0 0 10px 0;
    }
    body.firmy .vrcustomfields .vrinput, 
    body.firmy .vrcustomfields .vrtextarea {
        display: -webkit-inline-box !important;
        line-height: 30px;
        padding-left: 0 !important;
        margin: 0px;
        padding: 6px !important;
        min-height: 42px !important;
        text-align: center;
        font-size: 18px;
    }
    body.firmy .vrcustomfields > div:nth-of-type(5) {
        height: 65px !important;
        margin-bottom: 10px; 
    }
    body.firmy select.vr-cf-select.vre-tinyselect {
        background: #fff;
    }
    body.firmy .vr-payment-wrapper.vr-payment-block {
        border: none !important;
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    body.firmy .vr-payments-list .vr-payment-wrapper label {
        display: inline-block !important;
        min-height: 65px !important;
        width: 260px;
    }
    body.firmy .vr-payment-title input[type=radio] {
        margin-top: 25px !important;
    }
    body.firmy .fancybox-close {
        left: -18px;
        right: unset;
    }
    body.firmy .vrcustomfields div:last-child input[type=checkbox] {
        margin-top: 25px !important;
    }
}
/*========================================== END ========================================== */
/*======================================== 3. KROK ======================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*====================================== RETURN PAGE ====================================== */
/*========================================================================================= */
@media screen {
    body.firmy.view-order .span12 {
        background: #f8f8f8;
    }
    body.firmy br {
        display: none;
    }
    body.firmy .messagereturnpage {
        text-align: center;
        position: relative;
        margin: 0 auto;
        width: 95%;
        display: block;
        padding: 15px 15px 20px 15px;
        font-weight: 600;
        margin-top: -25px;
    }
}
/*========================================== END ========================================== */
/*====================================== RETURN PAGE ====================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*==================================== MOBILE 1st STEP ==================================== */
/*========================================================================================= */
@media screen {
    body.firmy.mobile {
        width: 100% !important;
        max-width: 100% !important;
        height: unset !important;
    }
}
@media (orientation: portrait) {
    body.firmy.mobile .vrsearchentryinput span.after {
        margin-top: .75em;
        display: block;
        position: absolute;
        width: 20px !important;
        left: auto !important;
        right: 15px !important;
    }
    body.firmy.restaurants.mobile .vrformfieldset {
        padding: 0 !important;
    }
    body.firmy.mobile button.vrsearchsubmit, 
    body.firmy.mobile button#vrconfcontinuebutton, 
    body.firmy.mobile button.vrresultbookbuttoncontinue {
        margin: 2em 0 1em 0 !important;
    }
    body.firmy.mobile button.vrresultbookbuttonfind {
        margin: 1em 0 1em 0 !important;
    }
    body.firmy.mobile .vrstepbardiv > div:nth-of-type(2):after, 
    body.firmy.mobile .vrstepbardiv > div:nth-of-type(3):after {
        margin: 4px 0px 0px -30px;
    }
    body.firmy.mobile fieldset.vrformfieldset div:nth-of-type(2), 
    body.firmy.mobile fieldset.vrformfieldset div:nth-of-type(3) {
        display: block !important;
        width: 100% !important;
    }
    body.firmy.mobile .vrstepbardiv > div:nth-of-type(2):after {
        left: 25% !important;
    }
    body.firmy.mobile .vrstepbardiv > div:nth-of-type(3):after {
        right: 17% !important;
    }
}
@media (orientation: landscape) {
    body.firmy.mobile .vrsearchentryinput span.after {
        margin-top: .75em;
        display: block;
        position: absolute;
        width: 20px !important;
        left: auto !important;
        right: 15px !important;
    }
    body.firmy.mobile .vrstepbardiv > div:nth-of-type(2):after {
        left: -35% !important;
    }
    body.firmy.mobile .vrstepbardiv > div:nth-of-type(3):after {
        right: 35% !important;
    }
    body.firmy.mobile .vrstepbardiv > div:nth-of-type(2):after, 
    body.firmy.mobile .vrstepbardiv > div:nth-of-type(3):after {
        content: "" !important;
        background: #e8e8e8;
        width: 100% !important;
        height: 4px !important;
        margin: 4px 0 0px -30px !important;
        display: block !important;
        position: relative !important;
        top: -55px !important;
        z-index: 1 !important;
    }
}
body.firmy.mobile form {
    margin: 0 !important;
}
body.firmy.mobile span.vrstepsubtitle {
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 10px 0 0px 0 !important;
}
/*========================================== END ========================================== */
/*==================================== MOBILE 1st STEP ==================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*==================================== MOBILE 2nd STEP ==================================== */
/*========================================================================================= */
@media (orientation: portrait) {
    body.firmy.mobile span#vrchooseroomsp {
        width: 100%;
        text-align: center;
        display: block;
    }
}
body.firmy.mobile select#vrroomselect {
    width: 100%;
    height: 46px;
    display: inline-block;
    margin: 5px 0px 10px 0px;
}
@media (orientation: landscape) {
    body.firmy.mobile .vrbookcontinuebuttoncont {
        margin: 0 0 -4px 0 !important;
    }
}
/*========================================== END ========================================== */
/*==================================== MOBILE 2nd STEP ==================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*==================================== MOBILE 3rd STEP ==================================== */
/*========================================================================================= */
@media screen {
    body.firmy.mobile .vrcustomfields {
        width: auto !important;
    }
    body.firmy.mobile form#vrpayform {
        background: #f8f8f8;
        padding: 22px;
    }
    body.firmy input#vrcf15cb[type="checkbox"] {
        margin-left: 10px !important;
    }
}
@media (orientation: portrait) {
    body.firmy.mobile #vrresform .vrresultsummarydiv {
        display: inline-block;
        padding-bottom: 2.25em;
    }
    body.firmy.mobile div#vrresultsumdivdate {
        text-align: right;
        width: 62%;
        display: inline-block;
    }
    body.firmy.mobile div#vrresultsumdivhour {
        display: inline-block;
        width: 35%;
        text-align: left;
    }
    body.firmy.mobile div#vrresultsumdivpeople {
        text-align: center;
        width: 100%;
        position: relative;
        display: block;
        margin: -.5em auto -1em auto;
    }
    body.firmy.mobile .confirmation div#vrresultsumdivpeople {
        text-align: center;
        width: auto;
        position: absolute;
        display: block;
        left: 0;
        right: 0;
    }
    body.firmy.mobile .vrcustomfields div .cf-label {
        left: 0;
        width: 325px;
        margin-bottom: 7px !important;
    }
    body.firmy.mobile .vrcustomfields > div:nth-of-type(5) {
        margin-bottom: 10px; 
    }
    body.firmy.mobile div#vrresultsumdivdeposit {
        width: 95%;
        display: block;
        padding: 2em 0 0 0;
        position: relative;
    }
    body.firmy.mobile .vrresultsummarydiv.confirmation {
        padding: 10px 10px 1em 10px;
        display: inline-block !important;
    }
}
@media (orientation: landscape) {
    body.firmy.mobile form#vrpayform {
        background: #f8f8f8;
        padding: 22px;
        width: 80%;
        margin: 0 auto !important;
    }
    body.firmy.mobile button#vrconfcontinuebutton {
        width: 100% !important;
        margin: 25px 0 29px 0;
        float: none;
    }
}
    body.seznam .vrcustomfields, 
    body.firmy .vrcustomfields {
        width: auto !important;
    }
    p#vrsearchinputinformation {
        height: auto;
        display: block;
        margin: 10px 0 0;
    }
/*========================================== END ========================================== */
/*==================================== MOBILE 3rd STEP ==================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*=================================== MOBILE RETURN PAGE ================================== */
/*========================================================================================= */
@media (orientation: portrait) {
    body.firmy.mobile .vrorderboxcontent.vrorderboxleft, 
    body.firmy.mobile .vrorderboxcontent.vrorderboxright {
        width: 100% !important;
    }
    body.firmy.mobile .vrorderboxcontent {
        margin: 0 !important;
        padding: 5px 30px !important;
    }
}
/*========================================== END ========================================== */
/*=================================== MOBILE RETURN PAGE ================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*====================================== WAITING LIST ===================================== */
/*========================================================================================= */
body.apetee-iframe.restaurants #popup input {
    background: #fff !important;
    background-color: #fff !important;
}
body.apetee-iframe.restaurants #popup input.waiting-time {
    margin-right: 1em !important;
    margin-left: 1em !important;
}
body.apetee-iframe.restaurants input[type="checkbox"].waiting-time:before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cd0631;
    border-radius: 10px;
    margin: -5px 0 0 -5px !important;
}
body.apetee-iframe.restaurants a:hover {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
body.apetee-iframe.restaurants a {
    color: #cd0631;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
body.apetee-iframe.restaurants div#vrcf15cb-div, 
body.apetee-iframe.restaurants div#vrcf27cb-div {
    margin: 10px auto 0px auto;
}
body.apetee-iframe .vrcustomfields div:last-child input[type=checkbox] {
    margin-top: 15px !important;
}
body.apetee-iframe.restaurants div#popup button#vrconfcontinuebutton, 
body.apetee-iframe.restaurants div#popup button#back-button {
    width: 80% !important;
    margin: 0;
    float: none;
    color: #fff;
    font-size: 18px;
}
body.apetee-iframe.restaurants button#back-button {
    border-color: #cd0631;
    border-width: 1px;
    border-style: solid;
    border-image: none;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 4px;
    background: #cd0631;
    width: 100%;
    padding: 12px 25px;
    box-shadow: 0px 5px 15px -5px #82001c;
    margin: 5px 0 15px 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    z-index: 2;
}
/*========================================== END ========================================== */
/*====================================== WAITING LIST ===================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*=================================== INTERNET EXPLORER =================================== */
/*========================================================================================= */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.firmy .vrstepbardiv .vrstepactive .vrstep-inner .vrsteptitle,
    body.firmy .vrstepbardiv .vrsteptitle {
        margin: 0 45% !important;
    }
    body.firmy .vrstepbardiv .vrstep-inner {
        padding: 4px 8px 12px 8px !important;
    }
    body.seznam legend, body.firmy legend {
        display: block !important;
    }
}
/*========================================== END ========================================== */
/*=================================== INTERNET EXPLORER =================================== */
/*========================================== END ========================================== */





/*========================================================================================= */
/*=================================== SMALL SMARTPHONES =================================== */
/*========================================================================================= */
@media (max-width: 360px) {
    body.firmy div#vrbookingborderdiv {
        border: none;
        padding: 22px 0px 22px 0px;
    }
    body.firmy #vrresform .vrresultsummarydiv {
        top: 0px;
    }
    body.firmy.mobile div#vrresultform {
        border-top: 1px solid #eaeaea;
        color: #000;
        background: #f8f8f8;
        border-radius: 0 0 5px 5px;
        padding: 0;
        margin: 0px 0 0 0;
    }
    body.firmy input#vrcfinput1, 
    body.firmy input#vrcfinput2 {
        width: 140px !important;
        margin: 0px 0px 0px 1px;
    }
    body.firmy input#vrcfinput3,
    body.firmy input#vrcfinput4 {
        width: 280px !important;
    }
    body.firmy .vrcustomfields div .cf-label {
        left: 0;
        width: 280px;
    }
    body.firmy .vrcustomfields > div:nth-of-type(1), 
    body.firmy .vrcustomfields > div:nth-of-type(2) {
        width: 140px;
        display: inline-block;
    }
    body.firmy .vrcustomfields > div:nth-of-type(1) span.cf-label, 
    body.firmy .vrcustomfields > div:nth-of-type(2) span.cf-label {
        width: 140px !important;
        display: inline-block;
    }
    body.firmy textarea.vrtextarea {
        border: none !important;
        margin: 0;
        height: 42px;
        width: 280px !important;
    }
    body.firmy .vrcustomfields > div:nth-of-type(1) .cf-bar, 
    body.firmy .vrcustomfields > div:nth-of-type(2) .cf-bar {
        width: 140px !important;
    }
    body.firmy .vrcustomfields .cf-bar {
        width: 280px !important;
        bottom: 0px !important;
        position: absolute !important;
    }
    body.firmy .vrcustomfields div .phone-field .cf-bar {
        width: 280px !important;
    }
    body.firmy span.cf-value.cf-textarea {
        margin: 20px 0 0 0 !important;
        width: 280px !important;
    }
    body.firmy.mobile .vrcustomfields div .cf-label {
        left: 0;
        width: 280px;
        margin-bottom: 7px !important;
    }
}
/*========================================== END ========================================== */
/*=================================== SMALL SMARTPHONES =================================== */
/*========================================== END ========================================== */




/*========================================= START ========================================= */
/*==================================== CALENDAR WINDOW ==================================== */
/*========================================= START ========================================= */
.ui-widget-header .ui-datepicker-month,
.ui-widget-header .ui-datepicker-year {
    border: none !important;
    color: #444 !important;
}
/*========================================== END ========================================== */
/*==================================== CALENDAR WINDOW ==================================== */
/*========================================== END ========================================== */



/*=================================================== END ===================================================*/
/*===========================================================================================================*/
/*============================================       FIRMY       ============================================*/
/*===========================================================================================================*/
/*=================================================== END ===================================================*/





/*========================================================== END ==========================================================*/
/*=========================================================================================================================*/
/*=================================================== APETEE IFRAME CSS ===================================================*/
/*=========================================================================================================================*/
/*========================================================== END ==========================================================*/

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}