@import url('https://fonts.googleapis.com/css?family=Mada:200,300,400');
img {
  max-width: 100%;
}
a,
a:active,
a:focus {
  text-decoration: none;
}
.parsley-error {
  background: rgba(255, 0, 4, 0.2) !important;
}
.parsley-errors-list {
  display: none;
}
.col-centered {
  float: none;
  margin: 0 -2px;
  display: inline-block;
  vertical-align: middle;
}
.fullcnt {
  min-width: 1000px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-left: -4px;
}
.img100 {
  width: 100%;
  height: auto !important;
}
.img50 {
  width: 50%;
  height: auto !important;
}
body {
  font-family: 'Mada', sans-serif;
  font-weight: 200;
  margin: 40px;
  min-width: 1000px;
}
header,
section {
  min-width: 1000px;
  margin: auto;
}
header {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
}
header #logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 12.75%;
  display: inline-block;
}
header #logo img {
  width: 100%;
}
header a:hover {
  text-decoration: underline;
}
header #menu {
  position: absolute;
  left: 0px;
  top: -1000px;
  width: 100%;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  opacity: 0.2;
  background: #FFF;
  z-index: 1000;
}
header #menu.active {
  top: -10px;
  border-bottom: 1px solid #bebebe;
  opacity: 1;
}
header #menu a {
  color: #676767;
  display: block;
  padding: 10px 0;
}
header #menu ul,
header #menu li {
  list-style: none;
}
header #menu ul {
  margin-left: 13%;
}
header #menu ul ul {
  margin-left: 30px;
  font-size: 14px;
  color: #676767;
  margin-top: -50px;
}
header #menu ul ul a {
  color: #a9a9a9;
  padding: 5px 0 5px 10px;
}
header #menu ul ul .titi {
  padding-top: 20px;
}
header.hmain #menu ul {
  margin-left: 10%;
}
header.hmain #logo {
  width: 10%;
}
section .main {
  margin-left: 15%;
}
section .collections {
  margin-left: 15%;
}
section .collections .melement {
  text-align: right;
  height: 200px;
}
section .collections .melement img {
  max-width: 100%;
  max-height: 90%;
  width: auto !important;
  margin: auto;
  min-height: 300px;
}
section .collections .melement .copy {
  color: #404040;
  font-size: 12px;
  padding-top: 10px;
  border-top: 1px solid #979797;
  margin-top: 20px;
  display: inline-block;
  text-align: right;
}
section .collections .owl-nav {
  position: absolute;
  top: 50%;
  display: block !important;
  height: 0px;
  z-index: 999;
  width: 100%;
}
section .collections .owl-prev {
  position: absolute;
  left: -30px;
  top: 0;
  background: url(images/slide_prev.png);
  font-size: 1px !important;
  text-indent: -500;
  width: 18px;
  height: 19px;
  margin: 0 !important;
  padding: 0 !important;
}
section .collections .owl-next {
  position: absolute;
  right: -30px;
  top: 0;
  background: url(images/slide_next.png);
  font-size: 1px !important;
  text-indent: -500;
  width: 18px;
  height: 19px;
  margin: 0 !important;
  padding: 0 !important;
}
section .collections .disabled {
  display: none;
}
section .collections .owl-item.loading {
  min-height: 150px;
  background: url("images/ajax-loader.gif") no-repeat center center;
}
section .bio {
  padding-top: 150px;
  font-size: 16px;
}
section .bio .col1 {
  margin-left: 25%;
  width: 30%;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
section .bio .col1 h1 {
  color: #676767;
  font-weight: 200;
  font-size: 22px;
}
section .bio .col2 {
  margin-left: 1%;
  width: 2px;
  display: inline-block;
  vertical-align: top;
  background: #b1b1b1;
  height: 60px;
  margin-top: 70px;
}
section .bio .col3 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%;
  margin-top: 70px;
}
section .contact {
  padding-top: 150px;
  font-size: 16px;
}
section .contact .col1 {
  margin-left: 25%;
  width: 25%;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
section .contact .col1 h1 {
  color: #676767;
  font-weight: 200;
  font-size: 22px;
  text-transform: uppercase;
}
section .contact .col2 {
  margin-left: 1%;
  width: 2px;
  display: inline-block;
  vertical-align: top;
  background: #b1b1b1;
  height: 60px;
  margin-top: 70px;
}
section .contact .col3 {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%;
  margin-top: 70px;
  text-align: center;
}
section .contact #frmcontacto input,
section .contact #frmcontacto textarea {
  border: 1px solid #b1b1b1;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 8px;
}
section .contact #frmcontacto .btn {
  border: 1px solid #b1b1b1;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 8px 15px;
  background: #FFF;
}
