@charset "utf-8";

body {
    font-family: Tahoma, Geneva, sans-serif, Verdana;
    background: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 11px;
    line-height:16px;
    border: none;
}

a {text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {}

p {}
table {table-layout:fixed;}

.clearer{clear: both;}

.container {
    width: 960px;
    margin: 0 auto;
    cursor: default;
}

h1, h2, h3, h4 {color:#333; line-height: normal;}
h1 a, h2 a, h3 a, h4 a {text-decoration:none;}
h1 {font-size:18px; margin: 5px 0px;}
h2, .h2 {font-size:24px; margin:10px 0 5px 0; display:inline-block;}
h3, .h3 {font-size:18px; margin:5px 0 8px 0;line-height: 20px;}
.h3 {display:inline-block;}
h4, .h4 {font-size:13px; font-weight:bold; display:inline-block; padding:13px 0;}

span.bold {font-weight:bold;}

table {table-layout:fixed;}
textarea{font-family: Tahoma, Geneva, sans-serif, Verdana;}

/*-----------------------HEADER------------------------------*/

header {
    /*float:left;*/
    width:100%;
    font-size:18px;
    height:76px;
    background:url(../img/header_bg.png) repeat-x 0 0;
    margin-top: 35px;
}

.tl{
    float:left;
    width:100%;
    background-color: #4d4d4d;
    color:white;
    height: 35px;
    vertical-align: central;
    position: fixed;
    top:0;
}

header .container, .tl .container {
    padding:0 15px;
    width:960px;
}

header .logo{
    margin: 10px 0 5px 0px;
    height: 53px;
    float: left;
}

#restoraniaLogo{
    max-width: 244px;
    max-height: 50px;
}

header .citySelect{
    text-align: left;
    position: relative;
    top: -18px;
}

header .activeCity{
    float: right;
    padding-left: 15px;
    background:url(../img/arrow-down.png) no-repeat left 7px;
    cursor: pointer;
}

header .citySelect span{
    color:#333;
    text-shadow: #ddd 0px 1px;
    border-bottom: 1px dotted #B5B5B5;
    text-decoration: none;
    font-size: 15px;

}

header .citySelect a{
    color:#333;
    text-decoration: none;
    font-size: 15px;
}

header .city_list {
    position:absolute;
    margin:0px;
    z-index:999;
    background:#444;
    padding:10px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    top:30px;
    display:inline;
    width:940px;
}
header .city_list ul{margin: 0; width: 184px; float: left; padding:0 2px; min-height: 80px;}
header .city_list ul li{height:25px;}
header .city_list ul li span.state_name{display: block; padding: 0 0 1px 8px; font-size: 14px; font-weight:bold; color: #888; border-bottom:none; text-shadow:none; }
header .city_list ul > li > a{color:#f0f0f0; font-size:12px; display:block; padding:4px 7px;}
header .city_list ul > li:hover > a, header .city_list ul > li.active > a {background: #8c2137; color:white;}
/*
* Global Ajax loader
*/
#loader {
    position:fixed; display:none;
    top:0; left:0;
    height:100%; width:100%;
    z-index: 10;
}
#loader span {
    display:block; position:absolute; right:4px; top:95px;
    color:#fff; background:#C71D72;
    padding:5px 10px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px;
    border-radius: 5px; cursor:default;
}

/* top menu */
.tl {
    z-index: 998;
}

.tl .container{
    position: relative;
}

.tl .topMenu{
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
.companyTitle{
    margin: 5px 10px 0px 5px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: wheat;
}

.tl .topMenu ul{
    float: left;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'georgia';
    font-size: 12px;
    font-style: italic;
    color: white;
}

.tl .topMenu li{
    display: inline;
    margin-right: 5px;
}

.tl .topMenu li.active{
    border: 1px;
    padding: 5px;
    font-size: 13px;
    background-color: #AD353F;
    border-radius: 5px;
    box-shadow: inset 0px 1px 2px #69373a;
    font-family: 'georgia';
    margin-right: 0px;
}

.tl .topMenu a{
    color: white;
    text-decoration: none;
    margin-left: 10px;
    font-family: 'georgia'; font-size: 12px; font-style: italic;

}

.tl .topMenu a:hover{
    text-decoration: underline;
}
/* Корзина в шапке */
.tl .basket{
    float: right;
    margin-top: 8px;
    padding-left: 35px;
    height: 22px;
    /* background:url(../img/phone.png) no-repeat left 0px; */
}
.tl .basket span{
    font-family: georgia; font-size: 12px; font-style: italic; color: white;
    border-bottom: 1px dotted #B5B5B5;
    text-decoration: none;
    cursor: pointer;
    padding-top: 2px;
}
/*Поиск в шапке*/
.search_box{
    width: 400px;
    height: 32px;
    background-color: white;
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px 0px #bdbcbb;
    padding: 4px 0px 3px 15px;
    text-align: right;
    margin: 19px 0px 0px 25px;
    float: left;
    position: relative;
}

.search_box form{
    width: 190px;
    float: left;
}

.search_box input{
    width: 100%;
    border: 1px solid white;
    height: 25px;
    color: #848484;
    font-size: 14px;
    outline: none;
}

.search_box .searchSelect{
    float: right;
    margin: 7px 15px 0px 0px;
    font-size: 15px;
    color: #848484;
    padding-right: 15px;
    background:url(../img/select-all.png) no-repeat right 7px;
    cursor: pointer;
}

.searchSelect ul {
    position:absolute;
    margin:0px 0px 0px 0px;
    z-index:999;
    right: 63px;
    background:#e8e8e8;
    box-shadow: 1px 3px 5px #666;
    -moz-box-shadow: 1px 3px 5px #666;
    -webkit-box-shadow: 1px 3px 5px #666;
    top:11px;
}
.searchSelect ul li {
    border-bottom:1px dotted #333;
    text-decoration:none;
    padding:3px 16px 11px 8px;
    height:10px;
    width:130px;
}
.searchSelect ul li:last-child {border-bottom:none;}

.searchSelect ul li:hover {background:url(http://restorania.com/app/img/grad_red.jpg) repeat-x 0 0; color:#fff;}

.search_btn{
    display:inline-block;
    background:url(../img/search_btn.png) no-repeat;
    width:49px;
    height:36px;
    float: right;
}

header .rc{
    float: right;
}


header .phones{
    float: left;
    margin: 17px 0px 0px 10px;
    width: 250px;
}

header .phones a{
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}

header .phones .title{
    font-size: 10px;
}

header .phone-ico{
    float: left;    
}

header .phones img{
    max-height:40px;
}

header .phone {
    margin-top: -5px;
    line-height: 10px;
}

/*Флаги*/

.lang {
    float: left;
    padding-top: 10px;
    height:14px;
}

.lang .lang-title{
    float: left;
    color: #cccccc;
    margin-right: 5px;
    font-family: georgia; font-size: 10px; font-style: italic;
}

.lang .lang-active{
    clear: both;
}

.lang a {
    float: left;
    width:14px;
    height:10px;
    background:url(../img/languages.jpg) no-repeat;
    margin-top: 3px;
    margin-right: 5px;
}
.lang a.rus {background-position: 0 0; margin-right: 5px;}
.lang a.ukr {background-position: 0 -10px;}
.lang a.eng {background-position: 0 -20px;}
.lang a img {margin-left: 1px;}
/*row folter*/
.headerFilter{
    background:url(../img/param-bg.png) repeat-x bottom;
    height: 37px;
    width: 100%;
    z-index: 2;
    position: relative;
}
.headerFilter .box{
    float: left;
    width: 115px;
    height: 17px;
    margin: 5px 7px 0px 0px;
    background-color: white;
    box-shadow: inset 1px 1px 1px 0px #bdbcbb;
    padding: 5px 0px 3px 15px;
    position: relative;
    text-align: left;
}
.headerFilter .box:last-child{margin:5px 0 0 0;}

.headerFilter .box .name{
    float: left;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    width: 95%;
    background:url(../img/arrow-down.png) no-repeat 100% 70%;
}
/*-----------------------NAV-----------------------------------*/

nav.filter {
    /* float: left; */
    width: 100%;
    padding: 17px 0px 7px 0px;
    margin: -12px 0px 5px 0px;
    /* background: #eceae5; */
    /* border: 1px solid #fff; */
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px #bdbcbb;
    -moz-box-shadow: 0px 0px 10px #bdbcbb;
    /* box-shadow: 0px 0px 10px #bdbcbb; */
}

nav.filter .button{
    margin-left: 5px;
    background-color: white;
}

nav.filter .button:hover{
    color:red;
}


.filter_row {
    float:left;
    width:165px;
    margin:0 19px 0 0;
}

span.filter_title {
    font-size:18px;
}

ul.filter_point {
    border-bottom:1px solid #333;
    border-top:1px solid #333;
    margin:10px 0;
    padding:10px 0;
    font-size:12px;
    line-height:1.5em;
}
ul.filter_point li a {
    display:inline-block;
    min-height:18px;
    width:180px;
    padding:0 0 0 1px;
    overflow:hidden;
    text-decoration:none;
    color:#333;
    cursor:pointer;
}
ul.filter_point li a:hover {
    background:url(http://restorania.com/app/img/active_item.jpg) no-repeat 0 0;
    color:#fff;
}
ul.filter_point li a.checked {
    background:url(http://restorania.com/app/img/active_item.jpg) no-repeat 0 -36px;
    color:#fff;
}

nav.filter a.all_vars {
    display:inline-block;
    height:20px;
    padding:0 40px 0 0;
    color:#333;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    background:url(../img/arrow.png) no-repeat right 0;
}

nav.popup_filt {padding: 15px; width: 850px;}
nav.popup_filt ul.filter_point {border:none; line-height:1.0em;}
nav.popup_filt .filter_row{width:190px;}
nav.popup_filt li.alph {font-size:24px; padding:10px 0 10px 0;}
ul.filter_point li a{padding: 3px;} 



/*-----------------------CONTENT-----------------------------------*/

section {
    float:left;
    width:755px;
    margin:0 20px 0 0;
}

.crumbs {
    float:left;
    width:100%;
    margin:5px 0 0 0;
    position:relative;
}
.crumbs a {color:#333;}

.list_item {
    float:left;
    width:100%;
    margin: 0 0 10px 0;
}

.shadowed {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 3px #666;
    -moz-box-shadow: 1px 1px 3px #666;
    -webkit-box-shadow: 1px 1px 3px #666;
}
/*company specific row in list*/
.comp-shadowed {
    float: left;
}

/*---- -----*/
li.comp-list_all_item{position:relative;}
li.comp-list_item:nth-child(odd){float:left;}
li.comp-list_item:nth-child(even){float:right;}

.comp-item_image {
    float:left;
    padding:10px 10px 5px 10px;
    text-align:center;
    position:relative;
    z-index: 10;
}

.comp-item_image img.comp-item_m_image{
    border:5px solid white;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.comp-item_image img.panorama-marker{position:absolute; top:0; left:0;}
.comp-item_image .label-sale{position:absolute; width:356px; height:61px; left:4px; bottom:30px; padding: 3px 0 0 0;   line-height: 15px;}
.comp-item_image .label-sale a{position:relative; color:white; text-shadow:0 1px 1px rgba(0,0,0,0.3); text-decoration: none!important;}
.comp-item_image .label-sale .sale-title{font-size:14px; width:65%; float: left;}
.comp-item_image .label-sale .sale-time{font-size:11px; width:65%;  float: left;}
.comp-item_image .label-sale .sale-size{font-size:39px; width:33%; float: right; line-height:50px;}
.label-red{background: url(http://restorania.com/app/img/label-red.png) no-repeat;}
.label-orange{background: url(../img/label-orange.png) no-repeat;}
.label-green{background: url(http://restorania.com/app/img/label-green.png) no-repeat;}

.comp-list_item {
    float:left;
    width:360px;
    height:500px;
    margin: 10px 0 45px 0;
}

.comp-item_info {
    float: left;
    max-width: 533px;
    width: 92%;
    /* height: 155px; */
    padding: 0 0 10px 3px;
    position: relative;
    text-align: left;
    background: white;
    margin-left: 15px;
    top: -8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.comp-item_info:hover {
    border-color: #94d9ff;
    box-shadow: 0 0 10px #94d9ff;
    text-decoration: none;
    transition: box-shadow 0.1s;
}

.comp-item_s_info{float:left;}

.comp-list_item h2{
    display:block;
    clear: both;
    margin: 7px 0px 7px 0px;
    padding: 0px;
    line-height:18px;
    float:left;
    text-align: center;
    width:100%;
}

.comp-list_item a.h3 {
    color:#333;
    margin: 0px;
    height:20px;
    overflow:hidden;
    text-decoration: underline;
}


.checkout-price {
    position: absolute;
    opacity: 0.9;
    top: 15px;
    right: 15px;
    width: 75px;
    font: 14px/25px Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    text-indent: -1px;
    letter-spacing: -1px;
    background: #e54930;
    text-decoration: underline;
}
.comments-grid{
    cursor: pointer;
    margin: 5px;
    display: table;
    border: 1px solid #fff;
    border-left-width: 2px;
    border-radius: 0px;
    border-left-color: #14a710;
    padding-left: 10px;
    font-size: 13px;
    width: 90%;
}

.comp-item_info a.h3:hover {
    text-decoration: underline;
}

.comp-item_info .discount{
    float:right;
    margin-top: 1px;
}
.comp-item_info .discount a{
    color:#AD353F;
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
}

.comp-item_info .bubl{
    padding-left: 20px;
    background: url(http://restorania.com/app/img/company-main-sprite.png) no-repeat left 0px;
    margin-top: 4px;
}

.comp-item_info .rating {
    float: left;
}

.comp-item_info .ratingType{
    width: 100px;
    float: left;
    margin: 5px 0px 5px 5px; 
}

.comp-item_info .ratingStar{
    margin: 5px 0px 5px 0px; 
    float: left;
}

.comp-item_info .metro{
    background-position: 0 -25px;
}

.comp-item_info .kitchen{
    background-position: 0 -50px;
}

.comp-item_info .price{
    background-position: 0 -75px;
}

.comp-item_info .area{
    background-position: 0 -100px;
}

.comp-item_info .time{
    background-position: 0 -125px;
}

.comp-rate {
    float:right;
    margin-top:10px;
    text-shadow: 1px 1px 0px white;
    font-size: 11px;
    font-style: italic;
}
.comp-rate a{
    color:#333;
    text-decoration: none;
}
.comp-rate a:hover{
    text-decoration: underline;
}

.comp-item_info .gridSnippedCompanyInfo{
    clear: both;
    margin: 10px 0px 0px 8px;
}

.comp-item_info .gridSnippedCompanyInfo i{
    font-size: 14px;
}

.comp-item_info .gridSnippedCompanyInfo .group{
    float: left;
    font-weight: bold;
    margin-right: 5px;   
}
.comp-item_info .gridSnippedCompanyInfo .value{
    display: table;
}
.comp-item_info .gridSnippedCompanyInfo li{
    margin-top: 8px;
}

/*end company specific*/

.item_image {
    float: left;
    width:168px;
    height:145px;
    padding:10px;
    margin: 0 10px 0 0;
    background:url(http://restorania.com/app/img/grad_165.jpg) repeat-x bottom;
    text-align:center;
    position:relative;
}

.item_image_food {
    float:left;
    width:140px;
    height:100px;
    padding:10px;
    margin: 0 10px 0 0;
    background:url(http://restorania.com/app/img/grad_165.jpg) repeat-x bottom;
    text-align:center;
}

.item_info {
    float:left;
    width:550px;
    height:165px;
    padding:0 0 10px 0;
    background:url(http://restorania.com/app/img/dashes.png) repeat-x bottom left;
    position:relative;
}

.item_info h2{
    margin: 0px;
}

.food_info {
    height:125px;
}

.item_info a.h3 {
    color:#333;
    text-decoration:none;
    display:block;
    clear: both;
    margin: 0px;
}

.item_info a.h3:hover{
    text-decoration: underline;
}

/* Секция для новостей */
.item_info .company-news-info {
    float: left;
}

.item_info a{
    color:#333;
}

.item_info .company-news-info a{
    color: black;
    font-size:14px;
    text-shadow: 1px 1px 0px #FFF;
    text-decoration: none;
}

.item_info .company-news-info a:hover{
    text-decoration:underline;
}

.item_info .company-news-info span.link a{
    text-shadow: none;
    font-size: 10px;
    color:#666;
    text-shadow: 1px 1px 0px #FFF;
}
.item_info span{
    margin-top: 5px;
}
.item_info .date{
    padding-top: 3px;
    color:#666;
    text-shadow: 1px 1px 0px #FFF;
    float: right;
}
.item_info .dateAfisha{
    border: 1px dotted #CCC;
    border-radius: 5px;
    padding: 5px;
    float: left;
    background: white;
}
/* /новости */



.delivery_box {
    clear: both;
    padding: 5px 0px 5px 2px;
    text-align: center;
}

.delivery_box i{
    margin: 0px 3px;
}

.delivery_box a{
    color: gray;
}


.services {float:left; clear: both;}
.services img {float:left; width:28px; height:28px; margin: 3px 3px 3px 0px;}

a.order_discount {
    display:inline-block;
    height:32px;
    width:150px;
    padding:0 5px;
    font-size:12px;
    text-decoration:none;
    background:url(http://restorania.com/app/img/grad_165.jpg) repeat-x center;
    color:#970f1c;
    cursor:pointer;
}
span.disc_percent {
    float:right;
    font-size:29px;
    line-height:28px;
}

span.rate_plus, span.rate_minus, span.rate_zero {
    display:inline-block;
    margin:10px 0;
    font-size:24px;
}
span.rate_plus {color:#14a710;}
span.rate_minus {color:#ba0000;}
span.rate_zero {color:#333;}

a.mark_good, a.mark_bad {
    display:inline-block;
    background:url(http://restorania.com/app/img/marks.png) no-repeat;
    width:36px;
    height:35px;
    margin:6px 0 0 0;
    cursor:pointer;
}
a.mark_good {background-position: 0 0;}
a.mark_bad {background-position: -36px 0;}
a.good_inact {background-position:0 -35px; cursor:auto;}
a.bad_inact {background-position:-36px -35px; cursor:auto;}

aside {
    float:left;
    width:185px;
}

aside a{
    color: #333;
}



#mapContiner, #map{
    height:100%; width:100%;
}

.bestoftheday {color:#333;}
.bestoftheday a {color:#333; text-decoration:none;}
.bestoftheday a:hover {color:#333; text-decoration:underline;}
.bestoftheday img {float:left; margin:0 10px 8px 0;}

.social {
    float:left;
    width:100%;
    overflow:hidden;
    margin:7px 0;
}

/*-------paging----------*/

.paging {
    float:left;
    width:100%;
    text-align:center;
    margin:30px 0;
    font-size:18px;
}
.paging a {
    display:inline-block;
    padding:7px 0 0 0;
    text-decoration:none;
    color:#333;
}
.paging a.prev {background:url(../img/paging.png) no-repeat 0 0; padding:2px 0 0 40px; height:21px;}
.paging a.next {background:url(../img/paging.png) no-repeat right -25px; padding:2px 40px 0 0; height:21px;}
.paging a.page {width:36px; height:29px; text-align:center;}
.paging a.current {background:url(../img/paging.png) no-repeat 0 -48px;}

.paging a.pr_inactive {color:#bbbbbb; background:url(../img/paging.png) no-repeat 0 -83px; padding:2px 10px 0 40px; height:21px; cursor:auto;}
.paging a.next_inactive {color:#bbbbbb; background:url(../img/paging.png) no-repeat right -107px; padding:2px 40px 0 0; height:21px; cursor:auto;}

/*-------Text Page----------*/

.text p{ clear: both; margin-top: 15px; font-size: 12px;line-height: 1.5; }


.signup-container{height:89px; background: #222 url(../img/signup_bg.gif) repeat-x; clear:both; margin-bottom:25px;}
.signup_inner{text-align:left; cursor:default;}
.signup_inner span{float:left; margin-right: 25px;}
.signup_inner span h3{color:white; text-shadow:0 1px 0 rgba(0,0,0,0.3); margin-top:22px; font-size: 20px;}
.signup_inner p{font-size:13px; text-shadow:0 1px 0 rgba(0,0,0,0.3);}
.signup_inner input.email{padding:4px 6px!important; width:270px!important; margin-top:30px;}
.signup_inner input.button-signup{margin-top:29px; margin-right: -20px; padding:6px 60px!important; width:200px!important; height: 35px; border-color:transparent; cursor:pointer;}

.button-violet{color:white!important; padding:10px 3px!important; text-shadow:0 1px 0 rgba(0,0,0,0.3)!important; text-align: center; margin-bottom:10px; cursor:pointer;}


/*-----------------------FOOTER-----------------------------------*/
footer {
    float:left;
    width:100%;
    /*height:160px;*/
    padding:0px 0 0 0;
    margin:15px 0 0 0;
    background:url(../img/head_foot_bg.png) 0 -132px repeat-x;
    color:#fff;
    text-align:center;
}

footer .container {position:relative;}
.footer_links{display: block; float: left;}
footer .col{
    text-align: left;
    float:left;
    margin-right: 30px;
}

footer span.copyright {
    font-size:12px;
    font-weight:bold;
    text-shadow: #666 -1px -1px;
    filter: Shadow(Color=#666666, Direction=-45, Strength=1);
}
footer .info span{
    color: #333;
    text-decoration: none;
    text-shadow: #DDD 0px 1px;
    line-height: 18px;
    font-weight: bold;
}
footer .info a{
    float: left;
}
footer .info img{
    margin: 5px 0 0 5px;
}
footer a.uptopage {
    display:block;
    width:60px;
    position:absolute;
    top:0px;
    right: 15px;
    background:url(../img/arrow.png) no-repeat center -20px;
    padding:35px 0 0 0;
    color:#fff;
    font-size:12px;
    text-decoration:none;
    text-shadow: #666 -1px -1px;
    filter: Shadow(Color=#666666, Direction=-45, Strength=1);
}


/*-----------------------404------------------------------*/

.error {
    padding:180px;
    font-size:14px;
    text-align:left;
}
.error li {color:#b31321;}
.error img {float:left;}
.err_text {
    float:left;
    border-left:1px solid #333;
    padding:0 0 0 20px;
    margin:0 0 0 20px;
}


/*-------------- Footer links ----------------*/
.footer_links a{
    color: #333;
    text-decoration: none;
    text-shadow: #ddd 0px 1px;
    line-height: 18px;
    display: block;
    font-weight: bold;
}

.footer_links a:hover{
    text-decoration: underline;
}


.tooltip{
    position: absolute;
    padding: 10px 13px;
    z-index: 2;

    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #DECA7E;

    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}


.autocomplete-w1 { background:url(../img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:5px 5px; white-space:nowrap; cursor: pointer;clear: both; }
.autocomplete strong {font-weight:normal; color:#3399FF;}
.autocomplete img {margin:-4px 5px 0px 0px;float: left;width: 35px;height: 26px;}
.autocomplete a {text-decoration: none;font-size: 14px; color:#333;}
.autocomplete span {color:#999; font-size: 12px;}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#A0A0A0;}
#colorbox{}
#cboxTopLeft{width:25px; height:25px; background:url(http://restorania.com/app/img/colorbox/border1.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(http://restorania.com/app/img/colorbox/border1.png) repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url(http://restorania.com/app/img/colorbox/border1.png) no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url(http://restorania.com/app/img/colorbox/border1.png) no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url(http://restorania.com/app/img/colorbox/border1.png) repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url(http://restorania.com/app/img/colorbox/border1.png) no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url(http://restorania.com/app/img/colorbox/border2.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(http://restorania.com/app/img/colorbox/border2.png) repeat-y -25px 0;}
#cboxContent{background:#fff; }
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-top:10px;}
#cboxTitle{position:absolute; top:-3px; left:0; text-align:center; width:100%; color:#999;}
#cboxCurrent{position:absolute; top:-3px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; top:-3px; right:42px; color:#444;}
#cboxPrevious{position:absolute; top:-3px; left:0; color:#444;}
#cboxNext{position:absolute; top:-3px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url(http://restorania.com/app/img/colorbox/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute; 
           top: -13px;
           right: -12px;
           height: 23px;
           width:40px;
           padding: 2px 12px 5px;
           background: #f2dede;
           color: #b94a48;
           font-size: 12px;
           border: 1px solid #eed3d7;
           border-radius: 0 5px 0 5px;
}
#cboxClose:hover{background: #b94a48; color: #fff; border-color:#b94a48;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/*------------ reserve block ------------*/

.reserve-wrapper{width:100%; height:38px; position:relative; background: url(../img/reserve_bg.gif) repeat-x; border-radius:5px; padding-left:0; clear:both;}
.reserve-wrapper.single-reserve-wrapper-red .reserve-wrapper_left{float:left;  background: url(../img/reserve_bg_left.gif) no-repeat top left; width:66px; height:39px; margin-left:-1px; margin-right:10px;}
p.reserve_promo{color:white; font-size:14px; text-shadow:0 1px 1px rgba(0,0,0,0.5); padding-top:4px; padding-right:20px; float:left;}
.reserve_body{padding-top:5px;}

.reserve-wrapper span.reserve_date input,
.reserve-wrapper span.reserve_time input,
.reserve-wrapper span.reserve_time select,
.single-reserve-wrapper span.reserve_date input,
.single-reserve-wrapper span.reserve_time select,
.single-reserve-wrapper span.reserve_quantity select,
.signup_inner input, .action_part input, .action_part select, .action_part textarea{
    background-color: white;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkitborder-radius: 3px;
    padding-left: 35px;
    font-size: 12px;
    line-height: 18px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    color: #555;
    vertical-align: middle;
    width: 80px;
    margin-right: 5px;
    cursor: pointer;
}
.single-reserve-wrapper span.reserve_time input, .single-reserve-wrapper span.reserve_quantity select{height: 26px;  line-height: 26px;}
.single-reserve-wrapper-red .reserve-wrapper_left{background: url(http://restorania.com/app/img/single-left-bg.png) no-repeat top left; background-position: 0px -202px; width: 96px; height: 81px;}
.single-reserve-wrapper-red span.reserve_date{float:left;}
.single-reserve-wrapper-red i.reserve_date_bg {background: url(../img/date-bg.png) no-repeat top left; background-position: 0px -102px; width: 29px; height: 31px; position:absolute; left:377px; top:2px;}
.single-reserve-wrapper-red i.reserve_time_bg {background: url(../img/reserve_time_bg.png) no-repeat top left; width: 29px; height: 31px; position:absolute; left:495px; top:2px;}
.single-reserve-wrapper-red i.reserve_person_bg{background: url(http://restorania.com/app/img/person-bg.png) no-repeat top left; background-position: 0px -108px; width: 29px; height: 31px;}
.single-reserve-wrapper-red .reserve-button {
    -moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    -webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e73626), color-stop(1, #96150f) );
    background:-moz-linear-gradient( center top, #e73626 5%, #96150f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73626', endColorstr='#96150f');
    background-color:#e73626;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    padding:4px 7px;
    text-decoration:none;
    text-shadow:0 -1px 0px rgba(0,0,0,0.3);
    border: none;
}
.single-reserve-wrapper-red .reserve-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #96150f), color-stop(1, #e73626) );
    background:-moz-linear-gradient( center top, #96150f 5%, #e73626 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#96150f', endColorstr='#e73626');
    background-color:#96150f;
}
.single-reserve-wrapper-red .reserve-button.btn-3d:before{content: " ";  background: url(http://restorania.com/app/img/forks.png) no-repeat center center; width: 24px; height: 28px; background-position: 0px -96px; position: absolute;top: -23px; margin-left: 2.5%;}

/*---- ui datepicker ----*/
.ui-datepicker.ui-widget-content{position: relative; background: #ffffff; border: 1px solid #ccc; margin-top:10px; padding:15px;}

.ui-datepicker.ui-widget-content:after, .ui-datepicker.ui-widget-content:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ui-datepicker.ui-widget-content:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    left: 63%;
    margin-left: -7px;
}
.ui-datepicker.ui-widget-content:before {
    border-color: rgba(170, 170, 170, 0);
    border-bottom-color: #aaaaaa;
    border-width: 8px;
    left: 63%;
    margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title{color:#333;}

.ui-widget-header{background:white; border-top:none; border-left:none; border-right:none; border-bottom:1px solid #c7c7c9; border-radius:0px; font-weight:normal!important;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{opacity:0.5;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ background-color:rgba(0,0,0,0.15);}
.ui-state-hover.ui-datepicker-next-hover, .ui-state-hover.ui-datepicker-prev-hover{}
.ui-datepicker td a.ui-state-default{background:white; color:#333; font-weight:normal; border: 1px solid #fff; text-align:center; border-radius:3px; -moz-border-radius: 3px; -webkit-border-radius:3px; -o-border-radius:3px;}
.ui-datepicker td a.ui-state-default.ui-state-hover{background: #fff; border:1px solid rgba(0,0,0,0.3);}
.ui-datepicker td a.ui-state-default.ui-state-highlight{background: #f49100; border:1px solid #f49100; color:white;}

.ui-datepicker-other-month a.ui-priority-secondary{color:#ccc!important;}
.markedDay-red a.ui-state-default, .markedDay-red a{background: #e73626!important; border:1px solid #e73626; color:#333;}
.markedDay-orange a.ui-state-default, .markedDay-orange a{background: #f49200!important; border:1px solid #f49200; color:#333;}
.markedDay-green a.ui-state-default, .markedDay-green a{background: #8dbe24!important; border:1px solid #8dbe24; color:#333;}
.markedDay-violet a.ui-state-default, .markedDay-violet{background: #af1a3f!important; border:1px solid #af1a3f; color:#333;}

.markedDay-red a.ui-state-hover, .markedDay-red a:hover{background: #96150f!important; border:1px solid #96150f!important;}
.markedDay-orange a.ui-state-hover, .markedDay-orange a:hover{background: #cd5514!important; border:1px solid #cd5514;}
.markedDay-green a.ui-state-hover, .markedDay-green a:hover{background: #516f29!important; border:1px solid #516f29;}
.markedDay-violet a.ui-state-hover, .markedDay-violet a:hover{background: #751426!important; border:1px solid #751426;}


/*--- ui-timepicker ---*/
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.reserve-sale i.reserve_date_bg, .reserve-sale i.reserve_time_bg, .reserve-sale i.reserve_person_bg{position:absolute; top:29px; margin-left:3px;}
.reserve-sale i.reserve_date_bg{background: url(../img/date-bg.png) no-repeat top left; width:29px; height:31px;}
.reserve-sale i.reserve_person_bg{width:28px; height:34px; background: url(http://restorania.com/app/img/person-bg.png) no-repeat top left;}
.reserve-sale i.reserve_time_bg{background: url(../img/reserve_time_bg.png) no-repeat top left; width: 31px; height: 32px;}
.reserve-sale .reserve_sale_input{padding-left: 35px; width:105px;}
.reserve-sale .reserve_quantity_select{height: 30px; line-height: 30px; width:150px; margin-top:4px;}

/*------------ color styles --------------*/
/*------------------ GREEN --------------------*/
.reserve-sale.green-label i.reserve_date_bg {background-position: 0px 0px;}
.reserve-sale.green-labe i.reserve_person_bg{background-position: 0px 0px;}
.reserve-sale.green-label .reserve-popup-info__amount .reserve-popup-info__amount-arrow{
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 25px solid #5d7f28;
}
.reserve-sale.green-label .reserve-popup-info__amount .reserve-popup-info__amount-block{
    background: #8dbe24; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkYmUyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzVkN2YyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #8dbe24 0%, #5d7f28 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dbe24), color-stop(90%,#5d7f28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8dbe24 0%,#5d7f28 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8dbe24 0%,#5d7f28 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8dbe24 0%,#5d7f28 90%); /* IE10+ */
    background: linear-gradient(to bottom,  #8dbe24 0%,#5d7f28 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbe24', endColorstr='#5d7f28',GradientType=0 ); /* IE6-8 */
}


/*------------------ ORANGE --------------------*/
.reserve-sale.orange-label i.reserve_date_bg {background-position: 0px -51px;}
.reserve-sale.orange-label i.reserve_person_bg{background-position: 0px -54px;}
.reserve-sale.orange-label .reserve-popup-info__amount .reserve-popup-info__amount-arrow{
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 25px solid #d46210;
}
.reserve-sale.orange-label .reserve-popup-info__amount .reserve-popup-info__amount-block{
    background: #f49200; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0OTIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Q0NjIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #f49200 0%, #d46210 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49200), color-stop(90%,#d46210)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f49200 0%,#d46210 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f49200 0%,#d46210 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f49200 0%,#d46210 90%); /* IE10+ */
    background: linear-gradient(to bottom,  #f49200 0%,#d46210 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49200', endColorstr='#d46210',GradientType=0 ); /* IE6-8 */
}



/*------------------ RED --------------------*/
.reserve-sale.red-label i.reserve_date_bg {background-position: 0px -102px;}
.reserve-sale.red-label i.reserve_person_bg{background-position: 0px -108px;}
.reserve-sale.red-label .reserve-popup-info__amount .reserve-popup-info__amount-arrow{
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 25px solid #A81C14;
}
.reserve-sale.red-label .reserve-popup-info__amount .reserve-popup-info__amount-block{
    background: #e73626; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3MzYyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2E4MWMxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #e73626 0%, #a81c14 92%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e73626), color-stop(92%,#a81c14)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e73626 0%,#a81c14 92%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e73626 0%,#a81c14 92%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e73626 0%,#a81c14 92%); /* IE10+ */
    background: linear-gradient(to bottom,  #e73626 0%,#a81c14 92%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73626', endColorstr='#a81c14',GradientType=0 ); /* IE6-8 */
}


/*------------------ VIOLET --------------------*/
.reserve-sale.violet-label .reserve-wrapper_left{background-position: 0px -304px; width: 95px; height: 81px;}
.reserve-sale.violet-label i.reserve_date_bg {background-position: 0px -153px;}
.reserve-sale.violet-label i.reserve_person_bg{background-position: 0px -162px;}
.single-reserve-wrapper-violet .reserve-button, .signup_inner input.button-signup, .button-violet {
    -moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    -webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.3);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #af1a3f), color-stop(1, #751426) );
    background:-moz-linear-gradient( center top, #af1a3f 5%, #751426 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#af1a3f', endColorstr='#751426');
    background-color:#af1a3f;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:4px 7px;
    text-decoration:none;
    text-shadow:0 -1px 0px rgba(0,0,0,0.3);
}
.single-reserve-wrapper-violet .reserve-button:hover, .signup_inner input.button-signup:hover, .button-violet:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #751426), color-stop(1, #af1a3f) );
    background:-moz-linear-gradient( center top, #751426 5%, #af1a3f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#751426', endColorstr='#af1a3f');
    background-color:#751426;
}
.single-reserve-wrapper-violet .reserve-button.btn-3d:before{content: " ";  background: url(http://restorania.com/app/img/forks.png) no-repeat center center; width: 24px; height: 28px; background-position: 0px -144px; position: absolute;top: -23px; margin-left: 2.5%;}

/*-----------reserve time popup ----------------*/
.reserve-time-dropdown{display: block; margin:0; padding: 15px 5px; background: white; position: relative; position: relative; border-radius:4px; -wekit-border-radius:4px; -moz-border-radius: 4px; box-shadow:0px 1px 3px rgba(0,0,0,0.25); width:280px; height:250px;}
.reserve-time-dropdown:after,.reserve-time-dropdown:before{
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.reserve-time-dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
.reserve-time-dropdown:before {
    border-color: rgba(153, 153, 153, 0);
    border-bottom-color: #999;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
}


table.reserve-time-table {margin:7px; position:relative; border:none;}
.reserve-time-dropdown td.time-cell{
    padding: 3px;
    background: white;
    border: 1px solid white;
    text-align: center;
    line-height: 18px;
}
.reserve-time-dropdown td.time-cell a{padding:3px 5px; color:#333; text-decoration:none; border-radius: 3px;}
.reserve-time-dropdown td.time-cell a:hover{color:#f49100;}
.reserve-time-dropdown td.time-cell a.no-reserve-time{color:#bbb; cursor:not-allowed;}
.reserve-time-dropdown td.time-cell a.possible-reserve-time{background: #f49100; color:#fff;}


/*popup styles
-------------------------------------------------------------------------------*/

.action_part {width: 560px; background-color: #ededed; margin: 10px 0 10px 10px;}

.action_part, .legend_part, .action_col {float: left;}
.action_part, .legend_part {height:100%; text-shadow: 0 1px 0 rgba(255,255,255,0.3);}
.legend_part {width: 370px;background-color: #e7e8e9;border-left: 1px solid #ccc;margin: 10px 10px 10px 0;}
.legend_part, .action_col {float: left;}
.action_part form {margin: 40px;}
.action_part h3 {margin-left: 12px;}
.action_col {width: 45%;position: relative;margin: 0 12px;}
.action_col_full {margin-left: 12px;margin-bottom: 20px;}
.action_part label {display: block;margin-bottom: 5px;font-size: 13px;font-weight: normal;line-height: 20px;color: #858585;}
.action_part input {padding: 3px 6px;width: 200px;margin-bottom: 12px;}
.action_col p {padding: 10px 0;}
.action_col .button-violet {width: 208px;}

.reserve-sale{background-color: #f3f3f3; height:100%; display: block; float: left;}
.reserve-sale .legend_part{width: 200px; background-color: #f3f3f3; margin: 10px 0 10px 10px; border-left:none;}
.reserve-sale .action_part{width: 540px; background-color: #f3f3f3; margin: 10px;}
.reserve-sale .legend_part + .action_part{margin:10px 10px 10px 0px;}
.reserve-sale form{width:500px; margin:10px 20px;}
.reserve-sale h3{margin:5px 0 15px 0;}
.reserve-sale .action_col3 {width: 33%;position: relative;margin: 0; float:left;}
.reserve-sale .action_col3 input{margin:5px 5px 5px 0;}
.reserve-sale .action_col_full {width:520px; margin:10px 0 0 0;}
.reserve-sale .action_col_full input, .reserve-sale .action_col_full textarea{width:484px; margin:0 0 15px 0;}
.reserve-sale .action_col2 textarea{min-height:100px; padding:5px; width:210px;}
.reserve-sale .action_col2 {width: 48%;position: relative;margin: 0; float:left;}
.reserve-sale .action_col2 .button-violet{width: 208px; border:none;}

.reserve-sale .legend_part .reserve-popup-info__amount{width:100%; margin-top:-10px; margin-bottom:30px;}
.reserve-popup-info__amount .reserve-popup-info__amount-block{font-size:60px; text-align: center; color:white; line-height: 40px; padding:20px 0; cursor:default;}
.reserve-popup-info__amount .reserve-popup-info__amount-arrow{
    width: 0px;
    height: 0px;
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    -webkit-filter: drop-shadow(0 2px 1px rgba(0,0,0,0.2));
    filter: drop-shadow(0 2px 1px rgba(0,0,0,0.2));
}
.reserve-sale .legend_part .reserve-popup-info__title{font-size:16px; font-weight: bold; line-height:20px; margin-bottom:10px;}
.reserve-sale .legend_part p{margin:0 0 10px 15px;}
.reserve-sale .legend_part p span{display: block; font-weight: bold;}
.reserve-sale .legend_part ul{margin:0 0 10px 30px;}
.reserve-sale .legend_part ul li{list-style: disc; margin-bottom:5px;}

span.popup_title{font-size:20px; text-align: center; display: block; line-height:20px; margin-bottom:10px;}
.reserve-sale.red-label span.popup_title span{color:#e73626;}
.reserve-sale.orange-label span.popup_title span{color:#f49200;}
.reserve-sale.green-label span.popup_title span{color:#8dbe24;}

.reserve-sale .rest-info__btn-reserve{padding:10px 0; margin-top: 10px}
.reserve-sale .no-sale-bg{background: white; margin-top:-10px; margin-left:-10px; border-radius:0 0 130px 130px; text-align:center; padding-top:30px; box-shadow:0 1px 1px rgba(0,0,0,0.2);}
.reserve-final{padding-bottom:10px;}
.reserve-final .info-circle{border:10px solid #f0f0f0; border-radius:130px; height:165px; width:170px; margin:0 0 0 10px; text-align:center; padding-top:5px;}
.reserve-final span{font-size:14px; line-height: 40px;}
.reserve-final p{margin:5px 0!important; padding:0; font-size:12px;}
.info-circle__name{max-height:48px; overflow:hidden;}

.alert{
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert p{display:block;}

.meta .saleSearchFood{float:right;}

/*---- BRANDING ----*/
.branded{
    /*background:url('../../img/branding/blog/09_Rest-Banket.jpg') no-repeat center top; */
    /* background-color: #411A1B; */
    min-height:1949px; 
    cursor: pointer;
    margin-bottom:-15px;
}


.button {
    display: inline-block;
    padding: 6px 6px;
    margin-bottom: 5px;    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: whitesmoke;
    border-color: #ccc;
}

.delivery_box .b-phone-table, .backMobile{
    display: none;
}



a.b-table, i.b-table {    
    border-bottom: 1px dotted #333;
    color: green;
    text-decoration: none;
}


a.b-phone-table img{
    display: inline-table;
    max-width: 17px;
    position: relative;
    top:3px;
}

/* 
 MEDIA
*/

@media (max-width: 750px) {

    .mobileHidden, .tl{
        display: none;
    }

    h1{
        margin: 10px 0px 10px 15px;
    }

    p.h3{
        margin: 10px 0px 10px 15px;
        color:gray;
        font-size: 14px;
    }

    .crumbs {
        width: 90%;
        margin-top: 15px;
    }

    .tl .container{
        width: auto;
    }

    .container, .reserve-sale .action_part{
        width: 95%;
    }

    .phone-ico{
        margin-right: 5px;
    }

    #content {
        width: 100%;
    }

    #discountReservForm{
        display: none;
    }

    #content form {
        width: 100%;
        //display: none;
    }

    .phones{
        clear: both;
    }

    li.comp-list_item:nth-child(even) {
        float: left;
    }

    .comp-list_item, .comp-item_info{
        height: 100%;
    }

    .popup_title{
        display: inline;
        font-size: 16px;
    }


    .delivery_box .b-phone-table{
        display: inline-table;
    }


    #formReservation, .action_col_full, .reserve-sale{
        width: 100%;
    }

    .reserve-sale .action_col_full,.reserve-sale .action_col2{
        width: 100%;
    }

    .reserve-sale .action_col3 input{
        width: 80%;
    }

    .backMobile{
        display: block;
        max-height: 40px;
    }

    .reserve-sale .action_col_full input,.reserve-sale .action_col2 textarea{
        width: 88%;
    }

    .reserve-sale .action_col3{
        width: 100%;
    }

    .action_col3, .action_col2{
        float: left;
        clear: both;
    }

    .adwords-banner, .menu , .menu_list, .menuTitle, .legend_part, .topMenu, .headerFilter, .reserve-wrapper single-reserve-wrapper-red, .search_box, aside, footer{
        display: none;
    }

    .comp-list_all .services{
        display: none;
    }

    .comp-list_all li{
        max-width: 100%;
        margin-bottom: 5px;            
    }

    .reserve-time-dropdown{
        margin-left: 116px;
    }

    .comp-list_item{
        max-width: 100%;
    }

    .comp-list_item h2{
        text-align: left;
    }

    .comp-list_item img{
        width: 100%;
    }

    .panorama-marker-url{
        display: none;
    }

    .comp-list_item h2{
        width: 100%;
        max-width: 100%;
        margin-left: 10px;
    }

    .comp-item_image .label-sale{
        width: 100%;
    }
    .comp-item_info{
        width: 92%;
    }

    .filter{
        width: 100%;
    }


    #colorbox, #cboxOverlay{position:fixed; top:0; left:0; z-index:9999; overflow:hidden;}
    #cboxWrapper{}
    #sh_button {display: none;}

}