/* Loading CF7 */
.alert {
	z-index: 999999999 !important;
}

.wpcf7-response-output{
	display: none !important;
}

.subscribe_popup {
    display: none;
}

.subscribe_popup .modal-body {
	padding: 0;
}

.subscribe_popup .modal-content {
	border: 0;
	border-radius: 0;
}

.popup_content {
	padding: 50px;
	text-align: center;
}

.alert>.close {
	position: absolute;
	right: 0;
	top: 3px !important;
	z-index: 9;
	opacity: 1;
	text-shadow: none;
	width: 40px;
	height: 40px;
    border: none;
    background: none;
    color: #fff;
    font-size: 26px;
    font-weight: lighter;
}

.alert-success>.close {
    color: #3c763d
}

.alert-danger>.close {
    color: #a94442
}

.subscribe_popup .close i {
	font-size: 40px;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 1px;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url("../loading/loading.gif") center center no-repeat;
	text-align: center;
	margin-top: 60%;
	margin-left: -12px;
	z-index: 1014;
	text-indent: -9999px;
	background-color: #000;
	padding: 25px;
	border-radius: 5px;
}

.wpcf7-form-contact .wpcf7-not-valid-tip {
	font-size: 14px;
    font-style: italic;
    margin: 1px 0px 0px 4px;
}

@media (min-width:768px) and (max-width:1024px) {
    .col-sm-4.alert {
        width: 65%;
    }
}

.tt-message-error {
    color: red;
    font-size: 14px;
    font-style: italic
}

.tg_ip_uploadf {
    margin: 0px;
}

.tg_bank_method .error-file {
    margin: 0px 0px 25px 0px;
    text-align: center;
}

.popup .content_popup .popup_btn {
    margin: 24px 0px 0px 0px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    display: block;
    margin-left: auto;
}

.alignleft {
    display: block;
    margin-right: auto;
}

.tg_form_general .tg_item .bank {
    display: block;
    border: none;
    border-bottom: 1px solid #B6B6B6;
    padding: 18px 18px 18px 0px;
    width: 100%;
    color: #000;
    background: none;
}
.page-subscribe{
	background: #ddd;
	display: flow-root;
}
.page-subscribe .content-subscribe{
	background: #fff;
	margin: 50px auto;
	padding: 100px 20px;
	max-width: 1500px;
	text-align: center;
	min-height: 820px;
}
.logo figure{
	text-align: center;
}
p.content-subscribe-txt{
	margin-top: 50px;
	font-weight: 600;
	font-size: 22px;
}
p.content-subscribe-txt-2{
	font-weight: 600;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.button-resubcribe{
	background: #FCB431;
	padding: 10px 20px;
	border-radius: 20px;
	margin-top: 30px;
	color: #000;
}
.button-resubcribe:hover{
	color: #000;
}
.button-resubcribe:active{
	color: #000;
}
.button-resubcribe:visited{
	color: #000;
}
@media (max-width: 1360px) {
    .page-subscribe .content-subscribe{
		background: #fff;
		margin: 50px auto;
		padding: 100px 20px;
		max-width: 1200px;
		text-align: center;
		min-height: 720px;
	}
}
@media (max-width: 767px) {
    .popup .content_popup .popup_title strong br {
        display: block;
    }
    .page-subscribe .content-subscribe{
		background: #fff;
		margin: 50px auto;
		padding: 100px 20px;
		max-width: 600px;
		text-align: center;
		min-height: 250px;
	}
    .page-subscribe .resubscribe{
		min-height: 645px;
	}
}