.error input, input.error, .error textarea, textarea.error, select.error {
    border-color: #C60F13 !important;
    background-color: rgba(198, 15, 19, 0.1) !important;
}

/** ######################## GENERAL CSS ############################**/
div.loading{
    background:url(../img/ajax-loader.gif) no-repeat left center; height: 20px;
    padding-left: 20px; color: gray; font-size: 11px; text-align: left; line-height:20px;
}
div.error, div.Error{
    color: red; font-size: 11px; text-align: left; line-height:20px;
}
div.done, div.Done{
    height: 20px; color: green; font-size: 11px; text-align: left; line-height:20px;
}

/*=======================================
HEADER 									=
=======================================*/
body{
    color: black;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}
.animate{
    -webkit-transition: all 0.2s ease-in-out;
  	-moz-transition:    all 0.2s ease-in-out;
  	-ms-transition:     all 0.2s ease-in-out;
  	-o-transition:      all 0.2s ease-in-out;
}
.topbar{ margin-top: 20px; }
.topbar .logo{
	width:  130px;
    height: 130px;
    background:url(../img/logo.png) no-repeat center center;
    background-size: 115px;
    margin: 0px auto;
    display: block;
}
.main-menu .navigation{
	padding: 15px 30px;
	list-style-position: inside;
	font-family: "Lato";
	font-weight: 600;
    border-top:  solid 2px #AEAEAE;
    margin-top: 15px;
	font-size: 12px;
	display: inline-block;
}
.main-menu .navigation li{
	display: inline-block;
    border-bottom: solid 2px white;
}
.main-menu .navigation li:hover{
    background: #DEDEDE;
}
.main-menu .navigation li a{
    line-height: 32px;
    padding: 20px 7px;
    text-transform: uppercase;
    background: transparent;
}

footer .footer-bar{
    background: #EDEDED;
}
footer .navigation{
	padding: 19px 50px;
	list-style-position: inside;
	font-family: "Lato";
	font-weight: 400;
    margin: 0px;
	font-size: 10px;
	display: inline-block;
}
footer .navigation li{
	display: inline-block;
    padding: 5px 7px;
}
footer .navigation li a{
    line-height: 15px;
    text-transform: uppercase;
    background: transparent;
}


/****************/
/** INDEX **/
/****************/
.img-about{
    position: relative;
}
.about-hover{
    position: absolute;
    bottom: 10px;
    right: -10px;
    width: 43%;
    opacity: 0;
}
.img-about:hover > .about-hover{
    right: 50px;
    opacity: 1;
}
.about .inline-item{
    float: left;
    width: 33.3333%;
}
.perfil{
    text-align: center;
    padding: 10px 0px;
    background: #F9BE39;
}
.perfil h4{
    color: #FFFFFF;
    margin: 7px 15%;
    font-size: 14px;
	border-bottom: solid 1px white;
	padding-bottom: 10px;
}
.perfil h2{
    color: #9B6B00;
    margin: 10px 0px;
    font-size: 23px;
    font-family: "Lato";
}
.perfil p{
    color: #FFFFFF;
}


/** INQUIRE **/
.data-inquire{
    padding-top: 20px;
}
.data-inquire h2{
    font-size: 35px;
    font-weight: normal;
    font-family: 'Lato', serif;
    margin: 0px;
}
.data-inquire .field{ border: solid 1px #EDEDED; margin-bottom: 5px; }
.info-inquire{
    font-size:28px;
    font-family: 'Libre Baskerville', serif;
}
.contact-inquire{
    margin-bottom: 50px;
}
.contact-inquire h2{
    font-size: 35px;
    font-weight: normal;
    font-family: 'Lato', serif;
    margin: 20px 0px;
    padding: 10px 0px;
    border-bottom: solid 1px gray;
}
.contact-inquire .data{
    font-size: 14px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/** WORK **/
.item-work{
	cursor: pointer;
    position: relative;
	background: black;
}
.item-work .more{
	position: absolute;
    top: 0px;
	right: 0%;
	padding: 0px 10px;
	height: 100%;
    width: 0%;
    /*background: url(../img/logo.png) no-repeat 95% 95% rgba(249,190,57,0.85);*/
    background: rgba(249,190,57,0.85);
	background-size: 40%;
	display: inline-block;
	color: white;
	font-size: 20px;
	line-height: 40px;
	text-align: left;
    opacity: 0;
}
.item-work .more.no-color{
    background: transparent;
}
.item-work.items .more{
	background-size: inherit !important;
}
.item-work .more div{
    font-size: 25px;
    text-align: left;
    margin: 40px 10px;
    font-weight: lighter;
    display: inline-block;
    text-shadow: 0px 0px 2px white;
}
.item-work .more div span{
    font-size: 35px;
    margin-top: -8px;
    display: block;
	font-weight: bold;
}
.item-work:hover > .more{
	opacity: 1;
    width: 50%;
}
.item-work:hover > .more.no-color{
	opacity: 1;
    width: 100%;
}
.item-work.clic:hover > img{
	opacity: 0.6;
}
.item-work.items:hover > .more{
	opacity: 1;
    width: 100%;
}

div.work h1{
    font-size: 40px;
	border-bottom: solid 2px black;
	padding-bottom: 15px;
	display: inline-block;
	margin-top: 0px;
    font-family: 'Libre Baskerville', serif;
}