@charset "UTF-8";
/* Body */
body {
	font-family: "Tahoma", "Arial", "sans-serif";
	font-size: 90% !important;
	line-height: normal;
	background-color: #FFFFFF;
	margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
/* Container */
.container {
	padding: 10px 0 0;
	width: 100%;
}
/* Header */
header {
	margin-top: -10px;
}
.row {
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
}
.language {
	background-color: #f1f3f2;
	height: 50px;
}
.language a {
	float: right;
	padding: 8px 16px;
	color: #21218C;
	font-size: 13px;
	margin-top: 5px;
}
.logo {
}
.logo img {
	float: right;
	margin: 10px 0px 12px;
}
nav {
	clear: both;
	background-color: #000;
	padding: 0px;
	margin-bottom: 10px;
	height: 48px;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	background-color: #a5a5a5;
	margin: 0;
	padding: 15px 34px 16px 30px;
}
nav ul li a {
	text-decoration: none;
	color: #fff;
}
nav ul li a:hover {
	color: #21218C;
}
/* About Section */

.left {
	width: 75%;
	float: left;
	background-image: url(../images/services-bg.png);
	background-position: right 15px;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.right {
	width: 24%;
	float: right;
}
.thumbnail {
	padding: 20px;
}
.right .thumbnail {
	padding: 5px 20px;
	margin-bottom: 10px;
	background-color: #E5E5E5;
	border-radius: 10px;
}
/* More info */
.thumbnail h1, .thumbnail h2, .thumbnail h2 a {
    color: #000;
    font-weight: normal;
	font-size: 20px;
    line-height: normal;
}
.thumbnail h1 {
	margin-bottom: 10px;
	text-align: center;
}
.thumbnail h2, .thumbnail h2 a {
    padding-top: 15px;
    text-transform: uppercase;
}
.thumbnail ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.thumbnail li {
	font-size: 13px;
	line-height: 25px;
}
.thumbnail li.phone {
	background-image: url(../images/contact-phone.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 25px;
	direction: ltr;
	unicode-bidi: embed;
}
.thumbnail li.mail {
	background-image: url(../images/contact-address.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 30px;
	margin-top: 5px;
}
.thumbnail .icon{
	padding: 45px 45px 105px;
}
/* FORM */
.red {
	color: #f00;
	font-weight: bold;
}
form {
	border: none;
	margin: 0;
	padding: 0;
}
input, label {
	display: block;
	font-weight: normal;
}
label {
	font-size: 15px;
}
input {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
	font-size: 12px;
	padding: 8px 10px;
}
input:focus, textarea:focus {
	outline: none;
	box-shadow: 0px 2px 2px #ccc;
}
input[type="submit"] {
	width: auto;
	-moz-box-shadow: inset 0px 1px 0px 0px #4141d1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #4141d1;
	box-shadow: inset 0px 1px 0px 0px #4141d1;
	background-color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2b2bb3;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	padding: 9px 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #2f2ffa;
}
input[type="submit"]:hover {
	-moz-box-shadow: inset 0px 1px 0px 0px #0e0e8f;
	-webkit-box-shadow: inset 0px 1px 0px 0px #0e0e8f;
	box-shadow: inset 0px 1px 0px 0px #0e0e8f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1c1cc7), color-stop(1, #1c1cc7));
	background: -moz-linear-gradient(top, #1c1cc7 5%, #1c1cc7 100%);
	background: -webkit-linear-gradient(top, #1c1cc7 5%, #1c1cc7 100%);
	background: -o-linear-gradient(top, #1c1cc7 5%, #1c1cc7 100%);
	background: -ms-linear-gradient(top, #1c1cc7 5%, #1c1cc7 100%);
	background: linear-gradient(to bottom, #1c1cc7 5%, #1c1cc7 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1cc7', endColorstr='#1c1cc7', GradientType=0);
	background-color: #1c1cc7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2525f7;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	padding: 9px 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #4848e0;
}
.contact, .seller, .buyer {
	background-color: #eaeaec;
	border-radius: 10px;
}
.contact input, .contact textarea {
	width: 60%;
}
.contact input[type="submit"], .contact input[type="button"] {
	width: auto;
}
.contact textarea {
	outline: none;
	border: none;
	border-radius: 5px;
}
.contact p {
	clear: both;
}
/* Footer */
footer {
	clear: both;
	background-color: #000;
	margin-top: 10px;
	padding: 10px;
}
.copyright {
	color: #fff;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}
.copyright a {
	text-decoration: none;
	color: #fff;
}
.warnings {
	margin: 10px 0;
	color: #fff;
	font-size: 11px;
}

/* Mobile */
@media (max-width: 320px) {
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
}
#popup { position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    z-index: 100000;}
#centro {
    position: absolute;
    width: 30%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
}
