body, html{background-color: #232225;color: #fff;overflow-x: hidden;font-family: Montserrat, sans-serif;}

/*::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #cecbc7;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #cecbc7;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background-color: #232225;
}*/

h2,h3,h4{font-family: Montserrat; color: #fff;}

.no-gutters, .container.no-gutters, .container-fluid.no-gutters {margin-right: 0;margin-left: 0; padding-left: 0px; padding-right: 0px;}
.container.no-gutters >.row, .container-fluid.no-gutters >.row {margin-left: 0px; margin-right: 0px;}

.btn-outline-primary{color: #fff;border-color: #fff;font-weight: 600;cursor: pointer;}
.btn-outline-primary:hover{color: #000;border-color: #fff;background-color: #fff;}
.btn[class^="btn"]{border-radius: 0px;}

.modal-backdrop{background-color: #232225;}
.modal-backdrop.show{opacity: .9;}

.transition{-webkit-transition: all ease 1s;transition: all ease 1s;}

.prehome-screen{width: 100vw; height: 100vh; background: url(../images/dark-wood-texture-2.jpg) center center; background-size: cover;}
.prehome-screen .container{ min-height: 100vh; max-width: 600px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.prehome-screen .container .row{}
.prehome-screen .container .row p{ font-size: 22px; font-weight: 400; line-height: 1.2;}
.prehome-logo{margin-bottom: 8vh;}

.option-selector{}
.option-selector a{ color: #fff; transition: all ease 1s; border-right: 3px solid #232225; padding: 10px 10px; display: inline-block; line-height: 1;font-family: Montserrat; font-size: 40px;}
.option-selector a.active{ color: #232225;}
.option-selector a:last-child{border-right: 0px;}
.option-selector a:hover{text-decoration: none; color: #232225; }
.option-selector a.active:hover{ color: #fff;}

.prehome-lang-select{position: absolute;top: 20px;right: 20px;font-size: 20px;color: #fff;display: inline-flex;}
.prehome-lang-select a{ color: #fff; border-right: 2px solid #fff; padding: 0px 10px; display: inline-block; line-height: 1; }
.prehome-lang-select a.active{ color: #232225;}
.prehome-lang-select a:last-child{border-right: 0px; #232225}

/*NAVBAR*/
nav.navbar{ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, from(rgba(35,34,37,1)),color-stop(36%, rgba(34,34,37,0.86)),color-stop(82%, rgba(34,34,37,0.32)),to(rgba(34,34,37,0)));
background: linear-gradient(to bottom, rgba(34,34,37,1) 0%,rgba(34,34,37,0.86) 36%,rgba(34,34,37,0.32) 82%,rgba(34,34,37,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232225', endColorstr='#23222500',GradientType=0 ); /* IE6-9 */
color: #fff; width: 100%; top: 0; left: 0; z-index: 999; position: absolute; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: 40px;}
/* nav.navbar .navbar-brand{margin-bottom: 10px;margin: 20px 0px;} */
nav.navbar .navbar-brand{margin-bottom: 5px;margin: 5px 0px;}
nav.navbar .navbar-brand img{max-height: 120px;}
nav.navbar .navbar-brand .logo-full{}
nav.navbar .navbar-brand .logo-simple{display: none;}
nav.navbar .collapse{width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
nav.navbar .navbar-nav{}
nav.navbar .navbar-nav .nav-item{padding-right: 0.2rem;padding-left: 0.2rem; margin-right: 0.4rem;margin-left: 0.4rem; border-bottom: 2px solid rgba(190, 67, 33, 0);-webkit-transition: all ease 1s;transition: all ease 1s;}
nav.navbar .navbar-nav .nav-item.active{border-bottom: 2px solid #fff;}
nav.navbar .navbar-nav .nav-item:hover{border-bottom: 2px solid #fff;}
nav.navbar .navbar-nav .nav-link{font-size: 1.3rem; line-height: 1; color: #fff; cursor: pointer; -webkit-transition: all ease 1s; transition: all ease 1s;}
nav.navbar .navbar-nav .nav-link.dropdown-toggle::after{border-top: .2em solid;border-right: .2em solid transparent; border-left: .2em solid transparent;}

nav.navbar .navbar-nav .dropdown .dropdown-menu{opacity: 0;background-color: transparent;/* position: static; */-webkit-transition: all ease 1s !important;transition: all ease 1s !important;border-bottom: 2px solid #232225;margin-top: 0px;padding-top: 0px;padding-bottom: 0px;border-radius: 0px;}
nav.navbar .navbar-nav .dropdown.show .dropdown-menu{opacity: 1;/* display: inline-flex; */-ms-flex-wrap: wrap;flex-wrap: wrap;}

nav.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item{ color: #fff; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; background-color: rgba(0, 0, 0, 0); opacity: 0;}
nav.navbar .navbar-nav .dropdown.show .dropdown-menu .dropdown-item{opacity: 1; background-color: rgba(0, 0, 0, 0.75); -webkit-transition: all ease 0.5s; transition: all ease 0.5s;}

nav.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover{background-color: #232225; color: #000;}
nav.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:first-of-type{padding-top: 10px;}
nav.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:last-of-type{padding-bottom: 10px;}

nav.navbar.scrolling{position: fixed;/* background-color: #000; *//* border-bottom: 1px solid #333; */padding-top: 0px;padding-bottom: 0px;/* box-shadow: 0px 0px 5px #000, -1px 0px 7px #464646 inset; */padding-bottom: 10px;}
nav.navbar.scrolling .navbar-brand{margin-bottom: 0px;margin: 0px 10px 0px 2px;}
nav.navbar.scrolling .navbar-brand img{max-height: 30px;}
nav.navbar.scrolling .collapse{width: auto;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: start;-ms-flex-preferred-size: auto;flex-basis: auto;}
nav.navbar.scrolling .nav-item.language-cont{position: relative;top:0px;right: 0;-ms-flex-item-align: center;align-self: center;}
nav.navbar.scrolling .nav-item.language-cont:hover{border: 0;}
nav.navbar.scrolling .navbar-brand .logo-full{display: none;}
nav.navbar.scrolling .navbar-brand .logo-simple{display: block;}

hr{width: 60px;background-color: #232225;height: 1px;margin-top: 1.5rem;margin-bottom: 1.5rem;}

.form-group{margin-bottom:10px;}
.form-group label{color: #232225;margin-bottom: 1px;}
.form-control{background-color: #232225; border-radius: 0px; border: 1px solid #fff; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; resize: none;}
.form-control:focus{border: 1px solid #fff;}

/*HOME SCREEN*/
.carousel-control-next, .carousel-control-prev{width: 10%;}
.carousel-indicators li{ width: 10px; height: 10px; opacity: 1; border-radius: 50%; margin-right: 5px; margin-left: 5px;}
.carousel-indicators li.active{background-color: #232225;}

.home-carousel{padding-top: 0px;}
.home-carousel .carousel-item-bg{ z-index: 5;}
.home-carousel .carousel-item{}
.home-carousel .carousel-item h2{font-size: 4vw;text-align: center;font-family: Montserrat;color: #fff;}


.full-carousel{height: 100vh; min-height: 100vh; animation-delay: 0.5s; display: block !important;}
.full-carousel .owl-stage-outer{ height: 100%;}
.full-carousel .owl-stage{height: 100%;}
.full-carousel .owl-item{ overflow: hidden; height: 100%;}
.full-carousel .carousel-item{height: 100vh;position: relative;overflow: hidden;-webkit-box-shadow: 0px -10px 130px rgba(0, 0, 0, 0.53) inset;box-shadow: 0px -10px 130px rgba(0, 0, 0, 0.53) inset;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding-top: 50px;}
.full-carousel .carousel-item h2{font-size: 4vw; z-index: 10;text-align: center;}
.full-carousel .carousel-item h2 img{width: 65%;}
.full-carousel .carousel-bg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;overflow: hidden;-webkit-box-shadow: 0px -10px 130px rgba(0, 0, 0, 0.53) inset;box-shadow: 0px -10px 130px rgba(0, 0, 0, 0.53) inset;}

.full-carousel.mini-carousel{height: 75vh;    min-height: 75vh;}
.full-carousel.mini-carousel .carousel-item{height: 75vh; padding-top: 120px;    min-height: 75vh;}

.full-carousel.sin-carousel{height: 33vh;    min-height: 33vh;}
.full-carousel.sin-carousel .carousel-item{height: 33vh; padding-top: 120px;    min-height: 33vh;}

.full-carousel .owl-prev, .full-carousel .owl-next{background-size: 60px !important;}
.full-carousel .owl-prev:hover, .full-carousel .owl-next:hover{opacity: 0.5s !important;}
.full-carousel .owl-prev{ background: url(../images/left-big-arrow.png) center center no-repeat; }
.full-carousel .owl-next{ background: url(../images/right-big-arrow.png) center center no-repeat; }

.owl-nav{height: 100%;top: 0;left: 0;width: 100%;position: absolute;pointer-events: none;z-index: 11;}
.owl-prev, .owl-next{height: 100%;width: 10%;pointer-events: auto;position: absolute;z-index: 30;}
.owl-prev{left:0;}
.owl-next{ right: 0;}

.historic-gallery-carousel .owl-prev, .historic-gallery-carousel .owl-next{background-size: 70px !important;}
.historic-gallery-carousel .owl-prev:hover, .historic-gallery-carousel .owl-next:hover{opacity: 0.5s !important;}
.historic-gallery-carousel .owl-prev{background: url(../images/left-small-arrow.png) center left no-repeat, url(../images/left-gradient.png) top left repeat-y;}
.historic-gallery-carousel .owl-next{background: url(../images/right-small-arrow.png) center right no-repeat, url(../images/right-gradient.png) top right repeat-y;}


.rums-carousel-section #buttonPrev, .rums-carousel-section #buttonNext{background-size: 60px !important;bottom: 0px; opacity: 1; width: 17%; z-index: 100; position: absolute; border: 0;}
.rums-carousel-section #buttonPrev:hover, .rums-carousel-section #buttonNext:hover{opacity: 0.5; border: 0; cursor: pointer;}
.rums-carousel-section #buttonPrev:focus, .rums-carousel-section #buttonNext:focus{opacity: 1; border: 0; outline: none;}
.rums-carousel-section #buttonPrev{background: url(../images/left-big-arrow.png) center center no-repeat;left: 0;height: 80%;}
.rums-carousel-section #buttonNext{background: url(../images/right-big-arrow.png) center center no-repeat;right: 0;height: 80%;}

/* HOME BOXES SECTION*/
.alternate-cols{ }
.alternate-cols .col-text, .alternate-cols .col-img{min-height: 50vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.alternate-cols .col-text{padding: 30px;}
.alternate-cols .col-img{background-color: #232225;}
.alternate-cols .col-img img{position: absolute; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%;}
.alternate-cols .col-text h3{width: 100%;font-family: Montserrat;font-size: 33px;color: #fff;}
.alternate-cols .col-text p{font-size: 1.1rem;margin-bottom: 20px;}


.bundle{position: absolute;left: 0;bottom: 30px;z-index: 100;}

.modal-no-borders{}
.modal-no-borders .modal-dialog{max-width: 960px;}
.modal-no-borders .modal-content{ background-color: transparent; border: 0;}
.modal-no-borders .modal-header{ border: 0;color: #232225; padding-bottom: 0px; font-family: Montserrat; text-align: center;}
.modal-no-borders .modal-header h5{font-size: 2rem;}
.modal-no-borders .modal-header button.close{ color: #232225;font-size: 3rem; text-shadow: none; cursor: pointer; opacity: .8;}
.modal-no-borders .modal-body{ border: 0;}
.modal-no-borders .modal-body img{width: 100%;}

.contact-form{padding: 20px 60px 15px;display: inline-block;width: 100%;}

.form-message{padding-left: 37px;position: relative;font-size: 16px;border-top: 1px solid;padding-top: 10px;margin-top: 20px;line-height: 1;display: inline-block;width: 100%; display: none;}
.form-message .fa{font-size: 18px;position: absolute;left: 0;top: 10px;width: 27px;height: 27px;border-radius: 50px;padding: 0px;border: 1px solid;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.form-message.ok-message{color: #0cad1a;}
.form-message.error-message{color: #e64113;}
.form-message.advice-message{color: #ff7800;}

/* FOOTER*/
.footer{background: #23225; }
.footer-cols{padding: 20px 0px 20px;font-size: 13px;color: #939392;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.footer-cols ul{list-style: none; padding-left: 0px;}
.footer-cols a{color: #fff;}
.footer-cols img{width: 80%;}
.footer-title{color: #fff;font-size: 120%;line-height: 1;font-family: Montserrat;width: 100%;}
.footer-copyright{border-top: 0px solid #333;padding: 0px;color: #939392;}



/* RESPONSIVE STYLES */

/*Only smartphones*/
@media (max-width: 574px) {
	.container{max-width: 420px;}

  nav.navbar .navbar-nav .nav-link{font-size: 7vw;width: auto;padding-bottom: 3px;}
  nav.navbar .navbar-nav .nav-item{/* width:auto; */margin-bottom: 3px;}
	.full-carousel .carousel-item h2{font-size: 33px;color: #fff;padding-left: 45px;padding-right: 45px;}

	.location-item{max-width: 100%;}

	.alternate-cols .col-text{-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
	.alternate-cols .col-img{-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}

	.recipe-image img{height: 180px;  position: relative;}

	.bundle{position: absolute;left: 0 !important;top: 30px;z-index: 100;width: 25%;}
}

/*Only Tablets*/
@media (min-width: 575px) and (max-width: 768px){

	nav.navbar .navbar-nav .nav-link{font-size: 1.3rem;}
	.full-carousel .carousel-item h2{font-size: 58px;}
	 .location-item{max-width: 100%;padding: 0 5px 0 0px;}
	.navbar-expand-md .navbar-toggler{display: inherit !important;}

	.alternate-cols .col-text{-webkit-box-ordinal-group: 1;-ms-flex-order: 2;order: 2;}
	.alternate-cols .col-img{-webkit-box-ordinal-group: 2;-ms-flex-order: 2;order: 2;}

	.recipe-image img{height: 300px;  position: relative;}

	
	.bundle{position: absolute;left: 0;bottom: 30px;z-index: 100;width: 210px;}


	.col-republica-desc p{text-align: left !important;}

}


/*Smartphones, tablets*/
@media (max-width: 768px){
	hr {width: 50px;background-color: #232225;height: 1px;margin-top: 1.5rem;margin-bottom: 1.5rem;}

	.bg, .bg-down, .bg.left{background-position: center !important; background-attachment: inherit !important;}
	.full-carousel .carousel-item{background-attachment: inherit !important;}

  nav.navbar{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-left: 0px;padding-right: 0px;text-align: center;font-family: Montserrat;height: 150px;width: 100%;position: fixed;}
	nav.navbar.scrolling{ height: 60px;}

	nav.navbar .navbar-brand{width: 100%;position: absolute;z-index: 20;}
	nav.navbar .navbar-brand img{max-height: 90px !important;}
	nav.navbar .nav-link .logo-full{max-width: 110px;}

	nav.navbar.scrolling .navbar-brand{width: auto; position: relative;}
	nav.navbar.scrolling .navbar-brand img{max-height: 40px !important;}

	.navbar-toggler{border: 0px; float: right; position: absolute; z-index: 100; right: 0; top: 7px;}
	.navbar-toggler:focus{ border: 0; outline: none;}

  nav.navbar .navbar-collapse{width: 100% !important;height: 0vh;-webkit-transition: all ease 0.6s;transition: all ease 0.6s;overflow: hidden;position: absolute;top: 0px;left: 0;z-index: 30;}

	nav.navbar.scrolling .navbar-collapse{top: 0px;padding-top: 0px;}
	nav.navbar .navbar-collapse.collapse .navbar-nav{opacity: 1;-webkit-transition: all ease 1s;transition: all ease 1s;text-align: center;font-family: Montserrat;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 100%;text-align: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 100%;}
	nav.navbar .navbar-collapse.collapse .navbar-nav .nav-item{opacity: 0;-webkit-transition: all ease 1s;transition: all ease 1s;}
	nav.navbar .navbar-nav .dropdown .dropdown-menu{text-align: center;/* display: block; */position: relative;border-top: 2px solid #232225;}

	nav.navbar .navbar-collapse.collapse.collapsing{opacity:1;	width: 100%;	height: 100vh;	overflow: hidden;	background-color: #000;	max-height: calc(100vh - 0px);	overflow-y: auto;	-webkit-box-shadow: 0px 0px 40px #000;	box-shadow: 0px 0px 40px #000;}
	nav.navbar .navbar-collapse.collapse.collapsing .navbar-nav{height: 0vh; background-color: rgba(0,0,0,0); opacity: 1}
	nav.navbar .navbar-collapse.collapsing .navbar-nav .nav-item{opacity: 0;-webkit-transition: all ease 0s;transition: all ease 0s;}

	nav.navbar .navbar-collapse.collapse.show{opacity:1;width: 100%;height: 100vh;background-color: rgb(0, 0, 0);max-height: calc(100vh - 0px);overflow-y: auto;top: 0px;margin-top: 0px;}
	nav.navbar.scrolling .navbar-collapse.collapse.show{background-color: #000;margin-top: 0px;}nav.navbar .navbar-collapse.collapse.show .navbar-nav{}
	nav.navbar .navbar-collapse.show .navbar-nav .nav-item{opacity: 1;-webkit-transition: all ease 0s;transition: all ease 0s;padding-right: 0;padding-left: 0;margin-right: 0;margin-left: 0;}

	nav.navbar .navbar-collapse .mobile-copyright{border-top: 0px solid #333;padding: 15px 0px;color: #585857; font-size: 10px; font-family: Montserrat, sans-serif;}


	/* HOME BOXES SECTION*/
	 .alternate-cols{ }
	 .alternate-cols .col-text, .alternate-cols .col-img{min-height: 260px;}
	 .alternate-cols .col-img img{}
	 .alternate-cols .col-text h3{font-size: 30px;}
	 .alternate-cols .col-text p{font-size: 16px;}


	.recipe-content{padding: 50% 15px 40px;-webkit-box-ordinal-group: 4;-ms-flex-order: 3;order: 3;}
	.recipe{ padding: 15px 0px;  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);}
	.recipe-description{text-align: center;padding: 20px 40px;}
	.recipe-description h3{font-size: 30px;}
	.recipe-description h4{}
	.recipe-description h5{font-size: 16px;}
	.recipe-description p{  margin-bottom: 0px;  font-size: 15px;}
	.recipe-description ul{}
	.recipe-description ul li{  font-size: 15px;}
	.recipe-image{min-height: inherit;}


	.other-images{-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}
	.other-image{}
	.other-image img{ }

	.contact-section{  padding: 250px 15px 10px;}
	.contact-section h3{font-size: 33px;}
	.contact-form{padding: 20px 20px 20px;}


	.back-to-top{  -webkit-box-ordinal-group: 5;  -ms-flex-order: 4;  order: 4;}
	.back-to-top a{font-size: 16px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-family: Montserrat, sans-serif;}
	.back-to-top a img{  width: 20px;  margin: 0 15px;}
	.back-to-top a:hover{}

	.col-logo{padding-left: 0px;}
	.footer-cols { padding: 20px 0px 20px;}
	.col-to-top{text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	.col-to-top a img{width: 30px;}
	.footer-cols img{max-height: 80px; width: auto;}
}




/*Small PC*/
@media (min-width: 769px) {
	nav.navbar{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  nav.navbar .navbar-nav .nav-link{font-size: 0.9rem;}
  nav.navbar.scrolling .navbar-nav .nav-link{font-size: 0.8rem;/* padding-right: .5rem; *//* padding-left: .5rem; */padding-right: 0.1rem;padding-left: 0.1rem;}
  nav.navbar .navbar-collapse{-ms-flex-item-align: end;align-self: flex-end;}
  .location-item{max-width: 32%;}
	.full-carousel .carousel-item h2{font-size: 4vw;color: #fff;}
	.col-republica img{max-width: 80%;}
	.bundle{width: 28%;height: auto;}

	::-webkit-scrollbar-track
	{
		border-radius: 0px;
		background-color: #cecbc7;
	}

	::-webkit-scrollbar
	{
		width: 10px;
		background-color: #cecbc7;
	}

	::-webkit-scrollbar-thumb
	{
		border-radius: 0px;
		background-color: #232225;
	}

	.recipe-content {
    padding: 240px 0px 90px;
	}
}


/* Medium Pc*/
@media (min-width: 991px) {
  nav.navbar{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  nav.navbar .navbar-nav .nav-link{font-size: 1.2rem;}
  nav.navbar.scrolling .navbar-nav .nav-link{font-size: 0.8rem;}
  nav.navbar .navbar-collapse{-ms-flex-item-align: end;align-self: flex-end;}
  
	.alternate-cols .col-text h3{font-size: 33px;}

	.bundle{width: 31%;height: auto; }

	.location-item{max-width: 32%;}

	::-webkit-scrollbar-track
	{
		border-radius: 0px;
		background-color: #cecbc7;
	}

	::-webkit-scrollbar
	{
		width: 10px;
		background-color: #cecbc7;
	}

	::-webkit-scrollbar-thumb
	{
		border-radius: 0px;
		background-color: #232225;
	}

	.recipe-content {
    padding: 120px 0px 90px;
	}

}

/*Big PC*/
@media (min-width: 1199px) {
  nav.navbar.scrolling .navbar-nav .nav-link{font-size: 1rem;}
 .bundle{width: auto;height: 450px;}
}

