html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Gotham-Book";
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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"] {
  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;
  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;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 31px;
  padding-right: 31px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1326px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 31px;
  padding-right: 31px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -31px;
  margin-right: -31px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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: 31px;
  padding-right: 31px;
}

.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-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1366px) {
  .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-1 {
    width: 8.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.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%;
}

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

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }

  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: 1023px) {
  .visible-sm {
    display: block !important;
  }

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .visible-md {
    display: block !important;
  }

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

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

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg {
    display: block !important;
  }

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

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

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

  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;
  }
}
.customSelect {
  float: left;
  width: 100%;
  height: 53px;
  padding: 0px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  margin-bottom: 22px;
  line-height: 54px;
  font-family: "Gotham-Book";
  font-size: 14px;
  color: #2c2c2c;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customSelect {
    font-size: 12px;
  }
}
.customSelect .customSelectInner {
  width: 100% !important;
  height: 100%;
}
.customSelect .customSelectInner:after, .facetwp-facet::after{
  content: "\f107";
  position: relative;
  float: right;
  font-family: "FontAwesome";
  font-size: 24px;
  color: #2c2c2c;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .customSelect .customSelectInner:after, .facetwp-facet::after {
    font-size: 22px;
  }
}

.site-content-contain {
  background-color: #f0f0f0;
}

#content {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

#downloads .downloads-intro,
#downloads .downloads-content,
#downloads .downloads-icons {
  position: relative;
  float: left;
  width: 100%;
}
#downloads .downloads-intro .textwidget {
  position: relative;
  float: left;
  width: 80%;
  clear: both;
  margin: 40px 0px 0px 0px;
  font-family: "Gotham-Book";
  font-size: 18px;
  color: #2c2c2c;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-intro .textwidget {
    font-size: 16px;
  }
}
#downloads .downloads-intro .selects-container {
  position: relative;
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#downloads .downloads-intro .selects-container .select-container {
  position: relative;
  float: left;
  width: 26%;
  margin: 45px 0px 0px 0px;
}
#downloads .downloads-intro .selects-container .select-container select,
#downloads .downloads-intro .selects-container .select-container .customSelect {
  font-family: "Gotham-Book";
  font-size: 18px;
  color: #0091da;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-intro .selects-container .select-container select,
  #downloads .downloads-intro .selects-container .select-container .customSelect {
    font-size: 16px;
  }
}
#downloads .downloads-intro .selects-container .select-container select {
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 60px !important;
  font-size: 16px !important;
  text-transform: none;
}
.facetwp-facet {
  margin-right: 10px;
}
#downloads .downloads-intro .selects-container .select-container .customSelect, #downloads .downloads-intro .selects-container .select-container select.facetwp-dropdown{
  height: 60px;
  background-color: #ffffff;
  border: 2px solid #0091da;
  padding: 0px 18px;
  line-height: 61px;
  /**/
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0px 10px;

}
#downloads .downloads-intro .selects-container .select-container .customSelect .customSelectInner:after, 
.post-type-archive-desc_tecnicas #downloads .downloads-intro .selects-container .select-container .facetwp-facet::after {
  margin-left: 20px;
  color: #0091da;
  position: absolute;
  right: 20px;
}

.post-type-archive-desc_tecnicas #downloads .downloads-intro .selects-container .select-container .facetwp-facet::after {
  margin-top: 13px;
}

#downloads .facetwp-pager-label{
  display: none;
}
#downloads .facetwp-pager{
  text-align: right;
}

.facetwp-pager .facetwp-page:hover, .facetwp-pager .facetwp-page.active{
  background-color: #0091da !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.facetwp-pager .facetwp-page {
  position: relative;
  line-height: 36px;
  font-size: 20px;
  width:36px;
  height:36px;
  text-align: center;
  margin-left:10px;
}

#downloads .downloads-icons {
  margin-bottom: 22px;
}
#downloads .downloads-icons .type-icon {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-right: 14px;
}
#downloads .downloads-icons .type-icon img,
#downloads .downloads-icons .type-icon span {
  position: relative;
  float: left;
}
#downloads .downloads-icons .type-icon img {
  width: 35px;
  height: auto;
  margin-right: 8px;
}
#downloads .downloads-icons .type-icon span {
  font-family: "Gotham-Book";
  font-size: 12px;
  color: #a2a2a2;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-icons .type-icon span {
    font-size: 10px;
  }
}
#downloads .downloads-content .downloads {
  position: relative;
  float: left;
  width: 100%;
}
#downloads .downloads-content .downloads .contents {
  position: relative;
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#downloads .downloads-content .downloads .contents .download {
  position: relative;
  float: left;
  width: 23%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 1% 36px 1%;
  background-color: #ffffff;
  border: 1px solid #a2a2a2;
}
#downloads .downloads-content .downloads .contents .download .download-img,
#downloads .downloads-content .downloads .contents .download .download-name,
#downloads .downloads-content .downloads .contents .download .bottom-container {
  position: relative;
  float: left;
}
#downloads .downloads-content .downloads .contents .download .download-img {
  width: 80%;
  height: 116px;
  left: 10%;
  margin: 36px 0px 28px 0px;
  background-image: url("../images/blank.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}
#downloads .downloads-content .downloads .contents .download .download-img.with-img {
  border: 1px solid #e1e1e1;
  background-image: url("../images/blank.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#downloads .downloads-content .downloads .contents .download .download-name {
  width: 86%;
  left: 7%;
  margin-bottom: 28px;
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #0091da;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-content .downloads .contents .download .download-name {
    font-size: 14px;
  }
}
#downloads .downloads-content .downloads .contents .download .bottom-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 18px;
}
#downloads .downloads-content .downloads .contents .download .bottom-container .download-icon {
  position: relative;
  float: left;
  width: 46px;
  height: auto;
  margin-left: 14px;
}
#downloads .downloads-content .downloads .contents .download .bottom-container .download-type,
#downloads .downloads-content .downloads .contents .download .bottom-container .download-size {
  position: relative;
  float: left;
  font-family: "Gotham-Light";
  font-size: 14px;
  color: #3b3b3b;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-content .downloads .contents .download .bottom-container .download-type,
  #downloads .downloads-content .downloads .contents .download .bottom-container .download-size {
    font-size: 12px;
  }
}
#downloads .downloads-content .downloads .contents .download .bottom-container .download-type {
  margin-left: 14px;
  text-transform: none;
}
#downloads .downloads-content .downloads .contents .download .bottom-container .download-size {
  margin-right: 14px;
}
#downloads .downloads-content .downloads .contents .download .download-over {
  position: absolute;
  width: 104%;
  min-height: 110%;
  top: 0px;
  left: -2%;
  background-color: #0091da;
  display: none;
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container {
  position: relative;
  float: left;
  width: 100%;
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container .name,
#downloads .downloads-content .downloads .contents .download .download-over .over-container .description,
#downloads .downloads-content .downloads .contents .download .download-over .over-container .size,
#downloads .downloads-content .downloads .contents .download .download-over .over-container .bottom {
  position: relative;
  float: left;
  width: 86%;
  left: 7%;
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container .name {
  margin: 42px 0px 24px 0px;
  font-family: "Gotham-Book";
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-content .downloads .contents .download .download-over .over-container .name {
    font-size: 14px;
  }
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container .description {
  margin-bottom: 24px;
  opacity: 0.5;
  font-family: "Gotham-Light";
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-content .downloads .contents .download .download-over .over-container .description {
    font-size: 14px;
  }
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container .size {
  font-family: "Gotham-Light";
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-content .downloads .contents .download .download-over .over-container .size {
    font-size: 14px;
  }
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container .bottom {
  padding: 10px 0px;
  margin-top: 24px;
  border-top: 1px solid #b2def4;
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container .bottom span,
#downloads .downloads-content .downloads .contents .download .download-over .over-container .bottom i {
  position: relative;
  float: left;
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container .bottom span {
  width: calc(100% - 18px);
  font-family: "Gotham-Book";
  font-size: 17px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #downloads .downloads-content .downloads .contents .download .download-over .over-container .bottom span {
    font-size: 15px;
  }
}
#downloads .downloads-content .downloads .contents .download .download-over .over-container .bottom i {
  float: right;
  width: 18px;
  height: 24px;
  background-image: url("../images/download2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#downloads .downloads-content .downloads .contents .download:hover .download-over {
  display: block;
  box-shadow: 0px 0px 20px 3px rgba(138, 138, 138, 0.7);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#downloads .downloads-content .pagination {
  float: right;
}
#downloads .downloads-content .pagination .navigation {
  width: auto;
}

.downloads-remove-filters {
  margin-top: 45px;
  width: 15%;
} 

.downloads-remove-filters #remove-filters ,.downloads-remove-filters #remove-desc-tec-filters {
  background-color: #0091da;
    color: white;
    width: auto;
    padding: 0 10px;
    height: 60px;
    font-size: 16px;
    /**/
    line-height: 24px;
}

.downloads-remove-filters #remove-filters:hover {
  background-color: white;
  color: #0091da;
}

.downloads-remove-filters #remove-filters:disabled,
.downloads-remove-filters #remove-filters:disabled:hover {
  background-color: #0091da;
  color: white;
  opacity: 0.6;
}

@media (max-width: 1280px) {

  #downloads .downloads-intro .selects-container .select-container {
    width: 100%;
  }

  .downloads-remove-filters {
    width: 70%;
  }

}

@media (max-width: 1023px) {
  #downloads .downloads-intro .textwidget {
    width: 100%;
    font-size: 14px;
  }
  #downloads .downloads-intro .selects-container {
    display: block;
    margin: 45px 0px 0px 0px;
  }
  #downloads .downloads-intro .selects-container .select-container {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }

  .downloads-remove-filters {
    margin-top: 0;
    width: 100%;
  }
  #downloads .downloads-content .downloads .contents .download {
    width: 31.333%;
  }
}

@media (max-width: 767px) {
  #downloads .downloads-content .downloads .contents .download {
    width: 48%;
  }
}
@media (max-width: 669px) {
  #downloads .downloads-content .downloads .contents .download {
    width: 100%;
  }
}


/**************************\
  Basic Modal Styles
\**************************/

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:9;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #0091da;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  padding: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__close:hover, .modal__close:focus{
	background:#fff;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/****** DESCARGAS TECNICAS ******/
#download-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.download-button{
	padding: .75em 12px;
}

h2.download-title{
	margin: 45px 0 30px;
	color: #0091da;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.download-info td {
	text-align: center;
	border: 1px solid #0091da;
	background: white;
	font-size: 14px;
	padding: 5px;
}

.download-info tr:first-child td{
	background-color : #0091da!important;
	color: white;
}

.download-info p {
  font-size: 14px;
  line-height: 20px;
}

.single-desc_tecnicas .site-content-contain{
  background: white;
}

.single-desc_tecnicas #title{
  margin: 0px;
  padding: 0px 20px;
  line-height: 46px;
  font-family: "Gotham-XLight";
  font-size: 48px;
  color: #0091da;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.text-align-right{
  text-align: right;
  margin-bottom: 20px;
  margin-top: -30px;
}
@media (max-width:650px){
  .text-align-right{
    margin-top: 0px;
  }
  .single-desc_tecnicas #title{
    padding: 0px;
    line-height: 40px;
    font-size: 40px;
  }
}

p.login-password, p.login-remember {
  margin-top: 10px;
}

p.login-submit {
  text-align: center;
  margin-top: 20px;
}

input#wp-submit {
  background-color: #0091da;
  font-size: 16px;
  font-family: "Gotham-Book";
  width: 100%;
}

.single-desc_tecnicas #back {
  font-family: "Gotham-Book";
  font-size: 13px;
  color: #2c2c2c;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.single-desc_tecnicas #back i {
  font-size: 20px;
  margin: 0px 10px 0px 0px;
}

.single-desc_tecnicas .title-part{
  border-bottom: 1px solid #D3D3D3;
}

.single-desc_tecnicas .download-info {
  padding-left: 0;
}

.single-desc_tecnicas .descargar_arxivo{
  display: block; 
  background:transparent; 
  padding:11px;
  font-size: 14px;
  color: #2C2C2C;
}

.single-desc_tecnicas .descargar_arxivo:hover{
  color: #0091DA;
}

.single-desc_tecnicas .descargar_arxivo span{
  padding-left: 10px;
}


.descarga-tecnica + .descarga-tecnica{
  border-top: 1px solid #D3D3D3;
  margin-top: 45px;
}

.download-image{
  margin-top: 45px;
}

.download-image .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.download-image .images-slider .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  z-index: 8;
  pointer-events:none;
}
.download-image .images-slider .owl-nav .owl-prev,
.download-image .images-slider .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 75px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  margin: 0px;
  opacity: 0.3;
  pointer-events:auto;
  
}
.download-image .images-slider .owl-nav .owl-prev:hover,
.download-image .images-slider .owl-nav .owl-next:hover {
  opacity: 1;
  background-color:transparent!important;
}
.download-image .images-slider .owl-nav .owl-prev {
  left: 0px;
  background-image: url("../images/left-chevron-blue-product.png")!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.download-image .images-slider .owl-nav .owl-next {
  right: 0px;
  background-image: url("../images/right-chevron-blue-product.png")!important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
.download-image .images-slider .owl-dots {
  position: relative;
  z-index: 9;
}
.download-image .images-slider .owl-dots .owl-dot span {
  background-color: #b2def4;
}
.download-image .images-slider .owl-dots .owl-dot:hover span, .download-image .images-slider .owl-dots .owl-dot.active span {
  background-color: #0091da;
}

.caption-desc_tecnicas{
  text-align: right;
  font-size: 12px;
  color: #727272;
  padding-right: 70px;
  padding-top: 20px;
}

.modal input::placeholder {
  text-transform:none;
  color:gainsboro;
}


.banner-desc-footer .banner_container{
  position: relative;
}

.banner-desc-footer .midea-button{
  background-color: #fff;
  color: #0091da;
  padding: 15px 60px;
  text-transform: lowercase;
  font-size: 20px;
}

.banner-desc-footer .banner_desc_image{
  height: 650px;
  background-position: center;
  background-size: cover;
}
.banner-desc-footer .txt_footer{
  top: 50%;
  left: 50%;
  color: #0091da;
  font-size: 35px;
  width: 40%!important;
  position: absolute!important;
  margin: 15% 0 0 0;
}

.banner-desc-footer .txt_footer h2{
  color: #0091da;
  text-align: center;
  line-height: 4rem;
  font-size: 35px;
  margin-bottom: 15px;
}

.align-center{
  text-align: center;
}

