.flex {
	display: flex;
}

.hide {
	display: none;
}

.headerThanksRcrd {
	margin-top: 16px;
	text-align: center;
    font-weight: 700;
    color: #b4bb6b;
}

.messageWaitRcrd {
	margin-top: 16px;
    width: 100%;
    text-align: center;
    color: #b4bb6b;
}

.waitGifBtn {
	height: 20px;
}

.sendClientForm {
	height: 40px;
	width: 50%;
	text-align: center;
}

#body { opacity: 0; } .drop { display: none; }
.subTitle:after {background-image: url("#")}

.sliderHeader, .sliderHeader span {
	font-family: 'Colibri', sans-serif !important;
	
}

.widget_recent_reviews h6.title_padding {	
	margin-bottom: 5px !important;
}

.widget_recent_reviews h6.title_padding a{
	color: #9ba813; !important;	
}
.widget_recent_reviews h6.title_padding a:hover{
	color: black !important;	
}

.ny221, .ny226 {

	margin-top: 40px;
	margin-bottom: 40px;
	 text-align: center; 
	color: #444 !important;
	font-size: 23px !important;
	letter-spacing: 0.7px !important;
	font-family: "Ubuntu", sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	
}
.ny222, .ny223, .ny224, .ny225  {

	
	text-align: center; 
	color: #555 !important;
	font-size: 17px !important;
	margin-top: 20px !important;
	letter-spacing: 0.5px !important;
	font-family: "Ubuntu", sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;	
	
}

@media only screen and (max-width: 512px){
	.ny222, .ny223, .ny224, .ny225  {

		font-size: 14px !important;
		letter-spacing: 0.4px !important;
	}
}

.stalcom-blog {
    margin: 0 0.9% 30px 0;
	/*width: 23.5%;*/
	width: 18.59%;
	display: inline-block;
}
@media only screen and (max-width: 599px){
	.stalcom-blog {
		margin: 0 0.9% 30px 0;
		width: 48%;
		display: inline-block;
	}
}

.politicsFormDiv {
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.textPoliticsLabel {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.checkboxPoliticsForm {
	margin: 0px 5px 0px 0px;
	border-radius: 0px;
	border-color: #ddd;
	cursor: pointer;
}

.politicsLinkA {
	margin: 0px 0px 0px 5px;
}

.realRedPlchld {
	color: #F08080;
}

.realRedPlchld::-webkit-input-placeholder {
	color: #F08080;
	font-weight: 300;
}

.twoStepsDiv {
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.landingFormDiv {
	flex-direction: row;
	justify-content: space-between;
}

.oneInputLandForm {
	height: 34px;
	width: 32%;
}

.landingPoliticsLabel {
	color: #fff;
}

.phraseLandingH {
	margin-top: 15px;
}

.inptFormContacts {
	width: 100%;
}

.bottomFormMainDiv {
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.firstStepBottomForm {
	flex-direction: column;
	align-items: center;
	width: 80%;
}

.inptBottomLandForm {
	margin-top: 15px;
}

@media (max-width: 449px) {
	.landingFormDiv {
		flex-direction: column;
	}

	.oneInputLandForm {
		width: 100%;
		margin-top: 15px;
	}
}