



/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/


textarea,
input[type="text"] {
	width:100%;
	height:40px;
	padding: 10px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 11px;
	color: #666;
	font-style:normal;
	border-radius: 0;	
	background: #fff;
	border: 2px solid #e9e9e9;
	box-shadow: none;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
input[type="password"] {
	width:100%;
	height:40px;
	margin: 0 6px 10px 0;
	padding: 10px;
	text-transform:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:20px;
	font-size: 11px;
	color: #666;
	font-style:normal;
	border-radius: 0;	
	background: #fff;
	border: 2px solid #e9e9e9;
	box-shadow: none;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
input[type="text"].email {margin-right:0;}
textarea {
	overflow:hidden;
	width:100%;
	min-height:100px;
	margin-bottom:20px;
	resize: none;
}

textarea:focus,
input:focus {
	outline: 0;
	box-shadow: none;
	color:#666;
	border: 2px solid #e9e9e9;
}
input[type="submit"] {
	float:right;
	margin: 0;
	padding: 10px 52px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:900;
	font-style:normal;
	line-height:20px;
	font-size: 14px;
	color: #fff;
	border-radius: 0;	
	background: #434343;
	border: 0;
	box-shadow: none;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover {background-color:#242424;}












/*-----------------------------------------------------------------------------------*/
/*	MY ACCOUNT
/*-----------------------------------------------------------------------------------*/
.my_account {
	padding-top:250px;
	background-image:url(../images/my_account_bg.jpg);
}

.my_account_block {background-color:#fff; margin-bottom:54px;}
.my_account_block h2 {
	margin:0 0 39px;
	font-weight:900;
	font-size:24px;
}

.my_account_block .login {
	float:left;
	width:50%;
	padding:30px 28px;
	margin-left: 25%;
}
.login_form input[type="text"] {
	height:50px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size: 20px;
}
.login_form input[type="password"] {
	height:50px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size: 20px;
}
.login_form input[type="text"].last {margin-bottom:9px;}

.login_form .forgot_pass {
	display:block;
	padding-top:5px;
	color:#999;
}
.login_form .forgot_pass:hover {color:#333;}
.login_form input[type="submit"] {
	float:none;
	display:inline-block;
	width:230px;
	height:50px;
	margin:27px 0 0;
	background-color:#333;
}

.my_account_block .new_customers {
	float:left;
	width:50%;
	padding:30px 28px;
}
.my_account_block .new_customers p {color:#333;}
.my_account_block .new_customers li {line-height:22px;}
.my_account_block .new_customers .btn {
	display:inline-block;
	width:230px;
	margin:40px auto 0;
}

.my_account_note {
	padding-bottom:63px;
	text-transform:uppercase;
	font-weight:300;
	line-height:46px;
	font-size:40px;
	color:#fff;
}
.my_account_note b {
	display:inline-block;
	padding-left:30px;
	font-weight:900;
}


/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE STYLES
/*-----------------------------------------------------------------------------------*/



@media (min-width: 992px) and (max-width: 1199px) {




	
}

@media (min-width: 768px) and (max-width: 991px) {
	


}



/* Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
		
.my_account_block .login {
	float:left;
	width:90%;
	padding:30px 28px;
	margin-left: 5%;
}

	
}




	
/* resolucion de telefono  vertical*/
@media (max-width: 480px) {


	




}

