body {
	font-family: 'Dosis';
	color:#000;
	font-size:22px;
	font-weight:300;
	overflow-x:hidden
}
h1 {
	font-weight:500;
	font-size:55px
}
h2 {
	font-weight:500;
}
h2 {
	font-weight:500;
	text-transform:uppercase
}
p {
	font-size:22px
}
a {
	color:#D9000D
}
a:hover {
	color:#D9000D;
	text-decoration:underline
}
p.weight-400 {
	font-size:22px
}
.btn:hover {
	background-color:#D9000D;
	border-color:#D9000D;
}
.dropdown-toggle::after {
	background-color:#D9000D;
	border: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: 2px;
	vertical-align: 2px;
}
header {
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header .logo {
	width:370px
}
.logo-footer {
	width:200px
}
.footer-banner-img img {
	width:200px
}
.footer-menu a {
	color:#000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
.footer-newsletter .icon {
	width:36px
}
.footer-newsletter h3, .footer-member h3 {
	font-weight: 400;
	text-transform: uppercase;
	margin: 15px 0;
	font-size: 16px;
}
.footer-member .icon {
	width:36px
}
.weight-300 {
	font-weight:300
}
.weight-400 {
	font-weight:400
}
.weight-600 {
	font-weight:500
}
h2 {
	font-size:1.4rem;
}
h3 {
	font-size:1.4rem;
	font-weight:500;
}
.full-width {
	width: 100vw;
    margin-left: -50vw;
    position: relative;
	left: 50%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
	text-transform:uppercase;
	font-size:16px;
	color:#000;
}
.navbar .dropdown-menu {
	border-radius:0;
	border:0;
	padding:5px
}
.navbar  .dropdown-item {
	padding: .75rem 1.5rem;
	border-bottom:1px solid #ececec
}
.navbar  .dropdown-item:last-child {
	border-bottom:0
}
.navbar  .dropdown-item:focus, .navbar  .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
	color: #D9000D;
	text-decoration: underline;
	background: none;
}
.filter a {
	cursor:pointer
}
.filter a.active, .filter a:hover {
	text-decoration:underline !important;
	color:#D9000D !important;
}
.social a {
	color:#D9000D;
	font-size:20px;
}
.blog-image {
	max-width:100%;
	width:550px;
	float:left;
	margin:0 20px 20px 0
}
.brand-social a {
	color:#123C43;
	font-size:20px;
}
.parallax {
	padding-top:70px;
	padding-bottom:70px;
}
footer {
	border-top:3px solid #000
}
.btn-dark {
	background:#000;
	font-weight:400;
	text-transform:uppercase
}
.copyright {
	color:#8B8B8B;
	font-size:12px
}
#newsletter {
	background:#123C43;
	color:#fff
}
.bg-blue {
	background:#123C43;
	color:#fff
}
#newsletter h3 {
	font-weight:500;
	text-transform:uppercase;
	margin: 25px 0;
	font-size: 40px;
}
#newsletter .icon {
	width:70px
}
.blog h3 {
	font-weight:300;
	text-transform:uppercase
}
.blog .filter li  {
	padding-left:25px;
	padding-right:25px;
}
.blog-item {
	border-bottom:3px solid #000;
	padding-bottom:25px;
	margin-bottom:25px;
}
.blog-item h3 {
	font-weight:500;
	text-align:center;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	padding:25px 0;
	min-height:110px;
	display: flex;
	flex-direction: column;
	place-content: center;
}
.blog-item h3 a {
	color:#000
}
.blog-item p {
	font-weight:300;
	text-align:center;
	padding:15px 0
}
.blog-icon {
	text-align: center;
    display: block;
    margin-top: 15px;
    height: 70px;
	line-height: 70px;
    font-size: 0;
    position: relative;
}
.blog-icon img {
	max-height: 70px;
}

.page-title {
	text-align:center;
	font-weight:500;
	text-transform:uppercase
}
.hr hr {
	border-top: 3px solid #000;
}

.blocks h2 {
	font-weight:500;
	text-align:center;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	padding:25px 0;
	text-transform:uppercase;
	display: flex;
	flex-direction: column;
	place-content: center;
	margin-top:50px;
	margin-bottom:25px
}

.blocks .icon {
	text-align:center;
	height: 50px;
	line-height: 50px;
}
.blocks .icon img {
	position: relative;
	bottom: -40px;
	
}
.receipe-icons h3 {
	text-transform:uppercase
}
.receipe-icons img {
	margin-bottom: 15px;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin:0 !important
}
b, strong {
    font-weight: 500;
}
.justify-images{ text-align: center;}
.justify-images img{display:inline-block;}
.justify-images:after{content:""; display: inline-block; width: 100%; height: 0;}

.circle {
	display:inline-block;
	width:225px;
	height:225px;
	border-radius:50%;
	border: 5px solid #123C43;
	display: flex;
	flex-direction: column;
	place-content: center;
	margin: 10px 25px;
}
.circle strong {
	color:#36882D;
	font-weight:700;
	font-size:32px
}
.carousel-item img {
	min-height:200px;
	width: 100%;
	object-fit: cover;
}
.receipe-products p {
	margin-bottom:0
}

ol {
	list-style: none;
	counter-reset: li
}
ol li::before {
	content: counter(li)".";
	color: #D9000D;
	display: inline-block;
	font-weight:500;
	width: 1em;
	margin-left: -1em
}
ol li {
	counter-increment: li;
	margin-bottom:12px
}

.cms-content ul{ 
	list-style: none;
	padding-left: 0;
}
.cms-content  ul li {
	margin-bottom:12px
}

.cms-content ul li::before {
	content: "";   
	background-color: #36882D;  
	display: inline-block;  
	margin-right: 20px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
} 
.social ul li::before {
	display:none
}	

.receipe-chief img {
	
}
.receipe-chief h1, .receipe-chief h2, .receipe-chief h3 {
	text-transform:uppercase
}
.receipe-chief {
	overflow:hidden
}
.receipe-chief h3 {
	margin:2.5rem 0 1rem 0
}
.receipe-item {
	
	-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.receipe-item img {
	
}
.receipe-item-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	text-align: center;
 }
.receipe-item-caption span {
	display:inline-block;
	color:#000;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	font-weight:500;
	text-transform:uppercase;
	padding:15px;
	font-size: 18px;
	transition: all 0.5s ease;

}
.brand-contact p {
	margin-bottom:0;
	font-size: 20px;
}
.receipe-item-caption:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;    
}

.receipe-item:hover {
	opacity:0.64;
}
.receipe-item:hover .receipe-item-caption span {
	color:#fff;
	background: #D9000D 0% 0% no-repeat padding-box;
}

.brand-item .img-fluid {
	max-height: 110px;
	max-width: 170px;
	object-fit: cover;
}

.brand-logo {
	position:absolute;
	background:#fff;
	border: 1px solid #707070;
	border-radius:50%;
	width: 200px;
	height: 200px;
	left:50%;
	margin-left:-100px;
	bottom:-100px;
	line-height:200px;
	text-align:center;
	overflow: hidden;
	font-size:0
}
.brand-logo img {
	max-height: 150px;
	max-width: 180px;
	object-fit: cover;
}
/** End Other **/
@media (min-width: 1200px) {  
   .container {
		max-width: 1200px;
	}
}

@media (max-width: 1200px) {  
   
}

@media (max-width: 991px) { 
	.footer-banner-img img {
		width:100px;
		margin-top:50px;
		margin-left:50px
	}
	header .logo {
		width:80px
	}
}

@media (max-width: 767px) { 
	.page-title {
		margin:2rem 0 !important;
		font-size: 40px;
	}
	h1 {
		font-weight: 500;
		font-size: 40px;
	}
	#main-slider {
		margin-top:0 !important
	}
	#navbarSupportedContent {
		margin-top: 15px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0;
	}
} 
@media (min-width: 992px) { 
	.container-fluid {
		padding-right: 50px;
		padding-left: 50px;
	}
} 

