/* custom css added to bootstrap */
@font-face {
  font-family: 'Brcher-Medium';
  src: url('../fonts/archer-medium-pro/Brcher-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/archer-medium-pro/Brcher-Medium.otf')  format('opentype'),
	     url('../fonts/archer-medium-pro/Brcher-Medium.woff') format('woff'), url('../fonts/archer-medium-pro/Brcher-Medium.ttf')  format('truetype'), url('../fonts/archer-medium-pro/Brcher-Medium.svg#Brcher-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brcher-Bold';
  src: url('../fonts/archer-bold/Brcher-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/archer-bold/Brcher-Bold.otf')  format('opentype'),
	     url('../fonts/archer-bold/Brcher-Bold.woff') format('woff'), url('../fonts/archer-bold/Brcher-Bold.ttf')  format('truetype'), url('../fonts/archer-medium-pro/Brcher-Medium.svg#Brcher-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brcher-Hairline';
  src: url('../fonts/archer-hairline/Brcher-Hairline.eot?#iefix') format('embedded-opentype'),  url('../fonts/archer-hairline/Brcher-Hairline.otf')  format('opentype'),
	     url('../fonts/archer-hairline/Brcher-Hairline.woff') format('woff'), url('../fonts/archer-hairline/Brcher-Hairline.ttf')  format('truetype'), url('../fonts/archer-medium-pro/Brcher-Medium.svg#Brcher-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brcher-Book';
  src: url('../fonts/archer-book/Brcher-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/archer-book/Brcher-Book.otf')  format('opentype'),
	     url('../fonts/archer-book/Brcher-Book.woff') format('woff'), url('../fonts/archer-book/Brcher-Book.ttf')  format('truetype'), url('../fonts/archer-medium-pro/Brcher-Medium.svg#Brcher-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chunkfive';
  src: url('../fonts/chunkfive/chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/chunkfive/chunkfive-webfont.woff') format('woff'), url('../fonts/chunkfive/chunkfive-webfont.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto_bold_croatian/Roboto-Bold-webfont.eot');
    src: url('../fonts/roboto_bold_croatian/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_bold_croatian/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/roboto_bold_croatian/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto_bold_croatian/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto_light_croatian/Roboto-Light-webfont.eot');
    src: url('../fonts/roboto_light_croatian/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_light_croatian/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/roboto_light_croatian/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/roboto_light_croatian/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto_regular_croatian/Roboto-Regular-webfont.eot');
    src: url('../fonts/roboto_regular_croatian/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto_regular_croatian/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto_regular_croatian/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto_regular_croatian/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
  font-family:'Brcher-Book';
}
body {
  background:#fbfaf9 url(../images/lightpaperfibers.png);
}
.container {
  width:1300px;
}
/* Header styles */
header.navbar {
  z-index: 330;
}
header.navbar .header-top{
  height:160px;
  width:100%;
  clear:both;
  padding:15px 0px 0px 50px;
}
header.navbar .header-top .intro-text{
   font-family: 'chunkfive';
    width: 336px;
    color: #eb4332;
    float: left;
    font-size: 32px;
    margin-left: 50px;
    height: 110px;
    text-indent: -100000px;
    margin-top: 4px;
}
header.navbar ul.nav{
  height:75px;
  width:100%;
  background:transparent url(../images/menu-strip.png) no-repeat top left;
}
header.navbar ul.nav li{
  padding:15px 0px 0px 0px;
  text-align:center;
  display: inline-block;
  width: 228px;
  vertical-align: top;
}
header.navbar ul.nav li a{
  display:inline;
  padding:0px;
  font-size:25px;
  color:#fff;
  font-family:'Brcher-Bold';
}
header.navbar ul.nav li.red-item{
  padding: 25px 0px 0px 0px;
  text-align:left;
  /* Safari */
  -webkit-transform: rotate(-6deg);
  
  /* Firefox */
  -moz-transform: rotate(-6deg);
  
  /* IE */
  -ms-transform: rotate(-6deg);
  
  /* Opera */
  -o-transform: rotate(-6deg);
  
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  width: 300px;
}
header.navbar ul.nav li.red-item a{
  display:inline-block;
  margin-left: 24px;
}
header.navbar ul.nav li.red-item a span{
  font-size:40px;
  font-family: 'Brcher-Bold';
  line-height:25px;
  margin-right:7px;
  display:block;
  float: left;
  margin-top:-16px;
 
}
header.navbar ul.nav li.red-item a span.second{
  margin-top:-6px;
}
header.navbar ul.nav li.red-item a:hover span{
  text-decoration:underline;
 
}
header.navbar ul.nav li a:hover{
  background-color:transparent;
  text-decoration:underline;
}
header.navbar ul.nav li.dropdown{
  position:relative;
  overflow:hidden;
}
header.navbar ul.nav li a.nolinker{
  cursor: default;
}

header.navbar ul.nav li.dropdown div.bigi{
  position: absolute;
  top: 48px;
  left: 8px;
}
header.navbar ul.nav li.dropdown:hover{
  overflow:visible;
}
header.navbar ul.nav li ul.dropdown-list{
  background:#1d4720;
  padding:0px 20px 0px 20px;
  list-style-type:none;
  width: 300px;
  margin: 20px 0px 0px 0px;
  z-index: 9999999;
}
header.navbar ul.nav li.dropdown:hover ul.dropdown-list{
  display:block;
}
header.navbar ul.nav li ul.dropdown-list li{
  display:block;
  padding:10px 0px 10px 0px;
  border-bottom:1px solid #fff;
  width: 100%;
}
header.navbar ul.nav li ul.dropdown-list li.last{
  border-bottom:0px none;
  position:relative;
}
header.navbar ul.nav li ul.dropdown-list li a{
  font-size:20px;
  font-weight:normal;
  font-family:'Brcher-Book';
  color:#fff;
}
header.navbar ul.nav li ul.dropdown-list li.last div.smali{
  position: absolute;
  top:0px;
  left:260px;
  display:none;
}
header.navbar ul.nav li ul.dropdown-list li.last:hover div.smali{
  display:block;
}
header.navbar ul.nav li ul.dropdown-list li.last div.smali ul{
  background:#1d4720;
  padding:0px 20px 10px 20px;
  list-style-type:none;
  width: 450px;
  margin: 0px 0px 0px 0px;
}
header.navbar ul.nav li ul.dropdown-list li.last div.smali ul li{
  display:inline-block;
  border-bottom:1px solid #fff;
  width: 47%;
}
header.navbar ul.nav li ul.dropdown-list li.last div.smali ul li.last{
  border-bottom:0px none;
}
header.navbar ul.nav li ul.dropdown-list li.last div.smali ul li.left{
  margin-right:2.5%;
}
header.navbar ul.nav li ul.dropdown-list li.last div.smali ul li.right{
  margin-left:2.5%;
}
.login-floater {
    width:285px;
    color:#333;
    float:right;
    margin-top:30px;
    font-size:16px;
    position:relative;
}

.login-floater form input{
    width:240px;
    height:30px;
    border:0px none;
    background:#fff none;
    color:#333c44;
    font-family:'Brcher-Book';
    margin-bottom:10px;
    font-size:14px;
    padding-left:10px;
}
.login-floater form button{
    width:33px;
    height:30px;
    background:#767676 url(../images/login-arrow.png) no-repeat center center;
    border-radius:0px;
    float:right;
}
.login-floater form label a{
    color:#eb4332;
    font-family:'Brcher-Bold';
    font-weight:normal;
    font-size:14px;
    text-decoration:underline;
}
.login-floater form label{
     text-align:center;
     display:block;
     width:240px;
     color:#eb4332;
    font-family:'Brcher-Bold';
    font-weight:normal;
    font-size:14px;
}
.login-floater form span.error{
    display:none;
    position:absolute;
    top:-25px;
    left:0px;
    color:#eb4332;
    font-family:'Brcher-Bold';
    font-weight:normal;
    font-size:14px;
}
.login-floater .introduction{
  color:#93c62c;
    font-family:'Brcher-Bold';
    font-weight:normal;
    font-size:21px;
}
.login-floater .introduction span{ 
  color:#93c62c;
  font-family:'Brcher-Bold';
  font-weight:normal;
  font-size:31px;
  display:block;
  line-height:25px;
}
.login-floater .user-links a{
  color:#eb4332;
    font-family:'Brcher-Bold';
    font-weight:normal;
    font-size:14px;
    text-decoration:none;
    margin-right:20px;
}
.login-floater .user-links a:hover{
    text-decoration:underline;
}
/* END OF Header styles */
/* Homepage styles */
.white-ribs {
  height:14px;
  background:transparent url(../images/ribs-white.png) repeat-x bottom left;
  padding:0px 0px 0px 0px;
  width:100%;
  z-index:20;
  position:relative;
  margin:0px 0px -5px 0px;
}
.green-ribs {
  height:14px;
  background:transparent url(../images/ribs-green.png) repeat-x top left;
  padding:0px 0px 0px 0px;
  width:100%;
  z-index:20;
  position:relative;
  margin:-15px 0px 0px 0px;
}
.jumbotron{
  padding: 20px 0px 20px 0px;
  margin: -26px 0px -31px 0px;
  background: transparent;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}
.jumbotron .gallery{
  position:relative;
  height:553px !important;
}
.jumbotron .gallery img{
  margin-left:-1050px;
  position:absolute;
  left:50%;
}
.jumbotron .gallery ul.bjqs {
  overflow: visible;
}

.jumbotron .gallery ol {
  list-style-type:none;
  position:absolute;
  bottom:60px;
  left:40%;
  background: rgb(126, 125, 39); /* The Fallback */
  background: rgba(126, 125, 39, 0.7);
  border-radius:15px;
  padding:5px 5px 0px 5px;
  display:inline-block;
  width: auto;
}
.jumbotron .gallery ol li{
  margin-right:8px;
  display:inline-block;
}
.jumbotron .gallery ol li a{
  display:block;
  width:15px;
  height:15px;
  border-radius:50%;
  float:left;
  background-color:#fff;
  text-indent: -9999px;
}
.jumbotron .gallery ol li:last-child {
    margin-right:0px;
}
.jumbotron .gallery ol li.active-marker a{
  background-color:#1c441e;
}
.jumbotron .gallery .image-container{
  position:relative;
  width:100%;
  height:558px;
}
.jumbotron .gallery .image-container .cook-holder{
  width:680px;
  height:647px;
  position:absolute;
  top:0px;
  right:0px;
}
.jumbotron .gallery .cook-image{
  position:absolute;
  z-index:100;
  top:-49px;
  right:8px;
  margin-left:0px;
  left: auto;
}
.jumbotron .gallery .cook-text{
  position:absolute;
  width: 290px;
  height:460px;
  padding:20px;
  top:100px;
  right:80px;
  z-index:102;
  color:#fff;
  line-height:28px;
  text-align:center;
  font-size:18px;
}
.jumbotron .gallery .cook-text img{
  display:block;
  margin:0px 0px 0px -10px;
  position:static;
  left: auto;
}
.jumbotron .gallery .cook-text.cleft{
  right:327px;
}
.jumbotron .gallery .cook-text.cleft img{
  margin:0px 0px 0px -10px;
}
.home-daily-menu {
  background:transparent url(../images/greenpaperfibers.png);
  padding:40px 0px 40px 0px;
  width:100%;
  margin:0px 0px 0px 0px;
  color:#f1ecd5;
  z-index: 10;
position: relative;
}
.home-daily-menu article{
  position:relative;
  text-align:center;
}
.home-daily-menu article h2{
  background:transparent url(../images/yellow-strip.png) no-repeat top left;
  color:#031700;
  font-size:25px;
  width:271px;
  height:57px;
  text-align:center;
  margin:0px auto 10px auto;
  padding:10px 20px 0px 0px;
  font-family: 'Brcher-Bold';
}
.home-daily-menu article h3, .home-daily-menu article h3 a{
  text-transform: uppercase;
  font-size:24px;
  font-family: 'Brcher-Bold';
  color:#fff;
}

.vertical-line{
  background:transparent url(../images/home-h_line.png);
  width:11px;
  height:386px;
  position:absolute;
  top:0px;
  right:0px;
}
.left-line{
  left:0px;
  right: auto;
}
.torn-line {
  height:15px;
  background:transparent url(../images/home-torn-line.png) repeat-x top left;
  padding:0px 0px 0px 0px;
  width:100%;
  z-index:20;
  position:relative;
  margin:-10px 0px 0px 0px;
}
#fos_user_profile_form_plainPassword_first {
  margin-bottom:11px;
}
/* END OF Homepage styles */
/* static pages styles */
.static .row {
  padding:0px 40px 40px 40px;
}
.static .row h1, .article .row h1{
  font-size:60px;
}
.article .row h1, .static .row h1{
  font-size:60px;
  color:#031700;
  margin: -5px 0px 25px 0px;
}
.article .row h1 .leaf, .static .row h1 .leaf, .pricelist .row h1 .leaf, .nouser-orders h1 .leaf{
  display:inline-block;
  padding:0px 0px 0px 70px;
  background:transparent url(../images/leaf.png) no-repeat left center;
  vertical-align:middle;
  font-weight:bold;
}
.article .row ul.buttons{
  list-style-type:none;
  padding:0px 0px 0px 60px;
  margin:0px 0px 30px 0px;
  text-align:center;
}
.article .row ul.buttons li{
  display: inline-block;
  margin-top: 10px;
  width: 19.7%;
}
.article .row ul.buttons li span.pic{
  margin-right:3px;
}
.article .row ul.buttons li span{
  color:#1d4720;
  font-size:14px;
  text-transform:uppercase;
  vertical-align: middle;
}
.article .row ul.buttons li.handmade span.pic{
  background:transparent url(../images/hand-made.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}


.article .row ul.buttons li.veggy span.pic{
  background:transparent url(../images/veggy-frendly.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.article .row ul.buttons li.traditional span.pic{
  background:transparent url(../images/traditional.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.article .row ul.buttons li.natural span.pic{
  background:transparent url(../images/prirodno.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.article .row ul.buttons li.aroma span.pic{
  background:transparent url(../images/aromaticno.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.article .row ul.buttons li.eko span.pic{
  background:transparent url(../images/eko-uzgoj.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.article .row ul.buttons li.crunchy span.pic{
  background:transparent url(../images/hrskavo.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.article .row ul.buttons li.jucy span.pic{
  background:transparent url(../images/socno.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.article .row ul.buttons li.fresh span.pic{
  background:transparent url(../images/uvijek-svjeze.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.article .row ul.buttons li.healthy span.pic{
  background:transparent url(../images/zdravo.png) no-repeat left center;
  height:53px;
  width:53px;
  display:inline-block;
  background-size: 100%;
}
.summary {
  padding:0px 30px;
  margin:0px 0px 35px 0px;
  text-align:center;
  color:#93c62c;
  font-size:30px;
  font-family:'Brcher-Book';
}
.static-body .image-area {
  width:49%;
  float:left;
}
.static-body .image-area p{
  font-size:18px;
  color:#1c1b1b;
  font-family:'Brcher-Book';
}
.static-body .image-area p.info-stuff{
  font-size:18px;
  color:#605f5f;
  font-family:'Brcher-Book';
  padding:10px 0px 15px 0px;
}
.static-body .image-area img{
  width:100%;
}

.static-body .data {
  width:51%;
  float:left;
  padding:0px 0px 0px 15px;
  color:#031700;
  font-family:'Brcher-Book';
  font-size:16px;
  line-height: 25px;
}

.contact .static-body .data {
  width:40%;
}
.contact .static-body .image-area {
  width:60%;
}
.about .static-body .data {
  width:100%;
  float:none;
}
.about .static-body .data .icont{
  width:100%;
  padding:10px 0px 20px 0px;
}
.about .static-body .data .icont img{
  width:100%;
}
.ribs-transparent {
  background:transparent url(../images/transparent-ribs.png) repeat-x top left;
  padding:65px 45px 65px 55px;
  font-style: italic;
  font-size:22px;
  color:#1d4720;
  font-family:'Brcher-Hairline';
  font-weight: bold;
}
.ribs-transparent p{
  font-size:22px;
  color:#1d4720;
  font-family:'Brcher-Hairline';
}
.ribs-transparent a{
  color:#1d4720;
  font-family:'Brcher-Book';
  text-decoration:underline;
}
.ribs-transparent h2{
  color:#1d4720;
  font-family:'Brcher-Bold';
  font-size:37px;
  margin:0px 0px 10px 0px;
  font-style: normal;
  font-weight:normal;
}

.ribs-transparent .col-sm-6{
  padding:0px 0px 0px 130px;
  min-height:160px;
}
.ribs-transparent .question{
  background:transparent url(../images/didyouknow.png) no-repeat top left;
  padding-right: 65px;
}
.ribs-transparent .chicken{
  background:transparent url(../images/chick.png) no-repeat top left;
  width: 40%;
  margin-left: 65px;
}
.article {
  padding:0px 0px 100px 0px;
}
.article .body{
  font-family:'Brcher-book';
  font-size:18px;
  color:#1d4720;
  line-height: 36px;
  padding:0px 15px 0px 15px;
}
.article .body img{
  width:100% !important;
  height: auto !important;
}
.article .body .btn-area, .static .btn-area{
  text-align: center;
  padding:35px 0px 50px 0px;
}
.article .body .btn-area a, .static .btn-area a{
  font-size: 27px;
  color: #fff;
  padding: 10px 80px 10px 30px;
  background: #1d4720 url(../images/leaf-white.png) no-repeat 95% 8px;

}
.static .btn-area{
  text-align: right;
  padding:20px 15px 0px 0px;
  clear: both;
}
.static #contact_form{
  padding-bottom:30px;
}
::-webkit-input-placeholder { font-style: italic; }
::-moz-placeholder { font-style: italic; } /* firefox 19+ */
:-ms-input-placeholder { font-style: italic; } /* ie */
input:-moz-placeholder { font-style: italic; }
.static #contact_form input, .static #contact_form textarea{
  border:1px solid #d6d6d6;
  border-radius:0px;
  font-size:20px;
}
.article .image-area{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  float: none;
}
.article .image-area img{
  width:100%;
}
.article .special-discount .image-area{
  width:50%;
  float:right;
}
.article .container{
  padding-right: 35px;
}
.lokali .image-area{
  width:35%;
  float:left;
}
.article .summary{
  font-size:40px;
}
.article .body .image-area .flag{
  width: 120px;
  position: absolute;
  bottom: 0px;
  left: 43px;
}
.article .body .image-area .flag img{
  width:100%;
}
.article .body .text{
  padding:0px 30px 0px 30px;
}
.article .body .text, .article .body .text p{
  font-size: 25px;
  line-height: 40px;
  font-family: 'Brcher-Book';
  color: #145222;
  padding-top: 26px;
}
.lokali .body .text{
  width: 50%;
  float: left;
  margin-left: 20px;
}
/* END OF static pages styles */

/* Login Styles */
#login input{
    color:#333;
}
.registration .row{
  padding:0px 30px 0px 30px;
}
.registration .row h1{
  font-size:60px;
}
.registration .description{
  color:#333c44;
  font-family: 'Brcher-Book';
  font-size:25px;
  margin-bottom:50px;
}
.registration form label{
  color:#333c44;
  font-size:20px;
  display:block;
  font-weight:normal;
  font-family: 'Brcher-Bold';
}

.registration form input{
  color:#333c44;
  font-size:14px;
  display:block;
  font-weight:normal;
  font-family: 'robotoregular';
  width:100%;
  height:30px;
  border:1px solid #b9b9b9;
  padding-left:10px;
  border-radius:0px;
}
.registration form .anyway{
  margin: 5px 0px 5px 0px;
}
.registration form .anyway input{
  display:inline-block;
  width:auto;
  height:auto;
  margin: 0px 5px 1px 0px;
}
.registration form .styled_select{
  width:100%;
}
.registration form .styled_select select{
  color:#333c44;
  font-size:14px;
  font-weight:normal;
  font-family: 'robotoregular';
}
.registration .btn-success {
  background-color: #93c62c;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  font-family: 'Brcher-Bold';
  border: 0px none;
  width: 100%;
  padding: 5px 0px 5px 0px;
  height: auto;
  text-transform: uppercase;
}
.registration .btn-success:hover {
  background-color: #7cbe31;
  
}
.registration .map{
  padding-left:110px;
}
.registration h3{
  color:#333c44;
  font-size:20px;
  display:block;
  font-weight:normal;
  font-family: 'Brcher-Bold';
  margin:0px;
  padding:0px 0px 10px 0px;
}
#google-map{
  width:100%;
  height:475px;
  border:3px solid #838383;
}
.registration .address{
  position:relative;
}
.registration .errorMsg{
  color: #ff0000;
  font-family: 'Brcher-Book';
  font-size: 17px;
  text-align: center;
  display: block;
}
.registration .smalleMsg{
  color: #ff0000;
  font-family: 'Brcher-Book';
  font-size: 11px;
  display: block;
}
.info-bubble{
  background:transparent url(../images/question.png);
  width:15px;
  height:15px;
  display:inline-block;
  vertical-align:middle;
  margin-left:20px;
  margin-bottom: 2px;
}

/* END OF Login Styles */
/* Footer styles */
.footer .container{
  text-align:center;
  padding-bottom:20px;
  padding-top:10px;
}
.footer .container h4{
  font-size:17px;
  color:#031700;

}
.footer .container ul{
  list-style-type:none;
  padding:0px;
  margin:0px;
}
.footer .container ul li{
  display:inline-block;
  margin-right:5px;
}
.footer .container ul li a{
  text-indent:-99999px;
  display:inline-block;
  width:27px;
  height:26px;
}

.footer .container ul li.linkedin a{
  background:transparent url(../images/linkedin.png) no-repeat top left;
}
.footer .container ul li.twitter a{
  background:transparent url(../images/twitter.png) no-repeat top left;
}
.footer .container ul li.youtube a{
  background:transparent url(../images/youtube.png) no-repeat top left;
  width:28px;
}
.footer .container ul li.facebook a{
  background:transparent url('../images/facebook.png') no-repeat center;
}

.footer .container .leaf-logo{
  background:transparent url(../images/footer-leaf.png) no-repeat top left;
  width:384px;
  height:41px;
  display:inline-block;
  margin:10px 0px 15px 0px;
  text-indent:-9999px;
}
/* END OF Footer styles */
/* Admin interface styles */
.select2-container{
    padding:0px;
}
.select2-container .select2-choices {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 6px 0px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container .select2-choices .select2-search-choice {
    margin-top:5px;
}
table.dataTable tr.odd {
    background-color: transparent;
}
table.dataTable tr.odd td.sorting_1, table.dataTable tr.even td.sorting_1 {
    background-color: transparent;
}
.admin .h-part{
    padding:10px 0px 20px 0px;
}
.admin h1{
    display:inline-block;
    vertical-align: middle;
    margin:0px;
}
.admin .btn-success{
    display:inline-block;
    vertical-align: middle;
    margin-left:15px;
}
.form-group .image{
    padding:10px 0px 0px 0px;
}


/* END OF Admin interface styles */

/* Ordering system styles */
.top-area {
    text-align:center;
    padding:7px 0px 7px 0px;
    background: rgb(210, 218, 217); /* The Fallback */
    background: rgba(218, 226, 228, 0.5);
    color:#333c44 !important;
    margin-bottom:40px;
}
.top-area h2{
    margin:0px;
    display:inline-block;
    font-size:20px;
    font-family: 'Brcher-Bold';
    vertical-align: middle;
}
.top-area select{
    margin:0px;
    display:inline-block;
    font-size:20px;
    font-family: 'Brcher-Bold';
    padding:3px 0px 3px 0px;
    margin-left:10px;
}
span.date {
  display:block;
}
.table-totalprice {
  width:540px;
  float:right;
  list-style-type:none;
  padding:20px 30px 100px 0px;
  min-height:100px;
}
.table-totalprice li{
  text-align:right;
  display:block;
  font-family: 'Brcher-Bold';
  height:40px;
  line-height:38px;
  float:left;
  margin:5px 0px 5px 0px;
}
.table-totalprice li.right{
  width:32%;
  font-size:30px;
  padding-right:20px;
}
.table-totalprice li.left{
  width:67%;
  font-size:20px; 
}
.table-totalprice li.green{
  color:#31aa3a;
}
.table-totalprice li.red{
  color:#eb4332;
}
.table-totalprice li.bg{
  background: rgb(210, 218, 217); /* The Fallback */
  background: rgba(218, 226, 228, 0.5);
}
.small_checkbox, .big_checkbox{
  display:inline-block;
}
.big_checkbox input[type="checkbox"] {
    display:none;
}
.big_checkbox input[type="checkbox"] + label {
    display:inline-block;
    width:30px;
    height:35px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/big_check.png) no-repeat 0px 2px;
    cursor:pointer;
}
.big_checkbox input[type="checkbox"]:checked + label {
    background:url(../images/big_check.png) no-repeat -35px 3px;
}
#ordering-table .table tr.off .big_checkbox input[type="checkbox"]:checked + label {
    background:url(../images/big_check.png) no-repeat -69px 3px;
}

.small_checkbox input[type="checkbox"] {
    display:none;
}
.small_checkbox input[type="checkbox"] + label {
    display:inline-block;
    width:14px;
    height:13px;
    margin:-1px 3px 0 0;
    vertical-align:middle;
    background:url(../images/small_check.png) no-repeat 0px 0px;
    cursor:pointer;
}
.small_checkbox input[type="checkbox"]:checked + label {
    background:url(../images/small_check.png) no-repeat -18px 0px;
}

.order-interval span{
  font-weight: bold;
}

.styled_select {
  display:inline-block;
  background:#fff url(../images/select_arrow.gif) no-repeat 96% center;
  border:1px solid #b9b9b9;
  overflow:hidden;
  height:30px;
  vertical-align: middle;
}

.styled_select select {
  border:0px none;
  width:130%;
  font-family: 'Brcher-Bold';
  font-size:16px;
  height:30px;
  text-align:center;
  vertical-align:middle;
  background:transparent;
  padding:0px 15px 0px 15px;
  margin:0px;
}
.styled_select select option{
  text-align:center;
}

.styled_select.buttons {
  display:inline-block;
  background:transparent;
  border:none;
  overflow:visible;
  height:auto;
  vertical-align: middle;
}

.buttons select,
.styled_select.buttons select {
  border:0px none;
  width:100%;
  font-family: 'Brcher-Bold';
  font-size:16px;
  height:auto;
  text-align:left;
  vertical-align:middle;
  background:transparent;
  /*padding:0px 15px 0px 15px;*/
  margin:0px;
  overflow: visible;
}
.styled_select.buttons select option{
  text-align: center;
  font-family: 'Brcher-Bold';
  border: 1px solid;
  border-color: #ddd #555 #555 #ddd;
  background: #aaa;
  width: 100%;
  padding: 3px 15px;
  margin-bottom: 5px;
}

.buttons button,
.styled_select.buttons button{
  text-align: center;
  font-family: 'Brcher-Bold';
  border: 1px solid;
  border-color: #ddd #555 #555 #ddd;
  background: #7cbe31;
  width: 100%;
  padding: 3px 15px;
  margin-bottom: 5px;
  color: #fff;
  max-width: 180px;
}
.buttons button:nth-of-type(2n) {
	background: #eb4332;
	color: #fff;
}
.off .buttons button,
.off .styled_select.buttons button{
  border-color: #ddd #555 #555 #ddd;
  background: #bbb;
}
.styled_select.buttons select option:hover,
.off .styled_select.buttons select option:hover{
	cursor: pointer;
}
.buttons button:hover,
.styled_select.buttons button:hover{
	cursor: pointer;
}
.off .buttons button:hover,
.off .styled_select.buttons button:hover{
	cursor: default;
}
tr.deactivated {
  background-color: #e3b7b2;
}
tr.locked {
  background:rgba(147, 198, 44, 0.5);
}

p.noDelivery{
  font-size: 25px;
  font-weight: bold;
}
table.print .food span,  table.print .sidedishes span{
  margin:0px 5px 0px 0px;
}
table.print td h4{
  margin:10px 0px 0px 0px;
}
#ordering-table .table {
  color:#333c44 !important;
}
#ordering-table .table td{
  padding:40px 0px 40px 0px;
  border:0px none;
  background:transparent url(../images/dotted_border.gif) repeat-x bottom left;
  vertical-align: middle;
  text-align:center;
  height:150px;
  position: relative;
}
#ordering-table .table td span#menuName{
	font-family: 'Brcher-Bold';
	font-size: 16px;
	cursor: default;
	margin-bottom: 10px;
	display: inline-block;
}
#ordering-table .table tr.off td span#menuName,
#ordering-table .table tr.off .food-list {
	display: none;
}
#ordering-table .table td .guerl-msg{
  display: block;
  font-size: 16px;
  color: #eb4332;
}
#ordering-table .table td span.info-message {
	padding: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
	width: 100%;
	background: white;
	border: 1px solid #bbb;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
#ordering-table .table td span.info-message.visible {
	padding: 10px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
	width: 100%;
	background: white;
	border: 1px solid #bbb;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s linear;
}
#ordering-table .table td div#want-message-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}
#ordering-table .table td div#want-message-overlay.visible {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s linear;
}
#ordering-table .table td div#want-message-overlay div.want-message-background {
	position: absolute;
	height: 90%;
	top: 5%;
	right: 30px;
	background: white;
	border: 1px solid #bbb;
	z-index: 10;
	text-align: center;
	width: 340px;
	padding: 43px;
}
#ordering-table .table td div#want-message-overlay div.want-message-background.extra {
	width: 500px;
	padding: 25px;
}
#ordering-table .table td div#want-message-overlay * {
	font-size: 20px;
}
#ordering-table .table td div#want-message-overlay span.close-button {
	position: absolute;
	top: 5px;
	right: 7px;
	font-size: 20px;
}
#ordering-table .table tr.on td div#want-message-overlay span.close-button:hover {
	cursor: pointer;
}
#ordering-table .table td.day{
  text-align:center;
}
#ordering-table .table td.day h4{
  font-size: 15px;
  margin: 0px;
}
#ordering-table .table td.day label{
  margin-right:0px;
  line-height: 20px;
  padding:0px;
}
#ordering-table .table td.switch label{
  margin-right:0px;
  line-height: 20px;
  padding:0px;
  height: auto;
  width: auto;
  text-align: center;
font-family: 'Brcher-Bold';
border: 1px solid;
}
#ordering-table .table tr.on td.switch label{
cursor: pointer;
}
#ordering-table .table td.switch label.on-button {
	display: block;
  padding: 5px 10px;
  background: #ccc;
  border-color: #ddd #555 #555 #ddd;
  margin: 5px;
}
#ordering-table .table td.switch label.off-button {
  display: none;
  padding: 5px 10px;
  background: #f55;
  border-color: #fcc #a22 #a22 #fcc;
  margin: 5px;
}
#ordering-table .table td.switch input:checked ~ label.on-button {
	display: none;
}
#ordering-table .table td.switch input:checked ~ label.off-button {
	display: block;
}
#ordering-table .table td.day span{
  margin-top:5px;
  padding:0px;
  font-family: 'Brcher-Bold';
  font-size:20px;
  line-height: 20px;
  vertical-align: middle;
}
#ordering-table .table td.day span.date{
  font-size: 15px;
}

#ordering-table .table td .food-list a{
  font-family: 'Brcher-Bold';
  font-size:16px;
  cursor: default;
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 0px 0 5px;
  overflow: hidden;
}
#ordering-table .table td .food-list a:last-of-type{
	border: none;
}
#ordering-table .table td .food-list a span {
	  font-weight: bold;
  font-size: 16px;
  cursor: default;
  float: left;
  position: relative;
  z-index: 2;
  background: #FCFBFA;
  padding: 0 5px;
}
#ordering-table .table td .food-list a span.dots{
	display: block;
	/*border-bottom: 2px dotted black;*/
    line-height: 16px;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
}

#ordering-table .table td .food-list a span.price {
  font-family: 'Brcher-Bold';
  font-size:16px;
	font-weight: bold;
	float: right;
}
#ordering-table .table th{
  font-size:20px;
  font-family: 'Brcher-Bold';
  padding:10px 0px 10px 0px;
  margin:0px;
  border:0px none;
  border-bottom:2px solid #333c44;
  font-weight:normal;
  text-align:center;
  vertical-align: middle;
}
#ordering-table .table th.smaller{
  font-size:14px;
}
#ordering-table .table tr td .addr{
  font-family: 'Brcher-Bold';
  font-size:14px;
  margin-top:5px;
  display:block;
}
#ordering-table .table tr td .price-strip em{
  font-family: 'Brcher-Bold';
  font-size:24px;
  font-style: normal;
}
#ordering-table .table tr td .price-strip{
  font-family: 'Brcher-Bold';
  font-size:24px;
  font-style: normal;
}
#ordering-table .table tr td .price-strip .old{
  display:block;
  font-family: 'Brcher-Bold';
  font-size:16px;
}
#ordering-table .table tr td .price-strip .green{
  display:block;
  font-size:16px;
  font-family: 'Brcher-Bold';
  line-height: 13px;
  color:#31aa3a;
}
#ordering-table .food-off{
  visibility:hidden;
}
#ordering-table .table tr.off .styled_select{
  background:#fff url(../images/select_arrow_off.gif) no-repeat 96% center;
}
#ordering-table .table tr.off .styled_select.buttons{
  background:transparent;
}
#ordering-table .table tr.off .styled_select select, #ordering-table .table tr.off td.day .checkbox span, #ordering-table .table tr.off td .addr, #ordering-table .table tr.off td .price-strip{
  color:#9c9c9c;
}

#cancel-pop-up,
#submit-pop-up,
#submit-error-pop-up {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 50px;
	background: white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
	z-index: 500;
	width: 350px;
	margin-left: -175px;
	margin-top: -107px;
}

#submit-pop-up {
	width: 380px;
	margin-left: -190px;
	margin-top: -83px;
}


#submit-error-pop-up {

}

#cancel-pop-up .closer,
#submit-pop-up .closer,
#submit-error-pop-up .closer {
    position: absolute;
	right: -30px;
	top: -20px;
	font-size: 70px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #F15B40;
	line-height: 50px;
	text-align: center;
	color: white;
}

#cancel-pop-up p,
#cancel-pop-up p span,
#submit-pop-up p,
#submit-error-pop-up p {
  font-size: 20px;
  font-family: 'Brcher-Bold';
  text-align: center;
}

#cancel-pop-up p span {
	color: #54E447;
}

#cancel-pop-up button {
  text-align: center;
  font-size: 25px;
  font-family: 'Brcher-Bold';
  border: 1px solid;
  border-color: #ddd #555 #555 #ddd;
  width: 100%;
  padding: 3px 15px;
  margin-bottom: 5px;
  background: #eb4332;
  color: #fff;
}

#overlay-row td {
  position:relative;
  height:1px;
  line-height:0px;
}

#overlay {
  position:absolute;
  top:0px;
  left:0px;
  background-color:transparent;
  width:100%;
  height:100%;
}

#overlay-image {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-16px;
  margin-top:-16px;
  
  width:32px;
  height:32px;
}
#darker {
  width:100%;
  height:100%;
  background: rgb(158, 158, 158); /* The Fallback */
  background: rgba(0, 0, 0, 0.4);
  position:absolute;
  top:0px;
  left:0px;
  z-index:30;
}


#order-special {
  position:absolute;
  background-color:#fff;
  width:94%;
  margin-left:-47%;
  top:300px;
  left:50%;
  padding:70px 45px 0px 45px;
  min-height:560px;
  z-index:30;
  margin-bottom: 70px;
}

#order-special .header {
  margin:0px;
  padding: 20px 10px 0px 10px;
  text-align:center;
  position:absolute;
  left:50%;
  margin-left:-185px;
  top:-10px;
  width:370px;
  height:80px;
  background:transparent url(../images/edit_order_sticker.png) no-repeat center center;
  font-size:30px;
  font-family: 'Brcher-Bold';
  color:#fff;
}

#order-special .button-area{
  padding:30px 0px 20px 0px;
}
#order-special .button-area .fLeft{
  float:left;
}
#order-special .button-area .central{
  margin-left:15%;
}
#order-special .button-area .fRight{
  float:right;
}
#order-special .button-area:after, #order-special .button-area:before{
  content: " ";
  display: table;
  clear:both;
}

#order-special .body{
  position:relative;
  
}
#order-special .body span.closer{
  display: inline;
  position: absolute;
  right: -70px;
  top: -90px;
  font-size: 80px;
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #F15B40;
  line-height: 78px;
  text-align: center;
  color: white;
}

#order-special .body p.emp{
  padding-top:20px;
  color:#031700;
  font-size:24px;
  font-family: 'Brcher-Book';
}
#order-special .body p.emp strong{
  color:#1d4720;
  font-size:24px;
  font-family: 'Brcher-Bold';
  font-weight:normal;
}

#order-special .body h3{
  font-size:27px;
  text-align:center;
  font-weight:bold;
  margin:45px 10px 20px 10px;
  max-width: 845px;
}

#order-special .body h3 button{
  float: right;
}

#order-special .body .notice{
  color:#031700;
  font-size:18px;
  font-family: 'Brcher-Book';
  margin-top:10px;
}

#order-special .body h2#total-price{
  width:310px;
  position:absolute;
  right:10px;
  top:0px;
  color:#333c44;
  font-size:20px;
  font-family: 'Brcher-Medium';
  font-weight:normal;
  text-align:left;
  border-left:1px dotted #031700;
  padding:0px 20px 0px 20px;
}
#order-special .body h2#total-price.floating{
	position: fixed;
	top: 10px;
	right: 95px;
}
#order-special .body h2#total-price span.total-price-title{
	font-weight: bold;
	font-size: 25px;
}
#order-special .body h2#total-price span.price{
  display:block;
  margin-top: 13px;
  width:50%;
  color:#333c44;
  font-size:20px;
  font-family: 'Brcher-Medium';
  font-weight:normal;
  text-align:left;
  float:left;
}
#order-special .body h2#total-price em{
  display:block;
  width:50%;
  float:left;
  color:#1d4720;
  font-size:40px;
  font-family: 'Brcher-Bold';
  font-weight:normal;
  font-style:normal;
  text-align:right;
}
#order-special .body h2#total-price button{
  margin-top:30px;
  background-color:#1d4721;
}
#order-special .body h2#total-price span.warning{
  display:block;
  font-size:15px;
  color:#ff0000;
  margin-top:10px;
}
#order-special .body .meals-body{
  max-height:580px;
  max-width:845px;
}

#order-special .body .meals-body article{
  height:275px;
  width:270px;
  float:left;
  margin:0px 10px 15px 0px;
  overflow:auto;
  padding:5px;
  background-color:#deeebf;
}
#order-special .body #sidedishes-body article{
  background-color:#f1e8de;
}
#order-special .body .meals-body article h4{
  font-size:24px;
  margin:5px 5px 10px 5px;
  font-weight:bold;
}
#order-special .body .meals-body article:nth-child(even) {background: #eff7e0}
#order-special .body #sidedishes-body article:nth-child(even) {background: #e3d1bd}
#order-special .body .meals-body article.last{
  margin:0px 0px 15px 0px;
}
#order-special .body .meals-body article .meals{
  padding:0px 5px 0px 5px;
}
#order-special .body .meals-body article .meals h5{
  font-size: 24px;
  margin: 30px;
}

#order-special .body .meals-body article p{
  display:block;
  font-size:13px;
  font-family:Arial;
  padding:7px 0px 7px 0px;
  border-bottom:1px solid #fff;
  font-weight:normal;
  margin:0px;
}
#order-special .body .meals-body article p.nob{
  display:inline-block;
  font-size:13px;
  font-family:Arial;
  padding:7px 0px 7px 0px;
  border-bottom:0px none;
  font-weight:normal;
  margin:0px 3px 0px 0px;
}
#order-special .body .meals-body article p:before, #order-special .body .meals-body article p:after{
  content: " ";
  display: table;
  clear:both;
}
#order-special .body .meals-body article p span{
  display:inline-block;
  font-family:'Arial';
}
#order-special .body .meals-body article p span.left{
  width:170px;
  vertical-align: top;
  line-height: 15px;
  margin-right:5px;
  min-height: 24px;
  line-height: 21px;
}
#order-special .body .meals-body article p span.right{
  width:40px;
  display:inline-block;
  text-align: right;
}
#order-special .body .meals-body article p span.right input{
  display: none;
}

#order-special .body .meals-body article p.activated span.left{
  width:130px;
  height:auto;
}
#order-special .body .meals-body article p.activated span.right{
  width:80px;
}
#order-special .body .meals-body article p.activated span.right input{
  display:inline;
}
#order-special .body .meals-body article p em.price{
  font-size:13px;
  font-weight:bold;
  font-style:normal;
  font-family:Arial;
  display:inline-block;
}
#order-special .body .meals-body article p input.number{
  /*display:inline;*/
  width:35px;
  height:23px;
  vertical-align:middle;
  margin-right:5px;
  padding: 2px 0px 3px 3px;
  border: 1px solid #b9b9b9;
  border-radius:0px;
}
#order-special .body .meals-body article p input.checkbox{
  display:inline;
  margin:2px 7px 0px 0px;
  height:auto;
  width:auto;
  vertical-align:top;
  min-height:initial;
}
.mt-listings, .mt-slistings{
  display:inline-block;
  width:auto;
  color:#333c44;
}
.tooltip p, .tooltip span, .tooltip strong{
  font-size:12px !important;
}
.order-message {
  text-align:center;
  padding-bottom:25px;
}
.order-message h1{
  font-size:60px;
  font-family: 'Brcher-Bold';
  margin:0px 0px 25px 0px;
}
.order-message p{
  font-size:25px;
  font-family: 'Brcher-Book';
  padding:0px 200px 0px 200px;
}
.order-message p strong{
  font-size:25px;
  font-family: 'Brcher-Bold';
}

.btn_order_edit {
  text-indent:-9999px;
  width:38px;
  height:38px;
  background:transparent url(../images/edit_order.png) no-repeat top left;
  border:0px none;
}
.btn_order_edit + span {
	position: absolute;
	width: 90%;
	z-index: 10;
	background: white;
	border: 1px solid #bbb;
	left: 5%;
	top: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.5s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.5s;
}
.btn_order_edit:hover + span {
	opacity: 1;
	-webkit-transition: opacity 0.5s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.5s;
}
.btn_order_disabled {
  text-indent:-9999px;
  width:38px;
  height:38px;
  background:transparent url(../images/edit_order_disabled.png) no-repeat top left;
  border:0px none;
}
.button-area .btn-danger {
  border:0px none;
  background:#eb4332 none;
  width:270px;
  height:40px;
  font-size:14px;
  font-family: 'Brcher-Bold';
  text-align:center;
  color:#fff;
  line-height:28px;
  border-radius:0px;
}
.btn-success {
  border:0px none;
  background:#7cbe31 none;
  width:270px;
  height:40px;
  font-size:14px;
  font-family: 'Brcher-Bold';
  text-align:center;
  color:#fff;
  line-height:28px;
  border-radius:0px 0px 0px 0px;
}
.button-area .btn-primary {
  border:0px none;
  background:#1d4720 none;
  width:270px;
  height:40px;
  font-size:14px;
  font-family: 'Brcher-Bold';
  text-align:center;
  color:#fff;
  line-height:28px;
  border-radius:0px 0px 0px 0px;
}
/* END OF Ordering system styles */

/* Static sites styles */
#delivery-box {
  width: 210px;
  float: left;
  padding-left:30px;
}
#delivery-box a{
  display:inline-block;
  margin-right:10px;
}
#delivery-box input{
  padding-left:10px;
  font-size: 17px;
}
#basket {
  padding:10px 0px 10px 0px;
  border-bottom:2px solid #333c44;
  margin-bottom:15px;
}
#basket .b-item{
  display:block;
  padding:10px 0px 10px 0px;
  border-bottom:1px solid #999999;
}
#basket .b-item .b-item{
  display:block;
  padding:10px 0px 5px 20px;
  border-bottom:0px none;
}
#basket .b-item .b-item span{
  font-size:13px;
}
#basket .b-item .b-item span.remover{
  font-size:20px;
}
#basket .last{
  border-bottom:0px none;
}
#basket .b-item .remover{
  display: inline-block;
  width: 3%;
  color: #ec4231;
  font-size: 26px;
  line-height: 8px;
  cursor: pointer;
}
#basket .b-item .name{
  display:inline-block;
  width:78%;
  font-size:16px;
  color:#031700;
  padding: 0px 10px 0px 10px;
}
#basket .b-item .pricer{
  display:inline-block;
  width:19%;
  font-size:16px;
  color:#031700;
  text-align:right;
}
.row h1{
  text-align:center;
  color:#031700;
  font-size:40px;
  font-family: 'Brcher-Bold';
  font-weight:normal;
  margin:10px 0px 25px 0px;
  padding:0px 0px 0px 0px;
}

.nouser-orders .ordering{
  width:1274px;
  height:360px;
  position:relative;
  padding-left:40px;
  margin-bottom:70px;
}
.nouser-orders .ordering img{ 
  width:100%;
  position:absolute;
  z-index:1;
  top:0px;
  left:0px;
}
.nouser-orders .ordering a{ 
  width:23%;
  height:80%;
  position:relative;
  z-index:3;
  float:left;
  margin:35px 20px 0px 0px;
  border-radius:50%;
  text-decoration: none;
  text-align:center;
  padding:86px 20px 0px 25px;
}
.nouser-orders .ordering a span{ 
  display:block;
}
.nouser-orders .ordering a span.big{ 
  color:#fff;
  font-size:50px;
  font-family: 'Brcher-Bold';
  font-weight:normal;
  line-height:38px;
}
.nouser-orders .ordering a span.medium{ 
  color:#fff;
  font-size:30px;
  font-family: 'Brcher-Book';
  font-weight:normal;
  line-height:30px;
}
.nouser-orders .ordering a span.small{ 
  color:#1d4720;
  font-size:16px;
  font-family: 'Brcher-Medium';
  font-weight:normal;
  line-height:45px;
}

.pricelist h1 {
  margin-bottom:0px;
}
.pricelist .red-btn {
  border: 0px none;
  background: #eb4332 none;
  width: 270px;
  height: 40px;
  font-size: 14px;
  font-family: 'Brcher-Bold';
  text-align: center;
  color: #fff;
  line-height: 38px;
  border-radius: 0px;
  display:block;
  margin:20px auto 10px auto;
}
.pricelist .red-btn:hover {
  text-decoration:none;
}
.pricelist .item-wrapper {
  padding:0px 60px 100px 30px;
}
.pricelist .item-wrapper:after, .pricelist .item-wrapper:before{
  content: " ";
  display: table;
  clear:both;
}
.pricelist .item-wrapper .item{
  width:366px;
  margin-right:50px;
  float:left;
  margin-top:40px;
  border-bottom:3px solid #93c62c;
  
}
.pricelist .item-wrapper .item:nth-child(3n+1){
  clear:left;
}
.pricelist .item-wrapper .item:nth-child(3n+3){
  margin-right:0px;
}
.pricelist .item-wrapper .item h3{
  color: #333c44;
  margin: 0px 0px 0px 0px;
  padding: 10px 40% 10px 0px;
  font-size: 30px;
  font-family: 'Brcher-Bold';
  font-weight: normal;
  border-bottom: 3px solid #93c62c;
  position: relative;
  height: 120px;
  display: table;
  width: 100%;
}
.pricelist .item-wrapper .item h3 a{
  color: #333c44;
  font-weight: bold;
  display: table-cell;
  vertical-align: bottom;
}
.pricelist .item-wrapper .item h3 span.imager{
  display:block;
  position:absolute;
  right:0px;
  bottom:0px;
  z-index: 10;
}
.pricelist .item-wrapper .item h3 span.imager img{
  width:170px;
}
.pricelist .item-wrapper .item .foods{
  height:275px;
  overflow:auto;
}
.pricelist .item-wrapper .item .foods ul{
  list-style-type:none;
  margin:0px;
  padding:0px;
  padding-right:5px;
}
.pricelist .item-wrapper .item .foods ul li{
  display:block;
  margin:0px;
  padding:10px 0px 10px 0px;
  border-bottom:1px solid #b9bbba;
}
.pricelist .item-wrapper .item .foods ul li strong{
  width:70%;
  display:inline-block;
  vertical-align:middle;
  font-family: Arial;
  font-size:16px;
  font-weight:normal;
  font-family: 'robotolight';
}
.pricelist .item-wrapper .item .foods ul li span{
  width:29%;
  display:inline-block;
  vertical-align:top;
  font-family: Arial;
  font-size:16px;
  font-weight:bold;
  text-align:right;
  font-family: 'robotobold';
}

#CDSWIDSTICKER {
	position: relative;
	left: 50%;
	margin-left: -87px !important;
}
/* End Static sites styles */

@media (max-width:1310px){
  
  .container{width:996px}
  header.navbar ul.nav {
    background-size: 99%;
  }
  header.navbar ul.nav li {
    padding: 10px 0px 10px 0px;
    width: 167px;
  }
  header.navbar ul.nav li a {
    font-size: 21px;
  }
  header.navbar ul.nav li.red-item {
    padding: 15px 0px 0px 0px;
    width: 282px;
  }
  header.navbar ul.nav li.red-item a span {
    font-size: 31px;

    margin-top: -16px;
  }	
  .vertical-line{
    display:none;
  }
  .col-lg-4{
    width:33%;
    float:left;
  }
  .jumbotron .gallery img{
    width:100%;
  }
  .jumbotron .gallery .cook-image{
    position:absolute;
    z-index:100;
    top:-25px;
    right:0px;
    height:100%;
    width:auto;
  }
  .jumbotron .gallery .cook-text{
    top: 119px;
    right: 70px;
    font-size:16px;
  }
  header.navbar ul.nav li ul.dropdown-list li a {
    font-size: 18px;
  }
  header.navbar ul.nav li ul.dropdown-list {
    width: 250px;
    margin-top:10px;
  }
  .pricelist .item-wrapper .item {
    width: 285px;
    margin-right: 25px;
  }
  .pricelist .item-wrapper .item .foods ul li span {
    width: 28%;
    font-size: 15px;
  }
  .pricelist .item-wrapper .item .foods ul li strong {
    font-size: 15px;
  }
  .pricelist .item-wrapper .item h3 {
    font-size: 26px;
    padding: 11px 50% 10px 0px;
  }
  .pricelist .item-wrapper .item h3 span.imager img {
    width: 152px;
  }
  .article .row h1, .static .row h1 {
    font-size: 46px;
  }
  .article .row ul.buttons li {
    width: 24.7%;
  }
  .nouser-orders .ordering img {
    width: 100%;
  }
  .nouser-orders .ordering a {
    width: 22.6%;
  height: 70%;
  padding: 57px 20px 0px 27px;
  }
  .nouser-orders .ordering a span.big {
    font-size: 37px;
    line-height: 33px;
  }
  header.navbar ul.nav li ul.dropdown-list li.last div.smali {
    left: 210px;
    padding-left: 30px;
  }
  #delivery-box {
    width: 250px;
    float: left;
    padding-left: position;
    position: absolute;
    background-color: white;
    left: 43%;
    padding: 0px 20px 0px 20px;
  }
  .styled_select.smaller select {
    border: 0px none;
    width: 130%;
    font-family: 'Brcher-Bold';
    font-size: 12px;
    height: 30px;
    text-align: left;
    vertical-align: middle;
    background: transparent;
    padding: 0px 15px 0px 6px;
    margin: 0px;
  }
  #order-special .body h2#total-price {
    width: 270px;
  }
  #order-special .body h2#total-price span.price {
    font-size: 17px;
  }
  #order-special .body h2#total-price em {
    font-size: 37px;
  }
  header.navbar .header-top .intro-text {
  font-family: 'chunkfive';
  width: 300px;
  color: #eb4332;
  float: left;
  font-size: 32px;
  margin-left: 16px;
  height: 110px;
  text-indent: -100000px;
  margin-top: 4px;
  }
  .article {
    padding: 0px 15px 100px 15px;
  }
  .ribs-transparent .question {
    margin-left: 23px;
  }
  .ribs-transparent {
    padding: 65px 37px 65px 0px;
  }
  .nouser-orders .ordering {
    width: 996px;

  }
  .registration {
    padding: 0px 0px 100px 0px;
  }
  .registration .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  #order-special .body .meals-body {
    max-height: 580px;
    max-width: 600px;
  }
  #order-special .body .notice {
    width: 70%;
  }
  #basket .b-item .name {
    font-size: 15px;
  }
}

@media (max-width:996px){
  
  .container{width:996px}
  .jumbotron .gallery{
    overflow:hidden;
  }
  .jumbotron .gallery img{
    width:1000px;
  }
  .jumbotron .gallery .cook-image{
    position:absolute;
    z-index:100;
    top:-25px;
    right:0px;
    height:auto;
    width:444px;
  }
  .jumbotron .gallery .cook-text{
    position:absolute;
    width: 185px;
    height: 300px;
    padding: 20px;
    top: 75px;
    right: 210px;
    z-index:102;
    color:#fff;
    line-height:20px;
    text-align:center;
    font-size:12px;
  }
}

@media (max-width:750px){
  
  .container{width:550px}
  .col-lg-4{
    width:100%;
    float:none;
    margin-bottom:20px;
  }
}

@media (max-width:550px){
  
  .container{width:320px}
  
}

.sf-toolbar {
	display: none !important;
}