@charset "UTF-8";
/*!
Theme Name: Astrid&Gaston
Theme URI: http://astridygaston.com
Description: Tema personalizado desarrollado para Astrid & Gaston - Lima, Peru
Version: 2.0
Author: Unbuendia Estudio, Lima - Peru
Author URI: http://unbuendia.pe
License: GPL
License URI: License.txt
Tags: responsive-layout, post-formats
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .container {
    width: 720px; } }
@media (min-width: 992px) {
  .container {
    width: 940px; } }
@media (min-width: 1200px) {
  .container {
    width: 1140px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px; }

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px; }

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 0; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px; } }
@media (min-width: 992px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }

@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 992px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 7.5px 0; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: 0; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-default .btn-link {
  color: #777777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn, .modal-footer .btn-white + .btn, .modal-footer .btn-rosa + .btn, .modal-footer .btn-marron + .btn, .modal-footer .btn_mas + .btn, .modal-footer .btn_enviar + .btn, .modal-footer .btn + .btn-white, .modal-footer .btn-white + .btn-white, .modal-footer .btn-rosa + .btn-white, .modal-footer .btn-marron + .btn-white, .modal-footer .btn_mas + .btn-white, .modal-footer .btn_enviar + .btn-white, .modal-footer .btn + .btn-rosa, .modal-footer .btn-white + .btn-rosa, .modal-footer .btn-rosa + .btn-rosa, .modal-footer .btn-marron + .btn-rosa, .modal-footer .btn_mas + .btn-rosa, .modal-footer .btn_enviar + .btn-rosa, .modal-footer .btn + .btn-marron, .modal-footer .btn-white + .btn-marron, .modal-footer .btn-rosa + .btn-marron, .modal-footer .btn-marron + .btn-marron, .modal-footer .btn_mas + .btn-marron, .modal-footer .btn_enviar + .btn-marron, .modal-footer .btn + .btn_mas, .modal-footer .btn-white + .btn_mas, .modal-footer .btn-rosa + .btn_mas, .modal-footer .btn-marron + .btn_mas, .modal-footer .btn_mas + .btn_mas, .modal-footer .btn_enviar + .btn_mas, .modal-footer .btn + .btn_enviar, .modal-footer .btn-white + .btn_enviar, .modal-footer .btn-rosa + .btn_enviar, .modal-footer .btn-marron + .btn_enviar, .modal-footer .btn_mas + .btn_enviar, .modal-footer .btn_enviar + .btn_enviar {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn-white + .btn, .modal-footer .btn-group .btn-rosa + .btn, .modal-footer .btn-group .btn-marron + .btn, .modal-footer .btn-group .btn_mas + .btn, .modal-footer .btn-group .btn_enviar + .btn, .modal-footer .btn-group .btn + .btn-white, .modal-footer .btn-group .btn-white + .btn-white, .modal-footer .btn-group .btn-rosa + .btn-white, .modal-footer .btn-group .btn-marron + .btn-white, .modal-footer .btn-group .btn_mas + .btn-white, .modal-footer .btn-group .btn_enviar + .btn-white, .modal-footer .btn-group .btn + .btn-rosa, .modal-footer .btn-group .btn-white + .btn-rosa, .modal-footer .btn-group .btn-rosa + .btn-rosa, .modal-footer .btn-group .btn-marron + .btn-rosa, .modal-footer .btn-group .btn_mas + .btn-rosa, .modal-footer .btn-group .btn_enviar + .btn-rosa, .modal-footer .btn-group .btn + .btn-marron, .modal-footer .btn-group .btn-white + .btn-marron, .modal-footer .btn-group .btn-rosa + .btn-marron, .modal-footer .btn-group .btn-marron + .btn-marron, .modal-footer .btn-group .btn_mas + .btn-marron, .modal-footer .btn-group .btn_enviar + .btn-marron, .modal-footer .btn-group .btn + .btn_mas, .modal-footer .btn-group .btn-white + .btn_mas, .modal-footer .btn-group .btn-rosa + .btn_mas, .modal-footer .btn-group .btn-marron + .btn_mas, .modal-footer .btn-group .btn_mas + .btn_mas, .modal-footer .btn-group .btn_enviar + .btn_mas, .modal-footer .btn-group .btn + .btn_enviar, .modal-footer .btn-group .btn-white + .btn_enviar, .modal-footer .btn-group .btn-rosa + .btn_enviar, .modal-footer .btn-group .btn-marron + .btn_enviar, .modal-footer .btn-group .btn_mas + .btn_enviar, .modal-footer .btn-group .btn_enviar + .btn_enviar {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn, .carousel-caption .btn-white, .carousel-caption .btn-rosa, .carousel-caption .btn-marron, .carousel-caption .btn_mas, .carousel-caption .btn_enviar {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%; }

body {
  background: #FFFFFF; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "sectra_display_regular", helvetica, arial, sans-serif;
  font-size: 42px;
  font-weight: inherit;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1em; }

h1 {
  text-align: center;
  margin: 50px 0; }

h2 {
  margin-bottom: 50px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    h2 {
      font-size: 38px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    h2 {
      font-size: 38px; } }
  @media (max-width: 992px) {
    h2 {
      font-size: 38px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 34px; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 28px; } }

@media (min-width: 768px) and (max-width: 992px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center; } }
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center; } }
@media (max-width: 480px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center; } }

p {
  color: #000;
  font-family: "azo_sans_light", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 14px 0; }
  @media (min-width: 992px) and (max-width: 1200px) {
    p {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    p {
      font-size: 16px;
      text-align: center; } }
  @media (max-width: 768px) {
    p {
      font-size: 16px;
      text-align: center; } }
  @media (max-width: 480px) {
    p {
      font-size: 15px;
      text-align: center; } }
  p a {
    -webkit-transition: border 250ms ease;
    -moz-transition: border 250ms ease;
    -ms-transition: border 250ms ease;
    -o-transition: border 250ms ease;
    transition: border 250ms ease; }

a {
  outline: 0 !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  a:active, a:focus, a:visited, a:hover {
    color: initial;
    text-decoration: none; }

button {
  outline: 0;
  border: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  button:active, button:focus, button:visited, button:hover {
    color: initial; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

.body-page {
  display: none; }

#home-restaurantes {
  display: none; }

.text-center {
  text-align: center; }

.pos-relative-100 {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0; }

.m100vh {
  width: 100%;
  height: 100vh;
  min-height: 750px; }
  @media (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
    .m100vh {
      height: 90vh; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .m100vh {
      height: initial; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .m100vh {
      height: 100vh; } }
  @media (max-width: 768px) {
    .m100vh {
      height: initial; } }
  @media (max-width: 480px) {
    .m100vh {
      height: initial; } }

.m80vh {
  width: 100%;
  height: 80vh; }
  @media (min-width: 768px) and (max-width: 992px) {
    .m80vh {
      height: initial; } }
  @media (max-width: 768px) {
    .m80vh {
      height: initial; } }
  @media (max-width: 480px) {
    .m80vh {
      height: initial; } }

.m70vh {
  width: 100%;
  height: 70vh; }
  @media (min-width: 768px) and (max-width: 992px) {
    .m70vh {
      height: initial; } }
  @media (max-width: 768px) {
    .m70vh {
      height: initial; } }
  @media (max-width: 480px) {
    .m70vh {
      height: initial; } }

.m50vh {
  height: 45vh; }
  @media (min-width: 768px) and (max-width: 992px) {
    .m50vh {
      height: initial; } }
  @media (max-width: 768px) {
    .m50vh {
      height: initial; } }
  @media (max-width: 480px) {
    .m50vh {
      height: initial; } }

.fullwidth {
  padding-top: 18vh;
  padding-bottom: 18vh; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .fullwidth {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
    .fullwidth {
      padding-top: 14vh;
      padding-bottom: 14vh; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .fullwidth {
      padding: 18vh 60px; } }
  @media (max-width: 768px) {
    .fullwidth {
      padding: 18vh 60px; } }
  @media (max-width: 480px) {
    .fullwidth {
      padding: 8vh 30px; } }

.fullwidth-anuncio {
  padding: 12.5vh 0; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .fullwidth-anuncio {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .fullwidth-anuncio {
      padding: 12vh 60px; } }
  @media (max-width: 768px) {
    .fullwidth-anuncio {
      padding: 10vh 60px; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .fullwidth-anuncio {
      padding: 22vh 60px; } }
  @media (max-width: 480px) {
    .fullwidth-anuncio {
      padding: 8vh 30px; } }

.two-columns {
  position: relative; }
  .two-columns-info {
    padding: 30px 60px; }
    @media (max-width: 992px) {
      .two-columns-info {
        text-align: center;
        padding: 15vh 60px; } }
    @media (max-width: 768px) {
      .two-columns-info {
        padding: 14vh 50px;
        text-align: center; } }
    @media (max-width: 480px) {
      .two-columns-info {
        padding: 14vh 30px;
        text-align: center; } }

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 992px) {
    .flex {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: initial;
      align-items: initial; } }
  @media (max-width: 768px) {
    .flex {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: initial;
      align-items: initial; } }
  @media (max-width: 480px) {
    .flex {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: initial;
      align-items: initial; } }

.flex-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  min-height: 100%; }
  @media (min-width: 768px) and (max-width: 992px) {
    .flex-2 {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-align-items: initial;
      align-items: initial; } }
  @media (max-width: 768px) {
    .flex-2 {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-align-items: initial;
      align-items: initial; } }
  @media (max-width: 480px) {
    .flex-2 {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-align-items: initial;
      align-items: initial; } }

.flex3 {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border: 0; }

.flexbox-centrado-y {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center; }
.flexbox-centrado-xy {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
@media (max-width: 992px) {
  .flexbox-responsiveTop {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: initial;
    align-items: initial; } }
@media (max-width: 992px) {
  .flexbox-responsiveMitad {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; } }

.bg-dark *, .bg-dark h2, .bg-dark p, .bg-dark .btn, .bg-dark .btn-white, .bg-dark .btn-rosa, .bg-dark .btn-marron, .bg-dark .btn_mas, .bg-dark .btn_enviar {
  color: #FFFFFF; }
.bg-white *, .bg-white h2, .bg-white p, .bg-white .btn, .bg-white .btn-white, .bg-white .btn-rosa, .bg-white .btn-marron, .bg-white .btn_mas, .bg-white .btn_enviar {
  color: #000; }

.center * {
  text-align: center !important; }

.btn, .btn-white, .btn-rosa, .btn-marron, .btn_mas, .btn_enviar {
  color: inherit;
  font-family: "sectra_display_regular", helvetica, arial, sans-serif;
  font-size: 18px;
  background: transparent;
  border-bottom: 1px solid #000;
  padding: 10px 1px 6px 0px;
  letter-spacing: 0.05em;
  line-height: 1em;
  display: inline-block;
  margin: 30px 0; }
  .btn:hover, .btn-white:hover, .btn-rosa:hover, .btn-marron:hover, .btn_mas:hover, .btn_enviar:hover {
    border-bottom: 1px solid transparent !important;
    background: transparent !important; }
  @media (max-width: 768px) {
    .btn, .btn-white, .btn-rosa, .btn-marron, .btn_mas, .btn_enviar {
      font-size: 19px;
      margin: 20px 10px;
      padding: 5px 0; } }
  @media (max-width: 480px) {
    .btn, .btn-white, .btn-rosa, .btn-marron, .btn_mas, .btn_enviar {
      font-size: 17px;
      margin: 20px 5px;
      padding: 4px 0; } }

.btn-white {
  color: #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important; }

.btn-rosa {
  color: #f6c5b7 !important;
  border-bottom: 1px solid #f6c5b7 !important; }

.btn-marron {
  color: #604d45 !important;
  border-bottom: 1px solid #604d45 !important; }

.btn_mas {
  height: 25px;
  color: #000;
  font-size: 34px;
  border-bottom: 0;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn_mas:hover {
    color: #604d45;
    border-bottom: 0 !important; }
  @media (max-width: 992px) {
    .btn_mas {
      font-size: 30px; } }
  @media (max-width: 480px) {
    .btn_mas {
      margin: 5px 0 25px 0;
      font-size: 28px; } }

.btn_enviar {
  outline: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.status {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.fade-intro {
  position: absolute;
  display: table;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0; }

.fade-video-1, .fade-video-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.fade-black, .fade-black-blog {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.fade-box {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.fade-white-equipo {
  height: 100%; }

.fade-black-blog {
  background: rgba(0, 0, 0, 0.23); }

.fade-box-relative {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.fixed-nav.background--dark .fixed-nav-logo {
  color: #fff; }

.morado {
  background: #D9ABFF; }

.celeste {
  background: #ABE4FF; }

.verde {
  background: #DDFFAB; }

.rosado {
  background: #FFABAB; }

.naranja {
  background: #ED5B41; }

.azul {
  background: #6B9FA4; }

.marron {
  background: #DAD8CC; }

.gris {
  background: #919189; }

.negro {
  background: #59574C; }

#historia #nav-page {
  background: #FFFFFF; }

.salto {
  display: block; }

@media (max-width: 992px) {
  .salto2 {
    display: block; } }

.navbar {
  margin: 0 auto;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase; }
  .navbar ul {
    margin-top: 20px;
    margin-bottom: 20px; }
  .navbar a {
    color: #000;
    font-family: "azo_sans_light", helvetica, arial, sans-serif;
    font-size: 13px;
    letter-spacing: 2px; }
    .navbar a:active, .navbar a:visited, .navbar a:focus, .navbar a:link {
      background: transparent !important; }
  .navbar-intro {
    position: relative;
    top: 100px; }
    .navbar-intro ul {
      display: inline-block;
      float: none; }
    @media (max-width: 992px) {
      .navbar-intro {
        display: none; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .navbar-intro li > a {
        padding: 2px 0 0 0px;
        margin-left: 9px;
        margin-right: 9px;
        font-size: 11px; } }
  .navbar-fixed-top {
    background: white; }
    .navbar-fixed-top .navbar-brand {
      float: left;
      padding: 13px 0 15px 20px; }
    .navbar-fixed-top #logo-scroll {
      fill: #000;
      width: 205px;
      height: auto; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .navbar-fixed-top a {
        font-size: 11px; }
      .navbar-fixed-top .nav > li > a {
        padding: 4px 0 0 2px;
        margin-left: 13px;
        margin-right: 13px; }
      .navbar-fixed-top #logo-scroll, .navbar-fixed-top #page-logo {
        width: 165px;
        height: auto; }
      .navbar-fixed-top .navbar-fixed-top .navbar-brand {
        padding: 11px 0 15px 15px; } }

.icon, .mobilenav, #scroll-menu {
  display: none; }

.display {
  display: initial; }

#menu-menu-principal-1 .current-menu-item a,
#menu-menu-principal-1 .current_page_item a {
  border-bottom: 1px solid #000; }

#menu-menu-principal .current-menu-item a,
#menu-menu-principal .current_page_item a,
#menu-menu-principal-2 .current-menu-item a,
#menu-menu-principal-2 .current_page_item a {
  border-bottom: 1px solid #000; }

#nav-page #menu-menu-principal-1 .current-menu-item a,
#nav-page #menu-menu-principal-1 .current_page_item a {
  border-bottom: 1px solid #000; }

#nav-page.nav-page-scroll #menu-menu-principal-1 .current-menu-item a,
#nav-page.nav-page-scroll #menu-menu-principal-1 .current_page_item a {
  border-bottom: 1px solid #000; }

#menu-menu-idiomas-1 .current-menu-item a,
#menu-menu-idiomas-1 .current_page_item a {
  border-bottom: 1px solid #000; }

#menu-menu-idiomas .current-menu-item a,
#menu-menu-idiomas .current_page_item a {
  border-bottom: 1px solid #000; }

#nav-page #menu-menu-idiomas-1 .current-menu-item a,
#nav-page #menu-menu-idiomas-1 .current_page_item a {
  border-bottom: 1px solid #000; }

#nav-page.nav-page-scroll #menu-menu-idiomas-1 .current-menu-item a,
#nav-page.nav-page-scroll #menu-menu-idiomas-1 .current_page_item a {
  border-bottom: 1px solid #000; }

#menu-menu-idiomas .current-menu-item a,
#menu-menu-idiomas .current_page_item a,
#menu-menu-idiomas-2 .current-menu-item a,
#menu-menu-idiomas-2 .current_page_item a {
  border-bottom: 1px solid #FFFFFF; }

#nav-page #menu-menu-idiomas-1 .current-menu-item a,
#nav-page #menu-menu-idiomas-1 .current_page_item a {
  border-bottom: 1px solid #FFFFFF; }

.mobilenav .current-menu-item a, .mobilenav .current_page_item a {
  border-bottom: 1px solid #FFFFFF !important; }

/************** NAV HOVERS *******************/
@media (min-width: 992px) {
  .nav > li > a {
    padding: 4px 0 3px 2px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 14px; }
    .nav > li > a:hover {
      background: transparent !important; }

  .navbar-nav a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    opacity: 0;
    letter-spacing: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }

  .navbar-nav a:hover::after, .navbar-nav a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }

  #scroll-menu .navbar-nav a::after, .nav-page-scroll .navbar-nav a::after {
    background: #000; }

  .mobilenav {
    display: none !important; } }
@media (max-width: 992px) {
  #scroll-menu {
    display: none !important; }

  .top-animate {
    background: #FFFFFF !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .mid-animate {
    opacity: 0; }

  .bottom-animate {
    background: #FFFFFF !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }

  .top-menu {
    top: 5px;
    width: 21px;
    height: 2px; }

  .mid-menu {
    top: 11px;
    width: 21px;
    height: 2px; }

  .bottom-menu {
    top: 17px;
    width: 21px;
    height: 2px; }

  .menui {
    background: #000;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 5px;
    position: absolute; }

  .icon {
    position: fixed;
    top: 15px;
    right: 15px;
    display: block;
    cursor: pointer;
    padding: 0px 9px;
    height: 33px;
    width: 38px;
    margin: 0px;
    z-index: 999;
    background: white; }

  .bg-transparent {
    background: rgba(255, 255, 255, 0); }

  .mobilenav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: #8C6D86;
    opacity: 1; }
    .mobilenav ul {
      margin: 0;
      padding: 0;
      line-height: 40px;
      text-align: center;
      list-style: none;
      margin-top: 80px; }
    .mobilenav li {
      list-style-type: none;
      text-align: center; }
      .mobilenav li > a {
        position: relative;
        padding: 4px 0 0 2px;
        display: inline-block; }
    .mobilenav a {
      color: #FFFFFF;
      font-family: "sectra_display_regular", helvetica, arial, sans-serif;
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 20px;
      margin: 18px 0;
      text-transform: uppercase; }
      .mobilenav a::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #FFFFFF;
        content: '';
        opacity: 0;
        letter-spacing: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px); }
      .mobilenav a:hover::after, .mobilenav a:focus::after {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px); }
      .mobilenav a:hover, .mobilenav a:focus {
        background: transparent !important;
        text-decoration: none; }
    .mobilenav #logo-mobile {
      fill: #FFFFFF;
      width: 260px;
      height: auto;
      display: block;
      top: 50px;
      position: relative;
      margin: 0px auto 57px auto; }
    .mobilenav ul.idiomas-responsive {
      margin-top: 30px !important; } }
    @media (max-width: 992px) and (max-width: 480px) {
      .mobilenav ul.idiomas-responsive {
        margin-top: 15px !important; } }
@media (max-width: 992px) {
    .mobilenav ul.nav.navbar-nav {
      margin-top: 30px !important;
      margin-bottom: 30px !important; } }
    @media (max-width: 992px) and (max-width: 480px) {
      .mobilenav ul.nav.navbar-nav {
        margin-top: 10px !important;
        margin-bottom: 10px !important; } }
@media (max-width: 992px) {
    .mobilenav .idiomas-responsive li {
      display: inline; }
    .mobilenav .idiomas-responsive a {
      margin-left: 5px;
      margin-right: 5px; } }
@media (min-width: 1200px) and (max-width: 1280px) {
  #scroll-menu .navbar-nav a, #nav-page .navbar-nav a {
    font-size: 11px; }
  #scroll-menu .navbar-nav > li > a, #nav-page .navbar-nav > li > a {
    padding: 6px 0 0 2px;
    margin-left: 16px;
    margin-right: 16px; } }
@media (min-width: 1050px) and (max-width: 1200px) {
  #scroll-menu .navbar-nav a, #nav-page .navbar-nav a {
    font-size: 11px; }
  #scroll-menu .navbar-nav > li > a, #nav-page .navbar-nav > li > a {
    padding: 5px 0 0 2px;
    margin-left: 10px;
    margin-right: 10px; }

  .navbar-fixed-top .navbar-brand {
    padding: 11px 0 15px 16px; } }
@media (min-width: 992px) and (max-width: 1050px) {
  #scroll-menu .navbar-nav a, #nav-page .navbar-nav a {
    font-size: 10px; }
  #scroll-menu .navbar-nav > li > a, #nav-page .navbar-nav > li > a {
    margin-left: 8px;
    margin-right: 8px; }

  .navbar-fixed-top #logo-scroll, #page-logo {
    width: 160px; }

  .navbar-fixed-top .navbar-brand {
    padding: 12px 0 15px 16px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .mobilenav ul {
    line-height: 64px !important;
    margin-top: 80px !important; } }
@media (max-width: 768px) {
  .mobilenav li a {
    font-size: 18px; } }
@media (max-width: 480px) {
  .mobilenav #logo-mobile {
    width: 180px; }
  .mobilenav li a {
    font-size: 14px;
    margin: 10px 0; } }
#nav-page {
  background: transparent; }
  #nav-page li a {
    color: #000; }

.nav-page-scroll {
  background: #FFFFFF !important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .nav-page-scroll li a {
    color: #000 !important; }

#page-logo {
  fill: #000;
  width: 205px;
  height: auto; }

.page-logo {
  fill: #000; }

@media (max-width: 992px) {
  #nav-page {
    display: none; } }

.idiomas li:first-child::after, .idiomas-scroll li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 31px; }
.idiomas li > a, .idiomas-scroll li > a {
  font-size: 11px !important;
  margin-left: 7px !important;
  margin-right: 7px !important; }
@media (min-width: 992px) {
  .idiomas a::after, .idiomas-scroll a::after {
    height: 1px; } }
.idiomas .current, .idiomas .nav-page-scroll.current, .idiomas .current-menu-item .page_item, .idiomas-scroll .current, .idiomas-scroll .nav-page-scroll.current, .idiomas-scroll .current-menu-item .page_item {
  border-bottom: 1px solid #000 !important; }
.idiomas .current-white, .idiomas .nav-page-scroll.current-white, .idiomas .current-menu-item .page_item, .idiomas-scroll .current-white, .idiomas-scroll .nav-page-scroll.current-white, .idiomas-scroll .current-menu-item .page_item {
  border-bottom: 1px solid #000; }

.idiomas {
  position: absolute;
  top: 0;
  right: 20px; }
  @media (max-width: 992px) {
    .idiomas {
      display: none; } }
  .idiomas li > a {
    color: #000; }

.idiomas-scroll {
  margin-left: 10px;
  margin-right: 20px; }
  .idiomas-scroll li > a {
    color: #000; }
  .idiomas-scroll li:first-child::after {
    content: ""; }

#menu-menu-idiomas-1 li a,
#menu-menu-idiomas-2 li a {
  display: inline-block !important; }

#menu-menu-idiomas-1 li + li:before,
#menu-menu-idiomas-2 li + li:before {
  padding: 0px 0px 0 3px;
  content: "|"; }

#menu-menu-idiomas li + li:before {
  color: #000;
  padding: 0px 4px 0 1px;
  content: "|"; }

#nav-page #menu-menu-idiomas-1 li {
  color: #000; }

.bar2 {
  color: #666 !important; }

#menu-redes-sociales a {
  margin-left: 6px;
  margin-right: 6px; }
#menu-redes-sociales i {
  font-size: 13px;
  width: 14px;
  height: 14px; }

.mobilenav #menu-redes-sociales ul {
  margin-top: 35px; }
.mobilenav #menu-redes-sociales li {
  display: inline; }
.mobilenav #menu-redes-sociales a {
  margin-left: 12px;
  margin-right: 12px; }
.mobilenav #menu-redes-sociales i {
  font-size: 22px;
  width: 24px;
  height: 24px; }

.intro {
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff; }

.intro-body {
  display: table-cell;
  vertical-align: middle; }

#introslider {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#flecha {
  fill: #000;
  width: 25px;
  height: auto;
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  #flecha:hover {
    bottom: 22px; }
  @media (max-width: 768px) {
    #flecha {
      width: 18px; } }
  @media (max-width: 480px) {
    #flecha {
      width: 15px; } }

a.page-scroll {
  color: #FFFFFF; }

.bannercontainer {
  z-index: 1; }

.fade-intro {
  z-index: 10; }

.tp-bannertimer {
  display: none; }

#logo-ayg {
  position: relative;
  width: 500px;
  height: auto;
  fill: #000000;
  z-index: 20; }
  @media (min-width: 768px) and (max-width: 992px) {
    #logo-ayg {
      width: 460px; } }
  @media (max-width: 768px) {
    #logo-ayg {
      width: 380px; } }
  @media (max-width: 480px) {
    #logo-ayg {
      width: 245px; } }

#welcome {
  text-align: center; }
  #welcome #logo_bienvenidos {
    fill: #f6c5b7;
    width: 80px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 100px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #welcome #logo_bienvenidos {
        margin-bottom: 65px; } }
    @media (max-width: 992px) {
      #welcome #logo_bienvenidos {
        margin-bottom: 70px; } }
    @media (max-width: 768px) {
      #welcome #logo_bienvenidos {
        width: 70px;
        margin-bottom: 40px; } }
  #welcome p {
    color: #f6c5b7;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      #welcome p {
        font-size: 20px; } }
    @media (max-width: 480px) {
      #welcome p {
        font-size: 18px;
        line-height: 30px; } }
  #welcome ul {
    margin: 60px 0 10px 0;
    text-align: center; }
    @media (max-width: 768px) {
      #welcome ul {
        margin-top: 40px; } }
    #welcome ul li {
      display: inline-block;
      margin: 15px 30px; }

#menu-home {
  color: #604d45;
  background: #bccfd0; }
  @media (min-width: 768px) and (max-width: 992px) {
    #menu-home {
      height: auto; }
      #menu-home img {
        margin: 0 auto; } }
  #menu-home p {
    color: #604d45;
    margin-bottom: 10px; }
  #menu-home h2 {
    color: #604d45; }
  #menu-home h2 span {
    display: block; }
    @media (min-width: 768px) and (max-width: 992px) {
      #menu-home h2 span {
        display: inline-block; } }
    @media (max-width: 768px) {
      #menu-home h2 span {
        display: inline-block; } }
  #menu-home .btn_mas {
    color: #604d45; }

.home-cocina-content {
  width: 100%; }

.content-banner {
  overflow: hidden; }

#almuerzos-vinos {
  background: #bccfd0;
  text-align: center; }
  #almuerzos-vinos h2 {
    margin: 0;
    padding: 12px 0;
    text-transform: none; }
    #almuerzos-vinos h2:after {
      font-family: FontAwesome;
      display: block;
      font-size: 6px;
      content: "\f111";
      font-style: normal;
      font-weight: normal;
      margin: 25px 0 0px 0; }
      @media (max-width: 768px) {
        #almuerzos-vinos h2:after {
          margin: 16px 0 0px 0; } }
    @media (max-width: 768px) {
      #almuerzos-vinos h2 {
        padding: 0px 12px; } }
  #almuerzos-vinos h2, #almuerzos-vinos p {
    margin-left: 50px;
    margin-right: 50px; }
    @media (max-width: 992px) {
      #almuerzos-vinos h2, #almuerzos-vinos p {
        margin-left: 80px;
        margin-right: 80px; } }
    @media (max-width: 480px) {
      #almuerzos-vinos h2, #almuerzos-vinos p {
        margin-left: 30px;
        margin-right: 30px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    #almuerzos-vinos .flex {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media (max-width: 768px) {
    #almuerzos-vinos .flex {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center !important;
      justify-content: center !important; } }
  @media (max-width: 480px) {
    #almuerzos-vinos .flex {
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center; } }

.box-bg {
  height: 80vh;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
    .box-bg {
      height: 60vh; } }
  @media (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
    .box-bg {
      height: 52vh; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .box-bg {
      height: 100vh; } }

#equipo-home {
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 992px) {
    #equipo-home img {
      position: relative;
      margin: 0 auto; } }
  @media (min-width: 768px) and (max-width: 992px) {
    #equipo-home .content-two-columns-info {
      padding-top: 8vh;
      padding-bottom: 10vh; } }
  @media (max-width: 480px) {
    #equipo-home .content-two-columns-info {
      padding-top: 8vh;
      padding-bottom: 8vh; } }

#equipo_home_v2 .fade-equipo {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2); }
@media (min-width: 768px) and (max-width: 992px) {
  #equipo_home_v2 .flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; } }
@media (max-width: 768px) {
  #equipo_home_v2 .flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center !important;
    justify-content: center !important; } }
@media (max-width: 480px) {
  #equipo_home_v2 .flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; } }

.flexbox-container {
  display: flex;
  align-items: center; }

#reservas-home h2, #equipo-cocina h2, #equipo_som h2 {
  margin: 0;
  padding: 12px 0;
  text-transform: none; }
  #reservas-home h2:after, #equipo-cocina h2:after, #equipo_som h2:after {
    font-family: FontAwesome;
    display: block;
    font-size: 6px;
    content: "\f111";
    font-style: normal;
    font-weight: normal;
    margin: 25px 0 0px 0; }
    @media (max-width: 768px) {
      #reservas-home h2:after, #equipo-cocina h2:after, #equipo_som h2:after {
        margin: 16px 0 0px 0; } }
  @media (max-width: 768px) {
    #reservas-home h2, #equipo-cocina h2, #equipo_som h2 {
      padding: 0px 12px; } }
#reservas-home .two-columns-info, #equipo-cocina .two-columns-info, #equipo_som .two-columns-info {
  text-align: center; }

@media (min-width: 768px) and (max-width: 992px) {
  #reservas-home .flex, #equipo-cocina .flex, #equipo_som .flex, .fade2, #eden {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; } }
@media (max-width: 768px) {
  #reservas-home .flex, #equipo-cocina .flex, #equipo_som .flex, .fade2, #eden {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center !important;
    justify-content: center !important; } }
@media (max-width: 480px) {
  #reservas-home .flex, #equipo-cocina .flex, #equipo_som .flex, .fade2, #eden {
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center; } }

#map_canvas {
  height: 100%; }

#contacto-home, #contacto-seccion {
  background: #604d45;
  padding-top: 10vh;
  padding-bottom: 10vh; }
  @media (min-width: 768px) and (max-width: 992px) {
    #contacto-home, #contacto-seccion {
      padding-top: 6vh;
      padding-bottom: 6vh; } }
  @media (max-width: 768px) {
    #contacto-home, #contacto-seccion {
      padding-top: 6vh;
      padding-bottom: 6vh; }
      #contacto-home .content-two-columns-info .col-lg-6:first-child, #contacto-seccion .content-two-columns-info .col-lg-6:first-child {
        margin-bottom: 48px; } }
  @media (max-width: 480px) {
    #contacto-home, #contacto-seccion {
      padding-top: 4vh;
      padding-bottom: 4vh; }
      #contacto-home .content-two-columns-info .col-lg-6:first-child, #contacto-seccion .content-two-columns-info .col-lg-6:first-child {
        margin-bottom: 38px; } }
  #contacto-home h2, #contacto-seccion h2 {
    color: #FFFFFF;
    margin-top: 18px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      #contacto-home h2, #contacto-seccion h2 {
        margin: 5px 0; } }
  @media (max-width: 480px) {
    #contacto-home .content-two-columns-info, #contacto-seccion .content-two-columns-info {
      padding: 8vh 50px; } }
  #contacto-home h4, #contacto-seccion h4 {
    color: #FFFFFF;
    font-family: "sectra_display_regular", helvetica, arial, sans-serif;
    font-size: 16px;
    margin: 35px 0 0 0;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      #contacto-home h4, #contacto-seccion h4 {
        font-size: 14px;
        margin-bottom: 4px;
        margin-top: 40px; } }
    @media (max-width: 480px) {
      #contacto-home h4, #contacto-seccion h4 {
        font-size: 14px;
        margin-bottom: 4px;
        margin-top: 40px; } }
  #contacto-home p, #contacto-seccion p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 8px;
    margin-bottom: 4px; }
    @media (max-width: 768px) {
      #contacto-home p, #contacto-seccion p {
        font-size: 14px; } }
    @media (max-width: 480px) {
      #contacto-home p, #contacto-seccion p {
        font-size: 13px;
        line-height: 1.4em;
        margin-top: 13px;
        margin-bottom: 13px; } }
  #contacto-home a, #contacto-seccion a, #contacto-home button, #contacto-seccion button {
    display: inline-block;
    color: #FFFFFF;
    font-family: "sectra_display_regular", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 4px;
    margin-bottom: 12px;
    border-bottom: 1px solid #FFFFFF; }
    #contacto-home a:hover, #contacto-seccion a:hover, #contacto-home button:hover, #contacto-seccion button:hover {
      border-bottom: 1px solid transparent; }
    @media (max-width: 480px) {
      #contacto-home a, #contacto-seccion a, #contacto-home button, #contacto-seccion button {
        font-size: 11px;
        margin-bottom: 6px; } }
  #contacto-home button, #contacto-seccion button {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 0;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  #contacto-home .col-lg-6:first-child, #contacto-seccion .col-lg-6:first-child {
    padding-right: 15px; }
    @media (max-width: 992px) {
      #contacto-home .col-lg-6:first-child, #contacto-seccion .col-lg-6:first-child {
        padding-right: 0; } }
    #contacto-home .col-lg-6:first-child p:nth-of-type(1), #contacto-seccion .col-lg-6:first-child p:nth-of-type(1) {
      margin-top: 40px; }
    #contacto-home .col-lg-6:first-child p, #contacto-seccion .col-lg-6:first-child p {
      margin: 25px 0; }
  #contacto-home .col-lg-6:last-child, #contacto-seccion .col-lg-6:last-child {
    padding-left: 15px; }
    @media (max-width: 992px) {
      #contacto-home .col-lg-6:last-child, #contacto-seccion .col-lg-6:last-child {
        padding-left: 0; } }
  #contacto-home ul.redes-sociales, #contacto-seccion ul.redes-sociales {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px; }
    #contacto-home ul.redes-sociales li, #contacto-seccion ul.redes-sociales li {
      display: inline; }
      #contacto-home ul.redes-sociales li a, #contacto-seccion ul.redes-sociales li a {
        font-size: 20px;
        margin-right: 25px;
        border-bottom: 0; }
        #contacto-home ul.redes-sociales li a:hover, #contacto-seccion ul.redes-sociales li a:hover {
          color: rgba(255, 255, 255, 0.75); }

.footer {
  background: #604d45;
  text-align: center; }
  .footer p {
    color: #FFFFFF;
    font-size: 12px; }
    @media (max-width: 480px) {
      .footer p {
        font-size: 10px; } }
  .footer a {
    color: #FFFFFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .footer a:hover {
      color: #DADADA;
      text-decoration: none; }
  @media (max-width: 480px) {
    .footer {
      text-align: center; } }

#intro-text p, #menu-video p {
  font-size: 22px;
  line-height: 37px; }
  @media (max-width: 992px) {
    #intro-text p, #menu-video p {
      font-size: 22px; } }
  @media (max-width: 768px) {
    #intro-text p, #menu-video p {
      font-size: 20px;
      line-height: 36px; } }
  @media (max-width: 480px) {
    #intro-text p, #menu-video p {
      font-size: 18px;
      line-height: 32px; } }
#intro-text .btn_mas, #menu-video .btn_mas {
  display: initial; }

.masrojo {
  color: red !important; }

.box-bg-content {
  position: relative;
  height: 60vh;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 1400px) and (max-width: 1600px) {
    .box-bg-content {
      height: 55vh; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .box-bg-content {
      height: 50vh; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .box-bg-content {
      height: 50vh; } }
  @media (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
    .box-bg-content {
      height: 32vh; } }
  @media (max-width: 992px) {
    .box-bg-content {
      height: 50vh; } }
  @media (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
    .box-bg-content {
      height: 35vh; } }
  @media (max-width: 768px) {
    .box-bg-content {
      height: 35vh; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .box-bg-content {
      height: 62vh; } }
  @media (max-width: 480px) {
    .box-bg-content {
      display: none; } }

.video-menu {
  min-width: 100%;
  width: 135%;
  height: auto; }
  @media (min-width: 1400px) and (max-width: 1600px) {
    .video-menu {
      width: 150%; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .video-menu {
      width: 145%; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .video-menu {
      width: 155%; } }
  @media (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
    .video-menu {
      width: 160%; } }
  @media (max-width: 992px) {
    .video-menu {
      width: 110%; } }
  @media (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
    .video-menu {
      width: 105%; } }
  @media (max-width: 768px) {
    .video-menu {
      width: 144%; } }
  @media (max-width: 480px) {
    .video-menu {
      display: none; } }

.video-cont {
  height: 100%;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.fade-video-1 {
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .fade-video-1:hover {
    background: transparent; }
  @media (max-width: 480px) {
    .fade-video-1 {
      display: none; } }

.fade-video-2 {
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .fade-video-2:hover {
    background: transparent; }
  @media (max-width: 480px) {
    .fade-video-2 {
      display: none; } }

.infographic {
  padding: 10px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .infographic:first-child {
      margin-top: 30px;
      margin-bottom: 8vh; } }
  @media (max-width: 768px) {
    .infographic:first-child {
      margin-top: 30px;
      margin-bottom: 8vh; } }
  @media (max-width: 480px) {
    .infographic:first-child {
      margin-top: 20px;
      margin-bottom: 5vh; } }
  .infographic h3 {
    font-size: 42px;
    margin-bottom: 0px; }
    @media (min-width: 1400px) and (max-width: 1600px) {
      .infographic h3 {
        font-size: 34px; } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .infographic h3 {
        font-size: 32px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .infographic h3 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 10px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .infographic h3 {
        font-size: 40px;
        margin: 4px 0; } }
    @media (max-width: 768px) {
      .infographic h3 {
        font-size: 34px; } }
    @media (max-width: 480px) {
      .infographic h3 {
        font-size: 22px; } }

.big-number, .big-number h3 {
  font-family: "azo_sans_thin", helvetica, arial, sans-serif;
  font-size: 143px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .big-number, .big-number h3 {
      text-align: right;
      padding-right: 10px; } }
  @media (min-width: 1400px) and (max-width: 1600px) {
    .big-number, .big-number h3 {
      font-size: 130px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .big-number, .big-number h3 {
      font-size: 110px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .big-number, .big-number h3 {
      font-size: 110px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .big-number, .big-number h3 {
      font-size: 90px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .big-number, .big-number h3 {
      font-size: 165px;
      line-height: 0.85em; } }
  @media (max-width: 768px) {
    .big-number, .big-number h3 {
      font-size: 110px;
      line-height: 0.2em; } }
  @media (max-width: 480px) {
    .big-number, .big-number h3 {
      font-size: 90px;
      line-height: 40px; } }

.bg-grey {
  background: #CDCDCD; }

#ingredientes-menu .big-number, .archivo-ingredientes .big-number {
  padding-right: 0; }
#ingredientes-menu .ingredientes-box, .archivo-ingredientes .ingredientes-box {
  padding: 20px 75px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    #ingredientes-menu .ingredientes-box, .archivo-ingredientes .ingredientes-box {
      padding: 20px 40px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    #ingredientes-menu .ingredientes-box, .archivo-ingredientes .ingredientes-box {
      padding: 20px 50px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    #ingredientes-menu .ingredientes-box, .archivo-ingredientes .ingredientes-box {
      padding-bottom: 6vh; } }
  @media (max-width: 768px) {
    #ingredientes-menu .ingredientes-box, .archivo-ingredientes .ingredientes-box {
      padding: 0 30px;
      padding-bottom: 12vh; } }
  @media (max-width: 480px) {
    #ingredientes-menu .ingredientes-box, .archivo-ingredientes .ingredientes-box {
      padding: 0 30px;
      padding-bottom: 8vh; } }
#ingredientes-menu .ingredientes-box:first-child, .archivo-ingredientes .ingredientes-box:first-child {
  text-align: right; }
  @media (min-width: 768px) and (max-width: 992px) {
    #ingredientes-menu .ingredientes-box:first-child, .archivo-ingredientes .ingredientes-box:first-child {
      padding-top: 6vh;
      text-align: center;
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    #ingredientes-menu .ingredientes-box:first-child, .archivo-ingredientes .ingredientes-box:first-child {
      padding-top: 12vh;
      text-align: center;
      padding-bottom: 0; } }
  @media (max-width: 480px) {
    #ingredientes-menu .ingredientes-box:first-child, .archivo-ingredientes .ingredientes-box:first-child {
      padding-top: 8vh;
      text-align: center;
      padding-bottom: 0; } }
  #ingredientes-menu .ingredientes-box:first-child h2, .archivo-ingredientes .ingredientes-box:first-child h2 {
    font-size: 42px;
    line-height: 1.25em; }
    @media (max-width: 768px) {
      #ingredientes-menu .ingredientes-box:first-child h2, .archivo-ingredientes .ingredientes-box:first-child h2 {
        font-size: 34px; } }
    @media (max-width: 480px) {
      #ingredientes-menu .ingredientes-box:first-child h2, .archivo-ingredientes .ingredientes-box:first-child h2 {
        font-size: 22px; } }

.parrafo-ingredientes {
  word-spacing: 12px;
  text-align: justify;
  line-height: 1.8em; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .parrafo-ingredientes {
      font-size: 19px;
      line-height: 1.7em; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .parrafo-ingredientes {
      font-size: 17px;
      word-spacing: 11px;
      line-height: 1.6em; } }

#eden {
  position: relative; }
  @media (min-width: 768px) and (max-width: 992px) {
    #eden {
      text-align: center; } }
  @media (max-width: 768px) {
    #eden {
      padding-top: 6vh;
      padding-bottom: 2vh;
      text-align: center; } }
  @media (max-width: 480px) {
    #eden {
      text-align: center; } }

#menu-almuerzo, #vinos-menu, #equipo-salon, #equipo-bar {
  background: #d4af4e;
  text-align: center; }
  #menu-almuerzo h2, #vinos-menu h2, #equipo-salon h2, #equipo-bar h2 {
    color: #604d45;
    margin: 0;
    padding: 12px 0;
    text-transform: none; }
    #menu-almuerzo h2:after, #vinos-menu h2:after, #equipo-salon h2:after, #equipo-bar h2:after {
      font-family: FontAwesome;
      display: block;
      font-size: 6px;
      content: "\f111";
      font-style: normal;
      font-weight: normal;
      margin: 25px 0 0px 0; }
  #menu-almuerzo p, #vinos-menu p, #equipo-salon p, #equipo-bar p {
    color: #604d45; }

.padding-80 {
  padding: 20px 60px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .padding-80 {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .padding-80 {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .padding-80 {
      padding: 14vh 80px;
      text-align: center; } }
  @media (max-width: 768px) {
    .padding-80 {
      padding: 20vh 80px;
      text-align: center; } }
  @media (max-width: 480px) {
    .padding-80 {
      padding: 15vh 30px;
      text-align: center; } }

.bg-almuerzo {
  height: 90vh;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .bg-almuerzo {
      height: 90vh; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .bg-almuerzo {
      height: 86vh; } }
  @media (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
    .bg-almuerzo {
      height: 75vh; } }
  @media (max-width: 768px) {
    .bg-almuerzo {
      height: 80vh; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .bg-almuerzo {
      height: 100vh; } }

#vinos-menu {
  background: #f6c5b7; }

.centrado {
  position: relative; }

.citem {
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.archivo-ingredientes:nth-child(odd) {
  background: #EAEAEA; }
.archivo-ingredientes:nth-child(even) {
  background: #FFFFFF; }
.archivo-ingredientes .fade-white, .archivo-ingredientes .fade-white-equipo {
  background: transparent; }

#equipo-bar {
  background: #a4b575; }

#equipo_som .content {
  width: 100%; }

#diego img {
  margin: 0 auto;
  margin-top: 6vh; }
  @media (min-width: 768px) and (max-width: 992px) {
    #diego img {
      margin-top: 8vh; } }
  @media (max-width: 768px) {
    #diego img {
      margin-top: 12vh; } }
  @media (max-width: 480px) {
    #diego img {
      margin-top: 12vh; } }
@media (max-width: 992px) {
  #diego .two-columns-info {
    background: white; } }

.big-left {
  display: block;
  text-align: left;
  margin: 40px 0; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .big-left {
      margin: 25px 0; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .big-left {
      font-size: 110px;
      margin: 24px 0; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .big-left {
      margin: 25px 0;
      text-align: center; } }
  @media (max-width: 768px) {
    .big-left {
      text-align: center; } }
  @media (max-width: 480px) {
    .big-left {
      margin: 30px 0;
      text-align: center; } }

@media (max-width: 480px) {
  #equipo-crew .bg-100vh {
    height: 52vh; } }
@media (max-width: 768px) {
  #equipo-crew .tp-banner-container {
    height: 400px !important; } }
@media (max-width: 480px) {
  #equipo-crew .tp-banner-container {
    height: 280px !important; } }

#equipo-trabaja-nosotros {
  background: #8C6D86; }
  #equipo-trabaja-nosotros p {
    color: #FFFFFF;
    margin: 30px 0; }
    @media (max-width: 480px) {
      #equipo-trabaja-nosotros p {
        margin: 20px 0; } }

#form-trabajo .modal-body, #trabaja_con_nosotros .modal-body {
  padding: 0 15px; }
#form-trabajo .modal-header, #trabaja_con_nosotros .modal-header {
  border-bottom: 0;
  padding: 22px; }
  #form-trabajo .modal-header .close, #trabaja_con_nosotros .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px; }
#form-trabajo .wpcf7-captcha-captcha-129, #trabaja_con_nosotros .wpcf7-captcha-captcha-129 {
  margin-bottom: 10px; }

.modal {
  background-color: rgba(255, 255, 255, 0.92); }

.modal-content {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.close {
  opacity: 0.9;
  filter: alpha(opacity=90);
  outline: 0; }

.close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.box-modal {
  border: 1px solid #cccccc; }

#equipo-trabaja-nosotros a {
  cursor: pointer; }

#form-trabajo h2, #trabaja_con_nosotros h2 {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 40px; }

#form-trabajo .form-control, #trabaja_con_nosotros .form-control {
  height: 38px;
  padding: 6px 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #666;
  border-radius: 0;
  margin-bottom: 18px; }

#form-trabajo p, #trabaja_con_nosotros p {
  font-family: "azo_sans_thin", helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 0px;
  margin-top: 4px;
  margin-bottom: 22px; }

#form-trabajo .boxes-footer, #trabaja_con_nosotros .boxes-footer {
  padding-right: 6px;
  padding-left: 6px; }

#form-trabajo p.adjuntar-cv, #trabaja_con_nosotros p.adjuntar-cv {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 14px; }

#form-trabajo button, #trabaja_con_nosotros button {
  text-transform: none;
  background-color: transparent;
  border: none; }

#form-trabajo .fa, #trabaja_con_nosotros .fa {
  font-size: 22px; }

@media (max-width: 992px) {
  #form-trabajo p, #trabaja_con_nosotros p {
    text-align: left; }

  #form-trabajo p.adjuntar-cv, #trabaja_con_nosotros p.adjuntar-cv {
    margin-top: 25px; } }
#reservas .btn-reservas {
  font-size: 1.25em;
  display: inline-block;
  margin: 18px 0;
  padding: 16px 20px; }
  @media (min-width: 1400px) and (max-width: 1500px) {
    #reservas .btn-reservas {
      font-size: 1.15em;
      padding: 16px 16px; } }
  @media (min-width: 1200px) and (max-width: 1400px) {
    #reservas .btn-reservas {
      font-size: 16px;
      margin: 18px 0;
      padding: 16px 14px; } }
#reservas .telefono_reservas {
  font-family: "azo_sans_light", helvetica, arial, sans-serif; }
#reservas p {
  margin-bottom: 2.2em; }
  #reservas p:nth-of-type(3) {
    margin-bottom: 0px; }
  #reservas p:nth-of-type(4) {
    margin-top: 1px; }

.bg-100vh {
  height: 100vh;
  width: auto;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#contacto-seccion {
  background: #FFFFFF; }
  #contacto-seccion h1, #contacto-seccion h2, #contacto-seccion h3, #contacto-seccion h4, #contacto-seccion p, #contacto-seccion a, #contacto-seccion p a, #contacto-seccion button {
    color: #000; }
  #contacto-seccion .col-lg-6:first-child p:nth-of-type(1) {
    margin-top: 5px; }
  #contacto-seccion a {
    line-height: 14px;
    border-bottom: 1px solid #000; }
  #contacto-seccion button {
    border-bottom: 1px solid #000; }
  #contacto-seccion .redes-sociales a:hover {
    color: #666666 !important; }

#auspiciadores .item {
  margin: 3px; }

#auspiciadores .item img {
  display: block;
  width: 100%;
  height: auto; }

#formulario {
  padding-top: 100px;
  padding-bottom: 60px; }

.form-control {
  font-family: "azo_sans_thin", helvetica, arial, sans-serif;
  height: 42px;
  padding: 6px 20px;
  font-size: 16px;
  color: #666;
  border: 1px solid #666;
  border-radius: 0;
  margin-bottom: 30px; }

.boxes-footer {
  padding-right: 10px;
  padding-left: 10px; }

.form-control input {
  color: #666; }

.error {
  color: red;
  font-size: 12px;
  font-weight: bold; }

div.wpcf7-validation-errors {
  border: 0px; }

div.wpcf7-mail-sent-ok {
  border: 0;
  color: #398f14;
  text-align: center;
  font-size: 16px; }

.page-template-template-contacto #contacto-home .col-lg-6 h4:first-child, .page-template-template-contacto #contacto-seccion .col-lg-6 h4:first-child {
  margin-top: 2px; }
  @media (max-width: 992px) {
    .page-template-template-contacto #contacto-home .col-lg-6 h4:first-child, .page-template-template-contacto #contacto-seccion .col-lg-6 h4:first-child {
      margin-top: 28px; } }

#formulario div.wpcf7-validation-errors {
  border: 0; }
#formulario span.wpcf7-not-valid-tip {
  color: indianred;
  font-size: 12px;
  display: block;
  text-align: left;
  margin-top: -28px;
  margin-bottom: 20px; }
#formulario .wpcf7-captcha-captcha-129 {
  margin-bottom: 0px; }
#formulario div.wpcf7-mail-sent-ok {
  border: 0;
  color: darkseagreen;
  margin: 10px 0 0 0;
  line-height: 50px;
  font-size: 14px; }
  @media (max-width: 992px) {
    #formulario div.wpcf7-mail-sent-ok {
      line-height: 0; } }
#formulario input[type="submit"] {
  outline: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#form-reservas .modal-content {
  background: #FFF; }
#form-reservas .modal-body {
  background: #DCDCDC;
  padding: 15px 0 15px 0;
  overflow: auto; }
#form-reservas .modal-header {
  background: #DCDCDC;
  border-bottom: 0;
  padding: 22px; }
  #form-reservas .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px; }
#form-reservas button {
  text-transform: none;
  background-color: transparent;
  border: none; }
#form-reservas .fa {
  font-size: 22px; }
#form-reservas h2 {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 40px; }
#form-reservas iframe body#restaurant_restaurant_reservation {
  background: #FFF !important;
  background-color: #FFF; }
#form-reservas iframe #main {
  background: red;
  background-color: red; }

#page-header h1 {
  color: #000; }

.content-header {
  position: relative;
  min-height: 380px;
  height: 60vh;
  width: 100%;
  text-align: center;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 992px) {
    .content-header {
      min-height: 300px;
      height: 50vh; } }
  @media (max-width: 768px) {
    .content-header {
      min-height: 270px;
      height: 40vh; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .content-header {
      height: 78vh; } }
  .content-header h1 {
    font-size: 59px;
    letter-spacing: 8px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .content-header h1 {
        font-size: 56px; } }
    @media (max-width: 992px) {
      .content-header h1 {
        font-size: 50px; } }
    @media (max-width: 768px) {
      .content-header h1 {
        font-size: 46px;
        margin: 2vh 30px; } }
    @media (max-width: 480px) {
      .content-header h1 {
        font-size: 30px;
        margin: 2vh 25px; } }

.fade-white, .fade-white-equipo {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.52);
  width: 100%;
  height: 100%; }

.flexbox-container {
  display: flex;
  justify-content: center;
  align-items: center; }

#footer-page {
  padding-top: 7vh;
  padding-bottom: 6vh; }
  @media (max-width: 768px) and (orientation: landscape) {
    #footer-page {
      padding-top: 18vh;
      padding-bottom: 17vh; } }
  @media (max-width: 480px) {
    #footer-page {
      padding: 8vh 20px 7vh 20px; } }
  #footer-page h4 {
    color: #FFFFFF;
    font-family: "sectra_display_regular", helvetica, arial, sans-serif;
    font-size: 13px;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase; }
    #footer-page h4 span {
      cursor: pointer;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      #footer-page h4 span:hover {
        color: #FFFFFF; }
    @media (max-width: 768px) {
      #footer-page h4 {
        font-size: 14px; } }
  #footer-page p {
    font-size: 12px;
    margin-top: 2px;
    line-height: 1.4em;
    letter-spacing: 0.052em; }
    @media (max-width: 480px) {
      #footer-page p {
        font-size: 11px;
        line-height: 1.5em; } }
  #footer-page ul.redes-sociales {
    margin: 18px 0;
    padding: 0; }
    @media (min-width: 768px) and (max-width: 992px) {
      #footer-page ul.redes-sociales {
        margin-top: 10px;
        margin-bottom: 24px; } }
    @media (max-width: 768px) {
      #footer-page ul.redes-sociales {
        margin-top: 10px;
        margin-bottom: 24px; } }
    @media (max-width: 480px) {
      #footer-page ul.redes-sociales {
        margin-top: 3px;
        margin-bottom: 22px; } }
    #footer-page ul.redes-sociales li {
      display: inline;
      margin: 10px 20px; }
      @media (max-width: 480px) {
        #footer-page ul.redes-sociales li {
          margin: 10px 14px; } }
      #footer-page ul.redes-sociales li i {
        font-size: 26px; }
  #footer-page ul.direccion {
    margin: 10px 0 2px 0; }
    @media (min-width: 768px) and (max-width: 992px) {
      #footer-page ul.direccion {
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      #footer-page ul.direccion {
        margin-bottom: 20px; } }
    #footer-page ul.direccion li {
      margin-left: 15px;
      margin-right: 15px;
      letter-spacing: 0.052em;
      font-family: "azo_sans_light", helvetica, arial, sans-serif;
      font-size: 12px;
      color: #FFFFFF;
      list-style: none;
      display: inline; }
      @media (min-width: 768px) and (max-width: 992px) {
        #footer-page ul.direccion li {
          display: block; } }
      @media (max-width: 768px) {
        #footer-page ul.direccion li {
          font-size: 11px;
          display: block; } }
  #footer-page .footer-datos-contacto a:hover {
    color: #FFFFFF; }
  #footer-page .salto {
    display: inline-block; }

#logo-footer {
  fill: #FFFFFF;
  width: 45px;
  height: auto;
  margin: 18px 0; }

.footer-datos-contacto {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center; }
  .footer-datos-contacto p {
    margin: 0 !important; }
    .footer-datos-contacto p span {
      display: block; }
    @media (max-width: 480px) {
      .footer-datos-contacto p {
        margin-top: -6px;
        line-height: 1.3em; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .footer-datos-contacto .col-lg-4 {
      margin-top: 16px;
      margin-bottom: 32px; } }
  @media (max-width: 768px) {
    .footer-datos-contacto .col-lg-4 {
      margin-top: 16px;
      margin-bottom: 32px; } }

.copyright-page p {
  line-height: 26px;
  margin-top: 10px !important;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .copyright-page p {
      margin-top: 14px !important; } }
  @media (max-width: 480px) {
    .copyright-page p {
      margin-top: 24px; } }
@media (max-width: 768px) {
  .copyright-page .separador {
    display: none; } }
@media (max-width: 480px) {
  .copyright-page .separador {
    display: none; } }
@media (max-width: 768px) {
  .copyright-page span.desarrollado-por {
    display: block; } }
@media (max-width: 480px) {
  .copyright-page span.desarrollado-por {
    display: block; } }

#form-trabajo div.wpcf7-validation-errors, #trabaja_con_nosotros div.wpcf7-validation-errors {
  border: 0; }
#form-trabajo span.wpcf7-not-valid-tip, #trabaja_con_nosotros span.wpcf7-not-valid-tip {
  color: indianred;
  font-size: 11px;
  display: block;
  text-align: left;
  margin-top: 3px; }
#form-trabajo .wpcf7-captcha-captcha-129, #trabaja_con_nosotros .wpcf7-captcha-captcha-129 {
  margin-top: 25px;
  margin-bottom: 0px; }
#form-trabajo div.wpcf7-mail-sent-ok, #trabaja_con_nosotros div.wpcf7-mail-sent-ok {
  border: 0;
  color: darkseagreen;
  margin: 10px 0 0 0;
  line-height: 50px;
  font-size: 14px; }
  @media (max-width: 992px) {
    #form-trabajo div.wpcf7-mail-sent-ok, #trabaja_con_nosotros div.wpcf7-mail-sent-ok {
      line-height: 0; } }
#form-trabajo .form-control, #trabaja_con_nosotros .form-control {
  height: 38px;
  padding: 6px 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #666;
  border-radius: 0;
  margin-bottom: 0px;
  margin-top: 16px; }
#form-trabajo p, #trabaja_con_nosotros p {
  font-family: "azo_sans_thin", helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 4px;
  margin-bottom: 10px;
  text-align: left; }
#form-trabajo .boxes-footer, #trabaja_con_nosotros .boxes-footer {
  padding-right: 6px;
  padding-left: 6px;
  text-align: left; }
#form-trabajo .adjuntar-cv, #trabaja_con_nosotros .adjuntar-cv {
  color: #000;
  font-family: "azo_sans_thin", helvetica, arial, sans-serif;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: -30px;
  display: block; }
#form-trabajo button, #trabaja_con_nosotros button {
  text-transform: none;
  background-color: transparent;
  border: none; }
#form-trabajo select, #trabaja_con_nosotros select {
  border-radius: 0;
  -webkit-appearance: none; }
@media (max-width: 992px) {
  #form-trabajo p, #trabaja_con_nosotros p {
    text-align: left; }
  #form-trabajo p.adjuntar-cv, #trabaja_con_nosotros p.adjuntar-cv {
    margin-top: 15px; } }

#pag-404 {
  padding: 18vh 30px 18vh 30px; }
  #pag-404 p {
    text-align: center; }

#trabaja_con_nosotros {
  margin-top: 18vh;
  margin-bottom: 16vh; }
  #trabaja_con_nosotros h2 {
    font-size: 42px;
    text-align: center; }

.icono-cerrar {
  position: fixed;
  top: 15px;
  right: 15px;
  display: block;
  cursor: pointer;
  padding: 0px 9px;
  height: 33px;
  width: 38px;
  margin: 0px;
  z-index: 999; }
  .icono-cerrar .barra_superior {
    position: absolute;
    margin-top: 1px;
    top: 5px;
    width: 21px;
    height: 2px;
    background: #000 !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icono-cerrar .barra_inferior {
    position: absolute;
    margin-top: 1px;
    top: 17px;
    width: 21px;
    height: 2px;
    background: #000 !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg); }

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0px;
  left: 0px; }

.tp-hide-revslider, .tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important; }

.tp-caption {
  z-index: 1;
  white-space: nowrap; }

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: white;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: white;
  background-color: white;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none; }

.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px; }

.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap; }

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px; }

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000; }

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff; }

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0; }

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0; }

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-caption a:hover {
  color: #ffa902; }

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent; }

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none; }

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline; }

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.49804);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: black;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: white;
  border-style: none; }

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none; }

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: black;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: black;
  text-decoration: none;
  background-color: white;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: black;
  border-style: none; }

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none; }

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans; }

.tp-caption.noshadow {
  text-shadow: none; }

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important; }

/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px; }

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px; }

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
  width: 100%;
  height: auto; }

/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url(../images/gradient/g30.png) repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px; }

.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url(../images/gradient/g40.png) repeat-x top; }

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal; }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important; }

  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none; } }
/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  box-shadow: 0px 3px 0px 0px #104d0b; }

.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  box-shadow: 0px 3px 0px 0px #0f3e68; }

.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  box-shadow: 0px 3px 0px 0px #7c1212; }

.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  box-shadow: 0px 3px 0px 0px #a34c00; }

.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  -webkit-box-shadow: 0px 3px 0px 0px #222;
  -moz-box-shadow: 0px 3px 0px 0px #222;
  box-shadow: 0px 3px 0px 0px #222; }

.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0px 3px 0px 0px #555;
  -moz-box-shadow: 0px 3px 0px 0px #555;
  box-shadow: 0px 3px 0px 0px #555; }

/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden; }

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative; }

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important; }

.tp-simpleresponsive img {
  max-width: none; }

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important; }

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-bannershadow.tp-shadow1 {
  background: url(assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow2 {
  background: url(assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

.tp-bannershadow.tp-shadow3 {
  background: url(assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px; }

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none; }

.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000; }

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; }

.html5vid.videoisplaying .tp-poster {
  display: none; }

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer; }

.html5vid .tp-revstop {
  width: 15px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.html5vid .tp-revstop {
  display: none; }

.html5vid.videoisplaying .revicon-right-dir {
  display: none; }

.html5vid.videoisplaying .tp-revstop {
  display: block; }

.html5vid.videoisplaying .tp-video-play-button {
  display: none; }

.html5vid:hover .tp-video-play-button {
  display: block; }

.fullcoveredvideo .tp-video-play-button {
  display: none !important; }

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
  background-image: linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -o-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -moz-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -webkit-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, black 13%, #323232 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, black), color-stop(1, #323232));
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.tp-caption:hover .tp-video-controls {
  opacity: .9; }

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #EEE;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none; }

.tp-video-button:hover {
  cursor: pointer; }

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell; }

.tp-video-seek-bar-wrap {
  width: 80%; }

.tp-video-vol-bar-wrap {
  width: 20%; }

.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0; }

/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4; }

.tp-dottedoverlay.twoxtwo {
  background: url(assets/gridtile.png); }

.tp-dottedoverlay.twoxtwowhite {
  background: url(assets/gridtile_white.png); }

.tp-dottedoverlay.threexthree {
  background: url(assets/gridtile_3x3.png); }

.tp-dottedoverlay.threexthreewhite {
  background: url(assets/gridtile_3x3_white.png); }

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both; }

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px); }

.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.navbar-old {
  background: url(assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px; }

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px; }

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px; }

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px; }

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important; }

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px; }

.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important; }

.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important; }

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left; }

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative; }

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px; }

.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px; }

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px; }

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px; }

.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px; }

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px; }

.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px; }

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px; }

.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px; }

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px; }

.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px; }

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/large_left.png) no-Repeat 0 0;
  width: 40px;
  height: 40px; }

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(assets/large_right.png) no-Repeat 0 0;
  width: 40px;
  height: 40px; }

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left; }

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px; }

.fullwidthbanner-container .tp-thumbs {
  padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute; }

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-thumbs img {
  width: 100%; }

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px; }

.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto; }

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none; }

  .responsive .tparrows {
    display: none; } }
/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none; }

.tp-simpleresponsive > ul > li {
  list-style: none;
  position: absolute;
  visibility: hidden; }

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(assets/coloredbg.png) repeat; }

.tp-caption.slidelink a span {
  background: url(assets/coloredbg.png) repeat; }

/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
.tparrows .tp-arr-imgholder {
  display: none; }

.tparrows .tp-arr-titleholder {
  display: none; }

/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: transparent; }

.tparrows.preview1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

.tp-rightarrow.preview1:after {
  content: '\e825'; }

.tp-leftarrow.preview1:after {
  content: '\e824'; }

.tparrows.preview1:hover:after {
  background: white;
  color: #aaa; }

.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview1 .tp-arr-iwrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview1:hover .tp-arr-iwrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px; } }
/* PREVIEW 1 BULLETS */
.tp-bullets.preview1 {
  height: 21px; }

.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  /*-webkit-border-radius: 10px;
  border-radius: 10px;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview1 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important; }

/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.3s;
  -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  backface-visibility: hidden; }

.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px; }

.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px; }

.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: hidden;
  position: relative;
  top: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 10px; }

.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.tparrows.preview2.hovered {
  width: 300px; }

.tparrows.preview2:hover {
  background: #fff; }

.tparrows.preview2:hover:after {
  color: #000; }

.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  position: absolute; }

/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
  height: 17px; }

.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview2 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

.tp-arr-titleholder.alwayshidden {
  display: none !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px; }

  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px; }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px; }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }

  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0px; }

  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px; }

  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px; }

  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; } }
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px; }

  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px; }

  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px; }

  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px; }

  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none; }

  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important; } }
/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: white;
  -webkit-transform-style: flat; }

.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.tparrows.preview3:hover:after {
  color: #000; }

.tp-rightarrow.preview3:after {
  content: '\e825'; }

.tp-leftarrow.preview3:after {
  content: '\e824'; }

.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0px;
  padding-right: 70px; }

.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0px;
  direction: rtl;
  padding-left: 70px; }

.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle; }

.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
  height: 17px; }

.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview3 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }

  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; }

  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px; }

  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px; }

  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px; }

  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px; } }
@media only screen and (max-width: 767px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px; }

  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px; } }
/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000; }

.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.tp-rightarrow.preview4:after {
  content: '\e825'; }

.tp-leftarrow.preview4:after {
  content: '\e824'; }

.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0px;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat; }

.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0px; }

.tparrows.preview4 .tp-arr-iwrapper {
  position: relative; }

.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px; }

.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0; }

.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%; }

.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }

  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg); }

  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }
/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
  height: 17px; }

.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.tp-bullets.preview4 .bullet.last {
  margin-right: 0px; }

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important; }

@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px; }

  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px; }

  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important; } }
/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute; }

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.tp-loader.spinner5 {
  background: url(assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center; }

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear; }

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes tp-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.tp-transparentimg {
  content: "url(assets/transparent.png)"; }

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1; }

@font-face {
  font-family: 'revicons';
  src: url("../fonts/revicons.eot?5510888");
  src: url("../fonts/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../fonts/revicons.woff?5510888") format("woff"), url("../fonts/revicons.ttf?5510888") format("truetype"), url("../fonts/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.revicon-search-1:before {
  content: '\e802'; }

/* '' */
.revicon-pencil-1:before {
  content: '\e831'; }

/* '' */
.revicon-picture-1:before {
  content: '\e803'; }

/* '' */
.revicon-cancel:before {
  content: '\e80a'; }

/* '' */
.revicon-info-circled:before {
  content: '\e80f'; }

/* '' */
.revicon-trash:before {
  content: '\e801'; }

/* '' */
.revicon-left-dir:before {
  content: '\e817'; }

/* '' */
.revicon-right-dir:before {
  content: '\e818'; }

/* '' */
.revicon-down-open:before {
  content: '\e83b'; }

/* '' */
.revicon-left-open:before {
  content: '\e819'; }

/* '' */
.revicon-right-open:before {
  content: '\e81a'; }

/* '' */
.revicon-angle-left:before {
  content: '\e820'; }

/* '' */
.revicon-angle-right:before {
  content: '\e81d'; }

/* '' */
.revicon-left-big:before {
  content: '\e81f'; }

/* '' */
.revicon-right-big:before {
  content: '\e81e'; }

/* '' */
.revicon-magic:before {
  content: '\e807'; }

/* '' */
.revicon-picture:before {
  content: '\e800'; }

/* '' */
.revicon-export:before {
  content: '\e80b'; }

/* '' */
.revicon-cog:before {
  content: '\e832'; }

/* '' */
.revicon-login:before {
  content: '\e833'; }

/* '' */
.revicon-logout:before {
  content: '\e834'; }

/* '' */
.revicon-video:before {
  content: '\e805'; }

/* '' */
.revicon-arrow-combo:before {
  content: '\e827'; }

/* '' */
.revicon-left-open-1:before {
  content: '\e82a'; }

/* '' */
.revicon-right-open-1:before {
  content: '\e82b'; }

/* '' */
.revicon-left-open-mini:before {
  content: '\e822'; }

/* '' */
.revicon-right-open-mini:before {
  content: '\e823'; }

/* '' */
.revicon-left-open-big:before {
  content: '\e824'; }

/* '' */
.revicon-right-open-big:before {
  content: '\e825'; }

/* '' */
.revicon-left:before {
  content: '\e836'; }

/* '' */
.revicon-right:before {
  content: '\e826'; }

/* '' */
.revicon-ccw:before {
  content: '\e808'; }

/* '' */
.revicon-arrows-ccw:before {
  content: '\e806'; }

/* '' */
.revicon-palette:before {
  content: '\e829'; }

/* '' */
.revicon-list-add:before {
  content: '\e80c'; }

/* '' */
.revicon-doc:before {
  content: '\e809'; }

/* '' */
.revicon-left-open-outline:before {
  content: '\e82e'; }

/* '' */
.revicon-left-open-2:before {
  content: '\e82c'; }

/* '' */
.revicon-right-open-outline:before {
  content: '\e82f'; }

/* '' */
.revicon-right-open-2:before {
  content: '\e82d'; }

/* '' */
.revicon-equalizer:before {
  content: '\e83a'; }

/* '' */
.revicon-layers-alt:before {
  content: '\e804'; }

/* '' */
.revicon-popup:before {
  content: '\e828'; }

/* '' */
.wrapper {
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 768px) {
    .wrapper {
      height: 110vh !important; } }
  @media (max-width: 768px) and (orientation: landscape) {
    .wrapper {
      height: 150vh !important; } }

.main section .page_container {
  position: relative;
  top: 25%;
  margin: 0 auto 0;
  max-width: 950px;
  z-index: 3; }

.main section {
  overflow: hidden; }

.main section > img {
  position: absolute;
  max-width: 100%;
  z-index: 1; }

.main section.page1 {
  background: #e6d9c8; }

.main section.page1 h1 {
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
  font-size: 70px;
  color: black; }

.main section.page1 h2 {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  width: 435px;
  line-height: 160%; }

.main section .page_container .btns {
  clear: both;
  float: left;
  text-align: center;
  width: 435px; }

.main section.page2 {
  background: #555557 url(img/back-phone.png) no-repeat center -150px; }

.main section.page2 > img {
  position: absolute;
  top: -300px;
  left: 50%;
  margin-left: -1095px; }

.main section.page2 .page_container {
  margin-top: 240px;
  overflow: hidden; }

.main section.page2 h1 {
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
  font-size: 50px;
  letter-spacing: -1px;
  color: white; }

.main section.page2 h2 {
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 160%;
  font-weight: 100; }

.viewing-page-2 .back {
  background: rgba(0, 0, 0, 0.25);
  color: #FFF; }

.main section.page3 {
  background: url(img/tilted-phone.png) no-repeat 156px -150px; }

.main section.page3 .page_container {
  overflow: hidden;
  width: 500px;
  right: -285px; }

.main section.page3 h1 {
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  font-size: 70px;
  letter-spacing: -1px;
  color: black; }

.main section.page3 h2 {
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
  line-height: 160%;
  font-weight: 100;
  font-size: 21px; }

body.disabled-onepage-scroll .onepage-wrapper section {
  min-height: 100%;
  height: auto; }

body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container {
  padding: 20px;
  margin-top: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body.disabled-onepage-scroll section .page_container h1 {
  text-align: center;
  font-size: 50px; }

body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns {
  text-align: center;
  width: 100%; }

body.disabled-onepage-scroll .main section.page1 > img {
  position: absolute;
  width: 80%;
  left: 10%; }

body.disabled-onepage-scroll .main section > img {
  position: relative;
  max-width: 80%;
  bottom: 0; }

body.disabled-onepage-scroll code {
  width: 95%;
  margin: 0 auto 25px;
  float: none;
  overflow: hidden; }

body.disabled-onepage-scroll .main section.page3 .page_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  right: 0; }

.bg-img {
  height: 100vh;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 992px) {
    .bg-img {
      height: 44vh; } }
  @media (max-width: 480px) {
    .bg-img {
      height: 34vh; } }

.fuente_numeros {
  font-family: "Waters Titling Pro"; }
  @media (max-width: 768px) {
    .fuente_numeros {
      font-size: 34px; } }
  @media (max-width: 480px) {
    .fuente_numeros {
      font-size: 28px; } }

#historia_timeline {
  text-align: center; }
  #historia_timeline p {
    font-size: 15px; }
    @media (max-width: 480px) {
      #historia_timeline p {
        font-size: 14px;
        line-height: 1.75em; } }
  #historia_timeline .flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center; }
    @media (min-width: 768px) and (max-width: 992px) {
      #historia_timeline .flex {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: initial; } }
    @media (max-width: 768px) {
      #historia_timeline .flex {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: initial; } }
    @media (max-width: 480px) {
      #historia_timeline .flex {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: initial; } }
  #historia_timeline .flex-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center; }
    @media (min-width: 768px) and (max-width: 992px) {
      #historia_timeline .flex-2 {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-align-items: initial;
        align-items: initial; } }
    @media (max-width: 768px) {
      #historia_timeline .flex-2 {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-align-items: initial;
        align-items: initial; } }
    @media (max-width: 480px) {
      #historia_timeline .flex-2 {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-align-items: initial;
        align-items: initial; } }
  #historia_timeline .flex-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center; }
  #historia_timeline .main section {
    overflow: initial; }
  #historia_timeline .encabezado {
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px 0; }
    @media (min-width: 768px) and (max-width: 992px) {
      #historia_timeline .encabezado {
        font-size: 16px; } }
    @media (max-width: 768px) {
      #historia_timeline .encabezado {
        font-size: 14px;
        margin-bottom: 2px; } }
    @media (max-width: 480px) {
      #historia_timeline .encabezado {
        font-size: 12px;
        margin-bottom: 2px; } }
  #historia_timeline .texto span {
    display: block; }
  #historia_timeline .bg-fade {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: flex;
    display: -webkit-flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  @media (max-width: 992px) {
    #historia_timeline #modulo1, #historia_timeline #modulo2, #historia_timeline #modulo3 {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 768px) {
    #historia_timeline #modulo1, #historia_timeline #modulo2, #historia_timeline #modulo3 {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (max-width: 480px) {
    #historia_timeline #modulo1, #historia_timeline #modulo2, #historia_timeline #modulo3 {
      padding-left: 30px;
      padding-right: 30px; } }
  #historia_timeline #modulo1 h1 {
    margin: 40px 0; }
    @media (max-width: 992px) {
      #historia_timeline #modulo1 h1 {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      #historia_timeline #modulo1 h1 {
        font-size: 32px;
        margin: 15px 0 30px 0; } }
  #historia_timeline .encabezado-modulo1 {
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 992px) {
      #historia_timeline .encabezado-modulo1 {
        font-size: 18px; } }
    @media (max-width: 768px) {
      #historia_timeline .encabezado-modulo1 {
        font-size: 16px;
        margin-bottom: 4px; } }
    @media (max-width: 480px) {
      #historia_timeline .encabezado-modulo1 {
        font-size: 14px;
        margin: 10px 0 4px 0; } }
  #historia_timeline #modulo2 .col-lg-8 {
    padding-top: 14vh; }
    @media (max-width: 480px) {
      #historia_timeline #modulo2 .col-lg-8 {
        padding-top: 6vh; } }
  #historia_timeline #modulo3 {
    background: #F2F2F2;
    position: relative; }
  #historia_timeline .linea1 {
    position: absolute;
    height: 25%;
    width: 1px;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: #000;
    z-index: 10; }
    @media (max-width: 768px) {
      #historia_timeline .linea1 {
        height: 25%; } }
    @media (max-width: 480px) {
      #historia_timeline .linea1 {
        height: 20%; } }
  #historia_timeline .content-text, #historia_timeline .content-text-full {
    text-align: left;
    padding-left: 16px;
    border-left: 1px solid #000; }
    @media (max-width: 480px) {
      #historia_timeline .content-text, #historia_timeline .content-text-full {
        border: 0;
        padding-left: 0; } }
    #historia_timeline .content-text h2, #historia_timeline .content-text-full h2 {
      margin: 0; }
      @media (max-width: 992px) {
        #historia_timeline .content-text h2, #historia_timeline .content-text-full h2 {
          text-align: left; } }
    #historia_timeline .content-text p, #historia_timeline .content-text-full p {
      margin: 10px 0 0 0; }
      @media (max-width: 992px) {
        #historia_timeline .content-text p, #historia_timeline .content-text-full p {
          text-align: left; } }
  #historia_timeline .text-white {
    border-left: 1px solid #FFFFFF; }
    #historia_timeline .text-white p, #historia_timeline .text-white h2 {
      color: #FFFFFF !important; }
    @media (max-width: 480px) {
      #historia_timeline .text-white {
        border: 0; } }
  #historia_timeline .container-fluid .content-text:first-child, #historia_timeline .container-fluid .content-text-full:first-child {
    margin: 2% 100px 30% 100px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #historia_timeline .container-fluid .content-text:first-child, #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 0 60px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #historia_timeline .container-fluid .content-text:first-child, #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 3% 60px 3% 30px; } }
    @media (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
      #historia_timeline .container-fluid .content-text:first-child, #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 8% 60px 8% 30px; } }
    @media (max-width: 768px) {
      #historia_timeline .container-fluid .content-text:first-child, #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 8% 25px 8% 25px; } }
    @media (max-width: 480px) {
      #historia_timeline .container-fluid .content-text:first-child, #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 10% 20px 8% 20px; } }
    #historia_timeline .container-fluid .content-text:first-child p, #historia_timeline .container-fluid .content-text-full:first-child p {
      padding-left: 0;
      padding-right: 40px; }
      @media (max-width: 480px) {
        #historia_timeline .container-fluid .content-text:first-child p, #historia_timeline .container-fluid .content-text-full:first-child p {
          padding-right: 0; } }
  #historia_timeline .container-fluid .content-text:last-child, #historia_timeline .container-fluid .content-text-full:last-child {
    margin: 20% 100px 2% 100px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #historia_timeline .container-fluid .content-text:last-child, #historia_timeline .container-fluid .content-text-full:last-child {
        margin: 26% 60px 2% 60px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #historia_timeline .container-fluid .content-text:last-child, #historia_timeline .container-fluid .content-text-full:last-child {
        margin: 8% 60px 2% 30px; } }
    @media (max-width: 768px) {
      #historia_timeline .container-fluid .content-text:last-child, #historia_timeline .container-fluid .content-text-full:last-child {
        margin: 8% 25px 2% 25px; } }
    @media (max-width: 480px) {
      #historia_timeline .container-fluid .content-text:last-child, #historia_timeline .container-fluid .content-text-full:last-child {
        margin: 10% 20px 2% 20px; } }
    #historia_timeline .container-fluid .content-text:last-child p, #historia_timeline .container-fluid .content-text-full:last-child p {
      padding-left: 0;
      padding-right: 40px; }
      @media (max-width: 480px) {
        #historia_timeline .container-fluid .content-text:last-child p, #historia_timeline .container-fluid .content-text-full:last-child p {
          padding-right: 0; } }
  #historia_timeline .container-fluid .content-text-full:first-child {
    margin: 2% 100px 10% 100px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 4% 60px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 1% 60px 3% 30px; } }
    @media (max-width: 768px) {
      #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 2% 25px 2% 25px; } }
    @media (max-width: 480px) {
      #historia_timeline .container-fluid .content-text-full:first-child {
        margin: 2% 20px 2% 20px; } }
    #historia_timeline .container-fluid .content-text-full:first-child p {
      padding-left: 0;
      padding-right: 40px; }
      @media (max-width: 480px) {
        #historia_timeline .container-fluid .content-text-full:first-child p {
          padding-right: 0; } }
  #historia_timeline .container-fluid .content-text-full:last-child {
    margin: 2% 100px 2% 100px; }
    @media (min-width: 992px) and (max-width: 1200px) {
      #historia_timeline .container-fluid .content-text-full:last-child {
        margin: 18% 60px 2% 60px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      #historia_timeline .container-fluid .content-text-full:last-child {
        margin: 20% 60px 2% 30px; } }
    @media (max-width: 768px) {
      #historia_timeline .container-fluid .content-text-full:last-child {
        margin: 22% 25px 2% 25px; } }
    @media (max-width: 480px) {
      #historia_timeline .container-fluid .content-text-full:last-child {
        margin: 18% 20px 2% 20px; } }
    #historia_timeline .container-fluid .content-text-full:last-child p {
      padding-left: 0;
      padding-right: 40px; }
      @media (max-width: 480px) {
        #historia_timeline .container-fluid .content-text-full:last-child p {
          padding-right: 0; } }

.onepage-pagination li a:before {
  width: 4px;
  height: 4px;
  background: rgba(128, 128, 128, 0.8);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

.onepage-pagination li a.active:before {
  background: rgba(128, 128, 128, 0.8);
  border: 0;
  margin-top: -4px;
  left: 8px; }

.onepage-pagination {
  top: 40%; }

@font-face {
  font-family: 'sectra_display_regular';
  src: url("fonts/gt-sectra-display-regular-webfont.eot");
  src: url("fonts/gt-sectra-display-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gt-sectra-display-regular-webfont.woff2") format("woff2"), url("fonts/gt-sectra-display-regular-webfont.woff") format("woff"), url("fonts/gt-sectra-display-regular-webfont.ttf") format("truetype"), url("fonts/gt-sectra-display-regular-webfont.svg#gt_sectra_displayregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'azo_sans_light';
  src: url("fonts/rui_abreu_-_azosans-light-webfont.eot");
  src: url("fonts/rui_abreu_-_azosans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/rui_abreu_-_azosans-light-webfont.woff2") format("woff2"), url("fonts/rui_abreu_-_azosans-light-webfont.woff") format("woff"), url("fonts/rui_abreu_-_azosans-light-webfont.ttf") format("truetype"), url("fonts/rui_abreu_-_azosans-light-webfont.svg#azo_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'azo_sans_thin';
  src: url("fonts/rui_abreu_-_azosans-thin-webfont.eot");
  src: url("fonts/rui_abreu_-_azosans-thin-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/rui_abreu_-_azosans-thin-webfont.woff2") format("woff2"), url("fonts/rui_abreu_-_azosans-thin-webfont.woff") format("woff"), url("fonts/rui_abreu_-_azosans-thin-webfont.ttf") format("truetype"), url("fonts/rui_abreu_-_azosans-thin-webfont.svg#azo_sansthin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'sectra_display_light';
  src: url("fonts/gt-sectra-display-light-webfont.eot");
  src: url("fonts/gt-sectra-display-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gt-sectra-display-light-webfont.woff2") format("woff2"), url("fonts/gt-sectra-display-light-webfont.woff") format("woff"), url("fonts/gt-sectra-display-light-webfont.ttf") format("truetype"), url("fonts/gt-sectra-display-light-webfont.svg#gt_sectra_displaylight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Waters Titling Pro';
  src: url("fonts/WatersTitlingPro-Sb.eot");
  src: url("fonts/WatersTitlingPro-Sb.eot?#iefix") format("embedded-opentype"), url("fonts/WatersTitlingPro-Sb.woff") format("woff"), url("fonts/WatersTitlingPro-Sb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*# sourceMappingURL=style.css.map */
