@CHARSET "UTF-8";
/* -------------------------------------------------- */


html, body {
	font-family: 'Open Sans'
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.center-txt {
	text-align: center;
}

.ev-font {
	font-family: 'Open Sans';
	color: #000000;
}

.ev-title {
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
}

.ev-sub-title {
	font-size: 16px;
}

.ev-txt {
	font-size: 13px;
	color: #787878;
}
/* -------------------------------------------*/
/* pucharse button */
.ev-buy-button
{
	width: 100px;	
}
.ev-buy-button>div{
	
	background-color: white;
	color: black;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	box-shadow: 5px 5px 10px #888888;
	border-color: black;
}
.ev-buy-button>div.last{
	/*min-width: 150px;*/
	background-color: black;
	margin-left: 5px;
	margin-right: 5px;
	 border-bottom-right-radius: 20%;
 	border-bottom-left-radius: 20%;
	box-shadow: 5px 5px 10px #888888;
	border-color: black;
	
}


.ev-buy-button>div>img:HOVER{
	  /*background-color: rgb(43, 55, 63);*/
	background: -webkit-linear-gradient(top, rgba(255,0,0,0), rgba(180, 210, 239,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255,0,0,0), rgba(180, 210, 239,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255,0,0,0), rgba(180, 210, 239,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(180, 210, 239,1)); /* Standard syntax (must be last)*/
	  
 border-bottom-right-radius: 50%;
 border-bottom-left-radius: 50%;
  cursor: pointer !important;
}
.ev-buy-button>.first{
	  margin-left: 5px;
  	  margin-right: 5px;
  	  text-decoration:line-through
}
.ev-buy-button>.segund{
	  margin-left: 5px;
  	  margin-right: 5px;
  	  color:red;
  	  font-size: 0.75em;
}
.ev-buy-button>.third{
    background-color:rgba(149, 176, 202, 1);
	border-bottom: 4px solid;
	font-weight: bold;
	font-size: 1.2em;
}
/* -------------------------------------------*/
/* inputs*/
.ev-input {
	padding: 7px 5px;
}

.ev-textarea, .ev-input {
	border: 1px solid #F2F2F2;
	margin: 7px 1px;
	font-size: 13px;
	width: 100%;
}
.ev-input:focus{
	border: 1px solid black;
}

.ev-textarea::-webkit-input-placeholder, .ev-input::-webkit-input-placeholder
	{ /* WebKit browsers */
	color: #000000;
	font-style: "Open Sans";
}

.ev-textarea:-moz-placeholder, .ev-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000000;
	opacity: 1;
	font-style: "Open Sans";
}

.ev-textarea::-moz-placeholder, .ev-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000000;
	font-style: "Open Sans";
	opacity: 1;
}

.ev-textarea:-ms-input-placeholder, .ev-input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #000000;
	font-style: "Open Sans";
}

.ev-textarea {
	font-size: 13px;
}

.clear {
	clear: both;
}

.ev-line1 {
	height: 1px;
	margin-top: -1px;
	background: rgb(171, 171, 171);
}

.ev-bar-small {
	width: 45px;
	height: 4px;
	background: rgb(56, 56, 56);
	margin-top: -5px;
}

.ev-card {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ev-card-a3-txt {
	height: 120px;
}

.ev-card-a3-ico {
	width: 36px;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 10px;
}

.ev-card-b3-img { /*
	  height: 147px;
	  width: 300px;*/
	overflow: hidden;
	margin-bottom: 20px;
}

.ev-btn {
	display: table-cell;
	color: #000000;
	vertical-align: middle;
	height: 28px;
	width: 81px;
	border: 1px solid rgb(173, 173, 173);
	border-radius: 0px;
	
}

.ev-btn-g {
	height: 30px;
}

.ev-btn:active, .ev-btn:focus, .ev-btn:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #adadad;
}

.ev-btn-active {
	color: #ffffff;
	background-color: #000000;
	border-color: #adadad;
}

.ev-btn-g:active, .ev-btn-g:focus, .ev-btn-g:hover {
	color: #000000;
	background-color: rgb(245, 245, 245);
}

/* -------------------------------------------------- */
.ev-background {
	background: rgb(245, 245, 245);
}

/* -------------------------------------------------- */
#logo-div-top>a {
	float: left;
}

#logo-div-top>a>img {
	height: 50px;
}

#logo-div-top>div {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}

#logo-div-top>div>a {
	color: white;
	font-family: 'Open Sans';
	font-size: 24px;
	text-decoration: none;
}

#logo-div {
	width: 64px;
	height: 64px;
	margin-top: 20px;
}

#logo-div>div>a>img {
	height: 64px;
}

#logo-div-title {
	margin: 20px auto;
	width: 200px;
}

#logo-div-title>div>p {
	text-align: center;
}

#logo-div-title>div>p>span>a {
	color: #000000;
	font-family: 'Open Sans';
	font-size: 24px;
	text-decoration: none;
}

/*=================== I18n =================*/
#i18n-div>img {
	float: right;
}

#i18n-div>img:HOVER {
	cursor: pointer;
}

#i18n-div>div {
	display: block;
	float: right;
	border-radius: 20px;
	border: 2px solid;
	padding: 10px 20px 10px 20px;
	border-color: Gray;
}

#i18n-div>div>div>a {
	text-decoration: none;
	color: #999999;
}

#i18n-div>div>div>a:hover {
	color: black;
}

#i18n-div>div>div>a.active {
	color: black;
	font-size: 16px;
}
/*==========================================*/
#spec-top-bar {
	height: 82px;
}

/*=================== Menu =================*/
#menu-nav {
	position: absolute;
	z-index: 1000;
}

#menu-nav>nav>div>a.active {
	background-image: linear-gradient(to bottom, #070707 0%, #658499);
	background-image: -webkit-linear-gradient(top, #070707 0%, #658499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070707',
		endColorstr='#658499', GradientType=0);
	border-color: black;
}

/* -------------------------------------------*/
/* gmap*/
.gmap {
	width: 100%;
	height: 400px;
	border-radius: 5%;
}
/* -------------------------------------------*/
/* back top */
#back-top {
	position: fixed;
	bottom: 90px;
	right: 20px;
	z-index: 99;
}

#back-top a {
	width: 40px;
	height: 20px;
	display: block;
	text-align: center;
	opacity: 1;
}

#back-top a:hover {
	opacity: 0.125;
	filter: alpha(opacity = 12.5);
}

#back-top span {
	width: 40px;
	height: 20px;
	display: block;
	background: url(../img/icon/to_top.gif) 0 0 no-repeat;
}
/* -------------------------------------------*/
/* contact */
.contact-img {
	overflow: hidden;
	height: 200px;
	text-align: center;
}

.has-error {
	background-color: rgba(239, 207, 208, 0.6);
	border-color: rgb(244, 173, 173);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px  rgb(244, 173, 173) !important;
}

.has-error-txt {
	color: rgb(244, 173, 173);
}
.error{
	color:  rgb(207, 0, 0) !important;
}


.img-tec{
	height: 30px;
	margin-top: 5px;
}

