body {
	  font-family: "Montserrat", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 400;
	  font-style: normal;
	  text-align: center;
	  
}
main, footer {
	overflow-x: hidden;
	overflow-y: auto;
}
#mobimenu {
	position: fixed;
	left:105%;
	height: 100%;
	width:50%;
	z-index: 99999;
	background: #053172;

	box-shadow: 0px 2px 8px #021152;
}
.form-messages {
	
	padding: 20px;
	position: fixed;
	border-radius: 15px;
	width:90%;
	left:5%;
	top: 30%;
	color: #fff;
	font-weight: 700;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
	display: none;
}
.formula .success {
	background: #44cc77;
	display: block!important;
}
.formula .error {
	background: #cc5555;
	display: block!important;
}
.long-and-happy-products {
	margin-top: -100px;
}
.navigation .active {
	border-bottom: 1px solid #f3c83c;
}
.closeicon {
	display: block;
	margin-right: 7px;
	margin-top:30px;
	float: right;
	
}
.showmobimenu {
	left:50%!important;
}
.list-mobimenu {
	text-align: left;
	padding: 0;
	margin: 0;
}
.orange-bck .list-mobimenu li:first-child {
	border-top: 1px solid #fff;
}
.orange-bck .list-mobimenu li {
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.list-mobimenu li:first-child {
	border-top: 1px solid #aaa;
}
.list-mobimenu li {
	border-bottom: 1px solid #aaa;
	padding: 10px;
}
.list-mobimenu li a {
	font-weight: 600;
	text-decoration: none;
}
.navbar1 {
	padding-top: 30px;
}
.withmobi {
	width: 100%;
	overflow: hidden;
}
.anim {
	-webkit-transition:.8s;
	-moz-transition:.8s;
	-o-transition:.8s;
	-ms-transition:.8s;
	transition:.8s;
	
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}
.anim-long {
	-webkit-transition:3s;
	-moz-transition:3s;
	-o-transition:3s;
	-ms-transition:3s;
	transition:3s;
	
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}
.anim2 {
	-webkit-transition:.6s;
	-moz-transition:.6s;
	-o-transition:.6s;
	-ms-transition:.6s;
	transition:.6s;
	
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}
.contact {

}
.cnt {
	max-width: 1080px;
	margin: 0 auto;
}
.cnt-contact {
	max-width: 800px;
	margin: 0 auto;
}
.nodesktop {
	display: none;
}
.logo {
	width: 300px;
	height: auto;
}
.screenimg {
	width: 100%;
	min-height: 1020px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.screenimg-prod, .screenimg-contact {
	width: 100%;
	min-height: 820px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.send-button {
	background-color: #62A449!important;
	border:0!important;
	padding: 12px;
	border-radius: 15px;
	width: 50%;
	margin-top: 20px;
	box-shadow: none;
}
.faq {
	cursor: pointer;
}
.faq-question {
	padding: 15px 0px;
	border-bottom: 2px solid #F3C83C;
	padding-top: 45px;
	
}
.faq-question:hover {
	border-color: #f80;

}
.question-answer {
	text-align: left;
	font-size: 14pt;
	font-weight: 400;
	padding: 15px 0px;
	display: none;
}
.question-text {
	text-align: left;
	font-size: 16pt;
	font-weight: 500;
}
.question-icon {
	text-align: right;
	font-size: 16pt;
	font-weight: 500;
}
.lh-left {
	text-align: left!important;
	font-size: 10pt;
}
.lh-round {
	border-radius: 10px!important;
}
.lh-round-top {
	border-radius: 10px 10px 0px 0px;
}
.homepage {
	background-image: url(/assets/img/baner-home1.jpg);
}
.productspage {
	background-image: url(/assets/img/baner-products3.jpg);
}
.contact-form {
	position: relative;
	margin-top: 0;
	z-index: 9999;
}
.area1 {
	background: #fff;
	border-radius: 15px;
	padding-top:20px;
	margin-bottom: 20px;
}
.contact-icon {
	width: 80%;
}
.contact-form .formula {
	background: #fff;
	border-radius: 15px;
	padding: 40px;
}
.contact-form .formula h3 {
	padding-bottom: 30px;
}
.contact-form .form-check-label {
	text-align: left;
	font-size: 10pt;
}
.contactpage {
background-image: url(/assets/img/baner-contact.jpg);
}
.navigation, .social-icons {
	padding-top: 20px;
}
.navigation li {
	float: left;
	margin: 0 16px;
}
.navigation li a {
	text-decoration: none;
}
.list-unstyled a:hover {
	opacity: 0.7;
	scale: 0.95;
	cursor: pointer;
	
}
.list-unstyled {
	width: auto!important;
}
.modal-header {
	background: #f90!important;
	color:#fff;
}
.social-icons li {
	float: right;
	margin: 0 10px;

}
.social-icons a {
	text-decoration: none;
	background: #fff;
	color: #f90!important;
	display: block;
	width: 30px;
	height: 30px;
	padding: 3px;
	border-radius: 15px;
}
.claim {
	font-weight: 600;
	text-align: left;
	font-size: 48px;
	line-height: 64px;
	color: #fff;
	margin-top: 100px;
}
p {
	text-align: justify;
}
.lead {
	margin-top: 25px;
	font-size: 24px;
	margin-bottom: 25px;
}
.white {
	color: #fff;
}
.my-2 {
	position: relative;
	padding: 15px 40px;
	font-size: 16px!important;
	margin-right: 20px;
	border-radius: 15px;
	font-weight: 500;
	box-shadow: none;
}
.fadeIn {
	margin-left: 100px;
	opacity:0;
}
.btn-primary {
	background: #053172;
	border: 2px solid #053172;
}
.btn-primary:hover {
	background: #053172;
	border: 2px solid #fff;
	scale: 0.97;
}
.btn-secondary {
	background: transparent;
	border: 2px solid #fff;
}
.btn-secondary:hover {
	background: rgba(255,255,255,0.8);
	color: #053172;
	border: 2px solid #fff;
	scale: 0.97;
}
.product_list .btn-primary {
	background: #DC830E;
	border: 2px solid #DC830E;
}
.product_list .btn-primary:hover {
	background: #DC830E;
	border: 2px solid #fff;
	scale: 0.97;
}
.product_list .btn-secondary {
	background: transparent;
	border: 2px solid #333;
	color: #333;
}
.product_list .btn-secondary:hover {
	background: rgba(255,255,255,0.8);
	color: #333;
	border: 2px solid #333;
	scale: 0.97;
}
.product_list .btn-product {
	padding: 15px 40px!important;
	font-size: 16px!important;
	border-radius: 15px!important;
	font-weight: 500;
	margin-top: 20px;
}
.btn-product2 {
	padding: 15px 60px;
	font-size: 16px!important;
	border-radius: 15px;
	font-weight: 500;
	margin-top: 60px;
}
.btn-secondary i {
	-webkit-text-stroke: 0.5px;
}
.section-title {
	color: #053172;
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
	margin-bottom: 25px;
}
.section-subtitle {
	color: #111;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 25px;
}
.odd .separator {
	background-image: url(/assets/img/separator.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	width: 100%;
	height: 50px;
}
.even .separator {
	background-image: url(/assets/img/separator2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	width: 100%;
	height: 50px;
}
.product1 {
	padding: 10px;
	text-align: center!important;
}

.product1:hover {
	scale: 1.05;
	
}
.product1 p {
	text-align: center!important;
	margin: 0;
}
.product-image {
	position: relative;
}
.product-image img {
	max-width: 80%;
	margin: 0 auto;
	height: auto;
	margin-bottom: 20px;
}
.product1 .product-name {
	font-size: 24px;
	font-weight: 600;
}
.product1 .product-desc {
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 10px!important;
}
.product_photo img {
	width: 100%;
}
.product_list h3 {
	color: #053172;
	text-align: left;
}
.product_list h5 {
	color: #000;
	text-align: left;
	font-weight: 600;
}
.product_list .prop {
	color: #333;
	text-align: left;
}
.lh-blue {
	background-image: url(/assets/img/tidbit-background.jpg);
	background-size: cover;
	background-position: top center;
	min-height: 785px;
	margin-top: 30px;
}
.lh-blue-prod {
	min-height: 285px;
	margin-top: 30px;
	background-color: #053172;
	margin-bottom: 30px;
}
.desc3 {
	margin-top: 140px;
}

.tidbit1 {
	margin-top: 30%;
	text-align: left;
}
.tidbit1-prod {
	margin-top: 10%;
	text-align: left;
}
.tidbit1-prod .content-img {
	width: 100%;
	margin-left: 0%;
	margin-top: -5%;
}
.tidbit2 {
	margin-top: -60px;
	text-align: left;
	padding-right: 100px;
}

.tidbit1 .header-img, .tidbit1-prod .header-img {
	width:40%;
	margin-bottom: 20px;
}

.tidbit2 .header-img {
	width:80%;
	margin-bottom: 25px;
	text-align: left;
	margin-left: 0px!important;
}

.tidbit2 p {
	font-size: 23px;
	text-align: left;
	line-height: 38px;
}

.long-and-happy {
	color: #053172;
	font-weight: 600;
}

.tidbit1 h3, .tidbit1-prod h3 {
	color: #fff;
	margin-left: 6px;
	font-size: 30px!important;
}
.tidbit1 .content-img {
	width: 100%;
	margin-left: 0%;
}

.tidbit1 .bottom-img {
	width: 70%;
	margin-left: 20%;
}
.list-mobimenu li {
	list-style: none;
}
.photo-img {
	width: 100%;
	border-radius: 15px;
}
.orange-bck {
	background-color: #dd850e!important;
}
.orange {
	background-color: #dd850e;
	padding-bottom: 20px;
	margin-top: 100px;
}
.lh-line-bottom {
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.lh-footer {
	color: #fff;
	text-align: left!important;
	text-decoration: none;
	padding-top: 30px;
	line-height: 26px;
	font-size: 14px;
}
.lh-footer a {
	color: #fff;
	text-align: left!important;
	text-decoration: none;
}
.lh-footer a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.lh-box {
	background: #053172;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	padding: 20px;
	border-radius: 15px;
	margin-top: 30px;
	margin-right: 60px;
	rotate: -3deg;
}
.lh-flat {
	rotate: -1deg!important;
}
.lh-footer .btn-secondary {
	padding: 10px 30px!important;
	border-width: 1px!important;
	font-size: 14px!important;
	margin-top: 30px!important;
	border-radius: 10px!important;
	margin-left: -3px!important;
	text-decoration: none;
}
.lh-footer .btn-secondary {
	text-decoration: none!important;
}
.lh-footer .btn-secondary i {
	-webkit-text-stroke: 0.5px;
}
.lh-footer-dog {
	width: 90%;
	margin-top: 100px;
}

/* ---------- */

@media only screen and (max-width: 1600px) {
	
	.cnt {
		width: 1080px;
	}
	
	.screenimg {
		width: 100%;
		min-height: 960px;
		height: 960px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.homepage {
		background-image: url(/assets/img/baner-home1.jpg);
	}
	
	
}

@media only screen and (max-width: 1240px) {
	
	.cnt {
		width: 1000px;
	}
	.social-icons li {
		float: right;
		margin: 0 5px;
	
	}
	.claim {
		font-weight: 600;
		text-align: left;
		font-size: 40px;
		line-height: 52px;
		color: #fff;
		margin-top: 100px;
	}
	.screenimg {
		width: 100%;
		min-height: 900px;
		height: 900px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.homepage {
		background-image: url(/assets/img/baner-home1.jpg);
	}
	
	
}

@media only screen and (max-width: 1100px) {
		.cnt {
			width: 900px;
		}
		.section-title {
			font-size: 33px;
		}
		.section-subtitle {
			font-size: 22px;
		}
		
		.navigation {
			padding-top: 14px;
		}
		.social-icons {
			padding-top: 10px;
		}
		
		.social-icons a {
			text-decoration: none;
			background: #fff;
			color: #f90!important;
			display: block;
			width: 30px;
			height: 30px;
			padding: 3px;
			border-radius: 15px;
		}
		.screenimg {
			width: 100%;
			min-height: 800px;
			height: 800px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}

		.logo {
			width: 220px;
			height: auto;
			margin-left: -10px;
		}
		.my-2 {
			position: relative;
			padding: 12px 30px;
			font-size: 14px!important;
			margin-right: 15px;
			border-radius: 15px;
			font-weight: 500;
		}
		.lead {
			font-size: 16px;
		}
}
@media only screen and (max-width: 992px) {
		.cnt {
			width: 700px;
		}
		.nomobi {
			display:none;
		}
		.tidbit1 {
			margin-top: 50%;
			text-align: left;
		}
		.product_photo img {
			width: 80%;
			margin-bottom: 20px;
		}
		.navigation {
			padding-top: 14px;
			font-size: 14px;
		}
		.social-icons {
			padding-top: 10px;
		}
		.navigation li {
			float: left;
			margin: 0 4px;
			text-align: center;
		}
		.navigation li a {
			text-decoration: none;
		}
		.tidbit2 p {
			font-size: 18px;
			text-align: left;
			line-height: 30px;
		}
		.screenimg {
			width: 100%;
			min-height: 660px;
			height: 660px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}
		
		.claim {
			font-weight: 600;
			text-align: left;
			font-size: 30px;
			line-height: 40px;
			color: #fff;
			margin-top: 50px;
		}
		.my-2 {
			position: relative;
			padding: 8px 12px;
			font-size: 12px!important;
			margin-right: 10px;
			border-radius: 6px;
			font-weight: 500;
		}
}

@media only screen and (max-width: 768px) {
		.logo {
			width: 190px;
			height: auto;
			margin-left: -2px;
			margin-top: -5px;
		}
		.area1 {
			margin: 10px 20px!important;
		}
		.nomobi {
			display: none!important;
		}
		.nodesktop {
			display: block;
		}
		.screenimg-prod {
			width: 100%;
			min-height: 460px;
			height: 460px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}
		.navigation .mobimenu, .mobimenu a {
			background: transparent!important;
			color: #fff!important;
			padding: 0!important;
			font-size: 24px;
			margin-top: -5px!important;
			margin-left: 8px;
		}
		.cnt {
			width: 92%;
		}
		.tidbit1 {
			margin-top: 20%;
			text-align: left;
		}
		.lh-blue {
			background-image: none;
			background-color: #053172;
			padding: 0;
		}
		.navigation {
			padding-top: 14px;
			font-size: 12px;
		}
		.social-icons {
			padding-top: 10px;
		}
		.social-icons li {
			float: right;
			margin: 0 4px!important;
		
		}
		.social-icons a {
			text-decoration: none;
			background: #fff;
			
			display: block;
			width: 25px;
			height: 25px;
			padding: 1px;
			border-radius: 12px;
		}
		.navigation li {
			float: left;
			margin: 0 3px;
			text-align: center;
		}
		.navigation li a {
			text-decoration: none;
		}
		.homepage {
		background-image: url(/assets/img/baner-home2.jpg);
		}
		.screenimg {
			width: 100%;
			min-height: 440px;
			height: 440px;
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
		}
		.claim {
			font-weight: 600;
			text-align: left;
			font-size: 22px;
			line-height: 30px;
			color: #fff;
			margin-top: -50px;
		}
		.lead {
			margin-top: 10px;
			font-size: 12px;
			margin-bottom: 10px;
		}
		.my-2 {
			position: relative;
			padding: 3% 5%;
			width:80%;
			font-size: 12px!important;
			margin-right: 10px;
			border-radius: 6px;
			font-weight: 500;
		}
}
