body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color:#333333;
}

h1,h2,h3,h4,h5,h6,p,ul,li{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul, li{
	list-style: none;
}

/************************/
.clear{
	clear: both;
}
#header{
	text-align: center;
	padding: 20px 0;
	border-bottom: solid 6px #996D33;
	min-width: 960px;
}

#header.inner{
	background: url("../images/bk2.png") top center repeat-y;
}

#slider{
  	position: relative;
}

.fullwidthbanner-container {
	min-width: 960px;
    width: 100% !important;
    position: relative;
    height: 420px;
    overflow: hidden;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0;
    visibility: hidden;
}

#barra-menu{
	position: absolute;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.75);
	min-width: 960px;
}

#barra-menu2{
	background: rgba(0,0,0,0.9);
	min-width: 960px;
}

.menu li{
	float: left;
	width: 20%;
	position: relative;
	overflow: hidden;
}

.menu li:hover .micon{
    opacity: 0.8;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.menu li:hover .mcontent{
	color: #aaa;
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}

.menu li a{
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-family: 'aparajitaregular';
	text-transform: uppercase;
	padding: 17px 0 10px;
	border-left: solid 1px #555555;
}

.menu li:last-child a{
	border-right: solid 1px #555555;
}

.menu li a span{
	color: #9D8539;
	display: block;
	font-size: 42px;
	margin-bottom: 8px;
}

#barra-menu2 .menu li.active{
	border-bottom: solid 4px #A68931;
	margin-bottom: -4px;
}

#barra-menu2 .menu li.active:before{
	content: "";
	height: 7px;
	width: 16px;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -5px;
	background: url("../images/arrow.png") left top no-repeat;
}

#texture{
	padding: 35px 0;
	background: url("../images/bk2.png") top center repeat-y;
	font-size: 30px;
	line-height: 38px;
	color: black;
	text-align: center;
	min-width: 960px;
}

#texture .left{
	font-family: 'aparajitaitalic';
}

#texture .right{
	font-family: 'aparajitaregular';
}

.wrapper{
	width: 960px;
	margin: 0 auto;
}
.ovh{
	overflow: hidden;
}
.left{
	float: left;
	width: 48%;
}
.right{
	float: right;
	width: 48%;
}

#content, #footer{
	background: url("../images/bk-gray.png");
	min-width: 960px;
}

#content p{
	text-align: justify;
	padding-bottom: 10px;
	line-height: 22px;
}
#content .bold{
	font-weight: 700;
}

#content .wrapper{
	width: 900px;
	background: white;
	padding: 30px;
}

#content .left{
	font-style: italic;
	font-size: 15px;
}

#content .left h2{
	font-family: 'aparajitaitalic';
	font-size: 34px;
	padding-bottom: 15px;
}

#content .right h2, .titulo{
	font-family: 'aparajitaregular';
	font-size: 34px;
	padding-bottom: 15px;
}

#footer{
	padding: 15px 0 10px;
	color: white;
}

#footer .left{
	width: 70%;
	padding-top: 5px;
}

#footer .right{
	width: 25%;
}

.phone{
	float: right;
	background: url("../images/phone.png") left top no-repeat;
	padding-left: 50px;
	color: white;
	text-decoration: none;
	font-size: 21px;
	font-weight: 700;
	padding-top: 5px;
  	padding-bottom: 8px;
}

.phone span{
	display: block;
	font-size: 11px;
	font-weight: 400;
	margin-bottom: -4px;
}
ul.list{
	margin-left: 10px;
	margin-bottom: 15px;
}
ul.list li{
	background: url("../images/bullet.png") left 7px no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
}

.name{
	font-weight: 700;
	font-size: 18px;
	color: #A57737;
}

/***** google map ***/
.map-wrapper {
  width: 100%;
  border: solid 1px #ccc;
}

.map {
  width: 100%;
  height: 400px;
  position:relative;
  display:block;
}

.gmap {
  padding:0px;
  height:400px;
  background:#fff;
  border:none;
}

.gmap div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}  

.gmap img {
  max-width: none !important;
  vertical-align: baseline !important;
} 

/******************/

.contact-wrapper{
	position: relative;
}

.box-contact{
	position: absolute;
	width: 340px;
	background: rgba(0,0,0,0.8);
	left: 30px;
	top: 30px;
	padding: 20px;
	color: white;
}

.box-contact h3{
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 400;
}

.msg-error{
	color: rgb(72, 208, 72);
	padding-bottom: 10px;
}

.msg-ok{
	color: rgb(254, 125, 101);
	padding-bottom: 10px;
}

form label{
	display: block;
	color: #ccc;
}

label.error{
	color: rgb(254, 125, 101);
	padding-bottom: 4px;
	margin-top: -6px;
	font-size: 13px;
}
form input[type="text"], form textarea{
	background: #4D4D4D;
	border: solid 1px #111;
	padding: 6px 5px;
	width: 100%;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */
}

.boton{
	background:#A67737;
	border: none;
	color: white;
	padding: 7px 10px;
	cursor: pointer;
	font-size: 15px;
	margin-top: 5px;
}

.left2{
	float: left;
	width: 65%;
}

.right2{
	float: right;
	width: 32%;
}

/******* animaciones ***/
@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}
