@charset "utf-8";
/*-----------------------------------------------------------------------------
Efren Martinez Arteaga  http://efren-martinez.pro
-----------------------------------------------------------------------------*/

#contacto{
	margin:2% auto 0;
	width:50%;
}

/* Formulario de Contacto */
/** elementos del formulario **/
#efren-martinez-form {
	margin:0 auto;
	box-sizing: border-box;

}
#efren-martinez-form .txtinput {
	color: #ccc;
	background: rgba(0,0,0,0.8);
	display: block;
	border-style: solid;
	border-width: 0.5px;
	border-color: rgba(255,255,255,0.2);
	margin-bottom: 15px;
	font-size: 1em;
	padding: 2px 8px 10px 10px;
	width: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#efren-martinez-form .txtinput:focus {
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6);
	outline: 0 none;
}

#efren-martinez-form textarea {
	color: #ccc;
	background: rgba(0,0,0,0.8);
	display: block;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,0.2);
	margin-bottom: ;
	font-size: 1em;
	padding: 0 20px;
	padding-left: 10px;
	width: 98%;
	height: 120px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#efren-martinez-form textarea:focus {
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(40, 90, 160, 0.6);
	outline: 0 none;
}

#efren-martinez-form #aligned {
	box-sizing: border-box;
	margin:0 auto;
	width: 100%;

}


span.radiobadge {
	display: block;
	margin-bottom: 8px;
}
span.radiobadge label {
	font-size: 1.2em;
	padding-bottom: 4px;
}
select.selmenu {
	font-size: 17px;
	color: #676767;
	padding: 9px !important;
	border: 1px solid #aaa;
	width: 200px;
}
/** custom buttons **/
#buttons {
	padding-top: 10px;
	padding-bottom: 20px;
	margin:0;
}
#buttons #resetbtn {
	border:0;
	float: left;
	color: #FFFFFF;
	margin-right: 20px;
	height: 2em;
	padding: 0 1em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
	cursor: pointer;
	background-color: rgba(255,255,255,0.4);
}
#buttons #resetbtn:hover {
	color: #818181;
	background-color: #fff;
}
#buttons #submitbtn {
	border:0;
	float: left;
	height: 2em;
	padding: 0 1em;
	font-weight: bold;
	font-size: 1em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	background-color:#0a2341;
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
	color: #000;
	background: rgba(256,256,256,1);
}
/** @group clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/** all devices and responsive browser windows **/
@media screen and (max-width: 800px) {
	
	
#container {
	width: 100%;
}
#efren-martinez-form #aligned {
	width: 100%;
	float: none;
	display: block;
}

#efren-martinez-form .txtinput, #efren-martinez-form textarea {
	width: 85%;
}
#prioritycase {
	float: left;
	display: block;
}
#recipientcase {
	float: left;
	display: block;
	margin-right: 55px;
}
}
/* smaller screen dropoff *******/
@media only screen and (max-width: 550px) {
#efren-martinez-form .txtinput, #efren-martinez-form textarea {
	width: 80%;
}

#buttons {
	margin:0 20%;
}
}
/* iPhone Landscape ********/
@media only screen and (max-width: 480px) {
select.selmenu {
	width: 190px;
}

#buttons {
	margin:0 20%;
}
}
/* iPhone portrait *******/
@media only screen and (max-width: 320px) {
#efren-martinez-form .txtinput, #efren-martinez-form textarea {
	width: 70%;
}
#efren-martinez-form #aligned {
	overflow: hidden;
}
select.selmenu {
	width: 160px;
}
#recipientcase {
	margin-right: 30px;
}

#buttons {
	margin:0 10%;
}
}
