
/*modal Popup
---------------------------------------- */
.reveal-modal {
	background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 46px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    left: 50%;
    margin-left: -285px;
    position: absolute;
    top: 170px;
    visibility: hidden;
    width: 759px;
    z-index: 9999;
	font-family: arial !important;
    font-size: 12px;
	opacity:0.70 !important;
	}

.reveal-modal .close-reveal-modal {
	width: 58px;
	height: 72px;
	background: url("../images/sprite.png") no-repeat 0 -387px;
	position: absolute;
	top: 0;
	right: 16px;
	text-indent: -999em;
	cursor: pointer;
}

.reveal-modal .close-reveal-modal:hover {
	background: url("../images/sprite.png") no-repeat -62px -387px;	
}

.reveal-modal-bg {
	background: url("../images/overlay.png");
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}

/* Modal Header */
.reveal-modal .reveal-modal-header {
	padding:23px 20px;
	text-transform: uppercase;
	color: #323334;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	background: url("../images/dotted-window.png") repeat-x 0 100%;
}

/* Modal Body */
.reveal-modal .cont {
	/*padding: 25px 0;*/
	width: 90%;
	margin:0 auto;
	}

.reveal-modal form input[type="submit"] {
	width: 138px;
	height: 48px;
	border: none;
	cursor: pointer;
	padding: 0;
}

.reveal-modal form input[type="text"] {
	background: none;
	border: 1px solid #d8d8d8;
	width: 220px;
	float: right;
	border-radius:3px;
	box-shadow:none;
}
.reveal-modal form input[type="text"]:focus {
	border-color:#66b9e3;
	box-shadow:inset 0 0 0 rgba(0, 0, 0, .1), 0 0 3px rgba(102, 185, 227, 1);
	}

.reveal-modal form p {
	margin-bottom: 11px;
}

.reveal-modal form label {
	float: left;
	line-height: 27px;
	color: #888;
	width: 128px;
	font-size: 14px;
	font-weight:normal;
}

.reveal-modal form .checkboxes {
	font-size: 12px;
	font-family:'MuseoSans500Italic', Arial, sans-serif;
	padding: 0;
}

.reveal-modal form.signup .checkboxes {
	padding: 16px 0 12px;
}

.reveal-modal form.signup em {
	font-size: 11px;
}

.reveal-modal form .checkboxes a {
	color: #bdd236;
	text-decoration: underline;
	margin-left: 14px;
}

.reveal-modal form .checkboxes a:hover {
	text-decoration: none;
	color: #bdd236;	
}
.reveal-modal em {
	font-size:12px;
	color:#aaa;
	font-family:'MuseoSans500Italic', Arial, sans-serif;
	font-style:normal;
	}
.reveal-modal abbr {
	color: #fe6666;
}

/* Signin Form */
.signin
{
 display: block;
background: url("../images/logo_mtk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height:46px; width: 46px;
}
.reveal-modal form.signin label {
	width: 77px;
	padding-left: 25px;
	font-size: 14px;
	font-weight:normal;
}

.reveal-modal form.signin input[type="text"] {
	margin-right: 27px;
}

.reveal-modal form p.without-label {
	padding-left: 103px;
}

.reveal-modal form.signup p.without-label {
	padding-left: 104px;
}

.reveal-modal form.signin {
	margin-bottom: 50px;
}

.reveal-modal form.signin input[type="submit"] {
	background: url("../images/sprite.png") no-repeat -2px -4px;
}

.reveal-modal form.signin input[type="submit"]:hover {
	background: url("../images/sprite.png") no-repeat -2px -55px;	
}

.reveal-modal form.signup {
	padding: 19px 0 28px;
}

.reveal-modal form.signup input[type="submit"] {
	background: url("../images/sprite.png") no-repeat -2px -111px;
}

.reveal-modal form.signup input[type="submit"]:hover {
	background: url("../images/sprite.png") no-repeat -2px -162px;	
}

.reveal-modal .captcha {
	float: right;
	width: 221px;
	height: 88px;
	padding-top: 8px;
}

.reveal-modal .indication {
	background: url("../images/indication.jpg") no-repeat 50% 100%;
	padding: 0 0 15px;
	text-align: center;
	color: #115b87;
	margin-bottom: 18px;
	text-transform: lowercase;
	font-family:'MuseoSans500Italic', Arial, sans-serif;
	font-size:14px;
}

ul.socials-login {
	list-style: none;
	margin: 0;
}
ul.socials-login li {
	margin-top: 8px;
	text-align: center;
	padding:0;
	background:none;
}

ul.socials-login li:first-child {
	margin-top: 0;
}

ul.socials-login li a {
	display: inline-block;
	width: 219px;
	height: 37px;
}

ul.socials-login li a.fb {
	background: url("../images/sprite.png") no-repeat 0 -298px;
}

ul.socials-login li a.fb:hover {
	background: url("../images/sprite.png") no-repeat 0 -337px;	
}

ul.socials-login li a.tw {
	background: url("../images/sprite.png") no-repeat 0 -216px;	
}

ul.socials-login li a.tw:hover {
	background: url("../images/sprite.png") no-repeat 0 -255px;	
}

.niceCheck {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	background: url("../images/checkbox.png") no-repeat;
	margin-right: 5px;
}
.niceCheck input {
	display: none;
}
/* END POPUP */
