n/*
* Author: Colorful Design
* Author URI: https://themeforest.net/user/colorfuldesign
* Theme Name: Pasta Restaurant
* Version: 1.0.1
*/

/* Table of Content
==================================================
	#Typography
	#General
	#Header
	#Home
	#About
  #Reservation
  #Food Menu
	#Blog
  #Pricing Tables
  #404 Error
	#Contacts
	#Footer

/* #Perso
================================================== */

.mt-55 { margin-top: 55px; }

.br-icon {
  display: inline;
  clear: none;
  margin-top: 0;
}

clear {
	clear: both !important; margin-top: 45px !important;
} 

/* Font and Background Color */
.bg-red { border: none; background-color: #c62a2f !important; color: white !important; }
.bg-dark-red { border: none; background-color: darkred !important; color: white !important; }
.bg-green { border: none; background-color: #359064 !important; color: white !important; }
.bg-dark-green { border: none; background-color: #559774 !important; color: white !important; }
.bg-orange { border: none; background-color: #ffb428 !important; color: white !important; }
.bg-black { border: none; background-color: black !important; color: white !important; }
.bg-dark-gray { border: none; background-color: #3b4043 !important; color: white !important; }
.bg-gray { border: none; background-color: #babbbc !important; color: white !important; }
.bg-light-gray { border: none; background-color: #dadada !important; color: #3b4043 !important; }
.bg-white { border: none; background-color: white !important; color: #3b4043 !important; }

.text-white { color: #fff !important; }
.text-red { color: #c62a2f !important; }
.text-dark-red { color: darkred !important; }
.text-green { color: #359064 !important; }
.text-dark-green { color: #559774 !important; }
.text-orange { color: #ffb428 !important; }
.text-black { color: black !important; }
.text-dark-gray { color: #3b4043 !important; }
.text-gray { color: #babbbc !important; }
.text-light-gray { color: #dadada !important; }
  

.blog-content { }
.blog-content p { color: #666 !important; line-height: 24px; }
.blog-content article h3 { color: #3b4043 !important; text-transform: uppercase; }
.blog-content article h4 { color: #3b4043 !important; text-transform: uppercase; }


/* MASONRY GRID GALLERY */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}


/* #Typography
================================================== */

a:focus {
  outline: none;
}
#nav-section a {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  color: #c6c6c6;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
  font-weight: 500;
  text-transform: none;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 17px;
  font-weight: 500;
}
h6 {
  font-size: 14px;
  font-weight: 500;
}

p {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  line-height: 25px;
}
small, .small {
    font-size: 85%;
}
code {
  font-size: 17px;
  font-weight: 500;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #323232;
}
.text-uppercase { text-transform: uppercase; }
.center-text { text-align: center; }
.font-dancing-script { font-family: 'Dancing Script', cursive; }
.font-cabin { font-family: 'Cabin', sans-serif; }
.font-oswald { font-family: 'Oswald', sans-serif; }
.font-exo2 { font-family: 'Exo 2', sans-serif; }

.manuscript {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px !important;
}
.manuscript2 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  padding: 10px 0;
  font-size: 18px !important;
}

.section-title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  /*font-size: 40px;*/
  font-size: 40px;
  color: /*#c6c6c6*/#3b4043;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 36px
}
.section-title span {
  margin-top: 5px;
  margin-bottom: 0px !important;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
}
.center-position {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: none;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-title-border:after {
  content: "";
  display: block;
  position: relative;
  height: 3px;
  width: 126px;
  background-color: #4fAf47;
  margin: 15px auto;
}
.whiteTitleBorder:after {
  content: "";
  background-color: #e7e7e7;
	
}
.greenTitleBorder:after {
  content: "";
  background-color: #4fAf47;
}
.section-title-border {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #c6c6c6;
  padding: 20px 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.section-subtitle {
  text-align: center;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  color: #999999;
  padding: 15px 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.about-us .section-subtitle {
  text-align: center;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  color: #999999;
  padding: 15px 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-top: 2px solid red;
  border-bottom: 2px solid green;
}

.br2-menu-icon { display: none; }

/* #General
================================================== */
html {
  overflow: auto;
}
body {
  padding: 0;
  height: 100%;
  color: #999999;
  overflow: hidden;
  background-color: white;
  font-size: 14px;
  font-family: 'Cabin', sans-serif;
}
#page-loader-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  /*border-radius: 50%;
  border-top: 4px solid #359064;
  border-bottom: 4px solid #359064;*/
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  /*background-color: rgba(19, 19, 19, 0.15);*/
}
#page-loader-box-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  width: 120px;
  height: 120px;
  background: url("../images/logo-va-bene.svg") no-repeat center center;
  background-size: 80px;
}
#pageloader {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.90);
  z-index: 10000;
  position: fixed;
  display: block;
}
.loaded #pageloader {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  }
.loaded #page-loader-box {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pageloadDiv {
  display: none;
}
.page-loader-title {
  position: absolute;
  top: 57%;
  text-align: center;
  z-index: 1;
  width: 99%;
  left: -5px;
  right: auto;
  margin-left: auto;
  margin-right: auto;
}
.page-loader-title h3 {
  font-size: 18px;
  line-height: 21px;
  color: #359064;
}
.page-animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
::selection {
  background: #359064;
  color: #fff;
}
::-moz-selection {
  background: #359064;
  color: #fff;
}
.color {
  color: #359064;
}
a {
  color: #359064;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: #c62a2f;
}
iframe[src="about:blank"] {
  display: none;
}
#wrapper.open {
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0);
}
#wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  z-index: 99;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

/* mozilla solution - this is for firefox 18- */
:-moz-placeholder { color:#e7e7e7; }

/*MODIF-BG-COLOR*/
section {
  padding:60px 0;
  background-color: #f3f3f3;
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
}
.content {
  padding: 20px 10px;
}
.content p {
  line-height: 30px;
  margin-bottom: 25px;
}
.content .first-letter::first-letter {
  font-size: 60px;
  color: #c5a866;
  margin-right: 3px;
}

.list-inline { }
.checkbox-list {
  margin: 0;
  padding: 0px 10px 20px 10px;
  list-style: none;
}
.checkbox-list li {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}
.checkbox-list li .fa {
  margin-right: 10px;
}
.number-list {
  list-style-type: none;
  counter-reset: li-counter;
  margin: 0;
  padding: 0px 10px 20px 40px;
}
.number-list li {
  display: list-item;
  margin-bottom: 10px
}
.number-list>li:before {
  position: absolute;
  left: 25px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  content: counter(li-counter);
  counter-increment: li-counter;
  background-color: #6f6f6f;
}
.normal-list {
  padding: 0px 10px 20px 40px;
}
.normal-list li {
  margin-bottom: 5px;
  font-size: 14px;
}
.socials-box {
  display: table-cell;
  vertical-align: middle;
  margin: 1px 5px;
  padding: 0;
}
.socials-box li {
  display: inline-block;
  opacity: 1;
  margin-left: 7px;
}
.socials-box a {
  line-height: 20px;
}
.socials-box a:hover .social-circle-border {
  color: #359064;
  border-color:#359064;
}
#top-bar .socials-box a:hover .social-circle-border, #footer .socials-box a:hover .social-circle-border, .chefInfo-box .socials-box a:hover .social-circle-border {
  color: #359064;
  border-color:#359064;
}
#top-bar .social-circle-border, #footer .social-circle-border, .chefInfo-box .social-circle-border {
  background-color: transparent;
  border: 2px solid #e7e7e7;
  color: #fff;
}
.social-circle-border {
  font-size: 14px;
  line-height: 23px;
  margin-right: 2px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #6f6f6f;
  color: #6f6f6f;
  text-align: center;
}
.social-circle-border {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials-box .social-circle-border:hover {
  border: 2px solid #359064;
  color: #359064;
}
.center-button {
  width: 100%;
  text-align: center;
}
.btn {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:active {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #359064;
  border-color: #359064;
}
.btn-o {
  text-align: center;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-o-primary {
  padding: 10px 16px;
  color: #c6c6c6;
  background-color: transparent;
  border: 2px solid #359064;
  border-radius: 5px;
}
.btn-o-primary:hover {
  background-color: #359064;
  color: #1b1b1b;
}
.btn-lg {
  padding: 14px 40px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-primary-gray {
  font-size: 18px;
  margin: 0px 3px;
  padding: 10px 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-primary-gray {
  background-color: #E8E4DB;
  color: #444034;
}
.btn-primary-gray:hover {
  background-color: #d5d5d5;
  border-color: #c7c7c7;
}
.btn-primary {
  color: #1b1b1b;
  background-color: #359064;
  border-color: #359064;
  margin: 0px 3px;
  padding: 10px 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-primary, .btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-primary:hover {
  color: #1b1b1b;
  background-color:#999;
  border-color: #999;
}
.btn-primary:active {
  color: #1b1b1b;
  background-color: #359064;
  background-color: #359064;
  border-color: #359064;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
  color: #1b1b1b;
  background-color: #359064;
  border-color: #359064;
  outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline:none;
}
.btn-primary:focus, .btn-primary.focus {
  color: #1b1b1b;
  background-color: #359064;
  border-color: #359064;
}
.button-section {
  text-align: center;
  padding: 20px 0;
}
.button-section-download {
  float: right; margin-top: 3px; margin-bottom: -6px;
}
.other-alter-box {
  color: #3b7795;
  padding: 5px 10px;
  margin: 5px 0 10px;
  background: #d9edf7;
  display: inline-block;
}
.alert {
  font-size: 17px;
}
.close {
  font-size: 40px;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: -10px;
  }
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #f6f6f6;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #6f6f6f;
  background-color: #1b1b1b;
  border: 1px solid #323232;
  border-bottom: none;
}
.panel-default:last-child > .panel-heading {
  border-bottom: 1px solid #323232;
}
.panel-title {
  font-size: 14px;
}
.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color:#999999;
  font-size: 18px;
}
.more-less {
  float: right;
  color: #999999;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 10px 15px;
  border: 1px solid #323232;
  border-bottom: none;
  font-size: 17px;
  line-height: 25px;
}
.panel-default:last-child > .panel-heading + .panel-collapse > .panel-body {
  border-bottom: 1px solid #323232;
  border-top: none;
}

.form-group input, .form-group textarea {
  border-radius: 0px;
  border: 1px solid #c6c6c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 6px 20px;
  height: 40px;
  color: #c6c6c6;
  font-size: 14px;
}
.form-group textarea {
  height: 120px;	
}
.form-group input:focus, .form-group textarea:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
}
.form-control:focus {
  border-color: #666;
  color: #666;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
}
.contact-form input[type='number'] {
-moz-appearance:textfield;
}
/* Internet explorer - 11+ */
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.note-new {
  font-family: 'Oswald', cursive;
  font-size: 18px;
  color: #fff;
  background-color: #359064;
  border-bottom-right-radius: 5px;
  padding: 2px 10px;
  margin-left: 10px;
  border-top-right-radius: 5px;
}
.note-spicy {
  font-family: 'Oswald', cursive;
  font-size: 18px;
  color: #fff;
  background-color: #df400b;
  border-bottom-right-radius: 5px;
  padding: 2px 10px;
  margin-left: 10px;
  border-top-right-radius: 5px;
}
.note-milk {
  font-family: 'Oswald', cursive;
  font-size: 18px;
  color: #b4985b;
  background-color: #ece6da;
  border: 1px solid #e3d6bc;
  border-bottom-right-radius: 5px;
  padding: 2px 10px;
  margin-left: 10px;
  border-top-right-radius: 5px;
}

  aside>div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  aside .widget-title {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    position: relative;
    margin: 0 0 25px;
    padding: 16px 0 21px;
    text-transform: uppercase;
  }
  aside .sb-category { color: #3b4043 !important; }
  .sb-category .widget-title { color: #3b4043 !important; }
  aside .widget-title:before, aside .widget-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: rgba(103, 100, 93, 0.38);
  }
  aside .widget-title:before {
    width: 50%;
    left: 0;
    height: 3px;
    background-color: #359064;
    z-index: 1;
  }
  aside ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  aside ul li a, aside ul li, aside ul li img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sb-category ul li a { text-decoration: none; color:#3b4043; }
  .sb-category ul li a:hover { color:#359064; }
  .sb-category ul li.active { color: #359064; }
  .sb-category ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #323232;
  }

@media all and (min-width: 720px) {
  .tab-links i {
    /*margin-right: 7px;*/
    font-size: 22px;
  }
  .tab-links span {
    display: inline-block;
  }
}

/* #Header
================================================== */
#header {
  width: 100%;
  position: absolute;
  z-index: 1001;
}
#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
  z-index: 10;
}
#top-bar {
  width: 100%;
  min-height: 45px;
  font-size: 13px;
  line-height: 43px;
  background-color: rgba(196,44,44, 0.67);
  border-bottom: 1px dashed #7f7f7f;
  position: relative;
  z-index: 1020;
}
#top-bar a {
    color: #e1e1e1;
}
#top-bar a:hover,
#top-bar a:focus {
  color: #359064;
  text-decoration: none;
}
#top-info,
#top-buttons{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#top-info li,
#top-buttons li {
  color:#e1e1e1;
}
#top-info li,
#top-buttons li {
  display: inline-block;
  margin-left: 20px;
}
#top-buttons {
  float: right;
}
#top-buttons .divider {
  position: relative;
  border-left: 1px solid #74777c;
  width: 1px;
  height: 22px;
  overflow: hidden;
  margin-bottom: -6px;
}
#top-social a::after {
  content: "";
  background: transparent;
  width: 26px;
  height: 26px;
  position: absolute;
  margin: 8px -18px;
  border: 2px solid;
  border-radius: 50%;
}
.btn-orderOnline {
  background: #359064;
}
.btn-orderOnline a {
  color: white !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-orderOnline a:hover {
  color: white !important;
  background: #c62a2f !important;
}
.navshrink .btn-orderOnline a:hover {
  color: white !important;
  background: #3b4043 !important;
}
.nav-mobile-btn {
  display: none;
}

#nav-section {
  margin-top: 40px;
  min-height: 60px;
  min-width: 320px;
  padding: 0;
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-section.stuck {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  z-index: 10;
}
#nav-section.navshrink {
  min-height: 61px;
  background-color: #c62a2f;
}
#nav-section.navshrink .nav-logo img {
  height: 45px;
}
#nav-section.navshrink .navbar-nav > li > a {
  line-height: 61px;
}

.navbar-btn {
  display: none;
}

.header-background-box .header-background {
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.header-background-box .header-background {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  background-color: #111;
}
.half .header-background {
  height: auto;
}
.half .center-section {
  margin: 145px 0 100px;
  padding: 50px 0 0;
}
.header-background .center-section {
  width: 100%;
  vertical-align: middle;
  position: relative;
  text-align: center;
  margin: 19% 0;
  margin-left: -8px !important;
}
.header-background-box .section-title, .header-background-box .section-subtitle {
	/* [disabled]color:#e7e7e7; */
}
.header-background-box .section-title-border {
    color: #e7e7e7;
    padding-bottom: 0px;
}
.webkit-and-moz-overlay-background {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  width: 100%;
  height: 100%;
  top:0px;
	
}
.site-map {
  background-color: #3b4043;
  overflow: hidden;
  line-height: 10px;
  position: relative;
  width: 100%;
  margin-top: -30px;
}
.site-map .container {
  text-align: left;
}
.site-map a {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #959595;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  margin-right: 20px;
  padding: 6px 25px 6px 0;
  overflow: hidden;
}
.site-map a:hover {
  color:#359064;
}
.site-map a:after {
  content: "";
  height: 30px;
  width: 30px;
  border-top: 1px dashed #5b5b5b;
  border-right: 1px dashed #5b5b5b;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 6px;
  top: 0;
  border-radius: 2px;
  }
  .site-map a:before {
    content: "";
    background: #5b5b5b;
    height: 6px;
    width: 6px;
    display: block;
    position: absolute;
    right: 0px;
    top: 12px;
    border-radius: 5px;
   }
	
/* #Navigation
================================================== */
.navbar {
  float: right;
  margin: 0px 30px 0 0;
  min-height: 0;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.navshrink .navbar-nav > li > a.active, .navshrink .navbar-nav > li > a:hover {
  color: #3b4043;
}

.navbar-nav>li:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  border-top: 2px solid #c62a2f;
  top: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-nav>li:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  border-bottom: 2px solid #359064;
  bottom: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*.stuck .navbar-nav>li:before {
  border-top: 2px solid #c62a2f;
}
.stuck .navbar-nav>li:after {
  border-bottom: 2px solid #359064;
}*/
.navshrink .navbar-nav>li:before, .navshrink .navbar-nav>li:after {
  border-top: none;
  border-bottom: none;
}
.navbar-nav > .border-none:before, .stuck .navbar-nav > .border-none:before, .navbar-nav > .border-none:after, .stuck .navbar-nav > .border-none:after{
  border-top: none;
  border-bottom: none;
}
.navbar-nav > li > a {
  padding: 0 15px;
  display: block;
  color: #e7e7e7;
  line-height: 60px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #359064;
}
.onepage .navbar-nav > li > a.active
{
  background-color: transparent;
  color: #e7e7e7;
}
.onepage .navbar-nav > .current > a, .onepage .navbar-nav > .current > a.active {
  background-color: transparent;
  color: #359064;
}
.navbar-nav > li.dropdown > a .caret {
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 3px solid;
  margin-left: 10px;
}
.navshrink .navbar-nav .dropdown-menu {
  background-color: rgba(59,64,67, 0.8);
}
.navbar-nav .dropdown-menu {
  background-color: rgba(59,64,67, 0.8);
  text-align: center;
  padding: 0;
  border: none;
  display: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.navbar-nav .open > .dropdown-menu,
.navbar-nav .dropdown-menu:hover {
  display: block;
  border-top: 5px solid transparent;
}

.navbar-nav .dropdown-menu > li:last-child > a {
  border-bottom: 4px solid #7f7f7f;
}

.navbar-nav .dropdown-menu > li > a {
  display: block;
  line-height: 46px;
  padding: 0 25px 0 25px;
  border-bottom: 1px dashed #7f7f7f;
  color: #e7e7e7;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a.active {
  background-color: rgba(59,64,67, 1);
  color: #359064;
}
.navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
  /*display: block !important;*/
  max-height: 0;
  overflow: hidden;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  max-height: 500px;
  overflow: visible;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu:hover {
  border-top: 0px solid transparent;
}
.navbar-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #74777c;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
}
.navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #359064;
}
.navbar-nav .dropdown-submenu .pull-left {
  float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
#nav-section .nav-logo img {
  height: 120px;
  width: auto;
}
#nav-section.navshrink .nav-logo {
  height: 60px;
}
#nav-section.navshrink .nav-logo img {
  height: 70px;
  margin-top: 5px !important;
  width: auto;
}
#nav-section.navshrink {
  margin-top: 0 !important;
}
#nav-section.stuck {
  margin-top: 15px;
}

/* #Home and About
================================================== */
.home-page .contact-section { padding: 60px 0; }
.home-page .contact-map {
  padding: 15px 0px 30px;
  position: relative;
  width: 100%;
  border-top: none;
  border-bottom: none;
}
.home-page .contact-map #googleMap {
  position: relative;
  height: 361px;
  border: 1px solid #e7e7e7;
}
.content .img-icon {
  width: 130px;
}

/* #Gallery Page
================================================== */
.gallery-content {
  padding: 0 0 0 0;
  margin: 0 0 0 -15px;
}

/* #Menu Page
================================================== */
/**** Special Menu ****/
.special-menu {
  display: flex;
  display: -webkit-flex;
}
  .special-menu .mediaSection-box .section-title-border {
    font-size: 40px;
    font-weight: 400;
    color: #e7e7e7;
    padding-bottom: 0px;
  }
  .special-menu .mediaSection-box .section-title-border:after {
    margin-bottom: 10px;
  }
  .special-menu .mediaSection-box .section-subtitle {
    color: #e7e7e7;
    padding: 10px 0;
    padding-top: 0;
  }

  .menu-list-item {
    margin-bottom: 30px;
	display: block;
    position: relative;
  }

/**** Menu Of The Day ****/
.menu-button-filter {
  list-style: none;
  text-align: center;
  display: block;
  margin-bottom: -30px;
  padding: 0;
}
.menu-button-filter li {
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
  margin: 0 9px 4px 9px;
  min-width: 68px;
}
.menu-button-filter li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-button-filter li.tagsort-active { 
  color: #3b4043; 
}
.menu-button-filter li a { 
  color: white; 
  text-decoration: none; 
}
.menu-button-filter li:hover .iconBox-icon:before, .menu-button-filter li:hover .iconBox-icon .glyph-icon:before {
  border-color: #3b4043;
  color: #3b4043;
}
.menu-button-filter li:hover .r-name {
  color: #3b4043;
}
.menu-button-filter .iconBox-icon {
    text-align: center;
    width: 55px;
    height: 55px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-button-filter .iconBox-icon:before {
    content: "";
    height: 70px;
    width: 70px;
    /*border: 2px solid white;
    border-radius: 50%;*/
    position: absolute;
    top: -10px;
    left: -8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-button-filter .tagsort-active .iconBox-icon .glyph-icon:before, .menu-button-filter .tagsort-active .iconBox-icon:before {
  color: #3b4043;
  border-color: #3b4043;
}
.menu-button-filter .iconBox-icon .glyph-icon:before {
    font-size: 50px;
    margin-left: 0px;
    color: /*#616161*/#fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
 .menu-button-filter .r-name {
  display: block;
  padding: 15px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-list-section .menu-items-list .menu-item .menu-wrapper {
  background-color: white;
  padding: 10px 20px;
  border: 3px solid #e1e1e1;
  margin: 10px;
}
.menu-list-section .menu-items-list .menu-item p {
  margin-bottom: 5px;
}
.menu-list-section .menu-items-list .menu-item .menu-wrapper{
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-list-section .menu-items-list .menu-item .menu-wrapper:hover {
  border-radius: 0px;
}
.menu-list-section .menu-items-list .menu-item .title {
  float: left;
}
.menu-list-section .menu-items-list .menu-item .manuscript {
  font-family: 'Dancing Script', cursive !important;
  font-size: 36px !important;
  text-transform: none;
  font-weight: 700;
  color: #3b4043;
  padding: 10px 0;
  margin: 0;
  line-height: 30px;
}
.menu-list-section .menu-items-list .menu-item .manuscript span {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 28px;
  text-transform: uppercase;
}
.menu-list-section .menu-items-list .menu-item .price {
  float: right;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 21px;
  /*color: #359064;*/
  padding: 10px 0 10px 0;
}
.menu-list-section .menu-items-list .menu-item .desc {
  display: inline-block;
  width: 100%;
}
.menu-items-list {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

  /**** Reservation Now ****/
  .call-reservation {
    /*background-color: #222;
    border: 1px solid #2b2b2b;*/
    padding: 10px 0;
  }
  .call-reservation .call-box {
    width: 100%;
    text-align: center !important;
    padding: 20px;
  }
  .call-reservation .call-box .title {
    font-size: 20px;
    color: #6f6f6f;
    font-family: 'Cabin', sans-serif;
    text-transform: none;
    margin: 0;
  }
  .call-reservation .call-box .phone {
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
    display: block;
    margin-top: 0px;
    padding-bottom: 5px;
    color: #359064;
  }


/* #Food Menu
================================================== */
.menu-page .background-img-static {
  background-image: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255, 255, 255, 0.64) 25%,rgba(255, 255, 255, 0.8) 50%,rgba(255, 255, 255, 0.73) 75%,rgba(255,255,255,0) 100%), url(..images/menu-standart-background.png);
  background-image: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255, 255, 255, 0.64) 25%,rgba(255, 255, 255, 0.8) 50%,rgba(255, 255, 255, 0.73) 75%,rgba(255,255,255,0) 100%), url(../images/menu-standart-background.png);
  background-image: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255, 255, 255, 0.64) 25%,rgba(255, 255, 255, 0.8) 50%,rgba(255, 255, 255, 0.73) 75%,rgba(255,255,255,0) 100%), url(../images/menu-standart-background.png);

  /*background: url(../images/menu-standart-background.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 600px;
  width: 100%;
  height: 100%;
  }
.menu-page .background-img {
  background-image: -moz-linear-gradient(right,  rgba(10, 10, 10, 0.80) 0%,rgba(21, 21, 21, 0.85) 25%,rgb(21, 21, 21) 50%,rgba(21, 21, 21, 0.85) 75%,rgba(10, 10, 10, 0.80) 100%), url(..images/menu-standart-background.png);
  background-image: -webkit-linear-gradient(right,  rgba(10, 10, 10, 0.80) 0%,rgba(21, 21, 21, 0.85) 25%,rgb(21, 21, 21) 50%,rgba(21, 21, 21, 0.85) 75%,rgba(10, 10, 10, 0.80) 100%), url(../images/menu-standart-background.png);
  background-image: linear-gradient(to right, rgba(10, 10, 10, 0.80) 0%,rgba(21, 21, 21, 0.85) 25%,rgb(21, 21, 21) 50%,rgba(21, 21, 21, 0.85) 75%,rgba(10, 10, 10, 0.80) 100%), url(../images/menu-standart-background.png);
  /*background: url(../images/menu-standart-background.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 600px;
  width: 100%;
  height: 100%;
}
/*MODIF-BG-COLOR*/
.menu-page .menu-standart {
  border-bottom: 4px solid #359064;
  background-color: /*#151515*/white;
  /*background-color: #f3f3f3;*/
}
.menu-page .background-img .mediaSection-box {
  padding: 5px 0;
}
/*MODIF-BG-COLOR*/
.menu-page .menu-standart .menu-frame {
  margin: 10px;
  padding: 10px;
  border: 3px solid;
  border-color: #e1e1e1;
  background-color: transparent;
  border-radius: 30px;
}
.menu-standart .menu-base {
  margin: 0;
  position: relative;
}
.menu-standart .menu-base .title-box {
  width: 100%;
  display: inline-block;
  -moz-display: inline-block;
}
.menu-base .title-box span {
  display: inline-block !important;
  -moz-display: inline-block !important;
}
.menu-base .title-box .tarif-2 {
  text-align: center;
}
.menu-standart .menu-base .title-box .title {
  font-size: 22px !important;
  line-height: 40px;
  text-transform: uppercase;
  float: left;
  background: transparent;
  position: relative;
  padding: 10px 10px 0 10px;
  margin: 0;
  z-index: 20;
  overflow: hidden;
  width: auto;
  max-width: 75%;
  text-align: justify;
  color: #3b4043;
}
.menu-item .title-box .title {
  font-size: 22px !important;
  line-height: 22px;
  text-transform: uppercase;
  color: #3b4043;
}
.menu-standart .menu-base .title-box .price {
  float: right;
  display: flex;
  background: transparent;
  position: relative;
  padding: 10px 10px;
  margin-top: 8px;
  z-index: 20;
  width: auto;
  max-width: 25%;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 16px;
  /*color: #359064;*/
}
.menu-standart .menu-base .line-box {
  position: relative;
  top: 32px;
  overflow: hidden;
}
.menu-standart .menu-base .line-dotted {
  position: relative;
  border-top: 2px dotted #ccc;
  z-index: 1;
  left: 0;
}
.menu-standart .menu-base .desc {
  padding: 10px;
  margin-top: -15px;
  text-align: left;
  
}
.menu-standart .menu-base .desc p {
	color: #666;
}


/* #Contact
================================================== */
.contact-section {
  padding: 50px 0;
}
.contact-section .contact-location, .contact-section .contact-socials, .contact-section .contact-drect {
  padding: 0px 20px;
  margin-bottom: 20px;
}
.contact-section p {
  display: flex;
}
.contact-section h3 {
  margin: 10px 0px 20px 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-page .contact-section h3 {
    padding-left: 0;
    padding-right: 0;
}
.contact-section .socials-box {
    display: inline;
    margin: 0;
	text-align: center;
}

.contact-section .socials-box li {
    margin: 5px 0px 5px 7px;
}
.contact-section p .fa {
  margin-right: 5px;
  line-height: 24px;
  color: #359064;
}
.contact-section a {
  text-decoration: none;
}
.contact-section a {
  color: #6f6f6f;
}
.contact-section a:hover {
  color: #359064;
}
.contact-map {
  padding: 0px 0px;
  position: relative;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.contact-map #googleMap {
  height: 450px;
}


/* #404 Page
================================================== */

.error-header .header-background {
  padding: 0;
  height: 100vh;
}
.error-header .webkit-and-moz-overlay-background {
  background: rgba(50, 29, 29, 0.26);
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
}
.error-header .center-section {
  position: relative;
  margin: 18% 0;
}
.error-header .button-section {
  padding: 0;
}
.error-header .btn-primary {
  margin: 10px 3px;
  padding: 10px 16px;
  border-radius: 3px;
  border: 2px solid #359064;
}
.error-header .btn {
  font-size: 18px;
}
.error-header .error-title {
  font-size: 120px;
  color: #e7e7e7;
  padding-top: 20px;
  margin-top: 0px;
}

/* #Footer
================================================== */
#footer {
  color:#e7e7e7;
  height: 100%;
  max-height: 600px;
}
.footer-background { }

#footer a {
  text-decoration: none;
}
#footer-top .block {
  padding-top: 40px;
  padding-bottom: 20px;
}

#footer-top .footer-title {
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  padding: 20px 0;
  margin: 0;
  color: gray;
}

#footer-top p {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0.2px;
}

#footer-top img {
    max-width: 100%;
}
#footer-top a {
    color: #e7e7e7;
}
#footer-top a:hover {
    color: #359064;
    text-decoration: none;
}
#footer-top hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(238, 238, 238, 0.43);
}
.footer-socials {
  margin: 10px 0;
  line-height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: rgba(197, 168, 106, 0.18);
  border-radius: 7px;
  padding: 4px;
  /*width: 100%;*/
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-socials:hover {
  border: 2px solid #359064;
  background: rgba(197, 168, 106, 0.09);
}

#copyright {
  /*background: #151515;*/
  border-top: 4px solid #494949;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

#copyright span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  display: inline-block;
  text-align: center;
  color:#3b4043;
  padding: 15px 0;
}
#copyright .allright {
  padding: 20px 0;
}
#copyright .t-color {
  color: #359064;
}
#copyright .scrollTopButton {
  position: absolute;
  left: 48%;
  top: -50px;
  line-height: 19px;
  margin-left: -19px;
}

#copyright .button-square {
  /*background: #151515;
  border: 4px solid;
  border-color: #494949;*/
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 80%;
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
}

#copyright .scrollTopButton i, #copyright .bugutton-square i {
  font-size: 30px;
  line-height: 24px;
  color: #3b4043;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#copyright .scrollTopButton i:hover, #copyright .bugutton-square i:hover {
   color: #359064; 
}


 .menu-standart .menu-base .title-box .takeaway {
    order: 2;
  }
  .menu-standart .menu-base .title-box .delivery {
    order: 1;
  }

/* #Media Queries
================================================== */

@media (min-width: 993px) and (max-width: 1199px) {
  
  .content .img-icon {
    width: 105px !important;
  }
  #page-loader-box {
    left: 53%;
  }
  #page-loader-box-2 {
    left: 53%;
  }
	
  .nav-logo {
    display: none;
  }
	
  .navbar-nav {
    font-size: 17px;
  }
  .navbar-nav > li > a {
    padding: 0 12px;
  }
  .navbar-nav .nav-logo img {
    width: 100px;
    height: auto;
  }
  .menu-list-section {
      margin: 0;
  }
  
  .header-background-box .header-background {
    height: auto;
  }
  
  .menu-standart .menu-base .title-box .title {
    font-size: 25px;
  }
  .note-new {
    font-size: 16px;
    font-weight: 500;
  }
  .note-spicy {
    font-size: 16px;
    font-weight: 500;
  }
  .note-milk {
    font-size: 16px;
    font-weight: 500;
  }
  .menu-standart .menu-base .title-box .price {
    font-size: 16px;
  }
  .menu-standart .menu-base .desc p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
  }

  .header-background .center-section {
    margin: 27% 0;
  }
  .half .center-section {
    margin: 145px 0 100px;
  }
  .navbar-nav > li:nth-child(n+7) .dropdown-submenu > .dropdown-menu {
    left: -100%;
    margin-top: 0;
    margin-left: 0px;
  }

  #nl-message {
    width:93%;
  }

}

@media (min-width: 481px) and (max-width: 767px) {
  .content .img-icon {
    width: 110px !important;
  }
}	

@media (min-width: 768px) and (max-width: 992px) {

  .navbar-nav { font-size: 20px; margin: 7.5px -15px; }
  .navbar-nav .nav-logo img { width: 100px; height: auto; }
  #nav-section { margin-top: 30px; }
  .pad100 { width:100%; }

  #footer-top p { font-size: 12px; line-height: 25px; }
  #footer { max-height: none; }
  
  .menu-button-filter { margin-bottom: -30px; }
  .menu-list-section {
    font-size: 16px;
    margin-top: -30px;
	margin-bottom: -30px;
  }
  .menu-button-filter li {
    font-size: 16px;
    margin: 0 9px 4px 9px;
	min-width: 68px;
  }
   
  .menu-button-filter .iconBox-icon {
    width: 45px;
    height: 45px;
	margin-bottom: 3px;
  }
  .menu-button-filter .iconBox-icon:before {
    height: 65px;
    width: 65px;
	top: -8px;
  }

  .menu-list-section .glyph-icon:before { font-size: 40px; }
  .menu-list-section .menu-items-list .menu-item .manuscript { font-size: 25px; }
  
  .menu-standart .col-sm-6 { width: 100%; }
  .note-new { font-size: 16px; font-weight: 500; }
  .note-spicy { font-size: 16px; font-weight: 500; }
  .note-milk { font-size: 16px; font-weight: 500; }
  .header-background .center-section { }
  .half .header-background .center-section { padding: 0; }

}

@media (max-width: 350px) {
  
  #page-loader-box {
      left: 57%;
  }
  #page-loader-box-2 {
      left: 57%;
  }
	
  .header-background .center-section { }
	
  .section-title:after { width: 270px; height: 26px; }
  .white-decor:after { width: 270px; height: 26px; }
	
  .br-menu-icon { display: block; clear: both; }

}

@media (max-width: 480px) {
	
  .content .img-icon {
    width: 90px !important;
  }
  #page-loader-box { left: 54%; }
  #page-loader-box-2 { left: 54%; }
	
  #top-info {
    display: block;
    line-height: 20px;
    margin-top: 7px;
  }
  #top-info li {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
  }
  #top-buttons {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #top-social {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }

  .br2-menu-icon { display: block; clear: both; }
  .br-icon {
	  display: block;
	  clear: both;
	  margin-top: 5px;
  }
	
  .menu-standart .menu-base .title-box .title {
      font-size: 22px !important;
      text-align: center;
      line-height: 30px;
      float: none;
      max-width: 100%;
  }
  .note-new {
    font-size: 16px !important;
    font-weight: 500;
    position: relative;
  }
	
  .menu-standart .menu-base .title-box .tarif-2 {
    margin: 0 auto;
	max-width: 150px;
  }
  .menu-standart .menu-base .title-box .tarif-1 {
    text-align: center !important;
	width: 100%;
  }
  .menu-standart .menu-base .title-box .tarif-1 .price {
	float: none !important;
  }
  .menu-standart .menu-base .title-box .price {
    font-size: 16px !important;
    text-align: center;
	display: block;
    position: relative;
    max-width: 100%;
  }
	
  .menu-standart .menu-base .line-box { display: none; }
  .menu-standart .menu-base .desc {
    padding: 10px;
    margin-top: -15px;
    text-align: center;
    border-bottom: 2px dotted #3b4043;
  }
  /*.menu-standart .col-sm-6:last-child .menu-base .desc { border-bottom: none; }*/
	
  #copyright .scrollTopButton { left: 42%; }
  
}

@media (max-width: 767px) {
	
  .border-t { border-top: none !important; }
	
  #page-loader-box {
      left: 54%;
      top: 50%;
      width: 100px;
      height: 100px;
  }
  #page-loader-box-2 {
      left: 54%;
      top: 50%;
      width: 100px;
      height: 100px;
  }
	
  .navbar > ul li > a {
    line-height: 40px;
  }
  .navbar-nav .dropdown-menu>li>a {
    line-height: 20px;
  }
  .navbar-nav .dropdown-submenu > a:after {
    margin-top: 7px;
  }
  .navbar-nav .dropdown-submenu:hover > a:after {
    margin-top: -3px;
  }
	
  .header-background .center-section {
    margin: 40px 0;
	margin-left: 0px !important;
    padding: 10px 0 20px;
  }
  .half .header-background {
    height: auto;
  }
	
  .gallery-content { padding: 0 0 0 0; margin: 0 0 0 0; }	

  .blog-content { margin-top: -40px; }
  .blog-content p { line-height: 24px; }
  .blog-content article h3 { text-transform: uppercase !important; }
	
	
  .content { padding: 10px 0; }
  .content p { line-height: 25px; margin-bottom: 18px; }
  p { font-family: 'Cabin', sans-serif; font-size: 14px; }
  .content .first-letter::first-letter { font-size: 45px; }
	
  .section-title { font-size: 38px; margin-bottom: 30px; line-height: 30px }
  .section-title span { font-size: 37px; }
  .section-title-border { padding: 20px 0; line-height: 20px; }
  .section-title-border:after { width: 110px; }
  .section-subtitle { font-size: 15px; padding: 10px 0; }
  
  hr { margin-top: 10px; margin-bottom: 10px; }

  .menu-list-section .menu-items-list .menu-item .manuscript { font-size: 20px; }
  /*new-style for menu-list-section*/
  .menu-list-section { margin-top: -35px; margin-bottom: -35px; }
  .menu-button-filter { margin-bottom: -25px; }
  .menu-list-section .menu-items-list .menu-item .manuscript {
    text-align: center;
    float: none;
    padding: 10px 0 5px;
  }
  .menu-list-section .menu-items-list .menu-item .manuscript2 {
    text-align: center;
    float: none;
    padding: 10px 0 5px;
  }
  .menu-list-section .menu-items-list .menu-item .price {
    float: none;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
  }
	
  .menu-items-list .menu-item h3.title {
    float: none !important; 
	text-align: center;
  }
  .menu-list-section .menu-items-list .menu-item .desc { text-align: center; }
  .menu-list-section .menu-button-filter li {
    font-size: 16px;
    margin: 5px -5px 5px -5px;
    text-align: center;
    min-width: 80px;
  }
  .menu-button-filter .iconBox-icon {
    width: 35px;
    height: 35px;
	left: 0px;
	top: -5px;
  }
  .menu-button-filter .iconBox-icon:before {
    width: 55px;
    height: 55px;
    left: -9px;
  }
  .menu-button-filter .iconBox-icon .glyph-icon:before { font-size: 38px; }
  .menu-list-section .menu-item .desc p { line-height: 21px; }
  .menu-list-section .glyph-icon:before { font-size: 25px; margin: 0px 6px; }
  .menu-list-section .menu-button-filter .r-name { padding: 10px 0; }
  
  .call-reservation .call-box .title { font-size: 20px; }
  .call-reservation .call-box .phone { font-size: 36px !important; }
  .call-reservation .call-box p { text-align: center !important; }

  .menu-standart .menu-base .title-box .title { font-size: 26px !important; }
  .note-new {
    font-size: 16px !important;
    font-weight: 500;
  }
  .note-spicy {
    font-size: 16px !important;
    font-weight: 500;
  }
  .note-milk {
    font-size: 16px !important;
    font-weight: 500;
  }
  .menu-standart .menu-base .title-box .price { font-size: 16px !important; }
  .menu-standart .menu-base .desc p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
  }

  .contact-section .contact-location, .contact-section .contact-socials, .contact-section .contact-drect { text-align: center; }
  .contact-section p { display: block; }
  .contact-section .socials-box { display: block; }
	
  .error-header .header-background { height: auto; }
  .error-page .error-title { font-size: 30px; margin: 3% 3% 0px; }
  .error-page .btn-lg { margin-bottom: 10px; }
  .error-page .center-position { margin-top: 30px; }
	
  #footer {  max-height: none; }
  #footer-top .block {
    padding-top: 30px;
    padding-bottom: 10px;
	padding-left: 20px;
  }
  #footer-top .block-nopt { padding-top: 0px; }
  #footer-top .clear { clear: both; }
  #footer-about { padding-bottom: 30px; }
	
}

@media (max-width: 992px) {
  #header .sticky-wrapper {
    height: 0;
    margin-top: 1px;
  }
  #nav-section {
    margin-top: 15px;
    min-height: 60px;
    min-width: 320px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  .nav-mobile .nav-logo { display: none; }
  .nav {
    float: none;
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
  }
	 
  .icon-specificite { margin: 0; padding-bottom: 23px !important;  }
	
  .border-r { border-right: none !important; }
  .border-t { border-top: 1px solid #2b2b2b; }
  .mt-55 { margin-top: 55px; }	
  .call-box .phone { font-size: 32px !important; }	
  .navbar {
    border-bottom: none;
    border-top: none;
  }
  .action-box { text-align: center; }
  .social-networks { float: none; margin-top: 20px; }
  .section-title { margin-bottom: 30px; }
  
  #nl-message { width:100%; }

  .header-background-box .header-background { height: auto; }
  
  .menu-page .background-img-static {
    background-image: none;
  }

  .comment-respond {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
  }
  
  .contact-section .contact-location, .contact-section .contact-socials, .contact-section .contact-drect {
    padding: 0px 20px;
    margin-bottom: 40px;
  }
	
  /*-------------------------------*/
  /*       nav mobile btn Cross         */
  /*-------------------------------*/
	.nav-mobile-btn {
	  background: transparent;
	  border: none;
	  display: block;
	  height: 32px;
	  margin-left: -20px;
	  position: fixed;
	  top: 15px;
	  width: 32px;
	  z-index: 999;
	  right: 20px;
	}
	.nav-mobile-btn:hover { outline: none; }
	.nav-mobile-btn:focus { outline: none; }
	.nav-mobile-btn:active { outline: none; }
	.nav-mobile-btn.is-closed:before {
	  -o-transform: translate3d(0, 0, 0);
	  -o-transition: all 0.35s ease-in-out;
	  -ms-transform: translate3d(0, 0, 0);
	  -ms-transition: all 0.35s ease-in-out;
	  -moz-transform: translate3d(0, 0, 0);
	  -moz-transition: all 0.35s ease-in-out;
	  -webkit-transform: translate3d(0, 0, 0);
	  -webkit-transition: all 0.35s ease-in-out;
	  color: #ffffff;
	  content: '';
	  display: block;
	  font-size: 14px;
	  line-height: 32px;
	  opacity: 0;
	  text-align: center;
	  width: 100px;
	}
	.nav-mobile-btn.is-closed:hover before {
	  -o-transform: translate3d(-100px, 0, 0);
	  -o-transition: all 0.35s ease-in-out;
	  -ms-transform: translate3d(-100px, 0, 0);
	  -ms-transition: all 0.35s ease-in-out;
	  -moz-transform: translate3d(-100px, 0, 0);
	  -moz-transition: all 0.35s ease-in-out;
	  -webkit-transform: translate3d(-100px, 0, 0);
	  -webkit-transition: all 0.35s ease-in-out;
	  display: block;
	  opacity: 1;
	}
	.nav-mobile-btn.is-closed:hover .hamb-top {
	  -o-transition: all 0.35s ease-in-out;
	  -ms-transition: all 0.35s ease-in-out;
	  -moz-transition: all 0.35s ease-in-out;
	  -webkit-transition: all 0.35s ease-in-out;
	  top: 0;
	}
	.nav-mobile-btn.is-closed:hover .hamb-bottom {
	  -o-transition: all 0.35s ease-in-out;
	  -ms-transition: all 0.35s ease-in-out;
	  -moz-transition: all 0.35s ease-in-out;
	  -webkit-transition: all 0.35s ease-in-out;
	  bottom: 0;
	}
	.nav-mobile-btn.is-closed .hamb-top {
	  -o-transition: all 0.35s ease-in-out;
	  -ms-transition: all 0.35s ease-in-out;
	  -moz-transition: all 0.35s ease-in-out;
	  -webkit-transition: all 0.35s ease-in-out;
	  background-color: rgba(255, 255, 255, 0.7);
	  top: 5px;
	}
	.nav-mobile-btn.is-closed .hamb-middle {
	  background-color: rgba(255, 255, 255, 0.7);
	  margin-top: -2px;
	  top: 50%;
	}
	.nav-mobile-btn.is-closed .hamb-bottom {
	  -o-transition: all 0.35s ease-in-out;
	  -ms-transition: all 0.35s ease-in-out;
	  -moz-transition: all 0.35s ease-in-out;
	  -webkit-transition: all 0.35s ease-in-out;
	  background-color: rgba(255, 255, 255, 0.7);
	  bottom: 5px;
	}
	.nav-mobile-btn.is-closed .hamb-top,
	.nav-mobile-btn.is-closed .hamb-middle,
	.nav-mobile-btn.is-closed .hamb-bottom,
	.nav-mobile-btn.is-open .hamb-top,
	.nav-mobile-btn.is-open .hamb-middle,
	.nav-mobile-btn.is-open .hamb-bottom {
	  height: 4px;
	  left: 0;
	  position: absolute;
	  width: 100%;
	}
	.nav-mobile-btn.is-open .hamb-top {
	  -o-transform: rotate(45deg);
	  -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  -ms-transform: rotate(45deg);
	  -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  -moz-transform: rotate(45deg);
	  -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  -webkit-transform: rotate(45deg);
	  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  background-color: #fff;
	  margin-top: -2px;
	  top: 50%;
	}
	.nav-mobile-btn.is-open .hamb-middle { background-color: #fff; display: none; }
	.nav-mobile-btn.is-open .hamb-bottom {
	  -o-transform: rotate(-45deg);
	  -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  -ms-transform: rotate(-45deg);
	  -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  -moz-transform: rotate(-45deg);
	  -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  -webkit-transform: rotate(-45deg);
	  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
	  background-color: #fff;
	  margin-top: -2px;
	  top: 50%;
	}
	.nav-mobile-btn.is-open:before {
	  -o-transform: translate3d(0, 0, 0);
	  -o-transition: all 0.35s ease-in-out;
	  -ms-transform: translate3d(0, 0, 0);
	  -ms-transition: all 0.35s ease-in-out;
	  -moz-transform: translate3d(0, 0, 0);
	  -moz-transition: all 0.35s ease-in-out;
	  -webkit-transform: translate3d(0, 0, 0);
	  -webkit-transition: all 0.35s ease-in-out;
	  color: #ffffff;
	  content: '';
	  display: block;
	  font-size: 14px;
	  line-height: 32px;
	  opacity: 0;
	  text-align: center;
	  width: 100px;
	}
	.nav-mobile-btn.is-open:hover before {
	  -o-transform: translate3d(-100px, 0, 0);
	  -o-transition: all 0.35s ease-in-out;
	  -ms-transform: translate3d(-100px, 0, 0);
	  -ms-transition: all 0.35s ease-in-out;
	  -moz-transform: translate3d(-100px, 0, 0);
	  -moz-transition: all 0.35s ease-in-out;
	  -webkit-transform: translate3d(-100px, 0, 0);
	  -webkit-transition: all 0.35s ease-in-out;
	  display: block;
	  opacity: 1;
	}

	.toggled .navbar {
	  visibility: visible;
	  opacity: 1;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: all 0.5s;
	}
	.overlay {
	  position: fixed;
	  display: none;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #1b1b1b;
	  z-index: 100;
	  opacity: 0.99;
	}
	.onepage .overlay { opacity: 0.8; }
	.navbar {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 1;
	  visibility: hidden;
	  opacity: 0;
	  width: 100%;
	  height: 100vh;
	  padding: 15px;
	  overflow: auto;
	}
	.navbar > i {
	  position: absolute;
	  top: 6px;
	  right: 15px;
	  font-size: 28px;
	  cursor: pointer;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  text-align: center;
	  color: #605339;
	  background-color: #359064;
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  transition: all 0.5s;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	}
	.navbar > i:hover,
	.navbar > i:active {
	  color: #605339;
	  background-color: #359064;
	}
	.navbar h2 {
	  text-align: center;
	  margin: 10px 0 25px;
	  color: #e7e7e7;
	}
	.navbar h2 i { margin-right: 10px; }
	.navbar a { color: #e7e7e7; }
	.navbar a:hover { color: #359064; text-decoration: none; }
	.navbar a:focus { text-decoration: none; }
	.navbar ul { list-style: none; }
	.navbar > ul { padding: 0; }
	.navbar > ul li { margin-bottom: 10px; }
	.navbar > ul li > a {
	  line-height: 61px;
	  margin-bottom: 10px;
	  display: block;
	}
	.navbar > ul > li {
	  margin-bottom: 10px;
	  float: none;
	}
	.navbar > ul ul {
	  padding-right: 0px;
	  border-left: 1px dashed #5c5c5c;
	  padding: 0 15px;
	}
	.navbar::after {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.2);
	  content: '';
	  display: none;
	  opacity: 1;
	  -webkit-transition: opacity 0.5s;
	  transition: opacity 0.5s;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
		text-align: center;
	}
	.navbar-nav .dropdown-menu > li > a {
	  border: none;
	  line-height: 20px;
	  text-align: center;
	}
	.navbar-nav .open > .dropdown-menu, .navbar-nav .dropdown-menu:hover {
	  background: transparent;
	  width: 100%;
	  float: none;
	  position: static;
	  margin-top: 0;
	  background-color: transparent;
	  border: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	.navbar-nav .dropdown-menu > li:last-child > a {
		border-bottom: 3px solid #7f7f7f;
		padding-bottom: 10px;
	}
	.navbar-nav .open .dropdown-menu > li:last-child > a {
		border-bottom: 3px solid #7f7f7f;
		padding-bottom: 10px;
	}
	.navbar-nav .dropdown-menu .dropdown-submenu a {
	  border-bottom: none;
	  padding-bottom: 0;
	}
	.navbar-nav .dropdown-submenu .dropdown-menu > li:last-child > a {
		border-bottom: 3px solid #7f7f7f;
		padding-bottom: 10px;
	}
	.navbar-nav .open .dropdown-menu {
		width: 100%;
		float: none;
		position: static;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu {
	  visibility: visible;
	  -webkit-transition: -webkit-transform 0.5s;
	  transition: transform 0.5s;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
	.navbar-nav .dropdown-submenu > .dropdown-menu {
	  top: 0;
	  left: auto;
	  margin-left: auto;
	  display: block;
	  background: transparent;
	  width: 100%;
	  float: none;
	  position: static;
	  margin-top: 0;
	  background-color: transparent;
	  border: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	}
	.navshrink .navbar-nav .dropdown-menu { background-color: transparent; }
	.navbar-nav .dropdown-submenu > a:after {
	  display: inline-block;
	  content: " ";
	  float: none;
	  text-align: center;
	  width: 0;
	  height: 0;
	  border-color: transparent;
	  border-style: solid;
	  border-width: 4px 0 4px 4px;
	  border-left-color: #74777c;
	  position: absolute;
	  top: 10%;
	  margin-left: 8px;
	  margin-top: 1px;
	  right: auto;
	}
	.navbar-nav .dropdown-submenu:hover > a:after { margin-top: -4px; }
	.toggled .border-none {
	  position: absolute;
	  top: -50px;
	  display: none;
	}
	.navbar-nav>li:before, .navbar-nav>li:after {
		border-top: none;
		border-bottom: none;
	}
	.stuck .navbar-nav>li:after {
	  border:none;
	}
	.nav-logo {
	  height: 56px;
	  z-index: 999;
	  position: fixed;
	}
	#nav-section .nav-logo img {
	  margin: 10px 0;
	  height: 60px;
	  width: auto;
	}
	.navbar {
	  margin: 0px 10px 0 0;
	  float: none;
	}
	.nav-logo img {
	  -webkit-transition: all 0.3s ease-out;
	  -moz-transition: all 0.3s ease-out;
	  -ms-transition: all 0.3s ease-out;
	  -o-transition: all 0.3s ease-out;
	  transition: all 0.3s ease-out;
	}
	#top-bar { display: none }
	#top-social {
	  display: inline-block;
	  float: none;
	  text-align: center;
	  width: 100%;
	}
}
	
@media (max-width: 1199px) {
 .call-box .phone { font-size: 22px !important; }
 .content .img-icon {
    width: 140px;
  }
} 

@media (min-width: 481px) and (max-width: 767px) {

  .section-title { margin-bottom: 30px; font-size: 38px; line-height: 32px }
  .section-title span { font-size: 44px; }
 
}

@media (min-width: 768px) {
	
  .footer-flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
  .footer-flex-row.row > [class*='col-'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
	
  .border-r { border-right: 1px solid #2b2b2b; }
  .border-l { border-left: 1px solid #2b2b2b; }
  
}

@media only screen and (min-width: 992px){
  
  .navbar { float: none; margin: 0; }
  .navbar-nav { float: none; margin: 0; text-align: center; }
  .navbar-nav>li { float: none; display: inline-block; }
  .menu-thubnail .flex-row.row > [class*='col-'] { padding: 15px 10px; }

  .flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
  .flex-row.row > [class*='col-'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
	
  .menu-list-section { margin-top: -20px; margin-bottom: -20px; }
  .menu-items-list { margin-top: -10px; }

}

@media (min-width: 1100px){
	
  .nav-logo { display: none; }
	
  .menu-page .menu-standart .container { width: 1100px; }
}

@media(min-width: 1200px){
	
  .half .center-section { margin: 145px 0 100px; }
	
  .contact-section .center-button { width: auto; }

}

@media (min-width: 1440px){
	
  .header-background .center-section { margin: 29% 0; }
  .half .center-section { margin: 145px 0 100px; }
	
  .menu-page .menu-standart .container { width: 1200px; }

}

/***********************************************************************/

/******Edit Spacing********/
.edit-padding0 {
  padding: 0;
}
.edit-paddingBoth10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.edit-paddingTop0 {
  padding-top: 0px;
}
.edit-paddingTop10 {
  padding-top: 10px;
}
.edit-paddingBottom0 {
  padding-bottom: 0px;
}
.edit-paddingBottom10 {
  padding-bottom: 10px;
}
.edit-paddingBoth20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.edit-paddingTop20 {
  padding-top: 20px;
}
.edit-paddingBottom20 {
  padding-bottom: 20px;
}
.edit-paddingBoth30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.edit-paddingTop30 {
  padding-top: 30px;
}
.edit-paddingBottom30 {
  padding-bottom: 30px;
}
.edit-paddingBoth40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.edit-paddingTop40 {
  padding-top: 40px;
}
.edit-paddingBottom40 {
  padding-bottom: 40px;
}
.edit-paddingBoth10-l-r {
  padding-left: 10px;
  padding-right: 10px;
}
.edit-paddingBoth50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.edit-paddingTop50 {
  padding-top: 50px;
}
.edit-paddingBottom50 {
  padding-bottom: 50px;
}
.edit-paddingBoth60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.edit-paddingTop60 {
  padding-top: 60px;
}
.edit-paddingBottom60 {
  padding-bottom: 60px;
}
.edit-paddingBoth70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.edit-paddingTop70 {
  padding-top: 70px;
}
.edit-paddingBottom70 {
  padding-bottom: 70px;
}
.edit-paddingBoth80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.edit-paddingTop80 {
  padding-top: 80px;
}
.edit-paddingBottom80 {
  padding-bottom: 80px;
}
.edit-paddingBoth90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.edit-paddingTop90 {
  padding-top: 90px;
}
.edit-paddingBottom90 {
  padding-bottom: 90px;
}
.edit-paddingBoth100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.edit-paddingTop100 {
  padding-top: 100px;
}
.edit-paddingBottom100 {
  padding-bottom: 100px;
}
.edit-paddingBoth150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.edit-paddingTop150 {
  padding-top: 150px;
}
.edit-paddingBottom150 {
  padding-bottom: 150px;
}
.edit-paddingRight30 {
  padding-right: 30px;
}
.edit-margin0 {
  margin: 0;
}
.edit-marginBoth10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit-marginTop10 {
  margin-top: 10px;
}
.edit-marginBottom10 {
  margin-bottom: 10px;
}
.edit-marginBoth20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.edit-marginTop20 {
  margin-top: 20px;
}
.edit-marginBottom20 {
  margin-bottom: 20px;
}
.edit-marginBoth30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.edit-marginTop30 {
  margin-top: 30px;
}
.edit-marginBottom30 {
  margin-bottom: 30px;
}
.edit-marginBoth40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.edit-marginBoth30-l-r {
  margin-left: 30px;
  margin-right: 30px;
}
.edit-marginBoth50-l-r {
  margin-left: 50px;
  margin-right: 50px;
}
.edit-marginTop40 {
  margin-top: 40px;
}
.edit-marginBottom40 {
  margin-bottom: 40px;
}
.edit-marginBoth50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.edit-marginTop50 {
  margin-top: 50px;
}
.edit-marginBottom50 {
  margin-bottom: 50px;
}
.edit-marginBoth60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.edit-marginTop60 {
  margin-top: 60px;
}
.edit-marginBottom60 {
  margin-bottom: 60px;
}
.edit-marginBoth70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.edit-marginTop70 {
  margin-top: 70px;
}
.edit-marginBottom70 {
  margin-bottom: 70px;
}
.edit-marginBoth80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.edit-marginTop80 {
  margin-top: 80px;
}
.edit-marginBottom80 {
  margin-bottom: 80px;
}
.edit-marginBoth90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.edit-marginTop90 {
  margin-top: 90px;
}
.edit-marginBottom90 {
  margin-bottom: 90px;
}
.edit-marginBoth100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.edit-marginTop100 {
  margin-top: 100px;
}
.edit-marginBottom100 {
  margin-bottom: 100px;
}
.edit-marginBoth150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.edit-marginTop150 {
  margin-top: 150px;
}
.edit-marginBottom150 {
  margin-bottom: 150px;
}
/******Letter Spacing********/
.edit-letterSpacing1 {
  letter-spacing: 1px;
}
.edit-letterSpacing2 {
  letter-spacing: 2px;
}
.edit-letterSpacing3 {
  letter-spacing: 3px;
}
.edit-letterSpacing4 {
  letter-spacing: 4px;
}
.edit-letterSpacing5 {
  letter-spacing: 5px;
}
.edit-letterSpacing6 {
  letter-spacing: 6px;
}
.edit-letterSpacing7 {
  letter-spacing: 7px;
}
.edit-letterSpacing8 {
  letter-spacing: 8px;
}
.edit-letterSpacing9 {
  letter-spacing: 9px;
}
.edit-letterSpacing10 {
  letter-spacing: 10px;
}