html {
  font-size: 100%;
}
body {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  color: #666666;
  padding: 0;
  background-color: #e3e3e3;
}
.topspace {
  margin-top: 80px;
}
.topspace40 {
  margin-top: 40px;
}

#header {
  margin-top: 80px;
}

@media only screen and (max-width: 897px) {
  #header {
    margin-top: 55px;
  }
}




.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>a.nav-link.active{
  color: orangered;
}




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


                            Navigation in header


**********************************************************************/
.navbar {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
}
.navbar.stick {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .85;
}
.navbar-collapse {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-collapse .navbar-nav > li > a {
  padding: 20px 30px;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: left;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 30px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
  color: #454545;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #454545;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #000000;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #cccccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}
/****************************************************************************************


                                     Sidebar special Nav


*****************************************************************************************/
.nav-side {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: -0.37em;
}
.nav-side > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f392b4;
}
.nav-side > li > a:hover {
  color: #f0901f;
  background: none;
}
.nav-side > li.active > a {
  color: #f0901f;
}
/*********************************************************************


                                TYPOGRAPHY


**********************************************************************/
p {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
ul,
ol {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 30px;
  border-left: 5px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}
h1 {
  font-size: 25px;
  font-size: 1.5rem;
}
h2 {
  font-size: 20px;
  font-size: 1.3rem;
}
h3 {
  font-size: 18px;
  font-size: 1.2rem;
}
h4 {
  font-size: 17px;
  font-size: 1.1rem;
}
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
a {
  color: #f0901f;
}
a:hover {
  color: #f0901f;
}
.lead {
  font-weight: 300;
  font-size: 18px;
}
.text-msg {
  line-height: 1.7em;
  color: #b3b3b3;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: -0.23em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*********************************************************************


                                HEADER


**********************************************************************/
#head {
  background: #f4f4f4 url(/fon3.jpg) top center;
  background-size: cover;
  color: #7C7C7C;
  padding: 30px 0 35px 0;
  min-height: 400px;
}

.slide {
  background-size: cover;
  min-height: 610px;
  min-width: 100%;
  width:100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor:pointer;
}


#slider-1 {
  background-image: url(/slider/slider1.jpg);
  display: none;
}

#slider-2 {
  background-image:  url(/slider/slider2.jpg);
  display: none;
}
#slider-3 {
  background-image:   url(/slider/slider3.jpg);
  display: none;
}



@media (max-width: 500px) {
  #slider-1 {
    background-image: url(/slider/slider1-mobile.jpg);
  }

  #slider-2 {
    background-image:  url(/slider/slider2-mobile.jpg);
  }
  #slider-3 {
    background-image:   url(/slider/slider3-mobile.jpg);
  }
}

#logo {
  background: #e9ecef;
  opacity: .8;
  width: 400px;
  display: block;
  text-align: center;
  margin: auto auto;
  vertical-align: middle;
}

#head img.img-circle {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 9px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
#head .title {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 49px;
  font-size: 3.0625rem;
}
#head .title a {
  text-decoration: none;
  color: #333333;
}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: black;
  margin: 5px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a,  #head .tagline span{
  color: #666666;
}
.home #head {
  padding: 180px 0;
}
.home #head .title {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
}
.home #head .tagline {
  font-size: 18px;
  margin: 15px 0 0;
}


.home #head .tagline a, .home #head .tagline a:hover, .home #head .tagline a:active {
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
}
/*********************************************************************


                                CONTENT


**********************************************************************/
img {
  max-width: 100%;
}
.btn {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 0 none;
  padding: 12px 35px;
  text-shadow: 0 1px 0px #780d33;
}
.btn-primary {
  color: #fff;
  background-color: #f0901f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  font-size: 0.75rem;
  font-weight: bolder;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #f0901f;
}
.btn-action {
  font-weight: bold;
  background: transparent!important;
  border: 1px solid #333;
  text-shadow: none;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  color: #bd1550;
  border-color: #bd1550;
}
.btn-lg {
  padding: 15px 60px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: bold;
}
.panel-cta {
  box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
  background: #f3f3f3;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.panel-cta p,
.panel-cta h3,
.panel-cta h4,
.panel-cta h5,
.panel-cta h6 {
  margin: 0;
}
.panel-cta .panel-body {
  padding: 35px;
}
/* Section - Featured */
.featured {
  font-size: 13px;
  font-size: 0.8125rem;
}
.featured h3 {
  font-weight: normal;
  color:#666666;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 0 0 25px 0;
}
/* Section - Recent works */
.thumbnails {
  padding: 0;
}
.thumbnails li {
  margin-bottom: 30px;
}
.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 180px;
  margin: 0 0 20px;
  position: relative;
}
.thumbnail .title {
  text-transform: uppercase;
  margin: 0 2em;
  display: block;
  text-indent: 0;
}
.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 550ms;
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
}
.thumbnail .cover .more {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 1px 0 0 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px 0 0 1px;
  -moz-background-clip: padding;
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #780d33;
  background: #f0901f;
  color: white;
}
.thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail:hover {
  color: #333;
  text-decoration: none;
}
.thumbnail:hover img {
  -webkit-filter: saturate(0%);
}
.thumbnail:hover .cover {
  opacity: 1;
}
/* pagination */
.pagination > li > a {
  color: #808080;
  border: 0 none;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
}
.pagination > li > a:hover {
  color: #000000;
  background: none;
}
.pagination > li.active > a {
  color: #333333;
  background: none;
}
.pagination > li.active > a:hover {
  color: #000000;
  background: none;
}
/*********************************************************************


                                 BLOG


**********************************************************************/
.section-title,
.entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
}
.section-title a,
.entry-title a {
  color: #333333;
}
.section-title span,
.entry-title span, .menumainsection-h1 {
  display: inline-block;
  position: relative;
  color: black;
  font-weight: 900;
  font-size: 40px;
}
.section-title span:before,
.entry-title span:before,
.section-title span:after,
.entry-title span:after {

  content:"";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 400%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.section-title span:before,
.entry-title span:before {
  right: 100%;
  margin-right: 45px;
}
.section-title span:after,
.entry-title span:after {
  left: 100%;
  margin-left: 45px;
}

.section-title.icon span:before,
.entry-title.icon span:before,
.section-title.icon span:after,
.entry-title.icon span:after{

}

/*
.section-title.icon span:before,
.entry-title.icon span:before {
  content:url('/assets/icons/cw1.svg');
  position:relative; /*or absolute*/
 /* left:-140px;
  top:100px;
  border-bottom: none;
  border-top: none;

}
.section-title.icon span:after,
.entry-title.icon span:after {
  position:relative; /*or absolute*/
 /* top:-100px;
  left: 100px;
  content:url('/assets/icons/cw2.svg');
  border-bottom: none;
  border-top: none;
} */

.entry-header .entry-meta {
  text-align: center;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
  color: #a5a5a5;
}
.entry-content {
  margin: 0 0 60px 0;
}
.entry-content h2 {
  line-height: 1.2;
  font-size: 30px;
  font-size: 1.875rem;
  padding-top: 20px;
  margin-bottom: 20px;
}
.meta-nav,
.more-link {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.meta-nav:hover,
.more-link:hover {
  color: #333333;
  text-decoration: underline;
}
.more-link {
  display: block;
  width: 100%;
  text-align: right;
}
/* Posts navigation */
#nav-below {
  position: fixed;
  top: 48%;
}
#nav-below .meta-nav {
  display: block;
  padding: 27px 7px;
  background: #444;
  color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.2;
}
#nav-below .meta-nav:hover {
  text-decoration: none;
  color: #333;
}
#nav-below .nav-next {
  position: fixed;
  right: -3px;
}
#nav-below .nav-previous {
  position: fixed;
  left: -3px;
}
#nav-below b {
  display: none;
}
footer.entry-meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 35px 0;
  padding: 2px 0;
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
}
footer.entry-meta a {
  color: #333333;
}
footer.entry-meta .meta-in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
  text-align: left;
}
.page-header .page-title {
  margin-top: 0;
  margin-bottom: 30px;
}
/*********************************************************************


                                COMMENTS


**********************************************************************/
#comments {
  font-size: 13px;
  font-size: 0.8125rem;
}
#comments .comments-title {
  margin: 0 0 5px 0;
}
#comments .leave-comment {
  display: block;
  margin: 0 0 40px 0;
}
#comments ul,
#comments ol {
  margin: 0;
  padding: 0;
}
#comments .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#comments .comments-title {
  text-shadow: none;
  margin-bottom: 0;
}
#comments .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 5px solid #eeeeee;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#comments .children {
  margin: 0 0 0 90px;
}
#comments .comment-meta {
  margin: 0 0 0 90px;
}
#comments .comment-meta a {
  color: #333333;
}
#comments .comment-meta a:hover {
  color: #f0901f;
}
#comments .comment-meta .author {
  margin: 0 20px 0 0;
  font-weight: bold;
}
#comments .comment-meta .date {
  margin: 0 20px 0 0;
}
#comments .comment-meta .date a {
  color: #666666;
}
#comments .comment-meta .reply {
  float: right;
}
#comments .comment-body {
  margin: 0 0 35px 90px;
}
.comment-navigation {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 2px 0 0 0;
}
.comment-navigation .nav-content {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 0 0 0;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#respond {
  margin: 55px 0 0 0;
}
/*********************************************************************


                                FOOTER


**********************************************************************/
#footer {
  background: #232323;
  padding: 30px 0 0 0;
  font-size: 12px;
  color: #999;
}
#footer a {
  color: #ccc;
}
#footer a:hover {
  color: #fff;
}
#footer h3.widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 20px;
}
#underfooter {
  background: #191919;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}
#underfooter a {
  color: #aaa;
}
#underfooter a:hover {
  color: #fff;
}
#underfooter p {
  margin: 0;
}
.follow-me-icons {
  font-size: 30px;
}
.follow-me-icons i {
  float: left;
  margin: 0 10px 0 0;
}
/* Max page width
/////////////////////////////////////////////////////////////////////*/
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}


.menu-all-wrap {
  text-transform: uppercase;
}

.menu-all-wrap .menu-item-additionals{
  text-transform: none;
  font-size: 16px;
}

.menu-img {
  width:200px;
  height: 134px;
  margin-bottom: 15px;
}

#woltlogo {
  width: 120px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  /* CSS */
}

#about div p {
  font-size: 18px;
}

#actions .col img {}
#actions .col h3 {}
#actions .col h3.action-label {
  font-weight: 600;
  align-self: center;
}

#actions .col h3.action-description {
  text-transform: lowercase;
  font-size: 16px;
  text-align: center;
  align-self: center;
}
#actions .col h3.action-description .price  {
  font-weight: 600;
  text-transform: none;
}
#actions .action-always h3 {
  text-transform: none;
  font-size: 18px;
}

.box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}


legend {
  font-size: 18px;
}

.menu-page .menu-content{
  display: none;
}


.waficon {
  float: right;
  position: relative;
  top: -84px;
}

.menu-item-wrap {
  margin: 25px 0;
  padding: 0;
}

.menu-item-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background-color: rgb(233, 149, 38);
  color: rgb(255, 255, 255);
  width: auto;
  white-space: nowrap;
  display: inline-flex;
  padding: 5px;
}

.menu-item-price.bar-price {
  background-color: #e3e3e3;
  padding: 0 0;
}

.categories-menu-item a {

  background-color: #fff;
  position: relative;

  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  color: #222;
  line-height: 1.375;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #d6d6d6;

  border-radius: 4px;
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
  transition: background-color .25s,border-color .25s;
  outline: none;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

.categories-menu-item {
  position: relative;
  padding: 8px 8px 8px 0;
}

h1.menu-catname {
  font-weight: 600;
  color: black;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;

}
.menu-catname-wrap {
  margin: 25px 0 25px 0;
}

.menu-catname-wrap.first {
  margin: 0 0 25px 0;
}
.lasthr {

}
.square {
  background-color: #f0901f;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.square:after {
  content: "";
  padding-bottom: 100%;
}

.menu-item-name h2.secondline, h2.secondline, h3.thirdline{
  font-size: 13px;
}

.menu-item-name, .menu-item-name h3 {
  font-size: 16px;

}

.menu-catname{
  background-image: url("/assets/icons/cw3.svg");
}
.menu-catname.even{
  background-image: url("/assets/icons/cw2.svg");
}


.menu-catname {

  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50px;
}




.desctop-menu-cats {
  display: none;
}

#desctop-embed, #mobile-embed {
  display: none;
}

@media only screen and (min-width: 738px) {
  #desctop-embed {
    display: block;
  }
  .desctop-menu-cats {
    display: block;
  }
}

@media only screen and (max-width: 737px) {
  #mobile-embed{
    display: block;
  }
  .waficon {
    top: -130px;
  }

  #woltlogo {
    width: 100px;
  }
  #footer .widget {
    margin-top: 15px;
  }

  .menu-page .menu-content{
    display: block;
  }


  .menu-page .menu-content {
    position: relative;
    flex: 1 1;
    padding-top: 16px;
  }

  .menu-page .menu-content .categories {
    height: 49px;
    border-bottom: 1px solid #e0e0e0;
  }

  .menu-page .menu-content .categories .categories-content {
    position: relative;
    height: 49px;
    width: 100%;
    overflow-x: scroll;
    scroll-padding: 0 16px;
    padding: 0 16px;
    display: flex;
  }

}

@media only screen and (max-width: 737px)  and (orientation: landscape)  {

}

@media only screen and (max-width: 428px) and (orientation: portrait) {

  #actions .col img {
    min-width: 90px;
  }

  #actions .col h3 { font-size: 18px;  }
  #logo {
    width: 100%;
  }
  #woltlogo {
    width: 80px;
  }
  .lead {
    font-size: 17px;
  }
  h1 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .featured h3 {
    font-size: 1.1rem;
  }
  .menu-all-wrap .menu-item-additionals{
    font-size: 1rem;
  }
  .menu-img {
    width:100px;
    height: 67px;
  }
  .minus {
    display:none;
  }
}

@media only screen and (max-width: 375px) {

  #actions .col h3 { font-size: 15px;  }

  #woltlogo {
    width: 60px;
  }
  #logo {
    width: 375px;
  }
  .lead {
    font-size: 17px;
  }
  h1 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .menu-all-wrap .menu-item-additionals{
    font-size: 1rem;
  }
  .menu-img {
    width:100px;
    height: 67px;
  }
  .minus {
    display:none;
  }
}

@media only screen and (max-width: 320px) and (orientation: portrait) {
  #actions .col h3 { font-size: 15px;  }
  #actions .col img { max-width: 81px }

}


/**
* material-scrolltop
*
* Author: Bartholomej
* Website: https://github.com/bartholomej/material-scrolltop
* Docs: https://github.com/bartholomej/material-scrolltop
* Repo: https://github.com/bartholomej/material-scrolltop
* Issues: https://github.com/bartholomej/material-scrolltop/issues
*/
.material-scrolltop {
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 23px;
  right: 5px;
  padding: 0;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: hand;
  border-radius: 50%;
  background: #f0901f;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1); }
.material-scrolltop:hover {
  background-color: #f0901f;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5); }
.material-scrolltop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  border-radius: 100%;
  background: #f0901f; }
.material-scrolltop:active::before {
  width: 120%;
  padding-top: 120%;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.material-scrolltop.reveal {
  width: 56px;
  height: 56px; }
.material-scrolltop span {
  display: block;
  font-size: 25px;
  color: #fff; }

.material-scrolltop, .material-scrolltop::before {
  background-image: url(./../icons/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat; }
