/* ..... Bala J Voteup ..... */
.balaj-container {
	background-color: #fff;
	font-family: bitter;
}
.balaj-banner {
	background: url(../images/balaj-banner.jpg) no-repeat center;
	height: auto;
	text-align: center;
	color: #fff;
	padding: 40px 0; 
}
.balaj-banner .nt-wrapper {
    max-width: 890px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.balaj-banner h1 {
	font-size: 48px;
	line-height: 1.2;
	margin: 0 0 25px;
}
.balaj-banner h3, .balaj-banner h4 {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 25px;
}
.balaj-banner h4 {
	margin: 0 0 10px;
}
.balaj-banner p a {
	font-size: 12px;
	color: #ffcc00;
	text-decoration: underline;
}
.balaj-content {
	padding: 30px 0 60px;
	text-align: center;
}
.balaj-content h2 {
	font-size: 72px;
	line-height: 1.2;
	margin: 0 0 25px;
	color: #333;
}
.balaj-content h3 {
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 20px;
	color: #333;
	font-weight: bold;
}
.balaj-block {
    background-color: #eaeaea;
    padding: 0 20px 40px;
    position: relative;
    text-align: left;
    max-width: 392px;
    margin: auto;
    border-radius: 2px;
	margin-top: 80px;
}
.balaj-video {
	position: relative;
	top: -30px;
}
.balaj-block h4 {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #333;
	font-weight: bold;
}
.balaj-block h5 {
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #333;
	font-weight: bold;
}
.balaj-block p {
	font-size: 12px;
	line-height: 1.2;
	color: #666;
}
.balaj-block .balaj-voteup {
    border-radius: 50%;
    background-color: #ff3333;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: -18px;
    border: 0;
    width: 58px;
    height: 58px;
}
.balaj-container.thank-active .thank-modal {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.balaj-container .thank-modal {
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #40cb95;
	-webkit-transform: scale(0, 0.00001);
	-moz-transform: scale(0, 0.00001);
	-ms-transform: scale(0, 0.00001);
	-o-transform: scale(0, 0.00001);
	transform: scale(0, 0.00001);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.thank-modal .modal-dialog {
    max-width: 460px;
    text-align: center;
    width: 100%;
    min-width: 260px;
}
.thank-modal .modal-dialog .modal-content {
	background-color: #f2f2f2;
	box-shadow: none;
	padding: 30px 0 0;
}
.thank-you-success-icon {
	background-color: #ffffff;
	border-radius: 100%;
	display: block;
	height: 118px;
	line-height: 135px;
	margin: 0 auto 60px;
	text-align: center;
	width: 118px;
}
.thank-you-success-icon {
	margin-bottom: 30px;
	position: relative;
}
.thank-you-success-icon::after {
 background: rgba(0, 0, 0, 0) url("../images/box-shadow-172x172.png") no-repeat scroll 0 0;
 content: "";
 display: block;
 height: 178px;
 left: 0;
 position: absolute;
 top: 0;
 width: 178px;
}
.thank-you-success-icon .success-icon {
	background: #ffffff url("../images/onboarding-success.png") no-repeat scroll center center;
	border-radius: 100%;
	display: inline-block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.thank-you-container .title {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 10px;
	color: #5c6a79;
	font-family: "Bitter", serif;
}
.thank-you-container p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 auto 30px;
	text-align: center;
	color: #333;
	width: 80%;
}
.fb-share {
	text-align: center;
}
.go-home {
	text-align: center;
}
.go-home a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.close {
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    z-index: 3;
    opacity: .5;
}
.about-balaj {
	padding-top: 40px;
}
.about-balaj p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin: 0 0 20px;
}
@media (max-width: 768px) {
	.balaj-banner {
		background-size: cover;
	}
}