div.user_modal{
	width: 740px;
	height: 600px;
}
div.user_modal,
div.user_modal *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.user_modal header{
	padding: 12px 22px 0 40px;
	background-color: #303337;
	height: 49px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
div.user_modal header h3.logo{
	background: url("/images/Logo_SANDIEGORED.svg") no-repeat 50% 0px;
	width: 90px;
	float: left;
	height: 32px;
	display: block;   
	color: transparent;
	margin: -3px -30px;
	background-size: 109px 28px;
	background-position: center;
}
div.user_modal header ul{
	float: right;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	margin: 1px 0;
}
div.user_modal header ul li{
	float: left;
}
div.user_modal header ul li:first-child{
	padding-right: 10px;
}
div.user_modal header ul li:last-child{
	padding-left: 10px;
}
div.user_modal header ul li a{
	background: url("/images/Close_Light.svg") 0px 0px no-repeat scroll transparent;
	width: 20px !important;
	height: 20px !important;
	display: block;
	margin-right: -20px;
}

div.user_modal > section{
	background-color: #FFF;
	border: 1px solid #d5d9dc;
	border-top: 1px solid transparent;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 15px 35px;
	position: relative;
	height: 458px;
}
#close-modal{
	display: none;
}
div.user_modal > section.wrapperRegisterAccount {
	font-family: 'Open Sans', Arial;
}
div.user_modal > section > p{
	bottom: 0;
	margin: 5px 18px 5px 0;
	position: absolute;
	right: 0;
	text-align: right;
}
div.user_modal > section > p a.close{
	color: #86888E;
	font-size: 11px;
	font-weight: bold;
}
div.user_modal > section > div{
	margin-top: 30px;
	width: 50%;
	float: left;
	}
div.user_modal > section > div.iframe_container{
	border-right: 1px solid;
	padding-right: 30px;
	border-color: #e3e5e9;
}
div.user_modal > section h3{
	border-bottom: 1px solid #e3e5e9;
	color: #45484B;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 5px;
}
div.user_modal > section .iframe_container div{
	overflow: hidden;
}
div.user_modal > section div.login{
	height: 360px;
}
div.user_modal > section div.register{
	height: 540px;
}
div.user_modal > section iframe{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.user_modal > section .message {
	margin: 20px 0 14px;
}
#linkAccountForm input[type=text],
#linkAccountForm input[type=password],
#registerAccountForm input[type=text],
#registerAccountForm input[type=password] {
	background-color: #FFFFFF;
	border: 1px solid #C9CBCD;
	height: 30px;
	margin-left: 6px;
	padding: 3px;
	width: 280px;
}
#linkAccountCancel,
#linkAccountSubmit,
#registerAccountSubmit {
	background: #fff;
	border-color: #1893d0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid;
	color: #1893d0;
	font-family: 'Open Sans', sans-serif;
	font-size: .85rem;
	font-weight: 700;
	height: 40px;
	margin: 14px 0;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 157px;
}
#linkAccountCancel:hover,
#linkAccountSubmit:hover,
#registerAccountSubmit:hover {
	background-color:  #1893d0;
	border-color: #1893d0;
	color: white;
}
#linkAccountSubmit:disabled, #registerAccountSubmit:disabled {
	opacity: 0.5;
}
/* RESPONSIVE */
@media screen and (max-width : 999px){
	div.user_modal{
		width: 96%;
		margin-left: -48% !important;
	}
}
@media screen and (max-width : 768px){
	div.user_modal div#facebook_login > a > h2{
		padding: 12px 30px;
	}
	div.user_modal div#facebook_login > a > h1{
		padding: 6px 25px;
	}
	div.user_modal div#facebook_login > a > h2{
		font: bold 16px 'Roboto Condensed';
	}
}
@media screen and (max-width : 716px){
	div.user_modal > section > div{
		float: none;
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	div.user_modal > section > div.social_login{
		margin: auto;
	}
	div.user_modal > section div.login {
		height: 245px;
	}
}
@media screen and (max-width : 580px){
	div.user_modal div#facebook_login > a > h1{
		padding: 6px 22px;
	}
	div.user_modal div#facebook_login > a > h2{
		padding: 12px 12px;
	}
	#linkAccountForm input[type=text],
	#linkAccountForm input[type=password],
	#registerAccountForm input[type=text],
	#registerAccountForm input[type=password] {
		width: 90%;
	}
}
@media screen and (max-width : 480px){
	#close-modal{
		display: block;
		height: 20px;
		width: 100%;
		margin-top: 10px;
		padding-top: 10px;
	}
	#close-modal a{
		background-size: cover;
		background: url("/images/close_modal.svg") 0px 0px no-repeat scroll transparent;
		width: 20px;
		height: 20px;
		margin-right: 15px;
		float: right
	}
	div.user_modal{
		margin-top: -13.5rem !important;
		z-index: 9999;
	}
	div.user_modal > section{
		padding: 0px;
		border-top: 1px solid #d5d9dc;
	}
	div.user_modal header{
		display: none;
	}
	.user_modal .lg_form {
	width: 90% !important;
	}

}
@media screen and (max-width : 380px){
	div.user_modal div#facebook_login > a > h1{
		padding: 6px 14px;
	}
	div.user_modal div#facebook_login > a > h2{
		padding: 12px 18px;
	}
	div.user_modal div#facebook_login > a {
		margin: 0px auto;
	}

}
@media screen and (max-width : 350px){
	div.user_modal > section div.login {
		height: 275px;
	}
}
form > div.emailCtn {
	margin-top: 5px;
}
/*label email*/
form div.emailCtn label, form div.password label {
	float: left;
}
form div.emailCtn label, form div.password label {
	font-size: 1rem;
	font-family: 'Hind';
	font-weight: 400;
	color: #141414;
	margin-bottom: 10px;
}
/*input login modal*/
form.lg_form input:not([type=submit]):not([type=checkbox]) {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	margin-bottom: 15px;
	margin-top: 5px;
}
/*button login modal*/
div#login_block_buttons_block {
	width: 100%;
	text-align: center;
}
.user_modal form input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background-color: transparent;
	color: #1893d0;
	border-color: #1893d0;
	width: 157px;
	height: 40px;
	font-size: .85rem;
	border-radius: 4px;
	border: 2px solid;
	margin-bottom: 5px;
	margin-top: 5px;
	transition: all 0.3s ease;
}
.user_modal form input[type=submit]:hover{
	color: white;
	border-color: #1893d0;
	background-color:  #1893d0;
}
.user_modal .lg_form{
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
	text-align: center;
}
div#facebook_login > a {
	display: block;
	margin: 0px auto;
	background: url("/images/FB_Login.png") 0px 0px no-repeat scroll transparent;
	width: 234px !important;
	height: 37px !important;
}
.lg_form div.social_login{
		margin-top: 15px;
		margin-bottom: 15px;
}
.lg_form div.social_login > h4{
	text-align: center;
}
div#cerrar_modal > p >a{
	font-size: 1rem;
}
div#register_link{
	width: 100%;
	text-align: center;
	margin: 0px auto;
	border-top: 1px solid #e3e5e9;
	margin-top: 30px;
	float: none;
}
div#register_link > h2{
	margin: 0px auto;
	margin-top: 15px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width : 480px){
	div#register_link > h2{
		display: inline-block;
	}
}