/* Best Lunch Styles */
@import url('fonts.css'); /* Import Vector Icons Stylesheet */


/* DISABLE RESPONSIVENESS */

.container{
	width: 1170px !important;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.modal .center-block{
	width: 550px;
}
/* Designed elements */
html, body {
	/*overflow-x: hidden;*/
	min-width: 1170px !important;
	height: 100%;
	background: url(../img/bg.jpg);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
  color: #CF500B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #CF500B;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input:focus,
textarea:focus,
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
label:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"] {
	height: 44px;
	border: 2px solid #bdbdbd;
	font-size: 16px;
	border-radius: 0;
	background-color: transparent;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
input[type="number"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #CF500B;
}
textarea, textarea.form-control {
	border: 2px solid #bdbdbd;
	font-size: 16px;
	border-radius: 0;
	background-color: transparent;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
textarea:focus, textarea.form-control:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #CF500B;
}
.form-group {
	margin-bottom: 15px;
	min-height: 44px;
}
.bootstrap-select>.dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	height: 44px;
	border: 2px solid #bdbdbd;
	font-size: 16px;
	border-radius: 0;
	background-color: transparent !important;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.bootstrap-select .dropdown-menu {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 2px solid #bdbdbd;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.dropup .dropdown-menu{
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	display: block;
	padding: 12px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #2B3237;
	white-space: nowrap;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a,
.bootstrap-select.btn-group .dropdown-menu li.selected a:focus {
	background-color: #E7DECB;
	outline: 0;
}
.form-control {
	background-color: transparent;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 2px solid #2B3237;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline: 0;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	content: "";
} 
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
	background-color: #337ab7;
	border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
	color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
	color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
	color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
	color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
	color: #fff;
}

.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
	background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 9px;
	height: 9px;
	left: 4px;
	top: 4px;
	margin-left: -20px;
	border-radius: 0;
	background-color: #2B3237;
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
	color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
	color: #fff;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
	margin-bottom: 10px;
}
.push38px {margin:0 0 38px 0;}
/* Styles */
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -148px;
	height: 100%;
	width: 100%;
	padding: 0;
	overflow: hidden;
/*	background: #ffffff;*/	
}
footer, .push {
	height: 148px;
}
.grey-bg {
/*	background: #fafafa;*/
}
header {
	position: relative;
	height: 234px;
	margin-bottom: 0px;
	border: 0;
	border-radius: 0;
	background: #322f2f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQ2NDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #322f2f 0%, #464242 50%, #322f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#322f2f), color-stop(50%,#464242), color-stop(100%,#322f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #322f2f 0%,#464242 50%,#322f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #322f2f 0%,#464242 50%,#322f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #322f2f 0%,#464242 50%,#322f2f 100%); /* IE10+ */
	background: linear-gradient(to right,  #322f2f 0%,#464242 50%,#322f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#322f2f', endColorstr='#322f2f',GradientType=1 ); /* IE6-8 */
	z-index: 10;
}
.logo{
	float: left;
	height: auto;
	padding: 18px 15px;
	font-size: 18px;
	line-height: 20px;
	min-height: 176px;
}
.logo-hor {margin-top:16px;}
.vert-offset-top-4 {margin-top: 2em;}
.topheader {
	position: relative;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(38,38,38,1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(38,38,38,1);
	box-shadow: 0px 1px 0px 0px rgba(38,38,38,1);
}
.support {
	width: 426px;
	margin: 42px auto 0;
	position: relative;
	text-align: center;
}
.support h2 {
	font-family: 'Vivaldiscript';
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	text-shadow: none;
	line-height: 1;
	color: #ffffff;
	margin: 0 0 12px 0;
	text-transform:none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.support span {
	font-family: 'Geometria-Medium';
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-shadow: none;
	line-height: 1;
	color: #cf500b;
	margin: 0 0 12px 0;
	text-transform:none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* After login header elements */
.your-manager {
	height: 94px;
	position: relative;
	margin-top: 38px;
	float: left;
}
.userpic {
	position: absolute;
	left: 0;
	width: 94px;
	height: 94px;
	display: block;
}
.userpic img {
	width: 94px;
	height: 94px;
	background-repeat: no-repeat;
	background-size: cover;	
}
.userinfo {
	float: left;
	position: relative;
	left: 106px;
	color: #b5ac98;
	font-family: "Geometria";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.userinfo h3 {
	color: #b5ac98;
	font-family: "Geometria-Medium";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}
.userinfo i {color: #322f2f;}
.cabinet {
	position: relative;
	margin-top: 38px;
	float: right;
	width: 260px;
	height: 94px;
}
.companypic {
	position: absolute;
	left: 0;
	width: 94px;
	height: 94px;
	display: block;
}
.companypic img {
	width: 94px;
	height: 94px;
	background-repeat: no-repeat;
	background-size: cover;	
}
.cabinet .auth-btns {
	position: absolute;
	right: 0;
	width: 142px;
	top: -8px;
}
.cabinet .auth-btns .company-name {
	color: #b5ac98;
	font-family: "Geometria-Medium";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 4px 0;
	width: 142px;
	overflow: hidden;
	height: 24px;
	text-overflow: ellipsis;
}
.cabinet .auth-btns .btn-orange {padding: 6px 16px;}
.cabinet .auth-btns .btn-white {padding: 4px 16px;}
.cabinet .auth-btns .btn {margin: 0 0 10px 0;}
/* (END) After login header elements*/
.navheader {
	margin: 1px auto 0;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(74,74,74,1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(74,74,74,1);
	box-shadow: inset 0px 1px 0px 0px rgba(74,74,74,1);
}
.navheader ul, .navheader ul li {
	padding: 0;
	list-style-type: none;
}
.site-menu ul li {
	display: inline-block;
}
.navheader ul li:last-of-type {
	margin-right: 0px;
}
.navheader ul li > a,  .navheader ul li > .dropdown > a{
	display: block;
	padding: 16px 28px;
	text-align: center;
	color: #b5ac98;
	font-family: 'Geometria';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.navheader ul li > a:hover, .navheader ul li > .dropdown > a:hover {
	color: #d4c7aa;
	border-bottom: 4px solid #f0661a;
	background-color: transparent;
	text-decoration: none;
}
.navheader ul li > a:focus, .navheader ul li > .dropdown > a:focus {
	color: #d4c7aa;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}
.navheader ul li > a.active {
	background-color: transparent;
	color: #d4c7aa !important;
	border-bottom: 4px solid #f0661a;
}
.navheader ul li > .dropdown.open > a {
	color: white;
	background-color: #f0661a;
	border-bottom: 4px solid #f0661a;
}

.navheader ul li > .dropdown.open > a > i {
	color: white !important;
}

@-webkit-keyframes scale {
   from { transform: scale(1.0); }
   to   { transform: scale(2.0); }
}

@keyframes scale {
   from { transform: scale(1.0); }
   to   { transform: scale(2.0); }
}

#scaled {
	animation-name: scale;
   	animation-duration: 0.6s;
   	animation-timing-function: ease; /* ease is the default */
   	animation-delay: 0.7s;             /* 0 is the default */
   	animation-iteration-count: 0.5s;    /* 1 is the default */
   	animation-direction: alternate; 
}

.navheader ul li > .dropdown > a .fa-angle-up{
	transition: all 0.5s;
}
.navheader ul li > .dropdown.open > a .fa-angle-up{
	transform: rotate(180deg);
	color:#393636;
}
.navheader ul li:last-of-type > a {color: #cf500b;}
.navheader ul li:last-of-type > a:hover {color: #f0661a !important;}

.auth-btns {
	position: absolute;
	right: 0;
	width: 142px;
	top: 40px;
}
.auth-btns .btn {
	float: left;
	width: 142px;
	margin: 0 0 12px 0;
}
.btn-orange {
	margin-left: 20px;
	padding: 10px 16px;
	background-color: #cf500b;
	border: 0;
	border-radius: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Geometria';
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-orange {
	padding: 12px 8px;
}

.btn-orange:hover, .btn-orange:focus {
	color: #fff;
	background-color: #68a90a;
	outline: 0;
	text-decoration: none;
}
.btn-white {
	padding: 8px 16px;
	background-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 0;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Geometria';
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-white:hover {
	color: #2b3237;
	background-color: #ffffff;
	text-decoration: none;
}
.btn-white:focus {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid #ffffff;
	outline: 0;
	text-decoration: none;
}
.btn-black {
	padding: 8px 16px;
	background-color: transparent;
	border: 2px solid #2b3237;
	border-radius: 0;
	color: #2b3237;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Geometria';
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-black:hover {
	color: #ffffff;
	background-color: #2b3237;
	text-decoration: none;
}
.btn-black:focus {
	color: #2b3237;
	background-color: transparent;
	border: 2px solid #2b3237;
	outline: 0;
	text-decoration: none;
}
.btn-black-sm {
	padding: 8px 16px;
	background-color: transparent;
	border: 2px solid #2b3237;
	border-radius: 0;
	color: #2b3237;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Geometria';
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-black-sm:hover {
	color: #ffffff;
	background-color: #2b3237;
	text-decoration: none;
}
.btn-black-sm:focus {
	color: #2b3237;
	background-color: transparent;
	border: 2px solid #2b3237;
	outline: 0;
	text-decoration: none;
}
.panel-login {
	font-family: 'Geometria';
	border-color: #ccc;
	margin: 38px auto 38px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	background: #dbdbdb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #dbdbdb 0%, #fcfcff 50%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(50%,#fcfcff), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(left,  #dbdbdb 0%,#fcfcff 50%,#dbdbdb 100%);
	background: -o-linear-gradient(left,  #dbdbdb 0%,#fcfcff 50%,#dbdbdb 100%);
	background: -ms-linear-gradient(left,  #dbdbdb 0%,#fcfcff 50%,#dbdbdb 100%);
	background: linear-gradient(to right,  #dbdbdb 0%,#fcfcff 50%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb',GradientType=1 );
}
.panel-login a {
	color: #2b3237;
}
.panel-login a:hover {
	color: #CF500B;
}
.panel-login a:focus {
	color: #2b3237;
	outline: 0;
}
.panel-login>.panel-heading {
	color: #2b3237;
	text-align:center;
}
.panel-login>.panel-heading a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-heading .close {
	top: 0px;
	position: absolute;
	right: 12px;
}
.panel-login .reg-logo-upload {
	height: 44px;
	border: 2px solid #bdbdbd;
	font-size: 16px;
	color: #9A9A9A;
	padding: 10px 0 0 0;
	position: relative;
}
.reg-logo-upload .img-active .file-link {
	width: 40px;
	padding: 0;
	position: relative;
	display: inline-block !important;
	height: 40px;
	margin: -10px 0 0px 0;
}
.reg-logo-upload .img-active .file-link img {
	width: 40px;
	padding: 0;
	display: block;
	margin-bottom: 3px;
}
.btn-login, .btn-reg {
	font-family: 'Geometria';
	background-color: #cf500b;
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
}
.btn-login:hover, .btn-login:focus, .btn-reg:hover, .btn-reg:focus {
	color: #fff;
	background-color: #68a90a;
	border: 0;
	border-radius: 0;
}

.form-control.btn.btn-link{
	padding: 12px 0;
	font-size: 16px;
	height: auto;
}

.forgot-password {
	text-decoration: underline;
	color: #2b3237;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #2b3237;
}

.btn-register {
	background-color: transparent;
	outline: none;
	color: #ffffff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	border-radius: 0;
}
.btn-register:hover,
.btn-register:focus {
	color: #2b3237;
	background-color: #ffffff;
	border: 0;
	border-radius: 0;
}
.ajaximage {
	float: left;
}
.ajaximage .progress {
	background: #2B3237;
	width: 100%;
	height: 40px;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.ajaximage .progress-striped .bar {
	background-color: #cf500b;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress .bar {
	width: 0;
	height: 100%;
	color: #ffffff;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #cf500b;
	background-image: -moz-linear-gradient(top, #f7722a, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf500b), to(#cf500b));
	background-image: -webkit-linear-gradient(top, #f7722a, #cf500b);
	background-image: -o-linear-gradient(top, #f7722a, #cf500b);
	background-image: linear-gradient(to bottom, #f7722a, #cf500b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7722a', endColorstr='#cf500b', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.ajaximage img {
	width: 42px;
	padding: 5px 0;
	display: block;
	margin-bottom: 3px;
}
.ajaximage a.file-link:hover img {
	opacity: 0.8;
}
.ajaximage .progress,
.ajaximage .file-link,
.ajaximage .file-remove,
.ajaximage .file-input {
	display: none;
}
.ajaximage.progress-active .progress,
.ajaximage.img-active .file-link,
.ajaximage.img-active .file-remove,
.ajaximage.form-active .file-input {
	display: block;
}
.ajaximage .file-input {
	display: block;
	opacity: 0;
	overflow: hidden;
	height:0px;
	width:0px;
}
.ajaximage .upload-logo {
	position: absolute;
	top: 0;
	right: 0;
	cursor:pointer;
	display:block;
}
/* Carousel base class */
.carousel {
	margin-bottom: 60px;
	z-index: 1;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 1;
}
.carousel-inner {
    overflow: inherit;
    position: relative;
    width: 100%;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 458px;
	background-color: #333333;
}
.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 458px;
}
/*.carousel .carousel-caption {bottom: 72px;}*/
.carousel .carousel-caption h1 {
	font-family: 'Vivaldiscript';
	font-size: 76px;
	font-style: normal;
	font-weight: normal;
	text-shadow: none;
	line-height: 1;
	color: #232e34;
	margin: 0 0 5px 0;
	text-transform:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.carousel .carousel-caption .subtitle {
  font-weight: bold;
}
.carousel .carousel-caption .ad {
  margin-top: 40px;
  font-size: 20px;
}
.carousel .carousel-caption p {
	font-family: 'Geometria';
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-shadow: none;
	line-height: 1;
	color: #232e34;
	margin: 0 0 22px 0;
	text-transform:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.carousel .carousel-caption .readmore {
	padding: 10px 16px;
	background-color: #cf500b;
	border: 0;
	border-radius: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Geometria';
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.carousel .carousel-caption .readmore:hover {background-color: #423e3e;}
.carousel-indicators li {
	width: 16px;
	height: 16px;
	margin: 0px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 2px solid #232E34;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 16px;
	height: 16px;
	margin: 0;
	background-color: #232E34;
}
.wrapper {padding: 15px 0;}
.bs-content-tabs .nav-tabs {
	margin-bottom: 115px;
}
.nav-tabs {
	border-bottom: 0;
}
@media (max-width: 641px) {
	#narrow-browser-alert {display: none;}
}
.nav-tabs li {
	padding: 0;
	margin: 0;
}
.nav-tabs li a img {
	max-width: 220px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.nav-tabs li a {
	position: relative;
	display: block;
	padding: 0;
	text-align: center;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 0;
	border-radius: 0;
	background: url(../img/interaction.png);
	background-repeat: no-repeat;
	background-position: 50% 0;

}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
	color: #555;
	cursor: default;
	background-color: transparent;
	border: 0;
	border-bottom-color: transparent;

}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li a:hover, .nav-tabs li a:focus {
	background: url(../img/interaction1.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	border: 0; 
}
.nav-tabs li a h2 {
	font-family: 'Vivaldiscript';
	font-size: 46px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #232e34;
	margin: 0 0 42px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav-tabs li.active a h2, .nav li:hover a h2 {color: #cf500b;}
.nav-tabs li a .shortdescr {
	width: 70%;
	margin: 0 auto;
	font-family: 'Geometria-Light';
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	color: #232e34;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
	float: none !important;
}
.dayblock, .dayblock:first-of-type, .dayblock:last-of-type {
	margin: 0 9px 12px 9px;
	width: 142px;
	height: 114px;
	display: inline-block;
	position: relative;
	border: 0;
	border-radius: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2M3YzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(200,200,200,1) 98%, rgba(199,199,199,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(98%,rgba(200,200,200,1)), color-stop(100%,rgba(199,199,199,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(200,200,200,1) 98%,rgba(199,199,199,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(200,200,200,1) 98%,rgba(199,199,199,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(200,200,200,1) 98%,rgba(199,199,199,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(200,200,200,1) 98%,rgba(199,199,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c7c7c7',GradientType=0 );
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-group .dayblock.active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(129, 43, 0, 0.4);
	box-shadow: inset 0 3px 5px rgba(129, 43, 0, 0.4);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2VmNTQwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjUwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(239,84,5,1) 98%, rgba(239,80,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(98%,rgba(239,84,5,1)), color-stop(100%,rgba(239,80,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(239,84,5,1) 98%,rgba(239,80,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(239,84,5,1) 98%,rgba(239,80,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(239,84,5,1) 98%,rgba(239,80,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(239,84,5,1) 98%,rgba(239,80,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ef5000',GradientType=0 );
}
.btn-group .dayblock:hover.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(129, 43, 0, 0.4);
	box-shadow: inset 0 3px 5px rgba(129, 43, 0, 0.4);
}
.btn-group .dayblock:hover {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
}
.dayblock .day, .dayblock .date {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #232e34;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #757575;
	text-align: center;
}
.dayblock.active .day, .dayblock.active .date {color: #ffffff;}
.dayblock .day {
	font-size: 16px;
	line-height: 16px;
	margin: 32px 0 12px 0;
}

.day:hover {
	cursor: pointer;
}

.dayblock .date {
	font-size: 12px;
	line-height: 14px;
}
table.table {
	border-collapse: separate;
	border-spacing: 20px;
}
.table td[class*="col-"], .table th[class*="col-"] {
	position: static;
	float: none;
	width: inherit !important;
	display: table-cell;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 0px
}

.menudescr > thead > tr > th, .menudescr > tbody > tr > th, .menudescr > tfoot > tr > th, .menudescr > thead > tr > td, .menudescr > tbody > tr > td, .menudescr > tfoot > tr > td {
	padding: 2px;
    padding-top: 4px;
    padding-bottom: 2px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 0px
}


.table-responsive table.table {
/*	border-collapse: separate;*/
	border-spacing: 2px;
	border-collapse: collapse;
}
.menudescr h2 {
	font-family: 'Vivaldiscript';
	font-size: 60px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #cf500b;
	text-align: center;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.menudescr h3 {
	font-family: 'Geometria-Medium';
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #2b3237;
	text-align: center;
	margin: 28px 0 0px 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.menudescr .orangeline {
	height: 1px;
	background-color: #cf500b;
	margin: 30px 0 0 0;
}
.menudescr .greyline {
	height: 1px;
	background-color: #bdbdbd;
	margin: 38px 0 0px 0;
}
.menudescr .title {
	font-family: 'Geometria-Bold';
	font-size: 16px;
	line-height: 46px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	color: #2b3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	border-bottom: solid 1px #bdbdbd;
}
.dishline .total {
	font-family: 'Geometria-Bold';
	font-size: 16px;
	line-height: 46px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #2b3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.dishline .item {
	font-family: 'Geometria';
	font-size: 14px;
	line-height: 36px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #2b3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

.dishline .item:nth-child(3) {
	text-transform: none;
}

.dishline1 .total {
	font-family: 'Geometria-Bold';
	font-size: 16px;
	line-height: 46px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #2b3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.dishline1 .item {
	font-family: 'Geometria';
	font-size: 14px;
	line-height: 36px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #2b3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

.dishline1 .item:nth-child(3) {
	text-transform: none;
}

.dishtitle {
	text-align: left;
}
.totals-info {
	width:436px;
	padding-right: 15px;
	float: right;
}
.totals-info .limit {float:left;}
.totals-info .total {float:right;}
.totals-info .limit, .totals-info .total {
	font-family: 'Geometria-Bold';
	font-size: 16px;
	line-height: 46px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #2b3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
}
@media screen and (max-width: 767px){
	.qnt {
		width: 148px !important;
		display: inline-block;
	}
}
@media screen and (min-width: 768px){
	.qnt {
		width: 148px !important;
		display: table-cell;
	}
}
.dishline .dish {
	font-family: 'Geometria-Medium';
	font-size: 16px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #cf500b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
}

.dish .description {
	font-family: 'Geometria';
	font-size: 12px;
	color: black;
	line-height: 1.4;
	text-transform: none;
/*	padding: 10px 0px 20px 0px;*/
}

.dishline1 .dish {
	font-family: 'Geometria-Medium';
	font-size: 16px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #cf500b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
}


.dishline input {
	display: inline-block;
	width: 68px;
	margin: -6px auto 0;
	font-family: 'Geometria';
	font-size: 15px;
	line-height: 22px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #2b3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	background-color: transparent;
}
.dishline input:hover, .dishline input:focus {
	outline: 0;
	border-color: transparent;
}
.dishline .decr_item {
	display: inline-block;
	float: left;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.dishline .decr_item:before {
	content:"\f068";
	font-family: "FontAwesome";
	width: 28px;
	height: 28px;
	color: #2b3237;
	text-decoration: none;
	border: solid 2px #2b3237;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 5px 6px 5px 7px;
	font-size: 14px;
}
.dishline .decr_item:hover {opacity: 1;}
.dishline .incr_item {
	display: inline-block;
	float: right;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.dishline .incr_item:before {
	content:"\f067";
	font-family: "FontAwesome";
	width: 28px;
	height: 28px;
	color: #5b871d;
	text-decoration: none;
	border: solid 2px #5b871d;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 5px 6px 5px 8px;
	font-size: 14px;
}
.dishline .dish {
	vertical-align: top;
}
.dishline .item {
	vertical-align: top;
}
.dishline .incr_item:hover {
	opacity: 1;
}

.description {
	font-family: 'Geometria';
    font-size: 12px;
    color: black;
    line-height: 1.4;
    text-transform: none;
}

.dishline:hover .description {
	color: white;
}

.dishline:active .description {
	color: white;
}

/* Company logo ajax upload */
.company-logo-upload .ajaximage {
	float: none;
	position: relative;
}
.company-logo-upload .ajaximage .progress {
	background: #2B3237;
	width: 100%;
	height: 40px;
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.company-logo-upload .ajaximage .progress-striped .bar {
	background-color: #cf500b;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.company-logo-upload .progress .bar {
	width: 0;
	height: 100%;
	color: #ffffff;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #cf500b;
	background-image: -moz-linear-gradient(top, #f7722a, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf500b), to(#cf500b));
	background-image: -webkit-linear-gradient(top, #f7722a, #cf500b);
	background-image: -o-linear-gradient(top, #f7722a, #cf500b);
	background-image: linear-gradient(to bottom, #f7722a, #cf500b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7722a', endColorstr='#cf500b', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.company-logo-upload .logo-place, .profile-img-upload.logo-img-upload .logo-place{
	background-image: url(/static/img/no-logo.png);
}
.company-logo-upload .logo-place a, .profile-img-upload.logo-img-upload .logo-place a{
	background-color: white;
}

.company-logo-upload .logo-place {
	width: 246px;
	height: 246px;
	display: block;
	position: relative;
	border: 1px dashed #dbdbdb;
	margin: 0 auto;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	top: 30px;
}
.profile-img-upload .logo-place {
	width: 246px;
	height: 246px;
	display: block;
	position: relative;
	border: 1px dashed #dbdbdb;
	margin: 0 auto;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0px;
}
.profile-img-upload .ajaximage .progress {
	width: 246px;
	left: 15px;
}
.company-logo-upload .logo-place .thumbnail {
	width: 244px;
	height: 224px;
	display: block;
	position: relative;
	overflow: hidden;
}
.profile-img-upload .ajaximage .upload-logo {
	position: relative !important;
	top: 0;
	right: 0;
	cursor: pointer;
	display: block;
}
.company-logo-upload .ajaximage img, .profile-img-upload .ajaximage img {
	width: 244px;
	padding: 5px;
	margin-bottom: 3px;
	text-align: center;
	margin: 0 auto;
	height: 244px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.company-logo-upload .ajaximage a.file-link:hover img {
	opacity: 0.8;
}
.company-logo-upload .ajaximage .progress,
.company-logo-upload .ajaximage .file-link,
.company-logo-upload .ajaximage .file-remove,
.company-logo-upload .ajaximage .file-input {
	display: none;
}
.company-logo-upload .ajaximage.progress-active .progress,
.company-logo-upload .ajaximage.img-active .file-link,
.company-logo-upload .ajaximage.img-active .file-remove,
.company-logo-upload .ajaximage.form-active .file-input {
	display: block;
}
.company-logo-upload .ajaximage .file-input {
	display: block;
	opacity: 0;
	overflow: hidden;
	height:0px;
	width:0px;
}
.company-logo-upload .ajaximage .upload-logo {
	position: relative;
	top: 0;
	left: 0;
	cursor:pointer;
	display:block;
}

.upload-logo {
	margin-left: -5px;
}

/* (END) Company logo ajax upload */
/* Tables and other elements */
.bootstrap-table .table {
	font-family: 'Geometria';
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0 !important;
	border-bottom: 0;
	border-collapse: separate !important;
	border-spacing: 2px 0px;
	border-radius: 0px;
}
.bootstrap-table .table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 0;
	padding-bottom: 8px;
}
.fixed-table-container thead th {
	height: 0;
	padding: 0;
	margin: 0;
	border-left: 0;
}
.bootstrap-table .table>tbody>tr:nth-child(1)>td {
	border-top: 1px solid #dbdbdb;
}
.bootstrap-table .table>tbody>tr>td {
	vertical-align: middle;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.bootstrap-table .table>tbody>tr:last-of-type>td {
	border-bottom: 1px solid #dbdbdb;
}
.bootstrap-table .table .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 6px !important;
	vertical-align: middle;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.fixed-table-container {
	position: relative;
	clear: both;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.fixed-table-container thead th .th-inner {
	padding: 12px 8px;
	line-height: 24px;
	vertical-align: top;
	overflow: hidden;
	font-family: 'Geometria';
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff;
	background-color: #cf500b;
}
.table-hover > tbody > tr:hover {
	background-color: #FFF6E8;
}
.bootstrap-table .table>tbody:after {
    line-height:8px;
    content:"-";
    color:white; /* to hide text */
    display:block;
}
.bootstrap-table .table>tfoot>tr>td {
	background-color: #F9F9F9;
	border: 1px solid #dbdbdb;
	padding-top: 8px;
}
.controls {
	text-align: center;
}
.controls a {
	color: #2B3237;
}
.controls a:hover, .controls a:focus {
	color: #cf500b;
	text-decoration: none;
}
.controls a:first-of-type {
	margin-right: 12px;
}

.controls_d {
	text-align: center;
}

.controls_d a {
	color: #2B3237;
}

.controls_d a:hover, .controls_d a:focus {
	color: #cf500b;
	text-decoration: none;
}

.controls_d a {
	margin: 0 6px 0 6px;
}

.form-inline .form-control {
  display: inline-block;
  width: inherit;
  vertical-align: middle;
}
.datepic {width: 111px;}
.bootstrap-table .checkbox {
	padding-left: 29px;
	margin-top: 0;
	margin-bottom: 0;
}
.bootstrap-table tfoot td .bootstrap-select>.dropdown-toggle {
	height: 34px;
	font-size: 14px;
}
.datepicker {
	border-radius: 0;
}
.datepicker-dropdown {
	border: 2px solid #BDBDBD;
	font-size: 16px;
	border-radius: 0;
	margin-top: -2px !important;
}
.datepicker-dropdown:before {
	display: none;
}
.datepicker-dropdown:after {
	display: none;
}
.datepicker table tr td, .datepicker table tr th {
	text-align: center;
	width: 28px;
	height: 28px;
	border-radius: 0;
	border: none;
}
.datepicker-days table thead tr {
	background-color: #CF500B;
	color: #FFF;
}
.datepicker-months table thead tr {
	background-color: #CF500B;
	color: #FFF;
}
.datepicker-years table thead tr {
	background-color: #CF500B;
	color: #FFF;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
	background: #E25F17;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	color: #FFF;
	background-color: #322F2F;
	border-color: #322F2F;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
	color: #FFF;
	background-color: #322F2F;
	border-color: #322F2F;
	border-radius: 0;
}
.nav-pills > li > a {
  background-color: #E2E2E2;
  border-radius: 0;
  color: #2B3237;
  text-transform: uppercase;
  font-family: "Geometria";
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #FFF;
	background-color: #CF500B;
	border-radius: 0;
}
.cabinet-settings-item .btn-orange {
	padding: 12px 18px;
}
.cabinet-settings-item .btn-black {
	padding: 10px 15px;
}
.cabinet-settings-item .item-arrows {
	width: 100px;
	margin-right: 10px;
	float: left;
}
.cabinet-settings-item .dishname {
	width: 270px;
	margin-right: 10px;
	float: left;
}
.cabinet-settings-item .dishdescription {
	width: 270px;
	height: 100px;
}
.cabinet-settings-item .weight-block {
	width: 80px;
	margin-right: 10px;
	float: left;
}
.cabinet-settings-item .price-block {
	width: 85px;
	margin-right: 10px;
	float: left;
}
.cabinet-settings-item .action-btn {
	width: 48px;
	margin-right: 10px;
	float: left;
}
.cabinet-settings-item .selectdays {
	margin-top: 5px;
}
.cabinet-settings-item .selectdays .checkbox label {
	padding-left: 0;
}
.cabinet-settings-item .selectdays .checkbox {
	float: left;
}
.info-breadcrumbs {
	display: inline-block;
	margin: 0 0 8px 0;
}
.info-breadcrumbs div {
	float: left;
	font-family: 'Geometria-Bold';
	font-size: 16px;
	line-height: 46px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #2B3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.info-breadcrumbs div:after {
	content:"\f105";
	font-family: "FontAwesome";
	color: #F0661A;
	font-size: 20px;
	text-decoration: none;
	padding: 0 12px;
}
.info-breadcrumbs div:last-of-type:after {
	content:"";
	padding: 0;
}
.company-worker-order>#order>.bs-content-tabs>.nav-tabs>li>a>img {
	max-width: 240px;
}
.company-worker-order>#order>.bs-content-tabs>.nav-tabs>li>a>h2 {
	font-size: 36px;
}
.company-worker-order>#order>.bs-content-tabs>.nav-tabs>li>a>.shortdescr {
	display: none;
}
/*(END) Tables and other elements */

























.ba-bg {
	min-height: 390px;
	background-image: url('/static/img/bonappetit.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.bonappetit {
	/*position: absolute;*/
	font-family: 'Vivaldiscript';
	font-size: 60px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #2b3237;
	text-align: center;
	margin-top: 38px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 2;
}
footer {
	position: relative;
	height: 148px;
	margin-top: 0px;
	margin-bottom: -13px;
	border: 0;
	border-radius: 0;
	background: #322f2f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyMmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQ2NDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #322f2f 0%, #464242 50%, #322f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#322f2f), color-stop(50%,#464242), color-stop(100%,#322f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #322f2f 0%,#464242 50%,#322f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #322f2f 0%,#464242 50%,#322f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #322f2f 0%,#464242 50%,#322f2f 100%); /* IE10+ */
	background: linear-gradient(to right,  #322f2f 0%,#464242 50%,#322f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#322f2f', endColorstr='#322f2f',GradientType=1 ); /* IE6-8 */
	z-index: 10;
}
footer .links {
	width: 322px;
	margin: 28px auto 0;
	position: relative;
}
footer .links ul {
	list-style: none;
	padding: 0;
}
footer .links ul li {
	display: inline-block;
}
footer .links a {
	display: inline-block;
	padding: 12px;
	text-align: center;
	color: #b5ac98;
	font-family: 'Geometria';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
footer .links a:hover,
footer .links a:focus {
	color:#CF500B;
}
footer .copyright {
	color: rgb(101, 106, 110);
	text-transform: uppercase;
	text-align: center;
}

/* Cart */
.dropdown-menu.wide{
    left: initial;
    top: 58px;
    right: -1px;
    border-radius: 0;
    border-top: none;
    padding-top: 0; 
    width: 1142px;
    margin-top: -1px;
    background-color: #e8ecef;
    text-transform: uppercase;
    overflow: auto;
    max-height: 90vh;
}


@media screen and (max-width: 640px) {
	.dropdown-menu.wide {
	    width: 600px;
	}
}

@media screen and (max-width: 1080px) {
	.dropdown-menu.wide {
	    width: 700px;
	}
}


#cart h4{
	padding: 0 20px;
	font-weight: 700;
}

#cart table{
	width: 100%;
	color: #2b3237;
	border-collapse: collapse;
}
#cart table th{
	padding: 20px;
}
#cart table td{
	padding: 10px 20px;
}
#cart table td:first-child{
	color: #cf500b;
	font-family: 'Geometria-Medium';
}

#cart table td:not(:first-child), #cart table th:not(:first-child){
	text-align: center;
}

#cart table td:last-child{
	width: 50px;
}

#cart table thead{
	font-weight: 700; 
	background-color: #f0661a;
	font-size: 16px; 
}

#to_order_cart{
	margin: 20px;
}

/* ICONS */
.left-icon{
	font-size: 32px;
	left: 10px;
	top: 10px;
	position: absolute;
}
.right-icon{
	font-size: 32px;
	right: 10px;
	top: 10px;
	position: absolute;
}

.clear_item{
	font: normal normal normal 14px/1 FontAwesome;
}
.clear_item:before{
    content: "\f014";
}

#weekdayLabel {
    text-align: center;
    font-family: 'Vivaldiscript';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #232e34;
    display: block;
    height: 26px;
}

.fixedbg {
	background-color: red;
	position: fixed;
	margin: 95px auto;
	right: 0;
	left: 0;
	top: -95px;
	height: 58px;
	z-index: 999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #322f2f 0%, #464242 50%, #322f2f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#322f2f), color-stop(50%,#464242), color-stop(100%,#322f2f));
	background: -webkit-linear-gradient(left, #322f2f 0%,#464242 50%,#322f2f 100%);
	background: -o-linear-gradient(left, #322f2f 0%,#464242 50%,#322f2f 100%);
	background: -ms-linear-gradient(left, #322f2f 0%,#464242 50%,#322f2f 100%);
	background: linear-gradient(to right, #322f2f 0%,#464242 50%,#322f2f 100%);
}

#scrollmenu_active {
	position: relative;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #322f2f 0%, #464242 50%, #322f2f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#322f2f), color-stop(50%,#464242), color-stop(100%,#322f2f));
    background: -webkit-linear-gradient(left, #322f2f 0%,#464242 50%,#322f2f 100%);
    background: -o-linear-gradient(left, #322f2f 0%,#464242 50%,#322f2f 100%);
    background: -ms-linear-gradient(left, #322f2f 0%,#464242 50%,#322f2f 100%);
    background: linear-gradient(to right, #322f2f 0%,#464242 50%,#322f2f 100%);
	z-index: 999;
	-webkit-transition: top 0.2s ease-out 0.2s;
    -moz-transition: top 0.1s ease-out 0.2s;
    -o-transition: top 0.1s ease-out 0.2s;
    transition: top 0.1s ease-out 0.2s;
}

.fixed {
	position: fixed;
	margin: 95px auto;
	right: 0;
	left: 0;
	top: -95px;
	height: 58px;
	z-index: 999;

}

span.u {
    text-decoration: underline;
    font-weight: bold;
}

/* Hide google iframe  */
iframe[name='google_conversion_frame']{
    position: absolute;
    left: -5000px;
}

.desc {
    font-size: 14px;
    color: #656565;
    font-weight: 100;
}

.act_menu {
	background: -webkit-linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 50%, rgba(226, 226, 226, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 50%, rgba(226, 226, 226, 0) 100%);
	background: -o-linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 50%, rgba(226, 226, 226, 0) 100%);
	background: -ms-linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 50%, rgba(226, 226, 226, 0) 100%);
	background: linear-gradient(-90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 50%, rgba(226, 226, 226, 0) 100%);
	width: 1134px;
	height: 66px;
	width: 100%;
    margin: 0 auto;
}

.act_menu h3 {
	font-family: Vivaldiscript;
	color:  #3f4549;
	font-size: 30px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
}

/*.dish:hover {
	background-color:  #cf500b;
	color: white;
}

.item:hover {
	background-color:  #cf500b;
	color: white;
}

#myTab li ~ li { border-left: 1px solid #000000; border-color:  #bdbdbd; line-height: 70px;  }
*/

.wday {
	margin-top:2px;
    height: 100px;
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #E9E9E9;
    box-shadow: 0 0 #454E53 inset;
    border: 0px;
    border-bottom: 2px #BDBDBD solid;
    font-family: Geometria;
    color: #737373;
	font-size: 16px;
	font-weight: 400;
	line-height: 70px;
	text-align: center;
}

.wday:active, .activee{
	background-color: #CD4F0B;
	color: white;
	background-image: url(../img/r_down.png);
}

.wday:hover {
	margin-top:0px;
	border: 2px #CD4F0B solid;
	background-size: 0%;
}

.desc_div {
	margin-left: 15px;
}

.w_btn:last-child {
	float: left;
}

.wbuttons {
	margin-bottom: 42px;
	margin-top: 35px;
}

#wd_table {
	margin-top: 310px;
}

/*.cat_list {
	float: left;
	margin-left: 25%;
}*/

.vr {
	border-left: 1px solid #BEBEBE;
	height: 80px;
	width: 1px;
	margin-top: -208px;
}

li:first-child .vr {
	border-left: 0px solid #FFF;
}

.dishline:hover{
	background-color: #CD4F0B;
/*	transition: 500ms;*/
}

.cf {
	position:relative;
	width: 54px;
	height: 43px;
	margin:0 auto;
}

.cf img {
	position:absolute;
  	left:0;
}

.dishline:hover th .cf .top_new {
	opacity:0;
}

.dishline:hover th {

	color: white;
}

.dishline:hover th span {

	color: white;
}

.dishline:hover td {
	color: white;
}

.dishline:hover input {
	color: white;
}

.dishline:hover .incr_item:before {
	border: solid 2px white;
	color: white;
}

.dishline:active, .activee {
	background-color: #CD4F0B;
}

.activee > th > .cf > .top_new {
	opacity:0;
	color:white;
}

.dishline:active, .activee th {
	color: white;
}

.dishline:active, .activee input {
	color: white;
}

.dishline:active, .activee .dish {
	color: white;
}

.dishline:active, .activee td {
	color: white !important;
}

.dishline:active, .activee .description {
	color: white !important;
}

.activee .incr_item:before {
	border: solid 2px white;
	color: white !important;
}

.carprice {
	font-size: 43px;
    font-family: 'Geometria-Bold';
    color: #CD4F0B;
    margin-left: 20px;
}

/*.dishline th{
	padding-top: 10px !important;

}*/

/*.dishline {
	border: solid 4px rgba(255, 255, 255, 0);
}*/

tr > td {
	vertical-align: middle !important;
}
tr > th {
	vertical-align: middle !important;
}

.dishline:active, .activee {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background-position: 0px 0, 0 -13%; */
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px; 
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=); */
    /* background-image: -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%); */
    background-image: -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
    background-image: -o-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%), -o-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
    background-image: linear-gradient(to right, #EAEAEA 0%, #EFEFEF 100%), linear-gradient(to right, #EBEBEB 0%, #EBEBEB 100%);
}

.dishline:hover {
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px; 
    -moz-background-size: 100% 1px;
    background-size: 100% 1px;
    background-image: -moz-linear-gradient(left, #EAEAEA 0%, #EFEFEF 100%), -moz-linear-gradient(left, #EBEBEB 0%, #EBEBEB 100%);
    background-image: -o-linear-gradient(left, #EAEAEA 0%, #EFEFEF 100%), -o-linear-gradient(left, #EBEBEB 0%, #EBEBEB 100%);
    background-image: linear-gradient(to right, #EAEAEA 0%, #EFEFEF 100%), linear-gradient(to right, #EBEBEB 0%, #EBEBEB 100%);
}

.nav > li > a {
	outline: medium none !important;
}

.rem_but {
	width: 50px;
}

.arrow-up {
	top: 66px;
    left: 34px;
    position: fixed;
    opacity: 1;

	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	
	border-bottom: 25px solid #CD4F0B;
	display: none;
	cursor: pointer;
}

.more_img {
	position: static !important;
	width: 325px;
	height: 142px;
	min-height: 142px !important;
}

.more_btn {
	max-width: 26%;
    max-height: 280%;
    cursor: pointer;
    margin-top: -75px;
    margin-left: -40px;
}

.more_btn:hover {
	content: url("../img/button_1.png");
}

.carousel .more_btn {
	min-height: 100px;
}

.cont .btn-group.bootstrap-select {
	margin-left: 15px !important;
    margin-bottom: 10px;
}

.dish_inp input:nth-child(2) {
	margin-top: 5px; 
	margin-left: 10px; 
	width: 33px;
	height: 35px;
    padding-left: 2px;
}

.dish_inp input:nth-child(3) {
	display: none;
}

.dish_button img {
	cursor: pointer;
}

.cont .bootstrap-select {
	margin-bottom: 3px !important;
}

#scrollmenu {
	width: 1170px !important;
	display: inline-block;
	padding-right: 15px;
    padding-left: 15px;
}
.dishes_consumption .th-inner span:nth-child(2){
	display: none;
}

.dishes_consumption .th-inner {
	padding: 8px !important;
}

.container_bg {
	text-align: center;
}

.parent-pk-container {
	position: relative;
	height: 100%;
}

.pk-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  background-color: #ee4f00;
  overflow: hidden;
  width: 280px;
  height: 335px;
  border-radius: 80px;
}

.pk-container-text {
  position: relative;
  margin: 0 auto;
  top: 2vh;
  text-align: center;
  font-family: 'Amatic SC';
  font-size: 6vh;
  font-weight: 600;
  color: #333;
  opacity: .75;
  animation: pulse 2.5s linear infinite;
}

#cooking {
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#cooking #area {
  position: absolute;
  top: 46px;
  left: 113px;
  width: 65%;
  height: 65%;
  background-color: transparent;
  transform-origin: 15% 60%;
  animation: flipp 2.1s ease-in-out infinite;
}
#cooking #area #sides {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 15% 60%;
  animation: switchSide 2.1s ease-in-out infinite;
}
#cooking #area #sides #handle {
  position: absolute;
  bottom: 18%;
  right: 80%;
  width: 35%;
  height: 20%;
  background-color: transparent;
  border-top: 1vh solid #333;
  border-left: 1vh solid transparent;
  border-radius: 100%;
  transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}
#cooking #area #sides #pan {
  position: absolute;
  bottom: 20%;
  right: 30%;
  width: 50%;
  height: 8%;
  background-color: #333;
  border-radius: 0 0 1.4em 1.4em;
  transform-origin: -15% 0;
}
#cooking #area #pancake {
  position: absolute;
  top: 24%;
  width: 100%;
  height: 100%;
  transform: rotateX(85deg);
  animation: jump 2.1s ease-in-out infinite;
}
#cooking #area #pancake #pastry {
  position: absolute;
  bottom: 26%;
  right: 37%;
  width: 40%;
  height: 45%;
  background-color: #333;
  box-shadow: 0 0 3px 0 #333;
  border-radius: 100%;
  transform-origin: -20% 0;
  animation: fly 2.1s ease-in-out infinite;
}

@keyframes jump {
  0% {
    top: 24%;
    transform: rotateX(85deg);
  }
  25% {
    top: 10%;
    transform: rotateX(0deg);
  }
  50% {
    top: 30%;
    transform: rotateX(85deg);
  }
  75% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(85deg);
  }
}
@keyframes flipp {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-27deg);
  }
  30%,
  50% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(27deg);
  }
  83.3% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes switchSide {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes fly {
  0% {
    bottom: 26%;
    transform: rotate(0deg);
  }
  10% {
    bottom: 40%;
  }
  50% {
    bottom: 26%;
    transform: rotate(-190deg);
  }
  80% {
    bottom: 40%;
  }
  100% {
    bottom: 26%;
    transform: rotate(0deg);
  }
}
@keyframes bubble {
  0% {
    transform: scale(0.15, 0.15);
    top: 80%;
    opacity: 0;
  }
  50% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.33, 0.33);
    top: 60%;
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: .25;
  }
  50% {
    transform: scale(1.2, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: .25;
  }
}