/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/

.contactoInfo{
	color: #7ed2d2 !important;
	text-align: left !important;
	font-size: 22px !important;
}
.hs-form-field label{
	/*display: block !important;*/
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
	color: #7ed2d2 !important;
	text-shadow: 1px 1px #fff !important;
}
.hs-form-required{
	color: #FFBFA6 !important;
	text-shadow: 1px 1px #fff !important;
}
.hs-error-msgs{
	list-style: none !important;
	padding-left: 5px !important;
	color: #FFBFA6 !important;
	text-shadow: 1px 1px #fff !important;
}
select.hs-input{
	color: #7ed2d2;
}
.hs-input{
	border-radius: 0px;
	border: 1px solid #AEBEC4;
	display: block;
	width: 100% !important;
	height: 30px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.hs-form-booleancheckbox-display{
	width:100%;
	display:inline-block;
}
.hs-form-field ul.inputs-list label.hs-form-booleancheckbox-display input.hs-input{
	float:left;
	width:10% !important;
	height: 15px;
}
.hs-form-field ul.inputs-list label.hs-form-booleancheckbox-display span{
	float:left;
}

div.hs-form-field legend.hs-field-desc{
	font-size:12px;
}

.inputs-list {
	list-style: none;
	padding: 0;
}

textarea.hs-input{
	margin:20px auto;
	height: 100px;
}
.hs-input::placeholder{
	color: #7ed2d2;
	opacity: 1;
}
.hs_submit{
	text-align: left;
	margin:20px auto;

}
.hs-button{
	color: #7ed2d2 !important;
	padding: 6px 40px;
	border: 2px solid #7ed2d2;
}
@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}



/* PopUp */
#poverlay{
	background: rgba(0,0,0,0.7);
	width:100%;
	height:100% !important;
	z-index:2147483646;
	position:fixed;
	display:none;
}
#pcontainer{
	background: #fff;
	padding:10px;
	top:10%;
	left:25%;
	width:710px;
	height:595px;
	z-index:2147483647;
	position:fixed;
	display:none;
}
.center{
	text-align:center;
}
.pmail{
	border-radius:0px !important;
	border:0px;
	background:#EBEBEB;
	color:#333333;
	font-size:12px;
	height:35px;
	padding:2px 10px 2px 10px;
	min-width:40%;
}
.pgray{
	height:35px;
	background:#333333;
	color:#fff;
	border-radius:0px !important;
	line-height:15px;
}
.pgray:hover{
	color:#ccc;
}
.pclose{
	float:right;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border:3px solid #fff;
	line-height:20px;
	background:#000;
	color:#fff;
	padding:2px 0 0 5px;
	width:30px;
	height:30px;
	margin:-25px;
}