html, body {
	max-width: 100%;
	overflow-x: hidden;

}
.stripe {
	background-color: #002961;
	display: block;
}
.logo {

	width: 100%;
	background-image: url("/ihp/assets/img/header_bck.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.stripe_down {

	background-color: #41a3b5;
	min-height: 40px;
}

.logo_img {
	max-width: 65%;
	height: auto;
	padding-bottom: 1vw;
	padding-top: 1vw;
	float: right;
}
.menu_cust {
	font-size: 14px;
	font-weight: 600;
	color: #406eb3;
	text-align: center;
}

li {
	display: inline-block
}
li + li:before {
	content: "|";
	color: red;
	padding: 0 10px;
}

.venifar {
	width: 33.3%;
	background-color: #fff;
	position: relative;
	top: -4vw;
	line-height: 5vw;
	z-index: 1000;
	border-radius: 1vw;
}
.social_img {

	max-width: 10%;
	height: auto;
	padding-top: 100%;
	padding-bottom: 68%;
}
.social_imgp {

	max-width: 10%;
	margin-top: 10%;
	/*margin-bottom: 100%;*/
	height: auto;
}
.nav_custom {
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	position: relative;
	min-width: 57%;
	top: 22%;
	background-color: white;
	padding: 10px;
}
.menu_custom {

	font-size: 0.7em;
	text-align: center;
	padding-bottom: 8%;
}
.content_img {
	width: 100%;
	background-image: url("/ihp/assets/img/image1.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.prod {

}
.shadowleft {
	position: absolute;
	top: 3.5vw;
	height: 1vw;
}
.shadowleft:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(155,155,0, 0.25);
	/* border-radius: 50% /20px; */
	border-bottom-right-radius: 70% 2vw;
		border-bottom-left-radius: 10% 2vw;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0.5vw 1vw;
	clip: rect(1.5vw, auto, 3vw, 0);
}
.shadowright {
	position: absolute;
	top: 3.5vw;
	height: 1vw;
}
.shadowright:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(155,155,0, 0.25);
	/* border-radius: 50% /20px; */
	border-bottom-left-radius: 70% 2vw;
	border-bottom-right-radius: 10% 2vw;
	
	box-shadow: rgba(0, 0, 0, 0.5) 0 0.5vw 1vw;
	clip: rect(1.5vw, auto, 2vw, 0);
}
a::first-letter {
	text-align: left;
}
h1 {
	font-size: 2em;
	font-weight: 200;
	color: #406eb3;
}
p {
	font-weight: 200;
	font-size: 1.2em;
}

li {
	font-weight: 200;
	font-size: 1.1em;
}
footer {
	font-size: 0.8em;
	background-color: #c8cacd;
	vertical-align: middle;
	line-height: 6vw
}
p1 {
	color: #c10e1d;
}

