.popup-overlay{
position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 5; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.alerting {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
.popup-main{
width: 100%;
height: auto;
position:absolute;
z-index: 8;
padding: 60px 0;
display:block;
}
.popup-container p {
    line-height: 21px;
	font-weight: 400;
	color: #07080a;
	margin-bottom: 20px;
}
.popup-container p.content-sended {
	display:none;	
}
.popup-close .close-btn{
color: #909191;
font-weight: 600;
margin-left: 4px;
font-size: 23px;
cursor:pointer;	
}
.popup-close{
width: 455px;
height: auto;
margin: 0px auto 10px;
text-align: left; cursor: pointer;
}
.popup-container {
    width: 454px;
height: auto;
margin: 0 auto;
border: 2px solid #e4dfe5;
border-radius: 10px;
background: #fff;
font-size: 18px;
position: relative;

}
.shadow img {
    border-radius: 10px 10px 0px 0px;
}
.popup-container::before {
position: absolute;
content: url('../images/arrow-popup.png');
left: 29px;
color: #000;
bottom: -25px;

}
.popup-container .top-heading{
font-size:32px;	
margin-bottom:0;
line-height: 56px;
margin-top: 5px;
}
.popup-container .popup-text {
    padding: 20px 40px 0px;
	margin-bottom: 16px;
}
.popup-container span{
color: #f81252;	
}
.popup-container span.glyphicon{
	color: #fff;	
	top: 4px;
}
.shadow{
position:relative;
}
.shadow::after{
position: absolute;
content: "";
width: 94%;
height: 17px;
bottom: -17px;
left: 13px;
background: url('../images/shedow.png');
background-position-x: 0%;
background-position-y: 0%;
background-position: 100% 100%;
}
.popup-container textarea {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    color: #000000 !important;
    height: 100px;
    margin-bottom: 5px;
    padding: 6px 15px;
    width: 100%;
    font-family: "Assistant",sans-serif !important;
	font-size: 17px;
	height: 74px;
	resize: none;
}
.popup-container input, .popup-container select.tiny {
	display: inherit;
    background: #efefef none repeat scroll 0 0;
	border: 1px solid #e2e2e2;
	border-radius: 22px;
	color: #0d1012;
	height: 42px;
	margin-bottom: 10px;
	padding: 0 20px;
	width: 100%;
	font-size: 17px;
}
.popup-container input[type=radio] {
	height: 20px;
}
.popup-container input[type="submit"], .popup-container .pink-btn{
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ea104b 0%, #cc0a3a 100%) repeat scroll 0 0;
border-radius: 50px;
box-shadow: 0 -5px 0 -2px #680721 inset;
margin-top: 5px;
	padding: 0px 20px;
    padding-bottom: 0px;
color: #fff;
font-weight: 500;
width: 100%;
height: 49px;
font-size: 26px;
padding-bottom: 4px;
border: none;
}
.popup-container .pink-btn.small{
	font-size: 18px;
    height: auto;
}
.popup-text input:focus, textarea:focus {
    outline: none;
    border: 1px solid #E50F48;
}

.popup .modal-dialog{
	max-width: 100%;
	width: 820px;
}

.popup .modal-header{
	border-bottom: 0;
	padding-bottom: 0;
	position:relative;
}
.popup .modal-header.finish{
	height:230px;
}
.popup .modal-header.finish .close{
	position: absolute;
    left: 13px;
    top: 10px;
    z-index: 5;
	color: #fff;
	opacity: 0.8;
}
.popup .modal-header .finishlogo{
	display:none;
	position:absolute;
	left:3px;
	top:3px;
	background:url(../images/registerpopup_finish_header.png) no-repeat center;
	width:530px;
	height:323px;
	z-index:2;
}
.popup .modal-header.finish .finishlogo{
	display:block;	
}
.popup .modal-header.finish .modal-title{ display:none; }
.modal-open.inner .content,.main.modal-open > header,.main.modal-open > .container {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

.popup .matches-results .single-result .remove span{
	right: calc(-50% - 28px);
	width: 100px;
}

.popup .matches-results .single-result .remove span:after{
	right: 41px;
}

.popup .matches-results .single-result{
	width: 120px;
}

.popup .matches-results .single-result .status{
	font-size: 9.58px;
}

.popup .matches-results .single-result .member-name .name{
	font-size: 13.42px;
}

.popup .matches-results .single-result .member-name .area{
	font-size: 10.16px;
}

.popup .modal-body{
	padding-top: 0;
}

.popup .modal-footer{
	background: rgb(216,216,215);
	background: -moz-linear-gradient(top,  rgba(216,216,215,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(216,216,215,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(216,216,215,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d7', endColorstr='#ffffff',GradientType=0 );
	border: 0 none;
	border-radius: 0 0 10px 10px;
	text-align: center;
}

.popup .modal-title{
	color: #131517;
	font-size: 25.4px;
}

.popup .my-info-table{
	/*border: 1px solid #e9e9e9;*/
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 12px;
	margin-top: 5px;
	width: 100%;
}

.popup .my-info-table table{
	width: 100%;
}

.popup .my-info-table table tr{
	color: #131517;
	font-size: 16.44px;
	/*height: 36px;*/
}

.popup .my-info-table > table > tbody > tr:nth-child(even){
	background: #fff;
}

.popup .my-info-table > table > tbody > tr:nth-child(odd){
	background: #fff;
}

.popup .my-info-table > table > tbody > tr > th{
	/*border-left: 1px solid #e9e9e9;*/
	color: #ea104b;
	font-weight: normal;
	/*padding-right: 14px;*/
	white-space: nowrap;
	text-align:right;
}

.popup .my-info-table > table > tbody > tr > td{
	padding: 10px 0px;
	text-align:right;
}

.popup .my-info-table > table > tbody > tr > td > select{
	-moz-appearance: none;
	-webkit-appearance:button;
	appearance:button;
	background: rgba(0, 0, 0, 0) url("/images/icon-arrow-down-brown.png") no-repeat scroll 0 center;
	border: 0 none;
	width: 100%;
}

.popup .my-info-table > table > tbody > tr > td > select::-ms-expand {
	display: none;
}

.popup .manage-images{
	margin-top: 20px;
}

.popup .manage-images .file{
	color: #9a9a9a;
	font-size: 14px;
	margin-bottom: 10px;
}

.popup .manage-images .file span{
	color: #131517;
}

.popup .manage-images .status{
	color: #53b81c;
	font-size: 14px;
	margin-bottom: 10px;
}

.popup .manage-images .status span{
	color: #9a9a9a;
}

.popup .manage-images .input input{
	color: #a0a0a0;
	font-size: 14px;
	height: 37px;
	width: 271px;
}

.popup .manage-images .actions li{
	width: 100%;
}

.popup .manage-images > li{
	padding-bottom: 32px;
}

.popup .manage-images > li ~ li{
	border-top: 1px solid #e0e0e0;
	padding-top: 38px;
}

.popup .manage-images .actions .blue-btn{
	display: inline-block;
	font-size: 12.7px;
	margin-bottom: 4px;
	padding: 4px 8px 4px 4px;
	width: 100%;
	text-align:center;
}

.popup .manage-images input[type="file"]{
	height: 37px;
	padding: 0;
	width: 271px;
}

.popup#editimages .brown-btn{
	padding: 10px;
}

.popup#editimages .upload-box{
	color: #131517;
	font-size: 14px;
	text-align: right;
}

.popup#editimages .upload-box span{
	color: #9a9a9a;
}

.modalpopup .modal-content {
	background-color:#f7f7f6;	
}

.modalpopup.popup .modal-dialog{
	width: 538px;
}

.modalpopup.popup .modal-title {
	font-size: 28px;
	font-weight: lighter;
}

.modalpopup.popup .modal-header{
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 28px;
}

.modalpopup.popup .modal-steps{
	width:452px;
	height:126px;
	margin:15px auto 60px;
	background:url(../images/steps_bg.png) no-repeat center;
	position:relative;
	z-index:3;
}
.modalpopup.popup .modal-steps .step{
	width:100px;
	height:100px;
	position:absolute;
	background:url(../images/step_circle_off.png) no-repeat center;
	text-align: center;
}
.modalpopup.popup .modal-steps .step.on{
	background:url(../images/step_circle_on.png) no-repeat center;	
}
.modalpopup.popup .modal-steps .step.step1{
	right:13px;
	top:15px;
}
.modalpopup.popup .modal-steps .step.step2{
	right:176px;
	top:15px;
}
.modalpopup.popup .modal-steps .step.step3{
	left:13px;
	top:15px;
}
.modalpopup.popup .modal-steps .step b {
	text-align:center;
	font-size:64px;
	font-weight:normal;
	line-height:100px;
	display:block;
	color:white;
    margin-bottom: 15px;
}
.modalpopup.popup .modal-steps .step span {
	font-size:20px;
	line-height:20px;
	color:#131517;
}
.modalpopup.popup .modal-body{
	padding-left: 28px;
	padding-right: 28px;
}
.modalpopup.popup .modal-body #step2, .modalpopup.popup .modal-body #step3, .modalpopup.popup .modal-body #step4{
	display:none;	
}
.modalpopup.popup .modal-body #step4 #smscode{
	color: #131517;
    font-size: 20px;
    height: 40px;
    margin-top: 15px;
    width: 100%;
}
.modalpopup.popup .modal-body #step4 .brown-btn{
	font-size: 22px;
    height: 40px;
    margin: 15px 0 0;
    padding: 6px 0;
    width: 100%;
}
.modalpopup.popup .modal-body #step4 .subsubtitle a,.modalpopup.popup form div.resendtitle a{
	color: #131517;
	text-decoration: underline;
}
.modalpopup.popup .modal-body #step4 .subsubtitle a:hover,
.modalpopup.popup form div.resendtitle a:hover{
	text-decoration: none;
}
.modalpopup.popup .fb-footer a{
	font-size: 20px;
	width: 100%;
}

.modalpopup.popup .fb-footer a span{
	background-color: rgba(158, 178, 221, 0.6);
	display: inline;
	font-size: 4px;
	height: 28px;
	margin-left: 25px;
	margin-right: 7px;
	margin-top: 0;
	padding: 16px 0 7px;
	position: relative;
	width: 1px;
}

.modalpopup.popup .fb-footer img {
	margin-right: 11px;
}

.modalpopup.popup .or{
	background: #c7b883 none repeat scroll 0 0;
	height: 2px;
	margin: 36px auto 27px;
	position: relative;
	width: 100%;
}

 .modalpopup.popup .or span{
	background: #f7f7f6 none repeat scroll 0 0;
	color: rgba(19, 21, 23, 0.6);
	font-size: 22px;
	left: calc(50% - 22px);
	line-height: 17px;
	position: absolute;
	text-align: center;
	top: -8px;
	width: 44px;
}
 .modalpopup.popup form div.title{
	font-size:22px;
    margin: 10px 0px;
 }
 .modalpopup.popup form div.subtitle{
	font-size:18px;
	color:#ac974d;
	margin: 2px 0px;
 }
 .modalpopup.popup form div.title-clack{
 	color: #131517!important;
 	font-size: 17px;
 }
 .modalpopup.popup form div.subtitle.subtitle-big{
 	font-size: 20px;
 }
  .modalpopup.popup form div.subtitle span{
	  font-size:18px;
	  text-decoration:underline;
  }
  .modalpopup.popup form div.subsubtitle{
	font-size:15px;
	color:#ac974d;
 }
 .modalpopup.popup form div.resendtitle{
	font-size:18px;
    margin: 20px 0px 0px;
 }
 .modalpopup.popup form label{
	color: #131517;
	font-size: 20px;
	font-weight: lighter;
 }
 .modalpopup.popup form label.pull-left.tiny{
	margin-left:40px;	 
 }
 .modalpopup.popup form label > span{
	color: #af0d2f;
 }
 
 .modalpopup.popup form .form-control{
	background-color: #fcfbf9;
	border: 1px solid #d4d4d4;
	height: 40px;
	position: relative;
 }

.modalpopup.popup form select.form-control{
	-moz-appearance: none;
	-webkit-appearance:none;
	appearance:none;
	background: #fcfbf9 url("/images/icon-register-select.png") no-repeat scroll left 10px center;
	outline: 0;
}

.modalpopup.popup form select.form-control::-moz-focus-inner { 
  border: 0; 
}
.modalpopup.popup form .form-control.long{
	display: inline-flex;
	width: calc(83% - 6px);
}
.modalpopup.popup form .form-control.middle{
	display: inline-flex;
	width: calc(65% - 6px);
}
.modalpopup.popup form select.form-control.small{
	display: inline-flex;
	margin-right: 6px;
	width: calc(33% - 6px);
}
.modalpopup.popup form select.form-control.tiny{
	display: inline-flex;
	margin-right: 6px;
	width: calc(16% - 6px);
}
.modalpopup.popup form .form-control #filecontent + label.error{
	margin-right: -355px !important;
	margin-top: 33px !important;
	right: initial;
	width: 60% !important;
}
.modalpopup.popup form .form-control.long + label.error{
	margin-right: -355px !important;
	margin-top: 33px !important;
	right: initial;
	width: 60% !important;
}
.modalpopup.popup form .form-control.middle + label.error{
	margin-right: -148px !important;
	margin-top: 33px !important;
	right: initial;
	width: 60% !important;
}
.modalpopup.popup form select.form-control.small + label.error{
	margin-right: -70px !important;
	margin-top: 33px !important;
	right: initial;
	width: 28% !important;
}
.modalpopup.popup form select.form-control.tiny + label.error{
	margin-right: -109px !important;
	margin-top: 33px !important;
	right: initial;
	width: 28% !important;
}

.modalpopup.popup form .form-control .btn-file{
	background: rgb(65,87,107);
	background: -moz-linear-gradient(top, rgba(65,87,107,1) 0%, rgba(42,57,72,1) 100%);
	background: -webkit-linear-gradient(top, rgba(65,87,107,1) 0%,rgba(42,57,72,1) 100%);
	background: linear-gradient(to bottom, rgba(65,87,107,1) 0%,rgba(42,57,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41576b', endColorstr='#2a3948',GradientType=0 );
	border-bottom: 3px solid #1f2a35;
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #d4d4d4;
	color: #fff;
	font-size: 15px;
	height: 100%;
	left: 0;
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 8px;
	position: absolute;
	top: 0;
}

.modalpopup.popup form .form-control .btn-file:hover{
	background: rgb(42,57,72);
	background: -moz-linear-gradient(top,  rgba(42,57,72,1) 0%, rgba(65,87,107,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(42,57,72,1) 0%,rgba(65,87,107,1) 100%);
	background: linear-gradient(to bottom,  rgba(42,57,72,1) 0%,rgba(65,87,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3948', endColorstr='#41576b',GradientType=0 );
}

.modalpopup.popup form .form-control .btn-file input{
	background: rgb(65,87,107);
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.modalpopup.popup form .form-control #filecontent{
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	font-size: 16px;
	width: calc(100% - 100px);
	margin-bottom:15px;
}

.modalpopup.popup form .terms label{
	color: rgba(19, 21, 23, 0.8);
	font-size: 16px;
}

.modalpopup.popup form .register-captcha{
	background-color: #f4f6f7;
	border-radius: 6px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
}

.modalpopup.popup form select.form-control.small:nth-child(1){
	margin-right: 0;
}

.modalpopup.popup form select.form-control::-ms-expand {display: none;}

 
 .modalpopup.popup form .form-control:focus{
	border-color: #d4d4d4;
	box-shadow: 0 0 8px rgba(201, 178, 99, 0.6);
	outline: 0 none;
 }

.modalpopup.popup form .brown-btn {
	font-size:24px;
	margin: 10px 12px 18px;
	width: calc(100% - 24px);
	text-align:center;
}
.modalpopup.popup form .brown-btn span.glyphicon {
	padding-top:3px;
}
.modalpopup.popup form .small{
	color: rgba(19, 21, 23, 0.8);
	font-size: 12px;
}
@media screen and (max-width:767px){
	.shadow{
		width:92% !important;
		margin:0 auto !important;
		background-size:contain !important;
		background-repeat:no-repeat !important;
	}
}