/*------------------------------------------------------------------
[Stylesheet]
Color Scheme - Light
-------------------------------------------------------------------*/


.hero_fullscreen,
nav a,
#message {
	color:white;
}

/*.hero_fullscreen {
	background-color: #212121;
}*/

.hero_fullscreen {
    background-color: #212121;
    background: #0f8b92;
    height: 400px;
    /*background: -webkit-linear-gradient(rgba(1, 149, 135, 0.83), rgba(114, 255, 7, 0.84));
    background: -o-linear-gradient(rgba(1, 149, 135, 0.83), rgba(114, 255, 7, 0.84));
    background: -moz-linear-gradient(rgba(1, 149, 135, 0.83), rgba(114, 255, 7, 0.84));
    background: linear-gradient(rgba(1, 149, 135, 0.83), rgba(114, 255, 7, 0.84));*/


	/******MAIN COLOR (Commenting For Dynamic Values)******/
	/*background:  -webkit-linear-gradient(-90deg, #0e8c93, rgba(14, 179, 162, 0.68));
	background: -o-linear-gradient(-90deg, #0e8c93, rgba(14, 179, 162, 0.68));
    background: -moz-linear-gradient(-90deg, #0e8c93, rgba(14, 179, 162, 0.68));
    background: linear-gradient(-90deg, #0e8c93, rgba(14, 179, 162, 0.68));
    height: 60vh;*/
}

@media(min-width: 691px) and (max-width: 1080px) {
	.hero_fullscreen{
		/*height: 50vh;
		height: 60vh;*/
		height: 350px;
	}
}

@media(min-width: 440px) and (max-width: 690px) {
	.hero_fullscreen{
		/*height: 45vh;
		height: 55vh;*/
		height: 320px;
	}
}

@media (max-width: 439px) {
	.hero_fullscreen{
		/*height: 60vh;*/
		height: 380px;
	}
}

@media (max-width: 479px){
	#main_content{
		width: inherit!important;
	}

	.logo{
		/*width: 100px;*/
		width: 40%!important;
    	margin-top: 10px!important;
	}
}

@media(min-width: 480px) and (max-width: 1079px) {
	.logo{
		/*width: 100px;*/
		width: 205px!important;
    	/*margin-top: 10px!important;*/
	}
}

.preloader_header,
#more_info {
	/*background-color: #f5f5f5;*/
	background-color: #ffffff;	
}

.preloader_header .preloader_loader svg path.preloader_loader_circlebg {
    stroke: rgba(0, 0, 0, .1);
}

.preloader_header .preloader_loader svg path.preloader_loader_circle {
    transition: stroke-dashoffset 0.2s;
    stroke: rgba(0, 0, 0, .3);
}

.contact_form .input-field label{
	color:black;
}
.newsletter_form input[type=text],
.newsletter_form input[type=password],
.newsletter_form input[type=email],
.newsletter_form input[type=date],
.newsletter_form textarea{
	border-bottom: 1px solid rgba(255, 255, 255, .7);
}
 
.contact_form input[type=text],
.contact_form input[type=password],
.contact_form input[type=email],
.contact_form input[type=date],
.contact_form textarea {
	border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.countdown_part {
	border-right: 1px solid rgba(255, 255, 255, .7);
}

.input-field label {
	color:white;
}