/* FDG */

html{
  overflow-x: hidden !important;
}

body{
  overflow-x: hidden !important;
  overflow-y: hidden;
  font-family: 'Open Sans', sans-serif;
}

a{
  outline: none !important;
}

.home{
  width: 50%;
  margin-left: 20px;
}

#brandlogo{
  width: 13%;
}

.navegador{
  background-color: #16324e;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0%;
}

.navbar-nav{
  display: block;
}

.navbar-light .navbar-nav .nav-link{
  color: white;
  text-align: right;
  text-transform: uppercase;
  padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #c8aa64;
}

.dropdown{
  margin-top: 10px !important;
}

.dropdown-toggle::after{
  content: none !important;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}

.btn-menu {
    color: #ffffff;
    background-color: #CD9E51;
    border-color: #d43f3a;
    margin-top: 20px;
}

.btn-menu:hover {
    color: #fff;
    background-color: #16324E;
    text-decoration : none;
}

.btnn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn{
  border: 0px solid #FFF;
  background-color: rgba(0,0,0,0);
}

.btn:hover{
  border: 0px solid #FFF;
  background-color: rgba(0,0,0,0);
  color: #c8aa64;
}

.btn-secondary:active:not([disabled]):not(.disabled), .show > .btn-secondary.dropdown-toggle{
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  background-color: rgba(0,0,0,0);
}

#gardel{
  float: left;
  width: 300px;
  height: 500px;
}

.sided{
  float: left;
  width: 20%;
}

.smedia{
  margin-right: 90px;
  text-align: right;
  right: 0;
  top: 25px;
  position: absolute;
  list-style-type: none !important;
  display: inline-flex;
}

.smedia .fa{
  font-size: 35px;
  margin-left: 30px;
  margin-top: 15px;
}

.navbar-light .navbar-toggler{
  border-color: rgba(0,0,0,0);
}

.fa-bars{
  color: white !important;
  font-size: 35px !important;
}

.fa-bars:hover{
  color: #c8aa64;
}

.social{
  color: white;
  text-align: right;
}

.social:hover{
  color: #c8aa64;
}

.dropdown-menu{
  border-radius: 0px;
  right: 0;
  left: inherit;
  background-color: #16324e;
  min-width: 552px;
  padding: 0px;
  border: 0px;
}

.dropdown-item{
  text-align: right !important;
  color: #FFF !important;
  text-transform: uppercase;
  white-space: normal !important;
  min-width: 250px;
  padding: 15px 10px 0 0;
}

.dropdown-item:hover{
  color: #c8aa64 !important;
  background-color: rgba(0,0,0,0) !important;
}

/* RESIZE INDEX */
/* bar */
#bar{
  cursor: pointer;
}

#barf{
  width: 45%;
  -webkit-transition: width 1s, opacity 1s; /* Safari */
  transition: width 1s, opacity 1s;
  float: left;
}
#preview{
  background: url("img/fachada.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 95vh;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

.puno{
  text-align: left;
  padding: 10px 0 5px;
  margin-left: -150px;
  font-size: 20px;
  margin-bottom: 0px !important;
}

.pdos{
  text-align: right;
  padding: 10px 0 5px;
  font-size: 20px;
  margin-right: -50px;
  margin-bottom: 0px !important;
  width: 130%;
}

#chef{
  width: 30%;
  margin-left: -150px;
  margin-top: 20px;
}

.cd-top.cd-is-visible{
  z-index: 99999999999999999999999999999999999;
}


#music{
  width: 30%;
  margin-right: -70px;
}

#locker{
  width: 24%;
  margin-left: -150px;
}

#content{
  position: fixed;
  height: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
  z-index: 999;
  top: 1330px;
}

/* Ice cream */

#ice{
  cursor: pointer;
}

#icef{
  width: 30%;
  -webkit-transition: width 1s, opacity 1s; /* Safari */
  transition: width 1s, opacity 1s;
  float: left;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

#previewi{
  background: url("img/churrohelado.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 95vh;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

#contenti{
  position: fixed;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

/* Pizza */

#pizzaf{
  width: 25%;
  -webkit-transition: width 1s; /* Safari */
  transition: width 1s;
  float: left;
}

#previewp{
  background: url("img/pizzaundbeer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 95vh;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

#contentp{
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

/* OVERLAY */

#overlay{ /* we set all of the properties for are overlay */
    margin:0 auto;
    padding:10px;
    position:absolute;
    top:20%;
    left:25%;
    z-index:1000;
    display:none;
    /* CSS 3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}

#mask{ /* create are mask */
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    z-index:500;
    width:100%;
    height:100%;
    display:none;
}
/* use :target to look for a link to the overlay then we find are mask */
#overlay:target, #overlay:target + #mask{
    display:block;
    opacity:1;
}
.close{ /* to make a nice looking pure CSS3 close button */
    display:block;
    position:absolute;
    top:-20px;
    right:-20px;
    background:red;
    color:white;
    height:40px;
    width:40px;
    line-height:40px;
    font-size:35px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    -o-border-radius:40px;
    border-radius:40px;
}
#open-overlay{ /* open the overlay */
    padding:10px 5px;
    background:blue;
    color:white;
    text-decoration:none;
    display:inline-block;
    margin:20px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px;
}

#overlaybar{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

#overlaybar:hover{
  opacity: 1;
}

#enterbar{
  opacity: 1;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
  margin: 30vh 16vw;
}

#overlayice{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

#overlayice:hover{
  opacity: 1;
}

#enterice{
  opacity: 1;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
  margin: 25vh 4vw;
}

#overlaypiz{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
}

#overlaypiz:hover{
  opacity: 1;
}

#enterpiz{
  opacity: 1;
  -webkit-transition: opacity 1s; /* Safari */
  transition: opacity 1s;
  margin: 30vh 4vw;
}

.golden{
  width: 100%;
  border: 3px solid #CD9E51;
  padding: 10px;
  margin: 40px 0;
}

.golden h3{
  color: #CD9E51;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: left;
  font-size: 300%;
  position: absolute;
  margin-top: 40px;
  margin-left: 40px;
  z-index: 9;
}

.golden .carousel-indicators .active {
    background-color: #CD9E51 !important;
}

.golden .carousel-control-next, .carousel-control-prev{
  width: 5%;
}

#star{
  display: block;
  right: 20px;
  text-align: right;
  margin: 0;
  position: relative;
  float: right;
  width: 10%;
}

#desta{
  width: 40%;
  height: 300px;
  background: url("img/desta.jpg");
  background-position: center;
  background-size: cover;
  float: left;
}

/* ovrly pizza */
/* pizzaoverlay style */
.pizzaoverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

/* pizzaoverlay closing cross */
.pizzaoverlay .pizzaoverlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.pizzaoverlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pizzaoverlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.pizzaoverlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.pizzaoverlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.pizzaoverlay ul li a:hover,
.pizzaoverlay ul li a:focus {
	color: #e3fcb1;
}

/* Effects */
.pizzaoverlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.pizzaoverlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.pizzaoverlay-hugeinc img{
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#pizzalink{
  margin: 20vh 25vw;
}
/* end ovrly pizza */

/* RI END */

.banner{
  height: 450px;
  background: url("img/fachadabar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.banner h1{
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 400%;
}

.banner h3{
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.banner img{
  width: 6%;
  text-align: center;
  margin: 80px 0 10px 47vw;
}

.deleite{
  margin-top: 40px;
  color: #333;
  text-transform: uppercase;
  font-weight: bolder;
}

.big{
  color: #CD9E51;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: right;
  max-width: 40%;
  font-size: 400%;
  margin-top: 110px;
  position: absolute;
  margin-left: -70px;
}

.bigr{
  color: #CD9E51;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: left;
  max-width: 40%;
  font-size: 400%;
  margin-top: 110px;
  position: absolute;
  right: -62px;
  line-height: 70px;
}

.bigr-l {
  position: absolute;
top: 15%;
width: 100%;
right: 0;
color: #CD9E51;
text-transform: uppercase;
font-weight: bolder;
text-align: right;
font-size: 400%;
margin-right: 490px;
line-height: 70px;
display: block;
}

.down{
  margin-top: 40px;
}

.menuimg{
  width: 350px;
  height: auto;
  margin-top: 10px;
  margin-left: 200px;
}

.lineblu{
  width: 60%;
  height: 150px;
  background-color: #16324e;
  right: 0;
  position: absolute;
  margin-top: -180px;
  z-index: -9;
}

.lineblul{
  width: 52%;
  height: 150px;
  background-color: #16324e;
  left: 0;
  position: absolute;
  margin-top: -180px;
  z-index: -9;
}

.menu {
  position: absolute;
  top: 15%;
  width: 100%;
  right: 0;
  color: #CD9E51;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: right;
  font-size: 400%;
  margin-right: 490px;
  line-height: 70px;
  display: block;
}

.menu:hover{
  color: #16324E;
}

.atrib{
  width: 50%;
  margin: 40px auto 0;
  display: block;
}

.feature{
  text-align: center;
  padding: 20px 0px;
  font-size: 18px;
}

.map{
  background-color: #16324e;
  max-height: 600px;
  padding: 0px !important;
}

.map p{
  color: #FFF;
  text-align: center;
  padding: 10px 20%;
}

.map img{
  width: 20%;
  margin: 40px auto 0;
  display: block;
}

.map iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map iframe.clicked{
	pointer-events: auto;
}

.trip img{
  width: 20%;
  margin: 20px auto 0;
  display: block;
}

.trip p{
  padding: 10px 10%;
  text-align: center;
  color: #212529;
}

.stars{
  text-align: center;
  display: block;
  margin: -20px auto 10px;
  color: #CD9E51;
  font-size: 250%;
}

.stars i{
  margin-right: 10px;
}

.trip a:hover, .trip a:active, .trip a:focus, .trip a:visited{
  text-decoration: none !important;
  color: #212529;
}

/* footer */

.feet{
  background: url("img/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.logof{
  width: 100%;
  padding: 20px;
}

.gray{
  display: block;
  margin: 90px auto 0;
}

.menuf{
  margin-top: 20px;
}

.menuf li{
  list-style-type: none !important;
  text-align: left;
  margin: 5px 0px;
}

.menuf .dropdown-item {
    text-align: left !important;
    color: #FFF;
    text-transform: uppercase;
    white-space: normal !important;
    min-width: 250px;
}

.menuf i{
  margin-top: 10px;
  margin-right: 20px;
  font-size: 40px;
}

.menuf a:hover{
  color: #CD9E51;
}

.touch{
  padding: 40px;
  text-align: center;
  color: #FFF;
  line-height: 37px;
}

.touch a{
  color: #CD9E51;
  font-size: 20px;
}

/* HELADOS Y CHURROS CONTENT */

.linegol{
  width: 52%;
  height: 150px;
  background-color: #CD9E51;
  right: 0;
  position: absolute;
  margin-top: -180px;
  z-index: -9;
}

.linegold{
  width: 52%;
  height: 150px;
  background-color: #CD9E51;
  left: 0;
  position: absolute;
  margin-top: -180px;
  z-index: -9;
}

.bannerice{
  height: 450px;
  background: url("img/bannerice.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.bannerice h1{
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 400%;
}

.bannerice h3{
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.bannerice img{
  width: 6%;
  text-align: center;
  margin: 80px 0 10px 47vw;
}

.bannerhel{
  height: 450px;
  background: url("img/bannerhel.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.bannerhel img{
  width: 40%;
  text-align: center;
  margin: 80px 0 10px 30vw;
}

.bannersab{
  height: 450px;
  background: url("img/bannersab.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bannersab h1{
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 400%;
}

.bannersab h3{
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.bannersab img{
  width: 10%;
  text-align: center;
  margin: 80px 0 10px 43vw;
}

.separador{
  background-color: white;
  height: 40px;
}

.carousel-control-prev-icon{
  background: url("img/prev.svg");
  height: 80px;
  background-size: cover;
  width: 100%;
  opacity: 1;
}

.carousel-control-next-icon{
  background: url("img/next.svg");
  height: 80px;
  background-size: cover;
  width: 100%;
  opacity: 1;
}

.sapore{
  border: 3px solid #CD9E51;
  padding: 20px;
  background-color: #F2F2F2;
  margin-bottom: 20px;
  width: 100%;
}

.sapore img{
  display: block;
  margin: 0 auto;
}

.sapore h1{
  color: #CD9E51;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  font-size: 300%;
}

.sapore h1:hover{
  color: #16324E;
}

.sapore a:hover{
  text-decoration: none !important;
}

/* menu gastronomico */

.catmen{
  position: relative;
  display: block;
  height: 507px;
  width: 15%;
  background-color: #EFE7DA;
  float: left;
  padding: 40px 0px;
  border-bottom: 2px solid #CCA968;
}

.catmen a{
  text-transform: uppercase;
  color: #CCA968;
  cursor: pointer !important;
}

.catmen li{
  list-style-type: none !important;
  color: #CCA968;
  margin: 20px 0px;
  cursor: pointer !important;
  border-top: 0px solid #CCA968;
  border-bottom: 0px solid #CCA968;
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
}

.catmen li:hover{
  border-top: 1px solid #CCA968;
  border-bottom: 1px solid #CCA968;
  color: #16324E;
}

.catbox{
  width: 85%;
  display: block;
  float: left;
  overflow-y: hidden;
  height: 507px;
  border-bottom: 2px solid #CCA968;
}

.catg{
  visibility: hidden;
  opacity: 0;
  height: 507px;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  overflow-y: scroll;
  width: 85%;
}

#sandWich{
  opacity: 1;
  visibility: visible;
}

.catg h1{
  color: #16324E;
  text-transform: uppercase;
  margin: 5px 0 5px 30px;
  font-weight: bold;
}

.catg h1:after{
  content: "";
  color: #CCA968;
  display: inline-block;
  width: 75%;
  margin: 0px 0px 5px 15px;
  vertical-align: middle;
  border-bottom: 6px double;
  padding: 1px 0;
  border-top: 2px solid;
}

.catg h2{
  color: #16324E;
  text-transform: uppercase;
}

.catg i{
  color: #437FA8;
  text-transform: capitalize;
}

.catg h2:after{
  content: "";
  color: #CCA968;
  display: inline-block;
  width: 50%;
  margin: 0 0px 5px 15px;
  vertical-align: middle;
  border-bottom: 6px double;
  padding: 1px 0;
  border-top: 2px solid;
}

.catg img{
  padding: 0px;
  margin: 5px 0;
  width: 100%;
}

.subsec{
  width: 33.33%;
  border-right: 1px solid #CCA968;
  float: left;
  padding: 0px 10px;
}

.subsec li{
  list-style-type: circle;
}

.subsec p{
  color: #437FA8;
  font-style: italic;
}

.subsecmit{
  width: 50%;
  border-right: 1px solid #CCA968;
  float: left;
  padding: 0px 10px;
}

.subsecmit li{
  list-style-type: circle;
}

.subsecmit p{
  color: #437FA8;
  font-style: italic;
  margin-bottom: 0px;
}

.subseccomp{
  width: 100%;
  border-right: 1px solid #CCA968;
  float: left;
  padding: 0px 10px;
}

.subseccomp li{
  list-style-type: circle;
}

.subseccomp p{
  color: #437FA8;
  font-style: italic;
}

#tamanio{
  color: #437FA8;
  font-style: italic;
}

.catg .noline{
  border-right: 0px solid red;
}

.slicebox{
  margin: 10px auto;
  display: block;
  border: 4px solid #CCA968;
}

#entraDa h1:after{
  width: 28%;
}

#polloYpescado h1:after{
  width: 28%;
}

#cort:after{
  width: 9%;
}

#waffle:after{
  width: 9%;
}

/* MEDIA QUERIES */

@media (max-width: 1346px){

.dropdown{
  margin-top: 17px !important;
}

#enterbar{
  margin: 30vh 15vw;
  width: 34%;
}

#enterice{
  margin: 30vh 10vw;
  width: 40%;
}

#enterpiz{
  margin: 30vh 8vw !important;
  width: 50% !important;
}

.puno, .pdos, .feature, .trip p{
  font-size: 15px;
}

.menu, .bigr{
  line-height: 60px;
  font-size: 310%;
}

.bigr{
  right: -26px;
}

#pizzalink{
  width: 50%;
}

.pizzaoverlay .pizzaoverlay-close{
  right: 90px;
}

}

@media (max-width: 1198px){

  .puno{
    margin-left: -60px;
  }

  #chef{
    margin-left: -60px;
  }

  #locker{
    margin-left: -60px;
  }

  .menuimg{
        margin-left: 140px;
  }

  .menu{
    margin-right: 420px;
  }



}

@media (max-width: 991px){

  .menuimg {
    margin-left: 50px;
  }

  .menu {
    margin-right: 340px;
  }

  .golden h3{
    font-size: 180%;
    margin-top: 10px;
    margin-left: 10px;
  }

  .carousel-control-next-icon, .carousel-control-prev-icon{
    height: 50px;
  }

}

@media (max-width: 940px){

.catmen{
  padding: 25px 0px;
}

.catmen ul{
  padding-left: 10px;
}

.catg h2::after{
  margin: -18px 0px 5px 5px;
}

.catg h2{
  font-size: 25px;
}

.subsec ul, .subsecmit ul, .subseccomp ul{
  padding-left: 14px;
}

.catg h1::after{
  margin: -30px 0px 5px 1px;
}

}

@media (max-width: 850px){

#barf{
  width: 55%;
}

#icef{
  width: 45%;
}

#pizzaf {
    width: 100%;
    float: none;
    top: 50vh;
    position: relative;
}

#previewp{
  height: 85vh;
}

#preview{
  height: 50vh;
}

#previewi{
  height: 50vh;
}

#enterbar {
    margin: 20vh 18vw;
}

#enterice {
    margin: 20vh 14vw;
}

#enterpiz {
    margin: 12vh -60vw !important;
    width: 20% !important;
}

.menu {
    margin-right: 270px;
}

.bigr {
    right: 24px;
}

#pizzalink {
    width: 90%;
    margin: 20vh 5vw;
}

}

@media (max-width: 768px){

.puno, .pdos{
  text-align: center;
  padding: 30px 0px;
  margin: 0px !important;
  width: 100%;
}

.menuimg{
  margin: 10px 0px 0px !important;
  width: 300px;
}

.menu {
  margin-right: -320px;
  text-align: left;
}

#chef, #music, #locker{
  display: none;
}

.down {
    margin-top: 0px;
}

.lineblu{
  width: 100%;
  margin-top: -10px;
  position: relative;
  height: 50px;
}

.lineblul{
  width: 100%;
  margin-top: 20px;
  position: relative;
  height: 50px;
}

.bigr {
    right: 4px;
}

.logof {
    width: 35%;
    padding: 20px;
    display: block;
    margin: 10px auto;
}

.menuf .dropdown-item {
    text-align: center !important;
}

.social {
    color: white;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.linegol{
  width: 100%;
  margin-top: -10px;
  position: relative;
  height: 50px;
}

.linegold{
  width: 100%;
  margin-top: 20px;
  position: relative;
  height: 50px;
}

}

@media (max-width: 740px){

.catmen{
  width: 100%;
  float: none;
  height: auto;
}

.catmen li{
  float: left;
  width: 33.33%;
  text-align: center;
}

.catmen li:hover{
  border-bottom: 0px solid #FFF !important;
  border-top: 0px solid #FFF;
}

.catbox{
  width: 100%;
  float: none;
}

.catg{
  width: 100%;
  float: none;
}


}

@media (max-width: 600px){

.smedia{
  display: none;
}

#brandlogo {
    width: 29%;
}

body{
  height: auto;
}

.menu{
  margin-right: 0px;
}

.bigr {
    right: 134px;
}

#overlaybar, #overlayice, #overlaypiz{
  opacity: 1;
}

#gardel{
  display: none;
}

.dropdown-menu {
    min-width: 252px;
    padding: 16px;
}

}

@media (max-width: 590px){

.catmen li{
  font-size: 15px;
}

}
