.hidden {
	display:none;
	visibility:none;
}
#hidden {
	display:none;
	visibility:none;
}

.contactus p {
	font-size: 18px;
}

.contactus {
	float: right;
	width: 30%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 20px 20px;
	margin: 5px;

	border: 6px solid #ddd;

	/*background-image: url("../images/b.png");
	background-repeat: repeat;*/

}

.contactus2 {
		display: none;
}

.contactus input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
 	display: block;
	margin: 0;
	padding: 5px;

	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);

	height: 20px;
	font-size: 14px;
	border: 1px solid #bbb;
}
.contactus textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
 	display: block;
	margin: 0;
	padding: 5px;

	width: -moz-calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);

	height: 60px;
	font-size: 14px;
	resize: none;
	border: 1px solid #bbb;
}
.contactus input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px;
	/*min-width: 150px;*/
	width: 100%;

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(62%, rgba(248,248,248,1)), color-stop(81%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	/*margin: 10px;*/
	margin: 0;
	border: 1px solid #ccc;
}
.contactus input[type='submit']:hover {
	background: #fff;
}
.contactus input[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px;
	min-width: 150px;

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(62%, rgba(248,248,248,1)), color-stop(81%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	margin: 10px;
	border: 1px solid #ccc;
}
.contactus input[type='button']:hover {
	background: #fff;
}

@media screen and (max-width: 700px) {
	.contactus {
		display: none;
	}

	.contactus2 {
		float: none;
		width: 100%;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
		padding: 20px;
		margin: 0;

	}
	.contactus2 input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	 	display: block;
		margin: 0;
		padding: 5px;

		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: calc(100% - 10px);

		height: 20px;
		font-size: 14px;
		border: 1px solid #bbb;
	}
	.contactus2 textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	 	display: block;
		margin: 0;
		padding: 5px;

		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: calc(100% - 10px);

		height: 60px;
		font-size: 14px;
		resize: none;
		border: 1px solid #bbb;
	}
	.contactus2 input[type='submit'] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 5px;
		/*min-width: 150px;*/
		width: 100%;

		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(62%, rgba(248,248,248,1)), color-stop(81%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
		/*margin: 10px;*/
		margin: 0;
		border: 1px solid #ccc;
	}
	.contactus2 input[type='submit']:hover {
		background: #fff;
	}
	.contactus2 input[type='button'] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 5px;
		min-width: 150px;

		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(62%, rgba(248,248,248,1)), color-stop(81%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 62%, rgba(246,246,246,1) 81%, rgba(237,237,237,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
		margin: 10px;
		border: 1px solid #ccc;
	}
	.contactus2 input[type='button']:hover {
		background: #fff;
	}
}

.aviso {
	font-size: 14px;

	background-color: #ddd;

	margin: 0 0 20px 0;

	opacity: 0.5;
	filter: alpha(opacity=50);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #000000;
}

.aviso {
	animation: color 2s infinite;
}

@keyframes color {
	0% {
		background-color: #ddd;
	}
	50% {
		background-color: #bbb;
	}
	100% {
		background-color: #ddd;
	}
}

@media print {
	.contactus {
		display: none;
	}
	.contactus2 {
		display: none;
	}
}
