/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap" rel="stylesheet');
@import "font-awesome.min.css";
@import "jquery-ui.css";
@import "owl.carousel.min.css";
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #1b1c1b;
  font-family: 'Montserrat', sans-serif;
  background: white;
  overflow-x: hidden;
}
header {
  border-bottom: 7px solid #ddc082;
  background: #323c42;
  padding: 10px 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
header .logo {
  text-decoration: none;
  display: table;
  width: 132px;
  margin: 0 auto;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
header .swith-menu {
  text-decoration: none;
  color: white;
  line-height: 36px;
  display: table;
  font-size: 24px;
  float: left;
}
header .lang {
  text-decoration: none;
  color: white;
  line-height: 36px;
  display: table;
  font-size: 20px;
  font-weight: 400;
  float: right;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  letter-spacing: -1px;
}
.mobil_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #323c42;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 18px;
}
.mobil_menu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
}
.mobil_menu a:hover {
  color: #ddc082;
}
.mobil_menu ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.mobil_menu ul a {
  font-size: 16px;
}
.mobil_menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
}
#safelogo {
  border-top: 1px solid #eeeeee;
}
#safelogo img {
  display: block;
  width: 60px;
  height: auto;
  margin: 20px auto;
}
section#main-1 {
  padding: 30px 0 20px;
}
section#main-1 .desc {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
section#main-1 .item {
  margin-bottom: 30px;
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#main-1 .item img {
  display: block;
  margin: 0 auto 10px;
  width: 48px;
  height: auto;
}
section#main-1 .item .content {
  text-align: center;
}
section#main-1 .item .content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  color: #323c42;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -1px;
}
section#main-1 .item .content span {
  display: block;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 14px;
}
section#main-1 .item:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.band {
  background: url(bg.jpg) no-repeat center center;
  height: 25px;
  margin: 10px 0;
}
section#menu {
  padding: 55px 0 0;
}
section#menu .banner {
  background-attachment: fixed;
  background-size: contain;
  position: relative;
  margin-bottom: 30px;
}
section#menu .banner img {
  display: block;
  width: 100%;
  height: auto;
}
section#menu .banner h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 28px;
  top: 50%;
  line-height: 36px;
  margin-top: -15px;
}
section#menu .desc {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
section#menu .cats {
  padding: 30px 0 20px;
}
section#menu .cats h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ddc082;
  margin-bottom: 20px;
  line-height: 30px;
}
section#menu .cats .item {
  margin-bottom: 15px;
}
section#menu .cats .item .title {
  padding-right: 100px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
}
section#menu .cats .item .title span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
section#menu .cats .item .price {
  float: right;
  width: 90px;
  color: #ddc082;
  text-align: right;
  font-weight: 600;
}
section#menu .grey {
  background: #f8f8f8;
}
.navbar {
  padding: 5px 0;
  background: #f1f1f1;
  margin-bottom: 30px;
}
.navbar ul {
  list-style: none;
}
.navbar ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navbar ul li {
  padding-right: 5px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #ddc082;
}
.navbar ul li:after {
  padding-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  text-rendering: auto;
  content: "\f101";
  font-size: inherit;
  color: #ddc082;
}
.navbar ul li a {
  text-decoration: none;
  color: #ddc082;
}
.navbar ul li:last-child:after {
  content: "";
  padding-left: 0;
}
section#slider {
  background: #323c42;
  margin-top: 55px;
}
footer {
  background: #323c42;
  overflow: hidden;
  padding: 30px 0 0;
  color: #959596;
  text-align: center;
}
footer .title {
  font-size: 16px;
  margin-bottom: 15px;
}
footer .social {
  text-align: center;
}
footer .social a {
  text-decoration: none;
  display: inline-table;
  font-size: 20px;
  color: white;
  line-height: 30px;
  width: 30px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .social a:first-child {
  margin-left: 0;
}
footer .social a:hover {
  color: white;
}
footer .social .facebook {
  background: #3b5998;
}
footer .social .twitter {
  background: #00aced;
}
footer .social .youtube {
  background: #dd4b39;
}
footer .social .instagram {
  background: #517fa6;
}
footer .social .linkedin {
  background: #517fa6;
}
footer .bottom {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #1c1c1c;
}
footer .bottom .left {
  display: block;
}
footer .bottom .left p {
  line-height: 20px;
}
footer .bottom .right {
  display: block;
}
footer .bottom .right a {
  text-decoration: none;
  color: #959596;
  display: block;
  line-height: 20px;
}
.popup-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}
.popup {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.popup img {
  display: block;
  margin: 0 auto;
}
.popup p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #ddc082;
}
.popup a {
  text-decoration: none;
  display: table;
  margin: 20px auto 0;
  line-height: 30px;
  background: black;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
  
}
@media only screen and (max-width: 1270px) {
  
}
