@charset "utf-8";
/* ====================================

	http://www.baumararquitectos.com/
	FEB 2015
---------------------------------------
	Developed by ODM
	malbacete@odm.es
---------------------------------------
	dev: stylemaster.less
	test: style.test.css
	deploy: style.min.css
---------------------------------------
	Log: 


==================================== */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200italic,200,400italic,700,700italic,300,300italic);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.full {
  width: 100%;
  height: auto;
}
.transitionAll {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.transitionTransform {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.danger {
  background-color: #FFCDD2;
  color: #C62828;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.info {
  background-color: #BBDEFB;
  color: #1565C0;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.success {
  background-color: #C8E6C9;
  color: #2E7D32;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.warning {
  background-color: #FFE0B2;
  color: #EF6C00;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.animation {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Titillium Web', sans-serif;
  background-color: #edede9;
}
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body *:focus {
  outline: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
.btn {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  border: 0;
}
ul,
ol {
  padding: 0;
  margin: 15px 0;
}
ul li,
ol li {
  list-style: none;
}
dl {
  width: 100%;
  height: auto;
}
dl dt {
  font-size: 18px;
}
dl dd {
  line-height: 25px;
}
img.img {
  max-width: 100%;
  margin-bottom: 15px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.links-group {
  width: auto;
  margin: auto;
  padding: 10px 20px;
  display: table;
  border: solid 1px #CFD8DC;
  border-radius: 3px;
}
.links-group .link {
  margin: 0 10px;
}
.links-group .link i {
  color: #CFD8DC;
}
.links-group .link span {
  color: #37474F;
  position: relative;
  top: -4px;
}
.links-group .link * {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.links-group .link:hover * {
  color: #BEBFB1 !important;
  font-size: 20px;
}
@media (max-width: 767px) {
  .links-group {
    width: 100%;
    border: 0;
  }
  .links-group .link {
    display: block;
    margin: 10px auto;
  }
}
.bau-section {
  float: left;
  width: 100%;
  min-height: 700px;
}
.bau-cover-page {
  background-color: #EFEBE9;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .bau-cover-page {
    height: 400px;
  }
}
.bau-cover-page .main-title {
  height: 300px;
  max-width: 500px;
  margin: auto;
  color: #fff;
  padding: 40px 0 0 0;
}
.bau-cover-page .main-title * {
  text-align: center;
}
.bau-cover-page .main-title h1 {
  margin: 0 auto;
  font-weight: lighter;
  font-size: 50px;
}
.bau-cover-page .main-title p {
  font-size: 36px;
  font-weight: 300;
  margin: 20px 0;
}
.bau-cover-page .main-title hr {
  border-color: #fff !important;
  width: 60%;
  margin: auto;
  display: block;
  background-color: none;
}
@media (max-width: 757px) {
  .bau-cover-page .main-title {
    height: auto;
  }
  .bau-cover-page .main-title h1 {
    font-size: 42px;
  }
  .bau-cover-page .main-title p {
    font-size: 32px;
    margin: 5px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .bau-cover-page {
    min-height: 400px;
  }
}
.carousel-wrapper {
  width: 100%;
  min-height: 700px;
  max-height: 700px;
}
@media (max-width: 767px) {
  .carousel-wrapper {
    min-height: 400px;
  }
}
.carousel {
  display: none;
}
.carousel .item-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  position: absolute;
  min-height: 700px;
  max-height: 700px;
}
.carousel .slidesjs-container {
  min-height: 700px;
  min-width: 100%;
  max-height: 700px;
}
.carousel .slidesjs-control {
  min-height: 700px;
  min-width: 100%;
  max-height: 700px;
}
.carousel .slidesjs-navigation {
  font-size: 198px;
  position: absolute;
  top: calc(350px - 150px + 75px);
  z-index: 999;
  padding: 0 20px 0 20px;
}
@media (max-width: 767px) {
  .carousel .slidesjs-navigation {
    font-size: 164px;
    top: calc(200px - 125px + 75px);
    padding: 80px 10px 0 10px;
  }
  .carousel .slidesjs-navigation img {
    width: 40px;
  }
}
.carousel .slidesjs-previous {
  left: 0;
}
.carousel .slidesjs-next {
  right: 0;
}
.carousel .slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
  position: absolute;
  width: 300px;
  text-align: center;
  left: calc(50% - 150px);
  top: calc(700px + 75px - 60px);
  z-index: 999;
}
.carousel .slidesjs-pagination li {
  display: inline-block;
  margin: 0 1px;
}
.carousel .slidesjs-pagination li a {
  display: block;
  padding-top: 13px;
  float: left;
  overflow: hidden;
  height: 30px;
  width: 30px;
  background-color: #BEBFB1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  margin: 0 5px;
}
.carousel .slidesjs-pagination li a.active,
.carousel .slidesjs-pagination li a:hover {
  background-color: #3B3938;
}
@media (max-width: 767px) {
  .carousel .slidesjs-pagination {
    top: calc(400px + 75px - 20px);
  }
}
.carousel a:link,
.carousel a:visited {
  color: #333;
}
.carousel a:hover,
.carousel a:active {
  color: #9e2020;
}
@media (max-width: 767px) {
  .carousel .item-bg {
    min-height: 400px;
    min-width: 400px;
  }
  .carousel .slidesjs-container {
    min-height: 400px;
    min-width: 400px;
  }
  .carousel .slidesjs-control {
    min-height: 400px;
    min-width: 400px;
  }
}
.bau-section.project .award {
  color: #838267;
}
.bau-section.project h1 {
  font-size: 32px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .bau-section.project h1 {
    margin-top: 0;
  }
}
.bau-section.project .img.main {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .bau-section.project .img.main {
    margin-bottom: 0;
  }
}
.bau-section.project .img.projectImg {
  max-width: 100%;
  width: 100%;
}
.breadcrumbs {
  width: 100%;
  height: auto;
}
.breadcrumbs ul {
  text-align: left;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li * {
  color: #3B3938;
}
.breadcrumbs ul li a {
  font-size: 16px;
  font-weight: normal;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.breadcrumbs ul li a::after {
  content: " / ";
}
.breadcrumbs ul li a:hover {
  font-size: 18px;
  font-weight: bold;
}
.breadcrumbs ul li span {
  font-weight: bold;
}
.title {
  width: 100%;
  height: auto;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  font-weight: 100;
  line-height: 35px;
  text-align: left;
}
.title h1 {
  font-size: 50px;
}
.title h2 {
  font-size: 50px;
}
.title h3 {
  font-size: 2em;
  line-height: 20px;
}
.title h4 {
  font-size: 1.5em;
}
.title h5 {
  font-size: 1em;
}
@media (max-width: 767px) {
  .title h1 {
    font-size: 32px;
  }
  .title h2 {
    font-size: 24px;
  }
  .title h3 {
    font-size: 18px;
  }
}
.date-list {
  width: 100%;
  height: auto;
}
.date-list ul {
  box-sizing: border-box;
  padding-left: 15px;
}
.date-list ul li {
  line-height: 25px;
  font-size: 14px;
  list-style-type: circle;
}
.date-list dl {
  line-height: 25px;
}
.date-list dl dt {
  font-weight: 500;
}
.date-list dl dd {
  font-size: 14px;
  margin: auto 10px;
  text-align: left;
}
.premios-list ul li {
  line-height: 20px;
  font-size: 14px;
  list-style-type: none;
}
.literal-text {
  text-align: justify;
  font-size: 14px;
}
.literal-text p {
  line-height: 25px;
}
.gallery {
  width: 100%;
  height: auto;
}
.gallery ul {
  width: 100%;
  height: auto;
}
.gallery ul li.thumb {
  width: 33.3%;
  float: left;
}
.gallery ul li.thumb a {
  display: block;
  width: 96%;
  height: 150px;
  margin: 2%;
  overflow: hidden;
}
.gallery ul li.thumb a .thumb-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 50%;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
.gallery ul li.thumb a .thumb-info {
  width: 100%;
  height: 50px;
  background-color: rgba(59, 57, 56, 0.8);
  position: relative;
  top: -49px;
  padding: 5px;
  color: #fff;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.gallery ul li.thumb a .thumb-info span.thumbText {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
}
.gallery ul li.thumb a:hover .thumb-bg {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  filter: url('#blur');
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
.gallery ul li.thumb a:hover .thumb-info {
  top: -150px;
  height: 100%;
  line-height: 30px;
  padding: 5px 10px;
  background-color: rgba(59, 57, 56, 0.8);
}
.gallery ul li.thumb a:hover .thumb-info span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .gallery ul li.thumb {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .gallery ul li.thumb {
    width: 100%;
  }
}
.columns.two {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -ms-column-count: 2;
  -webkit-column-width: 50%;
  /* Chrome, Safari, Opera */
  -moz-column-width: 50%;
  /* Chrome, Safari, Opera */
  column-width: 50%;
  -ms-column-width: 50%;
}
.columns.three {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -ms-column-count: 3;
  -webkit-column-width: 33.333%;
  /* Chrome, Safari, Opera */
  -moz-column-width: 33.333%;
  /* Chrome, Safari, Opera */
  column-width: 33.333%;
  -ms-column-width: 33.333%;
}
.columns.four {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -ms-column-count: 4;
  -webkit-column-width: 25%;
  /* Chrome, Safari, Opera */
  -moz-column-width: 25%;
  /* Chrome, Safari, Opera */
  column-width: 25%;
  -ms-column-width: 25%;
}
.columns.bordered {
  -webkit-column-rule: 1px solid #F5F5F5;
  /* Chrome, Safari, Opera */
  -moz-column-rule: 1px solid #F5F5F5;
  /* Firefox */
  column-rule: 1px solid #F5F5F5;
}
@media (max-width: 767px) {
  .columns {
    -webkit-column-count: 1 !important;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1 !important;
    /* Firefox */
    column-count: 1 !important;
    -ms-column-count: 1 !important;
    -webkit-column-width: 100%;
    /* Chrome, Safari, Opera */
    -moz-column-width: 100%;
    /* Chrome, Safari, Opera */
    column-width: 100%;
    -ms-column-width: 100%;
  }
}
.space {
  width: 100%;
  height: auto;
  float: left;
  min-height: 30px;
}
.table {
  width: 100%;
}
.table tr td {
  vertical-align: top;
}
.container {
  width: 1170px;
  padding: 10px;
  display: table;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .container {
    padding: 10px 20px;
  }
}
.row {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.xs-1,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9,
.xs-10,
.xs-11,
.xs-12,
.sm-1,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.sm-10,
.sm-11,
.sm-12,
.md-1,
.md-2,
.md-3,
.md-4,
.md-5,
.md-6,
.md-7,
.md-8,
.md-9,
.md-10,
.md-11,
.md-12,
.lg-1,
.lg-2,
.lg-3,
.lg-4,
.lg-5,
.lg-6,
.lg-7,
.lg-8,
.lg-9,
.lg-10,
.lg-11,
.lg-12 {
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  float: left;
}
.photo-col {
  padding: 0px;
}
@media (max-width: 767px) {
  .xs-1 {
    width: 8.33333333%;
  }
  .xs-2 {
    width: 16.66666667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333333%;
  }
  .xs-5 {
    width: 41.66666667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333333%;
  }
  .xs-8 {
    width: 66.66666667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333333%;
  }
  .xs-11 {
    width: 91.66666667%;
  }
  .xs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sm-1 {
    width: 8.33333333%;
  }
  .sm-2 {
    width: 16.66666667%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-4 {
    width: 33.33333333%;
  }
  .sm-5 {
    width: 41.66666667%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333333%;
  }
  .sm-8 {
    width: 66.66666667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333333%;
  }
  .sm-11 {
    width: 91.66666667%;
  }
  .sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .md-1 {
    width: 8.33333333%;
  }
  .md-2 {
    width: 16.66666667%;
  }
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33333333%;
  }
  .md-5 {
    width: 41.66666667%;
  }
  .md-6 {
    width: 50%;
  }
  .md-7 {
    width: 58.33333333%;
  }
  .md-8 {
    width: 66.66666667%;
  }
  .md-9 {
    width: 75%;
  }
  .md-10 {
    width: 83.33333333%;
  }
  .md-11 {
    width: 91.66666667%;
  }
  .md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .lg-1 {
    width: 8.33333333%;
  }
  .lg-2 {
    width: 16.66666667%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-4 {
    width: 33.33333333%;
  }
  .lg-5 {
    width: 41.66666667%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-7 {
    width: 58.33333333%;
  }
  .lg-8 {
    width: 66.66666667%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-10 {
    width: 83.33333333%;
  }
  .lg-11 {
    width: 91.66666667%;
  }
  .lg-12 {
    width: 100%;
  }
}
@media (min-width: 993px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .mobile-hidden {
    display: none !important;
  }
}
.bau-header {
  min-height: 70px;
  width: 100%;
  height: auto;
}
#header {
  width: 100%;
  height: auto;
  min-height: 75px;
  background-color: #BEBFB1;
  float: left;
}
#nav {
  width: 100%;
  height: auto;
  min-height: 75px;
  background-color: #BEBFB1;
}
#nav .container {
  padding: 0 10px;
}
#nav a.brand img {
  width: 200px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  #nav a.brand img {
    float: none;
    margin: auto;
  }
}
#nav ul.nav-menu-right {
  padding: 30px 0 0 0;
  margin: 0;
  float: right;
  width: 100%;
  text-align: right;
  word-spacing: 30px;
}
#nav ul.nav-menu-right li {
  display: inline-block;
}
#nav ul.nav-menu-right li:active {
  background-color: #3B3938;
  color: #BEBFB1;
}
#nav ul.nav-menu-right li a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  padding: 5px 0px;
}
#nav ul.nav-menu-right li a:hover {
  background-color: #3B3938;
  color: #BEBFB1;
}
@media (max-width: 767px) {
  #nav ul.nav-menu-right {
    text-align: center;
    padding: 10px 0 15px 0;
  }
}
#footer {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: #BEBFB1;
  float: left;
  margin: 120px auto 0 auto;
}
#footer * {
  color: #3B3938;
}
#footer .address {
  border-right: solid 1px #3B3938;
}
#footer .address p {
  font-style: normal;
  text-align: left;
  line-height: 25px;
  font-size: 14px;
}
#footer .address i {
  margin-right: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  #footer .address {
    border-right: 0;
  }
  #footer .address p {
    text-align: center;
  }
}
#footer .rights {
  font-style: normal;
  text-align: right;
  line-height: 25px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #footer .rights {
    text-align: center;
  }
}
#footer a.brand img {
  width: 200px;
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
@media (max-width: 991px) {
  #footer a.brand img {
    max-width: none;
    height: 70px;
    float: right;
  }
}
@media (max-width: 767px) {
  #footer a.brand img {
    text-align: center;
    float: none;
  }
}
#footer a {
  color: inherit;
}
#footer p.social {
  height: 70px;
  padding: 20px 0;
  text-align: center;
  word-spacing: 7px;
}
#footer p.social i {
  font-size: 28px;
}
@media (max-width: 991px) {
  #footer p.social {
    text-align: left;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #footer p.social {
    text-align: center;
    padding: 5px 0;
  }
}
#footer div[class="md"] {
  padding: 40px 15px;
}
.bau-cover-page + #footer {
  margin: 0 auto;
}
