/*** ANIMATIONS ***/

@keyframes move_click_mouse {
	10% {
		top: 10px;
	}
	30%,
	50%{
		top: 15px;
	}
	70%,
	90% {
		top: 10px;
	}
	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		top: 10px;
	}
}

/*** procide ***/

*{
	box-sizing: border-box;
}
@font-face {
	font-family: 'OpenSans';
	src: url('webfonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans-Light';
	src: url('webfonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('webfonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Belacu';
	src: url('webfonts/BELACU.ttf') format('truetype');
}
b{
	font-family: OpenSans-Bold, sans-serif !important;
}
html{
	min-height: 100%;
}
body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a, li, p, h1, h2{
	font-family: OpenSans, sans-serif;
	margin: 0;
	padding: 0;
	color: #717070;
}
ul{
    list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h1{
	font-size: 47px;
}
h2{
	font-size: 37px;
	margin-top: 20px;
}
button{
	font-family: OpenSans-Bold, sans-serif;
}
button:focus{
	outline: none;
}

/** modal email ***/
#overlay {
  background-color: rgba(255,255,255,0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.email_check{
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	width: 650px;
	height: 457px;
	right: 0;
	left: 0;
	bottom: 160px;
	margin: 0 auto;
}
.success_check{
	background-image: url(../images/success_check.png);
}
.error_check{
	background-image: url(../images/error_check.png);
}
.close_modal {
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 50%;
    transform: translateX(-50%);
	margin: 0 auto;
	border: none;
	padding: 6px 44px 6px 44px;
}
.close_success{
	width: 97px;
	height: 45px;
	background-image: url(../images/close_success.png);
}
.close_error{
	width: 184px;
	height: 47px;
	background-image: url(../images/close_error.png);
}
.close_success:hover {
	background-image: url(../images/close_success_hover.png);
}
.close_error:hover {
	background-image: url(../images/close_error_hover.png);
}


.fix-div {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: red;
  z-index: -1;
}
#section5{
	background-color: coral;
}
#section6{
	background-color: red;
}
#section7{
	background-color: blue;
}
#section6.background{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: red;
	z-index: -1;
}
#section7{
	background-color: blue;
}
/*** effects ***/
.visible{
	margin-top: 0 !important;
	opacity: 1 !important;
}
.visible2{
	margin-top: 50% !important;
	opacity: 1 !important;
}
.visible3{
	top: 0px !important;
	opacity: 1 !important;
}
.visible4{
	padding-top: 10% !important;
	opacity: 1 !important;
}
.invisible{
	padding-top: 0% !important;
	opacity: 0 !important;
}
.navBarActive{
	opacity: 1 !important;
}
.navBarInactive{
	opacity: 0 !important;
}
.there{
	display: block !important;
}

.big_container{
	margin:0;
	padding: 0;
	position: relative;
}
#navBar{
	padding: 0;
    position: relative;
    z-index: 5;
}
.navBar{
	width: 100%;
	padding: 0;
    margin: 0 auto;
    position: fixed;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#nav_bar{
	width: 90%;
    margin: 0 auto;
    float: none;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#mobNav {
	display: none;
}
.nav {
    margin-top: 26px;
    margin-bottom: 30px;
}
.navbar-nav>li {
    margin-right: 30px;
}
.nav div{
	display: inline-block;
	cursor: pointer;
    position: relative;
}
.menu_links{
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
    vertical-align: top;
}
.menu_links_hovers{
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	width: 100%;
}
.nav div:hover .menu_links{
	opacity: 0;
}
.nav div:hover .menu_links_hovers{
	opacity: 1;
}
.half_nav_logos {
	display: inline-block;
    margin-top: 26px;
    float: right;
}
.half_nav_logos .logo_gender img{
	display: inline-block;
	width: auto;
    margin-left: 26px;
}

/*** mobile ***/
.btnMob{
	height: 15px;
    cursor: pointer;
    float: right;
    display: none;
    position: fixed;
    right: 0;
    z-index: 13;
}
.hamburger{
	padding: 15px 0px;
}
.hamburger-inner{
	top: 0 !important;
}
#mobNav {
	padding-top: 96px;
	position: fixed;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 6;
	top:0;
	background-color: #ffffff;
    text-align: center;
}
#mobNav div{
	margin-bottom: 20px;
}
#btnMob2{
	background-image: url('../images/close_menuMobile.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 18px;
	height: 18px;
	position: absolute;
	top:30px;
	right:30px;
	cursor: pointer;
}
#btnMob2:hover{
	background-image: url('../images/close_menuMobile_hover.png');
}

/*** section 1 ***/
#welcome{
	width: 100%;
	position: relative;
}
.background_welcome{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#anim{
	position: absolute;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 94%;
}
#anim svg{
	display: block;
}
#drops{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
}
#redbackground{
	background-image: url(../images/background_parallax.png);
	background-size: 100% 100%;
	width: 100%;
	margin: 0 auto;
}
#legend{
	background-image: url(../images/info_parallax.png);
    background-size: 100%;
    width: 100%;
	margin: 0 auto;
	z-index: 1;
	top: -15px !important;
}
#mouse{
	width: 30px;
	height: 46px;
	background-image: url(../images/mouse.png);
	position: relative;
    top: 90%;
	left: 50%;
	transform: translateX(-50%);
    z-index: 1;
}
#click_mouse{
	width: 2px;
	height: 12px;
	position: absolute;
	background-image: url(../images/click_mouse.png);
	left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto;
    -webkit-animation: move_click_mouse 2000ms ease-in-out infinite;
	        animation: move_click_mouse 2000ms ease-in-out infinite;
}
/*** section 2 ***/
#section2  {
    position: relative;
}
#section2 .background{
	background-image: url(../images/section2_background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#section2 .text_container{
	width: 848px;
	margin: 0 auto;
    position: absolute;
    height: 60%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#section2 .text{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
    height: 100%;
    text-align: center;
    margin-top: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 15%;
}
#section2 #may_i{
	width: 616px;
	height: 136px;
	background-image: url(../images/title_may.png);
    margin-top: 52%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#section2 .text .first_p{
    font-size: 14px;
}
#section2 .text .second_p{
    font-size: 15px;
    line-height: 15px;
}
#section2 #question1{
	margin-top: 25%;
}
#section2 #question2{
	margin-top: 52%;
}
#section2 .questions{
    position: relative;
    width: auto;
}
#section2 #question1 .question1{
    right: 41px;
    top: 3px;
    opacity: 0;
    margin-top: 50%;
    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
}
#section2 #question1 .question2{
    right: 119px;
    top: 63px;
    margin-top: 80%;
    opacity: 0;
    -webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	    transition: all 0.4s;
}
#section2 #question1 .question3{
    right: 81px;
    top: 115px;
    margin-top: 60%;
    opacity: 0;
    -webkit-transition: all 0.50s;
	    -moz-transition: all 0.50s;
	    transition: all 0.50s;
}
#section2 #question2 .question4{
    left: 79px;
    top: 190px;
    opacity: 0;
    margin-top: 50%;
    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
}
#section2 #question2 .question5{
	left: 0px;
    top: 240px;
    margin-top: 60%;
    opacity: 0;
    -webkit-transition: all 0.50s;
	    -moz-transition: all 0.50s;
	    transition: all 0.50s;
}
/*** section 3 ***/
.blood_container{
	width: 848px;
	margin: 0 auto;
    position: relative;
    height: 100%;
    padding-top: 7%;
}
#section3 .inf_1{
	position: relative;
	bottom: 0%;
    padding-right: 45px;
    opacity: 0;
	margin-top: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#section3 .inf_1 p{
	text-align: right;
    font-size: 14px;
    line-height: 15px;
}
#section3 .inf_1_title{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/blood_inf_title1.png);
	width: 354px;
	height: 115px;
    margin: 0 auto 30px auto;
}
.blood_video{
	width: 1300px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.mask{
	display: none;
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}
.blood_anim1{
	display: none;
	margin: 0 auto;
    width: 102%;
    margin-left: -1%;
}
.blood_anim2{
	display: none;
	margin: 0 auto;
    width: 102%;
    margin-left: -1%;
}
#section3 .inf_2{
	position: relative;
	top: 35%;
	padding-left: 45px;
	opacity: 0;
	margin-top: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#section3 .inf_2 p{
	text-align: left;
    font-size: 14px;
    line-height: 15px;
}
#section3 .inf_2_title{
	margin: 0 auto 30px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../images/blood_inf_title2.png);
	width: 354px;
	height: 115px;
}

/*** section 4 ***/
#section4{
    position: relative;
}
#section4 .background{
	background-image: url(../images/section4_background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	background-attachment: scroll;
}
.use_info_container{
	width: 848px;
	margin: 0 auto;
    position: absolute;
    height: 50%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.use_info_container p{
	color: #ffffff;
	line-height: 15px;
}
.use_info_text{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
#use_info_text1{
	width: 722px;
	height: 78px;
	background-image: url(../images/use_info_title1.png);
	margin-bottom: 50px;
}
#section4 a{
	color: #ffffff;
}
#section4 a:hover{
	text-decoration: underline;
}

/*** section 5 ***/
#section5 .background{
	background-image: url(../images/section5_background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	background-attachment: fixed;
}
.use_form_container{
	width: 848px;
	margin: 0 auto;
    position: relative;
    height: 100%;
    text-align: center;
    padding: 17% 100px 0 100px;
	top: 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.use_form_text{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
#use_form_text1{
	width: 542px;
	height: 79px;
	background-image: url(../images/use_form_title1.png);
	margin-bottom: 50px;
}


/*** form ***/
.apply_form{

}
.apply_form input{
    display: block;
    margin-bottom: 15px;
    padding: 15px 20px 15px 20px;
    color: #f30000;
}
.apply_form input::-webkit-input-placeholder
 {
	color: #f30000;
}
.apply_form input::-moz-placeholder
 {
	color: #f30000;
}
.apply_form input:-ms-input-placeholder
 {
	color: #f30000;
}
.apply_form input:-moz-placeholder
 {
	color: #f30000;
}
.apply_form input::placeholder {
  color: #f30000;
}
.apply_form_button{
	background-image: url(../images/button_send.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 182px;
	height: 45px;
	background-color: transparent;
    border: none;
    position: relative;
}
.button_hover{
	background-image: url(../images/button_send_hover.png);
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	width: 183px;
	height: 45px;
	display: none;
}
.apply_form_button:hover .button_hover{
	display: block;
}
.left{
	float: left;
}
.right{
	float: right;
}
.inline_inputs{
    margin-bottom: 15px;
    padding: 0;
}
.inline_inputs1 input{
	display: inline-block;
}
.inline_inputs2 input{
	display: inline-block;
	width: 48%;
}
.name_input{
	width: 65%;
}
.age_input{
	width: 30%;
}
.req_field{
    display: none;
    margin-bottom: 30px;
    margin-top: 30px;
}
.req_field p, .success p{
    color: #ffffff;
    font-family: OpenSans, sans-serif;
}
.footer{
	text-align: center;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    background-color: transparent;
}
.footer p{
	color: #ffffff;
	font-size: 11px;
}

/*** media queries ***/
@media only screen and (min-width : 2000px) {
	/*** section2 ***/
	#section2 .text_container{
		top: 18%;
	}
}
@media only screen and (max-width : 1500px) {
	/*** section2 ***/
	#section2 .text_container{
	    top: 40%;
	}
	/*** section 4 ***/
	.use_info_container{
		top: 45%;
	}
}
@media only screen and (max-width : 1300px) {
    /*** section3 ***/
	.blood_video{
	    width: 100%;
	    top: 10%;
	}
}
@media only screen and (max-width : 1260px) {
	/*** section2 ***/
	#section2 .text {
	    padding-top: 5%;
	}
	.half_nav_logos .logo_gender img {
	    margin-left: 0px; 
	    transform: scale(0.8);
	}
	/*** section 3 ***/
	.blood_container {
	    padding-top: 10%;
	}
	#section3 .inf_2{
	    top: 20%;
	}
	#section3 .inf_1 p , #section3 .inf_2 p {
	    font-size: 13px;
	    line-height: 15px;
	}
	/*** section5 ***/
	#section5 .background {
	    position: relative;
	    background-attachment: scroll;
	    margin-top: 1px;
	}
}
@media only screen and (max-width : 1260px) and (orientation: landscape){
	/*** check messages ***/
	.email_check {
	    bottom: 100px;
	}
	.half_nav_logos .logo_gender img {
	    margin-left: -15px;
	}
	/*** section3 ***/
	.blood_video{
		top: 8%;
	}
}
@media only screen and (max-width: 1020px){
	#nav_bar{
		width: 90%;
	}
	.navbar-nav>li {
	    margin-right: 20px;
	}
}
@media only screen and (max-width: 992px){
	#navBar {
        height: 55px;
	    position: fixed;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}
	#navBar .navBar {
	    display: none;
	}
	.btnMob {
	    display: block;
        margin: 13px 13px 8px 0;
	}
	/*** section2 ***/
	#section2 .text {
	    padding-top: 0;
	}
	#section2 .text_container {
	    position: static;
    	width: 80%;
	    margin-bottom: 100px;
	    padding-top: 20%;
	    left: auto;
	    top: auto;
        transform: none;
	}
	#section2 #question1 {
	    display: none;
	}
	#section2 #question2 {
	    display: none;
	}
	/*** section3 ***/
	.blood_container {
	    width: 80%;
	    padding-top: 60px;	
	    padding-bottom: 60px;
	}
	#section3 .inf_1_title {
        width: 60%;
	    height: 170px;
	    background-size: 100%;
	}
	#section3 .inf_1 {
	    bottom: 0;
	    padding: 0;
	}
	#section3 .inf_1 p {
	    text-align: center;
        margin-bottom: 20px;
	}
	#section3 .inf_2 {
	    top: 0;
	    padding: 0;
        padding-top: 60px;
	}
	#section3 .inf_2 p {
	    text-align: center;
	}
	#section3 .inf_2_title {
        width: 60%;
	    background-size: 100%;
	    height: 170px;
	}
	.blood_video{
	    top: 3%;
	}
	.blood_anim1, .blood_anim2{
		position: absolute;
		margin-left: 0;
		width: 200%;
		left: 50%;
		transform: translateX(-50%);
	}
	.mask{
		display: block;
	}
	/*** section4 ***/
	#section4 {
	    height: auto !important;
	}
	.use_info_container {
	    position: static;
    	width: 80%;
	    margin-bottom: 100px;
	    margin-top: 50px;
	    left: auto;
	    top: auto;
        transform: none;
	}
	#use_info_text1 {
	    width: 80%;
	    height: 150px;
        margin-top: 70px;
	}
	#use_info_text1 {
	    width: 80%;
	    background-size: 100%;
	}

	/*** section5 ***/
	.use_form_container {
	    width: 70%;
	    padding: 0;
	}
	#use_form_text1 {
	    width: 80%;
	    background-size: 100%;
	    margin-bottom: 20px;
	    height: 197px;
	    margin-top: 60px;
	}
	.apply_form input{
	    display: block;
	    width: 100%;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
	.email_check {
	    bottom: 230px;
	}
}
@media only screen and (max-width: 768px){
	#anim svg{
		display: none;
	}
	#legend {
	    background-image: url(../images/info_parallax_mobile.png);
	    top: 0px !important;
	    width: 50%;
	}
	/*** section2 ***/
	#section2 #may_i {
	    width: 90%;
	    height: 130px;
	}
	/*** section3 **/
	#section3 .inf_1_title {
        width: 80%;
	    height: 160px;
	}
	#section3 .inf_2_title {
        width: 80%;
	    height: 160px;
	}
	.blood_video {
	    top: 5%;
	}
	/*** section4 ***/
	#use_info_text1 {
	    height: 96px;
        margin-top: 100px;
	}
	/*** section5 ***/
	#use_form_text1 {
	    height: 156px;
	}
	.apply_form input{
       	padding: 8px 15px;
	}
	.apply_form_button {
	    margin-top: 20px;
	}
}
@media only screen and (max-width: 700px){
	/*modal*/
	.email_check{
		width: 350px;
		height: 246px;
		background-size: 100% 100%;
	}
	.close_modal{
		bottom: 32px;
		padding: 3px 24px 3px 24px;
		font-size: 12px;
	    width: 149px;
    	height: 38px;
	}
}
@media only screen and (max-width: 992px) and (orientation: landscape){
	/*** init video ***/
	#mouse {
	    top: 93%;
	}
	/*** section2 ***/
	#section2{
		height: auto !important;
	}
	#section2 .text_container{
	    padding-bottom: 60px !important;
	}
	#section4{
		height: auto !important;
	}
	#section5{
		height: 600px !important;
	}
}
@media only screen and (max-width: 480px){
	.btnMob {
        margin: 12px 12px 8px 0;
	}
	#mouse {
	    top: 93%;
	}
	#legend {
	    width: 70%;
	}
	/*** section2 ***/
	#section2 #may_i {
		width: 100%;
	    height: 75px;
	    background-size: 100%;
	}
	#section2 .text_container{
		padding-top: 80px;
	}

	/*** section3 ***/
	#section3 .inf_1 {
	    margin-bottom: 50px;
	}
	#section3 .inf_1_title {
	    margin: 0 auto 10px auto;
	    height: 100px;
	}
	#section3 .inf_2 {
        padding-top: 0px;
	}
	#section3 .inf_2_title {
	    margin: 0 auto 10px auto;
	}
	.blood_video{
	    top: 5%;
	}
	.blood_anim1, .blood_anim2{
		top: 50px;
		width: 300%;
	}
	/*** section4 ***/
	.use_info_container{
	    width: 90%;
	}
	.use_info_container p{
	    line-height: 15px;
	}
	/*** section5 ***/
	.use_form_container{
	    width: 90%;
	}
}
@media only screen and (max-device-width : 480px) and (orientation : landscape) {
	.email_check {
	    bottom: 40px;
	}
	/*** section3 ***/
	.blood_video {
	    top: 11%;
	}
}
@media only screen and (max-width: 400px){
	/*modal*/
	.email_check{
		width: 280px;
		height: 197px;
	}
	.close_modal{
		bottom: 32px;
	    width: 79px;
    	height: 20px;
	}

	/*** section2 ***/
	.blood_container {
	    padding-top: 40px;
	}
	/*** section3 ***/
	#use_info_text1 {
	    margin-top: 30px;
	    margin-bottom: 0;
	}

	/*** section3 ***/
	#section3 .inf_2_title {
	    height: 88px;
	}

	/*** section4 ***/
	.use_info_container {
	    padding-top: 60px;
	}

	/*** section5 ***/
	#use_form_text1 {
	    margin-top: 30px;
	}
	#use_form_text1 {
	    height: 100px;
	}
}
@media only screen and (max-width : 370px) { 
	.blood_video {
	    display: none;
	}
	/*** section3 ***/
	.blood_container {
	    padding-top: 150px;
	}
}
@media only screen and (max-device-width : 370px) and (orientation : portrait) { 
	#section5 {
		height: auto !important;
	}
	.apply_form{
		margin-bottom: 70px;
	}
}