/* STYLE FOR OMAR ORTÍZ

font-family: "Amiri Regular";
font-family: "Amiri Bold";
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;

*/

@font-face {
  font-family: 'Amiri Regular';
  src: url('../fonts/Amiri-Regular.ttf');
}
@font-face {
  font-family: 'Amiri Bold';
  src: url('../fonts/Amiri-Bold.ttf');
}

/* GEN POP */

p {
  font-family: 'Amiri Regular';
  font-size: 18px;
  color: #575757;
}
a:hover {
  text-decoration: none;
}

/* HEADINGS */

h1 {
  font-family: 'Raleway', sans-serif;
  color: #575757;
  font-weight: bold;
}
h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  margin-top: 0;
}

/* COLORS */

.bg-cream {
  background-color: #efefeb;
}
.bg-gray {
  background-color: #1d1d1d;
  padding-top: 15px;
  padding-bottom: 10px;
}
.white {
  color: #fff !important;
}
.bg-black {
  background-color: #000;
}

/* BUTTONS */

.btn {
  border-radius: 0;
}
.btn-trans {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 6px 25px;
  font-weight: bold;
}
.btn-trans:hover,
.btn-trans:focus {
  background-color: #fff;
  color: #000;
}
.lang .btn-trans {
  width: 140px;
}
.btn-trans.big {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 22px;
  padding: 6px 35px;
  font-weight: 600;
  width: 250px;
  font-family: 'Raleway', sans-serif;
}
.btn-trans-dark {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  padding: 20px 25px;
  font-family: 'Raleway', sans-serif;
  width: 400px;
  font-weight: bold;
}
.btn-trans-dark:hover,
.btn-trans-dark:focus {
  background-color: #000;
  color: #fff;
}
.btn-trans-gray {
  background-color: #fff;
  color: #575757;
  border: 1px solid #575757;
  font-size: 20px;
  padding: 8px 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.btn-trans-gray:hover,
.btn-trans-gray:focus {
  background-color: #575757;
  color: #fff;
}
.btn-black {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 8px 35px;
  font-size: 12px;
  font-weight: bold;
}
.btn-black:hover,
.btn-black:focus {
  background-color: transparent;
  color: #000;
}

/* TYPO */

.raleway {
  font-family: 'Raleway', sans-serif;
}
p.credit {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
p.credit.right {
  text-align: right;
}
.tile.four p {
  color: #fff;
}
.txt-md {
  font-size: 14px;
}

/* POSITION */

.m-top-xs {
  margin-top: 10px;
}
.m-top {
  margin-top: 25px;
}
.m-top-md {
  margin-top: 35px;
}
.m-top-lg {
  margin-top: 50px;
}
.m-top-custom {
  margin-top: 49px;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.divider {
  width: 260px;
  background-color: #575757;
  padding-bottom: 2px;
  margin-right: auto;
  margin-left: auto;
}
.line {
  width: 170px;
  background-color: #575757;
  padding-bottom: 1px;
  display: inline-block;
  vertical-align: middle;
}
.right-signature {
  text-align: right !important;
}
.no-pad-left {
  padding-left: 0;
}
.no-pad-right {
  padding-right: 0;
}
.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.pad-bot {
  padding-bottom: 40px;
}
.pad-top {
  padding-top: 60px;
}
.bor-right {
  border-right: 1px solid #575757;
}
.grayline {
  background-color: #575757;
  padding-bottom: 2px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

/* LISTS */

.expo-box {
  padding: 30px 65px;
  text-align: center;
}
ul li {
  font-family: 'Amiri Regular';
  font-size: 18px;
  color: #575757;
}
ul.expos {
  padding-left: 0;
  text-align: center;
}
ul.expos > li {
  list-style-type: none;
}
ul.expos > li h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #5b635c;
  font-weight: 800;
  text-align: left;
}
ul.expos > li .title {
  text-align: left;
}
ul.expos > li .info {
  padding-top: 20px;
  padding-bottom: 20px;
}
ul.expos > li span.place {
  font-size: 14px;
  color: #575757;
}

/* BACKGROUNDS */

.ban-tienda {
  background: url('../img/bg-ban-tienda.jpg') no-repeat 0 0;
  background-size: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
.ban-tienda h1,
.ban-tienda p {
  color: #fff;
}
.bg-light-gray {
  background-color: #535351;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 16px;
}
.ban-tienda-dos {
  background: url('../img/bg-banner-tienda.jpg') no-repeat 0 0;
  background-size: 100%;
  padding-top: 185px;
  padding-bottom: 50px;
}

/* HEADER */

header {
  background: url('../img/bg-header.jpg') no-repeat 50% 0 #000;
  background-size: cover;
}
.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  float: none;
}
.navbar-brand > img {
  padding-top: 30px;
  padding-bottom: 30px;
}
ul.social {
  padding-left: 0;
  margin-bottom: 0;
}
ul.social > li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 5px;
}
ul.social > li > a {
  color: #fff;
  font-size: 16px;
}
ul.social > li > a:hover,
ul.social > li > a:focus {
  color: #a8ac94;
}
ul.social.light > li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  background-color: #454545;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  padding: 8px;
  border-radius: 50%;
}
.lang {
  text-align: right;
}
.lang p {
  color: #fff;
}
.lang p a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.navbar {
  border: none;
}
.navbar-center {
  float: none;
  text-align: center;
  background-color: #000;
}
.navbar-center > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: #000;
  border: none;
}
.navbar-default .navbar-nav > li {
  margin-left: 5px;
  margin-right: 5px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #a8ac94;
}
ul.lang {
  padding-left: 0;
  margin-bottom: 0;
}
ul.lang li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  padding: 4px 9px;
  margin-left: 10px;
  margin-right: 10px;
}
ul.lang li a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

/* FOOTER */

footer {
  background-color: #000;
}
ul.menu-footer {
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-right: 40px;
  border-left: 1px solid #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}
ul.menu-footer li {
  list-style-type: none;
  text-align: left !important;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
ul.menu-footer li a {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}
ul.menu-footer li a:hover,
ul.menu-footer li a:focus {
  text-decoration: none;
  color: #a7ad95;
}
ul.menu-footer.gray li a {
  color: #959595;
}

/* CAROUSEL */

.carousel-caption {
  left: 60%;
  right: auto;
  width: 350px;
  text-align: left;
}
.carousel-caption.right {
  text-align: right;
  left: 65%;
}
.carousel-caption h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 47px;
  color: #fff;
}
.carousel-caption p {
  font-family: 'Amiri Regular';
  font-size: 18px;
  color: #fff;
}

/* HOME TILES */

.tile {
  padding-top: 500px;
  padding-bottom: 500px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
  text-align: center;
}
.tile:hover {
  opacity: 0.7;
}
.tile.four:hover {
  opacity: 1;
}
.tile.one {
  background-image: url('../img/tile-exposiciones.jpg');
}
.tile.two {
  background-image: url('../img/tile-obras.jpg');
}
.tile.three {
  background-image: url('../img/tile-giclee.jpg');
}
.tile.four {
  background-image: url('../img/tile-giclee-02.jpg');
  border: none;
  width: 400px;
  background-position: 50% 0;
  margin-right: auto;
  margin-left: auto;
  padding: 200px 75px;
}

/* FORM */

.form-horizontal .control-label {
  text-align: center;
  margin-bottom: 0;
  padding-top: 7px;
  background-color: #000;
  color: #fff;
  padding-bottom: 7px;
  font-size: 12px;
}
.form-control {
  height: 32px;
  border-radius: 0;
}
.form-group {
  margin-bottom: 33px;
}
form .col-sm-9 {
  padding-left: 0;
}

#fakeField {
  display: none;
}
