/*====================================================
11 STUDIO style sheet file
====================================================*/
/* BREAKPOINTS
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width: 1200px){}

*/
/*======================== MAIN SETTINGS ============================*/

/*===  FONTS  ===*/
/*font-family: 'Shadows Into Light Two', cursive;*/
/*font-family: 'Source Sans Pro', sans-serif;*/
/*font-family: 'Source Sans Pro', sans-serif;*/
/*font-family: 'kg_ten_thousand_reasonsRg;*/
/*===============*/

@font-face {
    font-family: 'kg_ten_thousand_reasonsRg';
    src: url('../fonts/KGTenThousandReasons-webfont.woff2') format('woff2'),
        url('../fonts/KGTenThousandReasons-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kg_ten_thousand_reasons_altRg';
    src: url('../fonts/KGTenThousandReasonsAlt-webfont.woff2') format('woff2'),
        url('../fonts/KGTenThousandReasonsAlt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    z-index: 10;
}

html{
    font-size: 62.5%;
}
body{
    text-align: center;  
    line-height: 1.2em;
    font-size: 1em;
}
p{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
a{
    color: #89BF29;
    text-decoration: underline;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}
a:hover, a:active, a:focus{
    text-decoration: none;
    color: #89BF29;
}

.bootbox-body {
    font-size: 16px;
}

.modal {
    z-index: 9999!important;
}

ol li {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5em;
}
img{
    max-width: 100%;
    height: auto;
}
/*======================== END MAIN SETTINGS ============================*/

/*======================== HELPERS ============================*/
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.text_justify{
    text-align: justify;
}
.text_center{
    text-align: center;
}
.hide_field{
    display: none;
}
.noTextDec{
    text-decoration: none;
}
/*======================== END HELPERS ============================*/

/*======================== PAGINATOR ============================*/
ul.paginator{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;  
}
ul.paginator li {
    list-style: none;
    float: none;
    display: inline-block;
}
ul.paginator a{
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-decoration: none;
    background: #fff;
    text-align: center;
    margin: 0 5px 0 0;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #9DC51D;
}
ul.paginator a:hover{
    background: #9DC51D;
    color: #fff;
}
ul.paginator .active{
    background: #9DC51D;
    color: #fff;
}
ul.paginator span{
    display: block;
    float: left;
    padding:20px 5px 0 0; 
}
/*======================== END PAGINATOR ============================*/

/*======================== BXSLIDER ============================*/
.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
    background: none !important;
}
/*======================== END BXSLIDER ============================*/

/*======================== TABLES ============================*/
table{
    width: 100%;
    color: #000;
}
table.order{
    margin: 40px auto;
}
tr{
    background: transparent;
}
table.order p{
    margin-bottom: 0;
}
/*======================== END TABLES============================*/

/*======================== TINY MCE RESPONSIVE FEATURES============================*/
.one-thirty, .one-half, .one-all{
    width: 100%;
    text-align: center !important;
}
@media (min-width: 768px){
    .one-thirty{
        width: 33.33%;
        float: left;
    } 
    .one-half{
        width: 50%;
        float: left;
    } 
    .one-all{
        width: 100%
    }
}
/*======================== END TINY MCE RESPONSIVE FEATURES============================*/

/*======================== UI Loading ============================*/
.loading-message {
    display: inline-block;
    min-width: 125px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}
.loading-message.loading-message-boxed {
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.loading-message > span {
    line-height: 20px;
    vertical-align: middle;
}

.page-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125px;
    margin-left: -50px;
    margin-top: -30px;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #eee;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading > span {
    line-height: 20px;
    vertical-align: middle;
}
/*======================== END UI Loading ============================*/

/*======================== GALLERY ============================*/
div.gallery{
    text-align: center;
    padding: 10px;
}
div.gallery a {
    border: 1px solid transparent;
    display: inline-block;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    position: relative;
    width: 200px;
}
div.gallery a img{
    margin: -100% -100%;
    vertical-align: middle; 
}
@media (min-width: 768px){
    div.gallery a.wide{
        width: 400px;
    }
}
div.gallery a.wide img{
    margin: -100% 0;
}
div.gallery .picture_name{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    display: table;
}
div.gallery .picture_name span{
    font-family: sans-serif;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1em;
    font-size: 1.2em;
    opacity: 0;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    padding-right: 30px;
}
div.gallery a:hover > span{
    opacity: 0.8;
}
div.gallery a:hover > span span{
    opacity: 1;
    padding-right: 0;
}

div.gallery.vertical {
    width: auto;
    margin: 0;
    padding: 0;
}
div.gallery.vertical a {
    border: 1px solid transparent;
    display: block;
    height: auto;
    line-height: initial;
    overflow: hidden;
    position: relative;
    width: auto;
    text-decoration: none!important;
}
div.gallery.vertical a img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
div.gallery.vertical .picture_name {
    position: relative;
    color: #000;
    width: 100%;
    text-decoration: none!important;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 11px;
    height: auto;
    opacity: 1;
    background: transparent;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    display: table;
    text-align: center;
}
@media (max-width: 1199px) {
    div.gallery.vertical a {
        display: inline-block;
    }
}
/*======================== END GALLERY ============================*/

/*======================== TOP BAR ===========================================*/
.logo-wrapper {
    margin-top: 30px;
}
nav {
    height: 50px;
}
ul.top_level {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    text-align: left;
    height: 50px;
    position: relative;
}
ul.top_level > li {
    list-style-type: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: transparent;
}
ul.top_level > li:hover {
    background: url('../images/front/li_hover.png') bottom right no-repeat;
}
ul.top_level li a {
    /*font-family: 'Shadows Into Light Two', cursive;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8em;
    color: #000;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 200;
}
ul.top_level li:hover > a {
    color: #74c043;
}
ul.top_level li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 30px;
    width: 100%;
}
ul.top_level li:hover ul {
    display: block;
}
ul.top_level ul li {
    list-style-type: none;
    display: inline-block;
}
ul.top_level ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.8em;
}

.static_wrapper {
    position: absolute;
    top: 0;
    right: 15px;
}

.static-link a.main {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 20px;
    display: block;
    width: 245px;
    color: #000;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    height: 90px;
    background: url(../images/front/static_bg.png) top center no-repeat;
    background-size: 100% 100%;
    font-weight: 200;
}
.static-link a.main span {
    display: none;
}
.static-link a.main:hover {
    background: url('../images/front/static_hover_bg.png') top center no-repeat;
    background-size: 100% 100%;
}
.static-link .main-wrapper{
    position: relative;
}
.static-link .langs{
    position: absolute;
    top: 45px;
    right: 55px;
}
.static-link .langs a{
    color: black;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 2px;
    margin-right: 5px;
}
.static-link .langs a:last-child{
    margin-right: 0px;
}
.static-link .langs a:hover, .static-link .langs a.selected{
    text-decoration: underline;
}
.menu_toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 80px;
}
.menu_toggle .glyphicon {
    text-align: center;
    line-height: 80px;
    color: #74c043;
    font-size: 26px;
}
/*======================== END TOP BAR =======================================*/

/*======================== BANNERS ===========================================*/
.banners_wrapper {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}
.banners img {
    margin: 0 auto;
    display: none;    
}
@media (min-width: 1024px){
    .banners img{
        display: inline-block;
    }
}
.bx-controls {
    display: none;
}
/*======================== END BANNERS =======================================*/

/*======================== NEWS ==============================================*/
.news-list-wrapper {
    background: url('../images/front/news_bg.png') top center no-repeat;
    background-size: 100% auto;
    padding-top: 20px;
    padding-bottom: 120px;
    margin-top: 50px;
}
.news-list-wrapper > h2 {
    width: 80%;
    margin: 20px auto;
    padding-top: 15px;
    display: block;
    color: #000;
    font-weight: 100;
    /*font-family: 'Shadows Into Light Two', cursive;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3em;
    text-align: left;
}
.news-list-wrapper > h2 a {
    color: #9dc51d;
    font-weight: 600;
    text-decoration: none;
}
.news-list-wrapper > h2 a:hover {
    color: #89BF29;
    text-decoration: none;
    cursor: pointer;
}
.newsList {
    width: 80%;
    margin: 0 auto;
}
.newsList p {
    font-size: 1.4em;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    text-align: left;
    margin-bottom: 0;
}
.newsList p.date {
    font-size: 1.2em;
    margin-bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #89BF29;
    text-align: left;
}
.newsList h3 {
    font-size: 1.4em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 10px 0;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url('../images/front/paginator.png') center center no-repeat;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: url('../images/front/paginator_active.png') center center no-repeat; 
}
.newsList img {
    max-width: 100%;
}

.news_content img {
    width: 200px;
    float: left;
    margin: 5px 10px 10px 0;
}
.news_content p {
    font-size: 17px;
}
.news_content p.date {
    font-size: 14px;
    color: #9DC51D;
}

h2.heading {
    margin: 20px auto 30px;
    display: block;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3em;
    text-align: left;
    font-weight: 100;
}

.new_archive {
    border-bottom: 1px solid #9DC51D;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.new_archive img {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
}
.new_archive h2 {
    margin-top: 0;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    font-weight: 100;
}
.new_archive:hover h2 {
    color: #9DC51D;
}
.new_archive p {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
}

.new_archive .date {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #9DC51D;
}
/*======================== END NEWS ==========================================*/

/*======================== CONTENT ===========================================*/
.cms p {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    text-align: justify;
    margin: 0 0 10px;
}
.cms li{
    font-size: 14px;    
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 20px;
}
.cms p strong {
    font-size: 15px;
}
.cms h2, .cms h3, .cms h4 {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3em;
    font-weight: 100;
    margin: 10px 0;
    padding: 0;
}
.cms h2{
    font-size: 3.5em;
}
.cms h4{
    font-size: 2.2em;
}
.cms h2.heading {
    color: #9dc51d;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 30px;
    display: block;
    width: 100%;
}
.cms {
    position: relative;
}
.cms img.chef {
    position: relative;
    display: block;
}
.cms img.chef.home {
    position: absolute;
    right: 0;
    bottom: -40px;
}
.cms h3.slogan {
    display: block;
    position: absolute;
    bottom: -25px;
    right: 390px;
    font-family: 'kg_ten_thousand_reasonsRg' !important;
    font-size: 2.3em;
}
.cms .article-icon {
    float: left;
    width: 260px;
    height: auto;
    margin: 0 15px 10px 0;
}
article.cms {
    margin-top: 60px;
}
article .article_content {
    padding: 30px;
    background: rgba(255,255,255,.9);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
article.cms.parlour {
    min-height: 500px;
}

.subpage_wrapper.hide {
    display: none;
}
.subpage_wrapper.show {
    display: block;
}
/*======================== END CONTENT =======================================*/

/*======================== CONTACT FORM ======================================*/
.contact_form {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #dbefc7;
}
.contact_form .form-inline {
    margin-bottom: 15px;
}
.contact_form .form-inline input {
    border-radius: 0;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}

.contact_form .checkbox-list input {
    border-radius: 0;
    display: inline-block;
    height: 12px;
    padding: 0;
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}

.contact_form textarea {
    border-radius: 0;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 410px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}

.contact_form label {
    font-size: 1.4em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0;
    height: 34px;
    line-height: 34px;
}

.contact_form button {
    float: right;
    border: 1px solid #d8d8d8;
    height: 40px;
    width: 188px;
    font-size: 14px;
    background: #cde083; /* Old browsers */
    background: -moz-linear-gradient(top, #cde083 0%, #a5d059 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cde083 0%,#a5d059 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cde083 0%,#a5d059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde083', endColorstr='#a5d059',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}
.contact_form button .glyphicon {
    margin-left: 5px;
    font-size: 10px;
    font-weight: 100;
    position: relative;
    left: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.contact_form button:hover .glyphicon {
    left: 5px;
}
/*======================== END CONTACT FORM ==================================*/

/*======================== LEFT MENU =========================================*/
.left_menu_wrapper img.chef {
    max-width: 100%;
}
.left_menu_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
}
@media(max-width: 991px){
    .left_menu_wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.left_menu_wrapper:before {
    content: '';
    display: none;
    width: 750px;
    height: 747px;
    position: absolute;
    top: -50px;
    right: 40px;
    background: url('../images/front/left_menu_bg.png') top right no-repeat;
}
@media (min-width: 992px){
    .left_menu_wrapper:before {
        display: block;
    }
}
@media (min-width: 1200px){}
.left_menu_wrapper p {
    z-index: 99;
    position: relative;
    display: block;
}
.left_menu_wrapper h2,
.left_menu_wrapper ul {
    display: block;
    position: relative;
    z-index: 99;
}
.left_menu_wrapper h2 {
    margin-bottom: 30px;
    font-size: 2.5em;
}
.left_menu_wrapper a {
    text-decoration: none;
    color: #000;
    /*font-family: 'Shadows Into Light Two', cursive;*/
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    font-weight: 200;
    line-height: 16px;
}
.left_menu_wrapper a small {
    display: block;
    font-size: 14px;
    /*margin-bottom: 10px;*/
}
.left_menu_wrapper h2 a {
    padding-left: 30px;
    /*font-family: 'Shadows Into Light Two', cursive;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.3em;
}
.left_menu_wrapper ul {
    list-style-type: none;
    padding-left: 45px;
}
.left_menu_wrapper li {
    /*height: 30px;*/
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0;
}
.left_menu_wrapper li a:before {
    content: '';
    background: url('../images/front/check-icon.png') center no-repeat;
    background-size: 20px 20px;
    width: 30px;
    height: 25px;
    display: block;
    position: absolute;
    left: -30px;
    top: 0px;  
}
.left_menu_wrapper li a:after {
    content: '';
    background: url('../images/front/arrow.png') top center no-repeat;
    width: 24px;
    height: 13px;
    display: block;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 8px;  
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.left_menu_wrapper li:hover a:after {
    right: -40px;
    opacity: 1;
}

.left_menu_wrapper ul.parlour {
    padding-top: 80px;
    padding-left: 10px;
    margin-bottom: 0;
}
.left_menu_wrapper ul.parlour_static {
    padding-left: 10px;
    margin-bottom: 0;
}
@media (max-width: 991px){
    .left_menu_wrapper ul.parlour {
        padding-top: 0;
        padding-left: 20px;
    }
    .left_menu_wrapper ul.parlour_static {
        padding-left: 20px;
    }
}
.left_menu {
    display: block;
}
.left_menu ul ul{
    display: none;
}
.left_menu ul ul.open{
    display: block;
}
.left_menu ul ul li a{
    position: relative;
}
.left_menu ul ul li a:hover:before, .left_menu ul ul li a.active:before{
    opacity: 1;
    visibility: visible;
    left: -20px;
}
.left_menu ul ul li a:after{
    background: none;
}
.left_menu ul ul li a:before{
    background: none;
    content: " ";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);    
    margin-top: -4px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: black;
    opacity: 0;
    visibility: hidden; 
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
/*======================== END LEFT MENU =====================================*/

/*======================== FOOTER ============================================*/
footer {
    /*background: url('../images/front/footer_bg.png') top center no-repeat;*/
    background: #9dc51d;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-top: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 11px;
    position: relative;
}
.footer_inner_wrapper {
    background: #9dc51d;
    padding-top: 30px;
}
p.contact-item {
    text-align: left;
}
.certificates {
    /*border-left: 1px solid #e2e2e2;*/
    border-left: 1px solid #000;
}
.certificates img.shadow {
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.certificate_wrapper {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    padding: 0 15px;
}
.certificate_content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    float: none;
    padding: 0 15px;
}
.certificate_content img {
    width: 100%;
    height: auto;
}
.certificate_wrapper .certificate_content:first-child {
    width: 60%;
}
/*======================== END FOOTER ========================================*/

/*======================== RESPONSIVE SETTINGS ===============================*/
@media (max-width: 1199px) {
    ul.top_level li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 991px) {
    .certificates {
        border-left: none;
        border-top: 1px solid #e2e2e2;
        padding-top: 15px;
        margin-top: 15px;
    }
    .certificate_wrapper {
        width: 50%;
        float: left;
    }
    nav {
        display: none;
    }
    .top-bar {
        height: 80px;
    }
    .logo-wrapper {
        margin: 0;
    }
    .logo-wrapper img {
        height: 60px;
        width: auto;
        margin-top: 10px;
        max-width: inherit;
    }
    .static-link a.main {
        right: 60px;
    }
    .static-link .langs {
        right: 110px;
    }
    .contact_form .form-inline > .row {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    p.contact-item {
        text-align: center;
        margin-bottom: 20px;
    }
    .static-link a.main,
    .static-link a.main:hover {
        color: transparent;
        background: #74c043;
        padding-top: 0;
        padding-right: 50px;
        height: 80px;
        max-width: 160px;
    }
    .static-link a.main span {
        display: block;
        color: #fff!important;
    }
    .static-link a.main span.glyphicon {
        width: 50px;
        height: 80px;
        font-size: 26px;
        line-height: 80px;
        text-align: center;
        color: #fff!important;
        position: absolute;
        top: 0;
        right: 0;
    }
    .static-link a.main span.text {
        width: 100%;
        height: 80px;
        line-height: 80px;
        text-align: center;
        color: #fff!important;
    }
    .static-link .langs{
        display: none;
    }
}
@media (max-width: 579px) {
    .certificate_wrapper {
        width: 100%;
        float: none;
        position: relative;
        left: 15px;
    }
}
@media (max-width: 399px) {
    .static-link a {
        width: 160px;
    }
}
@media (max-width: 379px) {
    .certificate_wrapper {
        display: block;
    }
    .certificate_content {
        display: block;
        text-align: center;
        width: 100%!important;
    }
    .certificate_content img {
        width: 120px;
        margin: 10px auto;
        display: block;
    }
}
@media (max-width: 359px) {
    .static-link a {
        width: 150px;
    }
}
@media (max-width: 349px) {
    .static-link a {
        width: 60px;
    }
    .static-link a span.text {
        display: none;
    }
    .static-link a span.glyphicon {
        width: 60px;
    }
}
/*======================== END RESPONSIVE SETTINGS ===========================*/

/*======================== BOOTBOX ===========================================*/
.btn-primary {
    color: #000!important;
    border: 1px solid #d8d8d8!important;
    background: #cde083; /* Old browsers */
    background: -moz-linear-gradient(top, #cde083 0%, #a5d059 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cde083 0%,#a5d059 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cde083 0%,#a5d059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde083', endColorstr='#a5d059',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}
.btn-primary:hover,
.btn-primary:active{
    appearance: none;
    outline: none;
    color: #000;
    border: 1px solid #d8d8d8;
    background: #a5d059!important;
    cursor: pointer;
}
.btn-primary:focus {
    appearance: none;
    outline: none;

}
/*======================== END BOOTBOX =======================================*/

/*======================== SMALL MENU ========================================*/
.top-bar {
    position: relative;
    z-index: 999;
}
.small_menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
}
.small_menu ul {
    background: #fff;
    height: auto;
    z-index: 9999;
}
.small_menu ul li {
    display: block;
    height: auto;
}
.small_menu ul li ul {
    display: block;
    position: relative;
    top: 0;  
    height: auto;
    padding-left: 0;
}
.small_menu ul li ul li {
    display: block;
    height: auto;
}
.small_menu ul.top_level > li {
    background: #89BF29;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.small_menu ul.top_level > li > a,
.small_menu ul.top_level > li:hover > a {
    color: #fff;
}
.small_menu ul ul li {
    border-bottom: 1px solid #89BF29;
    padding-left: 30px;
}
.small_menu .langs{
    display: flex;
    justify-content: center;
}
.small_menu .langs a{
    flex: 1 0 0;
    text-align: center;
    background: rgba(255,255,255, 0.5);
    color: black !important;
    border-right: 1px solid white;
}
.small_menu .langs a:last-child{
    border-right: none;
}
@media (min-width: 768px){
    .top_level .langs{
        display: none !important;
    }
}
@media (min-width: 992px){}
@media (min-width: 1200px){}
/*======================== END SMALL MENU ====================================*/

/*======================== DISHES LIST =======================================*/
.dishes_list_wrapper {
    padding: 15px;
    border: 1px solid #dfd9c3;
    background: #f5f3e5;
    border-radius: 6px;
}

.dishes_list_wrapper .rating a{
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
    color: darkgreen
}
.dishes_list_wrapper .rating a:last-child{
    margin-right: 0;
    color: darkred;
}

.meat_wrapper {
    margin-bottom: 15px;
}

.meat_wrapper p {
    margin: 0 auto;
    text-align: left;
}

.dishes_icon_wrapper b {
    color: #89BF29;
}

.meat_wrapper p.text-center {
    text-align: center!important;
}

.allergens_img {
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
}
/*======================== END DISHES LIST ===================================*/

/*======================== ORDER FORM ========================================*/
.order_form {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #dbefc7;
    font-family: 'Arial', sans-serif!important;
}
.order_form td p{
    font-family: 'Arial', sans-serif!important;
    font-size: 12px!important;
}
.order_form input {
    border-radius: 0;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}

.order_form textarea {
    border-radius: 0;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 410px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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;
}

.order_form label {
    font-size: 1.4em;
    color: #000;
    margin: 0;
    height: 34px;
    line-height: 34px;
}

.order_form button {
    float: right;
    border: 1px solid #d8d8d8;
    height: 40px;
    width: 188px;
    font-size: 14px;
    background: #cde083; /* Old browsers */
    background: -moz-linear-gradient(top, #cde083 0%, #a5d059 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cde083 0%,#a5d059 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cde083 0%,#a5d059 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde083', endColorstr='#a5d059',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}
.order_form button .glyphicon {
    margin-left: 5px;
    font-size: 10px;
    font-weight: 100;
    position: relative;
    left: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.order_form button:hover .glyphicon {
    left: 5px;
}

.order_form table th {
    font-size: 12px;
}

.order_form table td input {
    width: 80px;
}

.order_form table tr td:first-child {
    width: 220px;
}

.order_form table td label {
    font-weight: normal;
}

.order_form table td b {
    font-size: 12px;
    display: block;
}

.order_form #totalPrice,
.order_form #totalPriceVat {
    font-weight: bold;
}
/*======================== END ORDER FORM ====================================*/

/*======================== GUEST BOOK ====================================*/
div.guest_book .question{
    text-align: left;
    border-left: 2px solid #74c043;
    margin: 0 0 20px;
    padding: 0 10px 5px;
}
div.guest_book small{
    font-size: 12px;
    font-style: italic;
    color: darkgrey;
    display: block;
    padding: 0 0 10px;
}
div.guest_book .date{
    font-size: 15px;
    font-weight: bold;
    padding: 30px 0 0;
}
div.guest_book .response{
    text-align: right;
    border-right: 2px solid #74c043;
    padding: 10px;
    padding: 0 10px 5px;
}
div.guest_book .response p{
    text-align: right;
    margin: 0;
}
div.guest_book .question p{
    margin: 0;
}
div.guest_book{
    max-height: 1000px;
    overflow-x: auto;
}
/*======================== END GUEST BOOK ====================================*/