/**********************************************************
				Authentication Styles
**********************************************************/
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
display: none; }

#create-account_form,
#login_form {
	min-height: 380px;
	background-color: #ffffff;
	margin-bottom: 10px;
	--max-width:450px;
}

#create-account_form p {
	margin-bottom: 0px;
	line-height:18px;
	font-style:italic;
}
#create-account_form .form-group {
	margin: 0 0 0 0;
    margin-top: 16px;
    margin-bottom: 0px;
}
#login_form {
	min-height: 297px;
}
#login_form .form-group {
	margin-top: 16px;
    margin-bottom: 0px;
	max-width:300px;

}
#login_form .form-group.lost_password {
	margin: 15px 0 15px 0;
	text-align:left;
	margin-bottom:0px;
}
#login_form .form-group.lost_password a {
	color: #33a8ef;
    font-size: 0.86em;
	text-transform:uppercase;
}
#login_form .form-group.lost_password a:hover {
	text-decoration: none;
}
#login_form .form-control,
#create-account_form .form-control {
	background: #fff none repeat scroll 0 0;
    border-color: #d0d0d0;
    height: 39px;
    width: 100%;
    color: #444;
}
#create-account_form .page-subheading,
#login_form .page-subheading {
    padding: 10px 0;
    text-align: center;
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
		padding-top: 30px;
		margin-top:0;
}
.form_content {
    padding: 15px 20px;
	max-width:300px;
	margin:auto;
}
.account_creation {
    --border: 1px solid #f0f0f0;
    --padding: 0 20px;
}
.account_creation .page-subheading {
    border-bottom: solid 2px #000;
    margin: 0 0px 20px;
    padding: 8px 0;
    text-align: left;
    text-transform:none;
    font-size: 1em;
}
.radio-inline, .checkbox-inline {
    cursor: default;
    padding-left: 0;
}
#uniform-newsletter > span,
#uniform-optin > span {
    top: -7px;
}
.submit{
	margin-top: 70px;
	max-width:300px;
	margin:auto;
}
div.selector span{
	display: none;
}
.col-xs-4 div.selector select {
    border: 0 none;
    padding: 0 20px;
    width: calc(100% + 20px);
	width: -moz-calc(100% + 20px);
	width: -webkit-calc(100% + 20px);
	width: -o-calc(100% + 20px);
}
.form-group .selector {
    border: 1px solid #f0f0f0;
    position: relative;
	width: 100% !important;
    z-index: 2;
}

#authentication #content-wrap #center_column .btn-default {
    margin: 15px 0;
    text-transform: none;
    font-size: 12px;
    padding: 4px;
    width: 100%;
    background-color: #000;
    color: #fff;
		margin-bottom:5px;
}
#authentication #content-wrap #center_column .btn-default:hover {
    background-color: #F4A984;
}

#authentication div.fblogin {
	display:none;
}
#authentication div.fblogin p::before,#authentication div.fblogin p:after {
    content:none;
}
#authentication div.fblogin p {
    background:#42559b;
    line-height: normal;
    height:auto;
    font-style: normal;
}
#authentication form div.fblogin p span {
    top:0;
    margin-top:10px;
    margin-bottom:10px;
}

#authentication ::-webkit-input-placeholder {
   text-align: center;
}

#authentication :-moz-placeholder { /* Firefox 18- */
   text-align: center;
}

#authentication ::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;
}

#authentication :-ms-input-placeholder {
   text-align: center;
}
#authentication div.separator_or {
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image:url('../img/separator-or.jpg');
    background-repeat:repeat-x;
    background-position: middle;
}
#authentication div.separator_or span {
    padding:0px;
    padding-left: 5px;
    padding-right: 5px;
    background-color:#fff;
    color:#696969;
}
#authentication input,#authentication select,#authentication textarea {
    color:#000;
}
#authentication .form-control:focus {
    border-width: 2px;
}

#authentication select {
    width: 100%;
	background: #f6f6f6 none repeat scroll 0 0;
	border: solid 1px #ccc;
	color: #333;
	font-size: 12px;
	padding: 6px 12px;
}
#authentication .clearfix {
    clear:both;
}
#authentication input.uniform-input {
    border-color: #f6f6f6;
}

@media (max-width: 479px) {
    #authentication .maringbottomxs {
        margin-bottom:20px;
    }
    #authentication ::-webkit-input-placeholder {
       text-align: left;
    }

    #authentication :-moz-placeholder { /* Firefox 18- */
       text-align: left;
    }

    #authentication ::-moz-placeholder {  /* Firefox 19+ */
       text-align: left;
    }
    .account_creation .page-subheading {
        text-align: center;
    }

}
@media (max-width: 767px) {
	fieldset a.previous {
		left: 0 !important;
		width:100%;
	}
	.fancybox-inner {
		left:0px !important;
		position:relative !important;
	}
}
/*# sourceMappingURL=authentication.css.map */


.fancybox-inner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2500;
    background-color: #fff;
    overflow: auto;
	padding-left:5%;
	padding-right:5%;
	margin:0px !important;
}
.fancybox-inner {
	left:50%;
}
#authentication #content-wrap #center_column .fancybox-inner .btn-default {
	background-color: #1c1f23 !important;
    color: #fff !important;
    font-size: 14px;
    font-family: avalonBook;
    text-transform: uppercase;
    border: solid 1px #1c1f23;
    border-radius: 20px;
    box-shadow: none;
    padding: 10px;
	font-style: normal;
}

#authentication .alert {
	background-color:transparent;
	border:0;
	padding:0;
}
#authentication .alert>p {
	font-weight:600;
}
#authentication .fancybox-inner li {
	box-shadow:none;
}

#login_form {
	background:transparent;
}
#authentication p.lnk {
	display:none;
}

#authentication .popupimage img {
	max-height:100%;
}
a.previous {
	cursor:pointer;
}
#account-creation_form {
	padding:0;
	margin-bottom: 100px;
}
@media (max-width: 478px) { 
	.fancybox-inner {
		position: relative;
		left: 0;
		width:100%;
		margin:0px !important;
		background-color: #f5f5f5;
		margin-bottom: 100px !important;
	}
	#authentication {
		background-color: #f5f5f5;
	}
	fieldset div.help {
		float:none;
	}
	#authentication .page-heading,#account-creation_form{
		background:transparent;
		padding:0;	
	}
	#other {
		display:none;
	}

}