@media only screen and (min-width: 90.063em) {
	.v_body {
		padding: 0 !important;
		padding-bottom: 250px !important; /* Height of the footer */	
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.v_body_home {	
		height: 100%;
	}
	
	.v_body_home_img {	
		background-image: url('../../img/vitalant/welcome/transform-a-life-image-block-3353d9e93293647d18321d18a572f428.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 100%;
	}

	.v_footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background-color: white;
	}
}
 
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	.v_body {
		padding: 0 !important;
		padding-bottom: 250px !important; /* Height of the footer */	
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.v_body_home {	
		height: 100%;
	}
	
	.v_body_home_img {	
		background-image: url('../../img/vitalant/welcome/transform-a-life-image-block-3353d9e93293647d18321d18a572f428.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 45em !important;
	}

	.v_footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background-color: white;
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.v_body {
		padding: 0 !important;
		padding-bottom: 250px !important; /* Height of the footer */	
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.v_body_home {	
		height: 100%;
	}
	
	.v_body_home_img {	
		background-image: url('../../img/vitalant/welcome/transform-a-life-image-block-3353d9e93293647d18321d18a572f428.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 45em !important;
	}

	.v_footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background-color: white;
	}
}

@media only screen and (max-width: 40em) {
	.v_body {
		padding-left : 0 !important;
		padding-right : 0 !important;
		padding-top: 20px;
		padding-bottom: 150px;  /*Height of the footer */	
		margin-bottom: 70px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.v_body_home {
		height: 100%;
		min-height: 655px;
	}
	
	.v_body_home_img {	
		background-image: url('../../img/vitalant/welcome/transform-a-life-image-block_s-f9c39f29a1d02dc0d3f6343f579584c3.jpg');	
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		height: 100%;
		width: 100%;		
	}
	
	.v_footer {
		position: absolute;
		bottom: 0;
		width: 100%;	
		text-align: center;	
		vertical-align: text-top;	
	}
}

@media only screen and (max-width: 20em) {
	.v_body_home {
		height: 100%;
		min-height: 555px;
	}
}

/* A */

a:link, a:visited {
	text-decoration: none;
}

a:link:hover, a:link:active, a:link:focus {
	text-decoration: underline
}

/* FOOTER */

.v_footer_home {	
	background-color: #722282;
}

.v_footer_content {
	background-color: #d8d8d8;
}


@media only screen and (min-width: 40.063em) {
	.v_footer_line {
		height: 120px;
		border: 0px solid red;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.v_footer_row {
		padding-top: 15px;
		/*padding-left: 25px;*/
		text-align: left;
	}
	
	.v_footer_line_sec {
		padding-top: 5px;
		height: 35px;
	}
	
	.v_footer_line_contact {
		padding-top: 15px;
		height: 25px;
		display: flex; 
		float: right;
	}
	
	.v_footer_line_contact img {
		width: 60px; 
		height:50px; 
		padding-right: 10px;
	}
		
	.v_footer_label_l {
		color: #ffffff;
		font-size: 20px !important;
	    font-weight: lighter;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	}
	
	.v_footer_label {
		color: #ffffff;
		font-size: 16px !important;
	    font-weight: lighter;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	}
	
	.v_footer_label a {
		color: #ffffff !important;
		font-size: 16px !important;
	    font-weight: lighter;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	}
	
	.v_footer_label_s {
		color: #ffffff;
		font-size: 16px !important;
	    font-weight: lighter;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

@media only screen and (max-width: 40em) {
	.v_footer_line {
		height: 100px;
		border: 0px solid red;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.v_footer_row {
		padding-top: 10px;
		text-align: left;
	}
	
	.v_footer_line_sec {
		padding-top: 5px;
		height: 25px;
	}
	
	.v_footer_line_contact {
		padding-top: 5px;
		padding-left: 5px;
		height: 25px;
		display: flex;
		float: left;
		padding-bottom: 35px;
		margin-bottom: 5px;
	}
	
	.v_footer_line_contact img {
		width: 40px;
		height:30px;
		padding-right: 10px;
	}
	
	.v_footer_label_l {
		color: #ffffff;
		font-size: 16px !important;
	    font-weight: lighter;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	}
	
	.v_footer_label {
		color: #ffffff;
		font-size: 13px !important;
	    font-weight: lighter;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	}
	
	.v_footer_label a {
		color: #ffffff !important;
		font-size: 13px !important;
	    font-weight: lighter;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	}
	
	.v_footer_label_s {
		color: #ffffff;
		font-size: 13px !important;
	    font-weight: lighter;
	    font-stretch: normal;
	    font-style: normal;
	    line-height: normal;
	    letter-spacing: normal;
	    padding-left: 10px;
	    padding-right: 10px;
	}
}

@media only screen and (max-width: 20em) {
	.v_footer_label_l {
		font-size: 15px !important;		
	}
	
	.v_footer_label {
		font-size: 12px !important;		
	}
	
	.v_footer_label a {
		font-size: 12px !important;		
	}
	
	.v_footer_label_s {
		font-size: 12px !important;		
		padding-left: 5px;
	    padding-right: 5px;
	}	
}

@media only screen and (max-width: 18em) {
	.v_footer_label_l {
		font-size: 14px !important;		
	}
	
	.v_footer_label {
		font-size: 11px !important;		
	}
	
	.v_footer_label a {
		font-size: 11px !important;		
	}
	
	.v_footer_label_s {
		font-size: 11px !important;		
		padding-left: 3px;
	    padding-right: 3px;
	}	
}

.v_footer_label a:hover {
	text-decoration: underline;
}

.v_footer_label a img {
	padding-bottom: 10px;
	margin-right: 5px;
}


/* HEADER */

.header {
	padding: 10px;
	background-image: linear-gradient(81deg, #722282 28%, #e65300 101%);
}

.v_img_head_logo {	
	width: 250px !important;
	padding-left: 5px;
	padding-top: 10px;
}

.v_btn_head_login {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 20px;
	font-size: 18px;
	border-radius: 17.5px;
	border: solid 1px #ffffff;
	background-color: #ffffff !important;
	color: #722282 !important;
	padding-top: 0.2625em;
	padding-right: 1.225em;
	padding-bottom: 0.325em;
	padding-left: 1.225em;
	display: inline-block;	
}

.v_head_off_options {
	float: right;	
	padding-right: 20px;
	padding-top: 25px;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff !important;
    display: inline-block;
}

.v_head_off_options a {
	color: #ffffff !important;
}

.v_head_language_no_pipe {
	/*font-family: FilsonPro;*/
	font-size: 14px !important;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #585858;	
	padding-top: 21px;
	display: flex;
	list-style: none;
}

.v_head_language {
	/*font-family: FilsonPro;*/
	font-size: 14px !important;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #585858;
	padding-top: 21px;
	display: flex;
	list-style: none;
}

.v_head_language ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.v_head_language li {
	flex-grow: 1;
	flex-basis: auto;	
	margin: 0;
	margin-right: 0;
	padding-left: 0.7em !important;
	padding-right: 0.7em !important;
	text-align: center;
	border-right: 1px solid #585858;
	background-color: #fff;
	text-align: right;
}

.v_head_language li a {
	color: #585858 !important;
	font-size: 14px;
}

.v_head_language li a:hover {
	text-decoration: underline;
}

/* CONTAINER */

.container-stat {
	min-height: 100%;
	position: static;	
}

.container-stat-artical {
	min-height: 100%;
	position: static;
	padding: 0;
}

@media only screen and (min-width: 40.063em) {
	.container-stat-artical-in {
		min-height: 100%;
		position: relative;
	    overflow-x: visible;
	    overflow-y: visible;
	    padding-bottom: 1px;
	}
}

@media only screen and (max-width: 40em) {
	.container-stat-artical-in {
		min-height: 100%;
		position: relative;
	    overflow-x: visible;
	    overflow-y: visible;
	}
}

.container {
	min-height: 100%;
	position: relative;
}	
		
.wave_container {
	overflow: hidden;
	position: absolute;
	bottom: 0;						
	border: 0px solid red;
	width:100%;			
}

@media only screen and (min-width: 40.063em) {
	.wave_container img {
	 	width:100%;
	 	position: relative;
	 	padding-bottom: 120px;
	 }
}

@media only screen and (max-width: 40em) {
	.wave_container img {
	 	width:100%;
	 	position: relative;
	 	padding-bottom: 145px;
	 }
}
 
 
/* LANGUAGE MENU */

.v_head_lang_li {
	padding-left: 0.5em !important;
	padding-right: 0.5em !important;
}

.v_head_lang_li a {
	color: #585858;
	font-size: 14px;
}

.v_head_lang_li a:hover {
	text-decoration: underline;
}

.v_portal_menu {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
    padding-right: 5px;
}

.v_portal_menu ul {
	list-style: none;
	color: white !important;
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-top: 1.25em;
	padding-bottom: 0;
	line-height: 2em;
	/*padding-left: 40px;*/
	text-transform: uppercase;
}


/* SYSTEM MENU */

.v_system_menu {
	display: flex;s
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	padding-bottom: 15px;
	padding-right: 5px;
}

.v_system_menu  ul {
	list-style: none;
	color: gray !important;
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	line-height: 2.5em;
	float: right;
}


/* SUB MENU */

.v_sub_menu_li {
	color: white;
	display: inline;
	/*padding-left: 1em;*/
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	margin-right: 2em;
	font-size: 16px;
    font-family: 'Filson Pro Medium';
}

.v_sub_menu_li:hover {
	border-bottom: 2px solid #ffffff;
	color: white !important;
    padding-bottom: 3px;
}

.v_sub_menu_li a:link, .v_sub_menu_li a:visited {
	color: white;
	text-decoration: none;
}

.v_sub_menu_li a:hover {
	color: white;
	text-decoration: none;
}


/* SUB  MENU RIGHT */

.v_sub_menu_right_li {
	display: inline;
	font-family: 'Filson Pro Medium';
    font-size: 14px;
    letter-spacing: 0.7px;
}

.v_sub_menu_right_li:hover {
	
}

.v_sub_menu_right_li a {
	color: #585858 !important;
}

.v_sub_menu_right_a {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.7px;
	text-align: right;
	color: #585858 !important;
	display: inline;
}

.v_sub_menu_right_a:hover {
	color: #585858 !important;
	text-decoration: underline;
}

.v_sub_menu_right_name_a {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.7px;
	text-align: right;
	color: #585858 !important;
	display: inline;
	cursor: default;
	text-decoration: none !important;
}

.v_sub_menu_right_name_a:hover {
	color: #585858;
	text-decoration: none !important;
	cursor: default;
}

.v_sub_menu_right_log_out {
	padding: 0 20px;
	background-color: transparent;
	border: none;
	background-origin: padding-box;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.7px;
	text-align: right;
	color: #585858;
	display: inline;
	width: inherit;
	padding: 0 !important;
	margin: 0 !important;
}

.v_sub_menu_right_log_out:hover {
	color: #585858;
	text-decoration: underline;
}

.v_sub_menu_right_form {
	display: inline;
	border: 0px solid red;
	padding: 0;
	margin: 0;
}
