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

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap');
@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: 'Fira Sans', sans-serif;
  background: url(c-bg.jpg);
  overflow-x: hidden;
}
header {
  background: #1d302c;
  padding: 0 0 0;
  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,
header .logo-fix {
  text-decoration: none;
  display: table;
  width: 150px;
  margin: 20px auto;
}
header .logo img,
header .logo-fix img {
  width: 100%;
  height: auto;
  display: block;
}
header .logo-fix {
  display: none;
}
header .swith-menu {
  text-decoration: none;
  color: #d4be7e;
  line-height: 40px;
  margin-top: 0;
  display: table;
  font-size: 24px;
  float: right;
}
header .lang {
  text-decoration: none;
  color: white;
  line-height: 60px;
  display: table;
  font-size: 20px;
  font-weight: 400;
  float: right;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  letter-spacing: -1px;
}
.header-fixed {
  background: white;
  padding: 0;
}
.header-fixed .swith-menu {
  color: #1d302c;
}
.header-fixed .lang {
  color: #1d302c;
  line-height: 37px;
}
.mobil_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background: #1d302c;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 18px;
}
.mobil_menu a {
  padding: 8px 20px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #d4be7e;
  display: block;
  transition: 0.3s;
}
.mobil_menu ul {
  list-style: none;
  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 {
  padding: 60px 0 80px;
  text-align: center;
}
section#main .banner {
  background: #1d302c;
}
section#main .banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}
section#main .icon {
  background: url(pattern-white.png) no-repeat center top;
  width: 254px;
  height: 59px;
  padding: 20px 0 0;
  margin: -58px auto 30px;
  position: relative;
}
section#main .icon img {
  width: 29px;
  height: auto;
  margin: 0px auto 0;
  display: block;
}
section#main .item {
  margin-bottom: 30px;
  display: inline-block;
  width: 47%;
  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 .item img {
  display: block;
  margin: 0 auto 10px;
  width: 59px;
  height: auto;
}
section#main .item .content {
  text-align: center;
}
section#main .item .content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  color: #d4be7e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -1px;
}
section#main .item .content span {
  display: block;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 14px;
}
section#main .item:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#menu {
  padding: 60px 0 0;
}
section#menu .banner {
  background-size: contain;
  position: relative;
}
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 .text {
  padding: 0px 0 1px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
section#menu .text .icon {
  width: 254px;
  height: 59px;
  padding: 30px 0 0;
  margin: -90px auto 20px;
}
section#menu .text .icon img {
  width: 29px;
  height: auto;
  margin: 0px auto 0;
  display: block;
}
section#menu .desc {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
section#menu .cats {
  padding: 40px 0 50px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
section#menu .cats .icon {
  width: 254px;
  height: 59px;
  padding: 20px 0 0;
  margin: -89px auto 30px;
}
section#menu .cats .icon img {
  width: 50px;
  height: auto;
  margin: 0px auto 0;
  display: block;
}
section#menu .cats h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1d302c;
  margin-bottom: 10px;
  line-height: 30px;
  text-align: center;
}
section#menu .cats .sub {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
section#menu .cats .list {
  margin-top: 30px;
  display: table;
  width: 100%;
}
section#menu .cats .list .row {
  display: table-row;
}
section#menu .cats .list .row .ptitle {
  display: table-cell;
  width: 80px;
  color: #d4be7e;
  font-weight: 700;
  text-align: right;
  padding-bottom: 10px;
}
section#menu .cats .list .row .ttitle {
  display: table-cell;
}
section#menu .cats .list .item {
  margin-bottom: 15px;
  display: table-row;
}
section#menu .cats .list .item .title {
  display: table-cell;
  padding-bottom: 10px;
}
section#menu .cats .list .item .title p {
  background: url(dot.png) repeat-x bottom;
}
section#menu .cats .list .item .title p strong {
  background: url(c-bg.jpg);
  line-height: 16px;
  font-size: 14px;
  color: #1d302c;
  font-weight: 700;
  padding-right: 5px;
}
section#menu .cats .list .item .title p strong a {
  text-decoration: none;
  color: #1d302c;
}
section#menu .cats .list .item .title span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #1d302c;
  margin-top: 5px;
}
section#menu .cats .list .item .price {
  display: table-cell;
  width: 80px;
  color: #1d302c;
  padding-left: 5px;
  text-align: right;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}
section#menu .cats .list .item .price .fa {
  font-size: 12px;
  margin-left: 2px;
}
section#menu .grey .icon {
  background-image: url(pattern-skeen.png);
}
section#slider {
  background: #d4be7e;
  margin-top: 55px;
}
footer {
  background: #1d302c;
  padding: 30px 0 0;
  color: #959596;
  text-align: center;
}
footer .icon {
  margin: 0 auto 20px;
}
footer .icon img {
  width: 200px;
  height: auto;
  margin: 0px auto 0;
  display: block;
}
footer .social {
  text-align: center;
}
footer .social a {
  text-decoration: none;
  display: inline-table;
  font-size: 20px;
  color: #d4be7e;
  width: 30px;
  margin: 0 5px;
  border: 1px solid #e0dfcd;
  -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;
  border: 1px solid white;
}
footer .social a .fa {
  line-height: 30px;
}
footer .bottom {
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
  background: #0d2520;
  color: #d4be7e;
  font-size: 12px;
}
footer .bottom p {
  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: #1d302c;
}
.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: 768px) {
  
}
@media only screen and (max-width: 480px) {
  
}
