@charset "UTF-8";

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! 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 {
  -webkit-box-sizing: content-box;
  -moz-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;
  -webkit-box-sizing: content-box;
  -moz-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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

* {
  -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.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: thin dotted;
  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 {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  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 {
  -webkit-border-radius: 50%;
  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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.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%;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

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.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.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: #999;
  opacity: 1;
}

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

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

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

.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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled 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,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

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

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

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

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

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

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

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

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

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

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

.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,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
}

.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: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.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: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  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);
  background-clip: padding-box;
  outline: 0;
}

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

.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.42857px;
}

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

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

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

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

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  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;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix: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 {
  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;
}

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

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

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

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

body:before {
  background-color: #FCF8E3;
  border-bottom: 1px solid #FBEED5;
  border-left: 1px solid #FBEED5;
  color: #C09853;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
	jQuery.mmenu CSS
*/

/*
	jQuery.mmenu oncanvas CSS
*/

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
}

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/

.mm-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

/*
	jQuery.mmenu autoHeight addon CSS
*/

.mm-menu.mm-autoheight {
  max-height: 80%;
}

.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dividers addon CSS
*/

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu iconpanels addon CSS
*/

.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -o-transition-property: -o-transform, left;
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  -o-transition-property: transform, left, -o-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform, -o-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

/*
	jQuery.mmenu navbars addon CSS
*/

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: 'x';
}

.mm-navbar[class*="mm-navbar-content-"] > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/

.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/

input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

label.mm-toggle {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle,
label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/

.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px;
}

/*
	jQuery.mmenu effects extension CSS
*/

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

/*
	jQuery.mmenu fullscreen extension CSS
*/

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/

.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu pagedim extension CSS
*/

html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
  opacity: 0;
}

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

/*
	jQuery.mmenu z-position extension CSS
*/

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease, -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/

.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
	jQuery.mmenu tileview extension CSS
*/

.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

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

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*

	1. Buttons

 */

/* <button> css reset */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s, -o-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -o-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  -o-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  -o-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-o-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    -o-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

input::-webkit-input-placeholder {
  line-height: normal;
}

body {
  background: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  /**
     * Override position of tooltip informing about the current media query.
     */
  /**
     * Current media query for js retrieve.
     */
}

body.is-blocked {
  overflow: hidden;
}

body:before {
  content: none;
  right: auto;
  left: 50%;
  opacity: 0.6;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

body:after {
  content: 'xxs';
  display: none;
}

/**
 * Basic styles for links
 */

a {
  color: #c53752;
  text-decoration: none;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

a:hover,
a:active,
a:focus {
  color: #c53752;
  text-decoration: underline;
  outline: none;
}

/**
 * Univers LT 47 Condensed Light
 */

@font-face {
  font-family: 'UniversLT-CondensedLight';
  src: url("../../fonts/UniversLT-CondensedLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniversLT-CondensedLight.woff") format("woff"), url("../../fonts/UniversLT-CondensedLight.ttf") format("truetype"), url("../../fonts/UniversLT-CondensedLight.svg#UniversLT-CondensedLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * Univers LT 47 Condensed Light Oblique
 */

@font-face {
  font-family: 'UniversLT-CondensedLightOblique';
  src: url("../../fonts/UniversLT-CondensedLightOblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniversLT-CondensedLightOblique.woff") format("woff"), url("../../fonts/UniversLT-CondensedLightOblique.ttf") format("truetype"), url("../../fonts/UniversLT-CondensedLightOblique.svg#UniversLT-CondensedLightOblique") format("svg");
  font-weight: normal;
  font-style: italic;
}

/**
 * Univers LT 47 Condensed Bold
 */

@font-face {
  font-family: 'UniversLT-CondensedBold';
  src: url("../../fonts/UniversLT-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniversLT-CondensedBold.woff") format("woff"), url("../../fonts/UniversLT-CondensedBold.ttf") format("truetype"), url("../../fonts/UniversLT-CondensedBold.svg#UniversLT-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/**
 * Univers LT 47 Condensed Bold Oblique
 */

@font-face {
  font-family: 'UniversLT-CondensedBoldOblique';
  src: url("../../fonts/UniversLT-CondensedBoldOblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniversLT-CondensedBoldOblique.woff") format("woff"), url("../../fonts/UniversLT-CondensedBoldOblique.ttf") format("truetype"), url("../../fonts/UniversLT-CondensedBoldOblique.svg#UniversLT-CondensedBoldOblique") format("svg");
  font-weight: bold;
  font-style: italic;
}

/**
 * Ostrich Sans Bold
 */

@font-face {
  font-family: 'OstrichSans-Bold';
  src: url("../../fonts/OstrichSans-Bold.eot");
  src: url("../../fonts/OstrichSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OstrichSans-Bold.woff2") format("woff2"), url("../../fonts/OstrichSans-Bold.woff") format("woff"), url("../../fonts/OstrichSans-Bold.ttf") format("truetype"), url("../../fonts/OstrichSans-Bold.svg#OstrichSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/**
 * Basic typography style for copy text
 */

body {
  color: #666;
  font-family: "UniversLT-CondensedLight", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "UniversLT-CondensedLight", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}

.underline-custom:hover,
.underline-custom:active,
.underline-custom:focus {
  color: #000;
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat;
  background: -webkit-linear-gradient(#000, #000) no-repeat;
  background: -o-linear-gradient(#000, #000) no-repeat;
  background: linear-gradient(#000, #000) no-repeat;
  background-size: 100% 1px;
  background-position: 0 1.02em;
  text-shadow: 0.05em 0 #fff, -0.05em 0 #fff;
}

.underline-custom:hover::-moz-selection,
.underline-custom:hover > *::-moz-selection,
.underline-custom:active::-moz-selection,
.underline-custom:active > *::-moz-selection,
.underline-custom:focus::-moz-selection,
.underline-custom:focus > *::-moz-selection {
  background-color: #404040;
  color: #fff;
  text-shadow: none;
}

.underline-custom:hover::selection,
.underline-custom:hover > *::selection,
.underline-custom:active::selection,
.underline-custom:active > *::selection,
.underline-custom:focus::selection,
.underline-custom:focus > *::selection {
  background-color: #404040;
  color: #fff;
  text-shadow: none;
}

.underline-custom:hover::-moz-selection,
.underline-custom:hover > *::-moz-selection,
.underline-custom:active::-moz-selection,
.underline-custom:active > *::-moz-selection,
.underline-custom:focus::-moz-selection,
.underline-custom:focus > *::-moz-selection {
  background-color: #404040;
  color: #fff;
  text-shadow: none;
}

.title {
  margin: 0 0 24px;
  font-family: "Oswald", sans-serif;
  font-size: 32.5px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #2f2f2f;
}

.title strong {
  font-weight: 400;
}

.title.title--big {
  font-size: 38.5px;
}

.title.title--xbig {
  font-size: 36.9px;
}

.title.title--big-xs-small {
  font-size: 28px;
}

.title.title--small {
  font-size: 29.25px;
}

.title.title--xsmall {
  font-size: 23.4px;
}

.title.title--mb-20 {
  margin-bottom: 20px;
}

.title.title--mb-mini {
  margin-bottom: 12px;
}

.title.title--mb0 {
  margin-bottom: 0;
}

.title.title--mt-20 {
  margin-top: 20px;
}

.title.title--mt-35 {
  margin-top: 35px;
}

.title.title--brown {
  color: #8c8178;
}

.subtitle {
  margin: 0 0 20px;
  line-height: 1.15;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  color: #c53752;
  font-size: 28px;
}

.subtitle strong {
  font-weight: 400;
}

.subtitle.subtitle--small {
  font-size: 25.6px;
}

.subtitle.subtitle--big {
  font-size: 35px;
}

.subtitle.subtitle--dark {
  color: #2f2f2f;
}

/**
 * SVG icons
 */

.icon-svg {
  display: inline-block;
  vertical-align: top;
  color: currentColor;
  line-height: 1;
  stroke: currentColor;
}

/**
 * SVG icons working with fill. Some icons in the project use fill instead of stroke.
 */

.icon-svg--fill {
  stroke: none;
  fill: currentColor;
}

.icon-svg--stroke-fill {
  stroke: currentColor;
  fill: currentColor;
}

.va-container {
  display: table;
}

.va-container-h {
  width: 100%;
}

.va-container-v {
  height: 100%;
}

.va-top,
.va-middle,
.va-bottom {
  display: table-cell;
}

.va-top {
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.va-bottom {
  vertical-align: bottom;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.text-no-transform {
  text-transform: none !important;
}

.separation-bottom-smaller {
  margin-bottom: 25px;
}

.separation-bottom-small {
  margin-bottom: 40px;
}

.separation-bottom {
  margin-bottom: 55px;
}

.separation-bottom-small {
  margin-bottom: 30px;
}

.separation-bottom-bigger {
  margin-bottom: 100px;
}

.section-padding-top {
  padding-top: 75px;
}

.section-padding-top-bigger {
  padding-top: 115px;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}

.visible-touch,
.visible-touch-block,
.visible-touch-inline,
.visible-touch-inline-block {
  display: none !important;
}

.browser-touchevents .visible-touch {
  display: block !important;
}

.browser-touchevents .visible-touch-block {
  display: block !important;
}

.browser-touchevents .visible-touch-inline {
  display: inline !important;
}

.browser-touchevents .visible-touch-inline-block {
  display: inline-block !important;
}

.loading {
  display: inline-block;
}

.animation-spin {
  -webkit-animation: animation-spin 0.65s infinite linear;
  -o-animation: animation-spin 0.65s infinite linear;
  animation: animation-spin 0.65s infinite linear;
}

@-webkit-keyframes animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes animation-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.buttons-more-bottom {
  padding-top: 50px;
  text-align: center;
}

.color-maroon {
  color: #c53752 !important;
}

.color-brand {
  color: #d30037 !important;
}

.color-grey-dark {
  color: #333 !important;
}

.color-white {
  color: #fff !important;
}

.svg-sprite {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}

/**
 * Main wrap
 */

.main-wrap {
  position: relative;
}

body.is-tablet .main-wrap {
  padding-left: 90px;
  -webkit-transition: padding 0.22s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s ease-in-out;
  transition: padding 0.22s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, padding 0.22s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, padding 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.4s ease-in-out, padding 0.22s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}

body.is-search-mini-open:not(.is-tablet-header-light) .main-wrap {
  padding-top: 50px;
}

/**
 * Main container
 */

.main-container {
  padding-bottom: 100px;
}

body.is-tablet:not(.is-tablet-header-light) .main-container {
  padding-top: 80px;
}

.main-container.no-padding {
  padding-bottom: 0;
}

/**
 * Override Bootstrap .container class
 */

.container.container--no-padding,
.container-fluid.container--no-padding {
  padding: 0;
}

.container-fluid.container--1800 {
  max-width: 1800px;
}

.container-fluid.container--1430 {
  max-width: 1430px;
}

.container-fluid.container--1400 {
  max-width: 1400px;
}

.container-fluid.container--1280 {
  max-width: 1280px;
}

.container-fluid.container--1230 {
  max-width: 1230px;
}

.container-fluid.container--1200 {
  max-width: 1200px;
}

.container-fluid.container--1120 {
  max-width: 1120px;
}

.container-fluid.container--1080 {
  max-width: 1080px;
}

.container-fluid.container--1024 {
  max-width: 1024px;
}

.container-fluid.container--1000 {
  max-width: 1000px;
}

.container-fluid.container--980 {
  max-width: 980px;
}

.container-fluid.container--812 {
  max-width: 812px;
}

.container-fluid.container--750 {
  max-width: 750px;
}

/**
 * Override Bootstrap styles for form controls.
 */

.form-control {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: #ddd;
  color: #535353;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
}

.form-control:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 12px 15px;
  font-size: 16px;
}

.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:hover,
.has-error .form-control:active,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.has-error .select2-container--default .select2-selection--single {
  border-color: #a94442;
}

/**
 * Columns
 */

/**
 * Labels & titles
 */

.form-group {
  margin-bottom: 9px;
}

.form-group--mb-extra {
  margin-bottom: 25px;
}

.form-title {
  margin-bottom: 20px;
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  color: #2f2f2f;
}

.form-label {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  color: #535353;
}

.form-link-add {
  font-size: 20px;
  line-height: 1.2;
  color: #c53752;
}

.form-link-add:hover,
.form-link-add:active,
.form-link-add:focus {
  text-decoration: underline;
}

.form-link-add:hover .form-link-add__plus,
.form-link-add:active .form-link-add__plus,
.form-link-add:focus .form-link-add__plus {
  text-decoration: none;
}

.form-link-add .form-link-add__plus {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-right: 15px;
}

.form-forgot-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-forgot-link a {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.form-forgot-link a:hover {
  text-decoration: none;
}

.form-forgot-link a:last-child {
  margin-right: 0;
}

/**
 * Help blocks
 */

.help-block {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #9a9a9a;
}

.help-block.help-block--bottom {
  padding-top: 5px;
  font-size: 14px;
}

.help-block.help-block--ok {
  color: #66bb6a;
}

.help-block.help-block--error {
  color: #a94442;
}

/**
 * Checkboxes
 */

.checkbox.checkbox--custom {
  position: relative;
  margin-top: 0;
}

.checkbox.checkbox--custom label {
  padding-left: 24px;
}

.checkbox.checkbox--custom input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox.checkbox--custom input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  background: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #C9C9C9;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.checkbox.checkbox--custom:hover label:before {
  border-color: #b0b0b0;
}

.checkbox.checkbox--custom input + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  visibility: hidden;
  width: 16px;
  height: 16px;
  background: url("../../images/icons/checkbox.svg") center 6px no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.checkbox.checkbox--custom input:checked + label:after {
  visibility: visible;
  opacity: 1;
}

.checkbox.checkbox--custom--disabled label {
  -webkit-text-decoration-line: line-through;
  -moz-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #aaa;
}

/**
 * Radio buttons
 */

.radio.radio--custom {
  position: relative;
  margin-top: 0;
}

.radio.radio--custom label {
  padding-left: 24px;
}

.radio.radio--custom input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}

.radio.radio--custom input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  background: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #C9C9C9;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.radio.radio--custom:hover label:before {
  border-color: #b0b0b0;
}

.radio.radio--custom input + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  visibility: hidden;
  width: 16px;
  height: 16px;
  background: url("../../images/icons/radio.svg") 3px 4px no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.radio.radio--custom input:checked + label:after {
  visibility: visible;
  opacity: 1;
}

.radio--custom.radio--inline {
  display: inline-block;
  margin-right: 15px;
}

.radio--custom.radio--inline:last-child {
  margin-right: 0;
}

/**
 * Select2
 */

.select2-container--default .select2-selection--single {
  height: 34px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 35px;
  padding-left: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  color: #535353;
  font-size: 14px;
  text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px;
  height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #535353 transparent transparent;
  border-width: 7px 6px 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 7px;
  border-color: transparent transparent #535353;
}

.select2-dropdown {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-color: #ddd;
}

.select2-container--open .select2-dropdown--below {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #535353;
  background-color: #e0e0e0;
}

.select2-results__option {
  font-size: 16px;
  padding-left: 17px;
  color: #535353;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 18px;
  line-height: 32px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 16px;
  padding-left: 14px;
}

.select2-wrap {
  display: block;
}

.select2-wrap--fullwidth {
  display: block;
}

.select2-wrap--fullwidth .form-control {
  width: 100% !important;
}

.select2-wrap--fullwidth .select2-container {
  width: 100% !important;
}

.select2-wrap--lg .select2-container--default .select2-selection--single {
  height: 50px;
  font-size: 16px;
}

.select2-wrap--lg .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 16px;
}

.select2-wrap--lg .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.select2-wrap--lg .select2-container--default .select2-selection--single .select2-selection__clear {
  line-height: 48px;
}

.select2-wrap--lg .select2-results__option {
  font-size: 16px;
}

.select2-wrap--full-width .select2-container {
  width: 100% !important;
}

.select2-wrap--mb30 {
  margin-bottom: 30px;
}

/**
 * Override Bootstrap styles of .btn class
 */

.btn {
  max-width: 100%;
  border: none;
  white-space: normal;
  color: #000;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
  -o-transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
  transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group-lg > .btn,
.btn-lg,
.btn-group-lg > .btn {
  padding: 13px 16px;
  font-size: 15px;
}

.btn-lg-50 {
  min-height: 50px;
}

.btn-important {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

/**
 * Colors for Bootstrap buttons.
 */

.btn-maroon {
  color: #fff;
  background-color: #c53752;
}

.btn-maroon:hover,
.btn-maroon:active,
.btn-maroon:focus {
  color: #fff;
  background-color: #b5334b;
}

.btn-more {
  position: relative;
  padding: 13px 30px 12px 32px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #c53752;
}

.btn-more .more {
  display: inline;
}

.btn-more .minus {
  display: none;
}

.btn-more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 26px;
  height: 26px;
  background: url("../../images/icons/ico-circle.svg") center no-repeat;
}

.btn-more:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 25px;
  height: 25px;
  background: url("../../images/icons/ico-more.svg") center no-repeat;
}

.btn-more:hover,
.btn-more:active,
.btn-more:focus {
  color: #c53752;
}

.btn-more.is-active .more {
  display: none;
}

.btn-more.is-active .minus {
  display: inline;
}

.btn-more.is-active:after {
  background-image: url("../../images/icons/ico-minus.svg");
}

/**
 * Rounded button. This class must be used along with .btn
 */

.btn-rounded {
  padding: 13px 30px 12px;
  border: 2px solid #c53752;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #c53752;
  background-color: transparent;
}

.btn-rounded:hover,
.btn-rounded:active,
.btn-rounded:focus {
  border-color: #c53752;
  color: #fff;
  background-color: #c53752;
}

.btn-rounded--outline-white {
  padding: 13px 30px 12px;
  border: 2px solid #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
}

.btn-rounded--outline-white:hover,
.btn-rounded--outline-white:active,
.btn-rounded--outline-white:focus {
  border-color: #fff;
  color: #666;
  background-color: #fff;
}

.btn-rounded--outline-maroon {
  padding: 13px 30px 12px;
  border: 2px solid #c53752;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #c53752;
  background-color: transparent;
}

.btn-rounded--outline-maroon:hover,
.btn-rounded--outline-maroon:active,
.btn-rounded--outline-maroon:focus {
  border-color: #c53752;
  color: #fff;
  background-color: #c53752;
}

.btn-rounded--outline-maroon-simple {
  padding: 13px 30px 12px;
  border: 2px solid #c53752;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #c53752;
  background-color: transparent;
}

.btn-rounded--outline-maroon-simple:hover,
.btn-rounded--outline-maroon-simple:active,
.btn-rounded--outline-maroon-simple:focus {
  border-color: transparent;
  color: #535353;
  background-color: transparent;
}

.btn-rounded--white {
  padding: 13px 30px 12px;
  border: 2px solid #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #666;
  background-color: #fff;
}

.btn-rounded--white:hover,
.btn-rounded--white:active,
.btn-rounded--white:focus {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.btn-rounded--maroon {
  padding: 13px 30px 12px;
  border: 2px solid #c53752;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #c53752;
}

.btn-rounded--maroon:hover,
.btn-rounded--maroon:active,
.btn-rounded--maroon:focus {
  border-color: #c53752;
  color: #c53752;
  background-color: transparent;
}

.btn-rounded--maroon-simple {
  padding: 13px 30px 12px;
  border: 2px solid #c53752;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: #c53752;
}

.btn-rounded--maroon-simple:hover,
.btn-rounded--maroon-simple:active,
.btn-rounded--maroon-simple:focus {
  border-color: transparent;
  color: #535353;
  background-color: transparent;
}

/**
 * Rounded button. More padding.
 */

.btn--more-padding-sides {
  padding-right: 46px;
  padding-left: 46px;
}

/**
 * Tabs rounded
 */

.tabs-rounded {
  margin-bottom: 30px;
  font-size: 0px;
  text-align: center;
}

.tabs-rounded__tab {
  padding: 13px 30px 12px;
  border: 2px solid transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #c1c1c1;
  background-color: transparent;
  vertical-align: top;
}

.tabs-rounded__tab:hover,
.tabs-rounded__tab:active,
.tabs-rounded__tab:focus {
  border-color: transparent;
  color: #666;
  background-color: transparent;
}

.tabs-rounded__tab.is-active {
  padding: 13px 30px 12px;
  border: 2px solid #c53752;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #c53752;
  background-color: transparent;
}

.tabs-rounded__tab.is-active:hover,
.tabs-rounded__tab.is-active:active,
.tabs-rounded__tab.is-active:focus {
  border-color: #c53752;
  color: #c53752;
  background-color: transparent;
}

.tabs-rounded__clearfix {
  display: block;
}

.tabs-rounded.tabs-rounded--mb10 {
  margin-bottom: 10px;
}

/**
 * Tabs plain
 */

.tabs-plain {
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
}

.tabs-plain--iframe {
  margin-top: 15px;
  margin-bottom: 20px;
}

.tabs-plain__tab {
  padding: 0;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #c1c1c1;
  vertical-align: top;
}

.tabs-plain__tab.is-active {
  color: #666;
}

.tabs-plain__button {
  margin-top: -5px;
  padding: 5px 8px;
  color: #fff;
  background-color: #c53752;
}

.tabs-plain__button:hover,
.tabs-plain__button:active,
.tabs-plain__button:focus {
  color: #fff;
  background-color: #b5334b;
}

.tabs-plain__clearfix {
  display: block;
}

.tabs-plain.tabs-plain--mb {
  margin-bottom: 25px;
}

.tabs-plain.tabs-plain--mini .tabs-plain__tab {
  font-size: 13px;
}

.hero {
  position: relative;
  height: 420px;
  overflow: hidden;
  font-size: 7px;
  background-color: #ededed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.hero__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.hero__background__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.hero__background__video {
  width: 100%;
  height: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform, scroll-position;
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-size: 7em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #fff;
}

.hero__subtitle {
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 4em;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}

.hero__iframe {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.hero.hero--title-normal .hero__title {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-size: 5.5em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
}

.hero.hero--height-600 {
  height: 420px;
}

.hero.hero--only-photo {
  height: 250px;
}

/**
 * News: load more buttons
 */

.news__buttons {
  padding-top: 50px;
  margin-bottom: 45px;
  text-align: center;
}

/**
 * News
 */

.news {
  position: relative;
  display: block;
  background: #fff;
  height: auto;
  font-size: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news:before,
.news:after {
  content: " ";
  display: table;
}

.news:after {
  clear: both;
}

.news a:hover,
.news a:active,
.news a:focus {
  text-decoration: none;
}

.news .va-container-v {
  height: auto;
}

.news__photo {
  position: relative;
  z-index: 1;
  height: 225px;
  overflow: hidden;
}

.news__photo__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  background-size: cover;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news__photo__video {
  width: 100%;
  height: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform, scroll-position;
}

.news__info {
  position: relative;
  z-index: 2;
  height: auto;
  padding: 20px 15px 50px;
  background: #fff;
}

.news__info:before {
  position: absolute;
  z-index: 0;
  top: -8px;
  left: 50%;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  margin-left: -8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news__title {
  margin-bottom: 8px;
  font-size: 3em;
  line-height: 1.4;
  text-align: left;
  color: #666;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news__title__prominent {
  color: #000;
}

.news__date {
  margin-bottom: 5px;
  font-size: 2em;
  line-height: 1.45;
  text-align: left;
  color: #999;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news__intro {
  margin: 0;
  font-size: 2.2em;
  line-height: 1.45;
  text-align: left;
  color: #666;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news__details {
  position: absolute;
  right: 15px;
  bottom: 20px;
  left: 15px;
}

.news__details:before,
.news__details:after {
  content: " ";
  display: table;
}

.news__details:after {
  clear: both;
}

.news__category {
  position: relative;
  display: block;
  float: left;
  max-width: -webkit-calc(100% - 140px);
  max-width: calc(100% - 140px);
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.news__category:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.news__category:hover {
  color: #c53752;
}

.news__category:hover:before {
  background: #c53752;
}

.news__details--no-likes .news__category {
  max-width: -webkit-calc(100% - 85px);
  max-width: calc(100% - 85px);
}

.news__category__overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news__stats {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

.news__stat {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.news__stat:not(:first-child) {
  margin-left: 13px;
}

.news__stat .icon-svg {
  color: #c1c1c1;
  margin-right: 14px;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

/**
 * News: Photo in the right
 */

/**
 * News: Photo full width
 */

.news.news--photo-full {
  height: 300px;
  font-size: 7px;
}

.news.news--photo-full .news__photo {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  width: 100%;
  height: 100%;
}

.news.news--photo-full .news__photo__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  will-change: background-color, transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news.news--photo-full .news__info {
  width: 100%;
  padding: 50px 15px;
  height: 100%;
  background: transparent;
}

.news.news--photo-full .news__info:before {
  content: none;
}

.news.news--photo-full .news__info__content {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news.news--photo-full .news__title {
  font-size: 5em;
  line-height: 1.15;
  text-align: left;
  color: #fff;
}

.news.news--photo-full .news__date {
  margin-bottom: 10px;
  font-size: 2.5em;
  text-align: left;
  color: #fff;
}

.news.news--photo-full .news__intro {
  font-size: 2.5em;
  text-align: left;
  color: #fff;
}

.news.news--photo-full .news__category {
  color: #fff;
}

.news.news--photo-full .news__category:before {
  background-color: #fff;
}

.news.news--photo-full .news__stat {
  color: #fff;
}

.news.news--photo-full .news__stat .icon-svg {
  color: inherit;
}

/**
 * News: height big
 */

.news.news--height-big {
  height: 450px;
}

/**
 * News: Title bigger
 */

/**
 * News: Highlight
 */

.news.news--normal-highlight .news__title {
  font-size: 4.3em;
  line-height: 1.15;
  text-align: left;
}

.news.news--normal-highlight .news__date {
  text-align: left;
  font-size: 2.2em;
  margin-bottom: 8px;
}

/**
 * News: height small
 */

.news.news--height-small .news__title {
  font-size: 2.5em;
}

/**
 * News: Photo full width
 */

.news.news--full-width {
  float: none;
  width: auto;
}

/**
 * News: Photo right
 */

/**
 * News: Hover state
 */

.news:hover .news__photo__img,
.news:active .news__photo__img,
.news:focus .news__photo__img {
  opacity: 0.8;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.news:hover .news__title,
.news:active .news__title,
.news:focus .news__title {
  text-decoration: none;
  color: #000;
}

.news.news--photo-full:hover .news__photo__img,
.news.news--photo-full:active .news__photo__img,
.news.news--photo-full:focus .news__photo__img {
  opacity: 1;
}

.news.news--photo-full:hover .news__photo__overlay,
.news.news--photo-full:active .news__photo__overlay,
.news.news--photo-full:focus .news__photo__overlay {
  opacity: 0.7;
}

.news.news--photo-full:hover .news__title,
.news.news--photo-full:active .news__title,
.news.news--photo-full:focus .news__title {
  color: #000;
}

.news.news--photo-full:hover .news__date,
.news.news--photo-full:active .news__date,
.news.news--photo-full:focus .news__date {
  color: #000;
}

.news.news--photo-full:hover .news__intro,
.news.news--photo-full:active .news__intro,
.news.news--photo-full:focus .news__intro {
  color: #000;
}

.news.news--photo-full:hover .news__category,
.news.news--photo-full:active .news__category,
.news.news--photo-full:focus .news__category {
  color: #000;
}

.news.news--photo-full:hover .news__category:before,
.news.news--photo-full:active .news__category:before,
.news.news--photo-full:focus .news__category:before {
  background: #000;
}

.news.news--photo-full:hover .news__category:hover,
.news.news--photo-full:hover .news__category:active,
.news.news--photo-full:hover .news__category:focus,
.news.news--photo-full:active .news__category:hover,
.news.news--photo-full:active .news__category:active,
.news.news--photo-full:active .news__category:focus,
.news.news--photo-full:focus .news__category:hover,
.news.news--photo-full:focus .news__category:active,
.news.news--photo-full:focus .news__category:focus {
  color: #c53752;
}

.news.news--photo-full:hover .news__category:hover:before,
.news.news--photo-full:hover .news__category:active:before,
.news.news--photo-full:hover .news__category:focus:before,
.news.news--photo-full:active .news__category:hover:before,
.news.news--photo-full:active .news__category:active:before,
.news.news--photo-full:active .news__category:focus:before,
.news.news--photo-full:focus .news__category:hover:before,
.news.news--photo-full:focus .news__category:active:before,
.news.news--photo-full:focus .news__category:focus:before {
  background: #c53752;
}

.news.news--photo-full:hover .news__stat,
.news.news--photo-full:active .news__stat,
.news.news--photo-full:focus .news__stat {
  color: #000;
}

.news--photo-full.has-video:hover .news__title,
.news--photo-full.has-video:active .news__title,
.news--photo-full.has-video:focus .news__title {
  color: #c1c1c1;
}

.news--photo-full.has-video:hover .news__date,
.news--photo-full.has-video:active .news__date,
.news--photo-full.has-video:focus .news__date {
  color: #c1c1c1;
}

.news--photo-full.has-video:hover .news__intro,
.news--photo-full.has-video:active .news__intro,
.news--photo-full.has-video:focus .news__intro {
  color: #c1c1c1;
}

.news--photo-full.has-video:hover .news__category,
.news--photo-full.has-video:active .news__category,
.news--photo-full.has-video:focus .news__category {
  color: #c1c1c1;
}

.news--photo-full.has-video:hover .news__category:before,
.news--photo-full.has-video:active .news__category:before,
.news--photo-full.has-video:focus .news__category:before {
  background: #c1c1c1;
}

.news--photo-full.has-video:hover .news__stat,
.news--photo-full.has-video:active .news__stat,
.news--photo-full.has-video:focus .news__stat {
  color: #c1c1c1;
}

/**
 * News: background grey
 */

.news.news--bg-grey {
  background: #fafafa;
}

.news.news--bg-grey .news__info {
  background: #fafafa;
}

.news.news--bg-grey .news__info:before {
  background: #fafafa;
}

/**
 * Product
 */

.product {
  position: relative;
  padding: 30px 15px 40px;
  height: auto;
  overflow: hidden;
}

.product__link {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/fix.png");
}

.product__link:hover,
.product__link:active,
.product__link:focus {
  text-decoration: none;
}

.product__info {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}

.product__title {
  font-size: 22px;
  margin-bottom: 2px;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product__desc {
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1.05;
  color: #535353;
  white-space: nowrap;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product__author {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product__photo {
  position: relative;
  z-index: 2;
  font-size: 0px;
  text-align: center;
}

.product__photo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.product__photo__img {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

/**
 * Product: background cover modifier
 */

.product.product--photo-bg {
  min-height: 300px;
}

.product.product--photo-bg .product__title {
  color: #fff;
}

.product.product--photo-bg .product__desc {
  color: #fff;
  white-space: normal;
}

.product.product--photo-bg .product__author {
  color: #fff;
}

.product.product--photo-bg .product__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-size: auto 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product.product--photo-bg .product__photo__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  will-change: background-color, transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product.product--photo-bg:hover .product__title,
.product.product--photo-bg:active .product__title,
.product.product--photo-bg:focus .product__title {
  color: #000;
}

.product.product--photo-bg:hover .product__desc,
.product.product--photo-bg:active .product__desc,
.product.product--photo-bg:focus .product__desc {
  color: #000;
  border-color: transparent;
}

.product.product--photo-bg:hover .product__author,
.product.product--photo-bg:active .product__author,
.product.product--photo-bg:focus .product__author {
  color: #000;
}

.product.product--photo-bg:hover .product__photo,
.product.product--photo-bg:active .product__photo,
.product.product--photo-bg:focus .product__photo {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.product.product--photo-bg:hover .product__photo__overlay,
.product.product--photo-bg:active .product__photo__overlay,
.product.product--photo-bg:focus .product__photo__overlay {
  opacity: 0.7;
}

.product.product--photo-bg-right .product__photo {
  background-position: 100% 50%;
}

/**
 * Product: float right modifier
 */

/**
 * Product: double height modifier
 */

.product.product--double-height {
  height: auto;
}

.product.product--photo-bottom .product__photo__img {
  vertical-align: bottom;
}

/**
 * Product: 33% width modifier
 */

/**
 * Product: 25% width modifier
 */

/**
 * Product: full width modifier
 */

.product.product--width-100 {
  width: auto;
  float: none;
}

.product.product--title-alternative .product__info {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.product.product--title-alternative .product__title {
  font-size: 28px;
  margin-bottom: 5px;
}

.product.product--title-alternative .product__desc {
  font-size: 21px;
}

.product.product--hero {
  display: table;
  width: 100%;
  font-size: 7px;
  text-align: center;
}

.product.product--hero .product__info {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: table-cell;
  vertical-align: middle;
}

.product.product--hero .product__title {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-size: 5.5em;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
}

.product.product--hero .product__desc {
  margin-bottom: 0;
  font-size: 40px;
  font-size: 4em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.product.product--title-bottom {
  margin-bottom: 10px;
}

.product.product--title-bottom .product__photo {
  position: relative;
  padding-top: 0;
}

.product.product--title-bottom .product__photo__img {
  max-width: 100%;
  max-height: 100%;
}

.product.product--title-bottom .product__info {
  padding-top: 5px;
  margin-bottom: 0;
}

.product.product--title-bottom .product__title {
  font-weight: 300;
  text-align: center;
  color: #535353;
}

.product-downloads {
  padding-bottom: 40px;
  background-color: #ededed;
}

/**
 * Selected ambients
 */

.ambients {
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
}

/**
 * Intro for Selected ambients
 */

.ambients-intro {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 2px;
  font-size: 2.3px;
  text-align: center;
}

.ambients-intro__title {
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
  font-size: 19em;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  color: #c1c1c1;
}

.ambients-intro__text {
  font-size: 20px;
  line-height: 1.15;
  color: #666;
}

.ambients-intro__text p {
  margin-bottom: 1.2em;
}

.ambients-intro__text a {
  color: #c53752;
}

.ambients-intro__text a:hover,
.ambients-intro__text a:active,
.ambients-intro__text a:focus {
  color: #892639;
}

/**
 * Ambient block
 */

.ambient {
  position: relative;
  display: block;
  height: auto;
  padding: 15px 15px 30px;
  margin-bottom: 15px;
  overflow: visible;
  text-decoration: none;
  color: #535353;
}

.ambient:before,
.ambient:after {
  content: " ";
  display: table;
}

.ambient:after {
  clear: both;
}

.ambient a:hover,
.ambient a:active,
.ambient a:focus {
  text-decoration: none;
}

.ambient__col-photo {
  position: relative;
  z-index: 1;
}

.ambient__photo {
  display: block;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ambient__col-text {
  position: relative;
  z-index: 1;
}

.ambient__content {
  margin: 0 auto;
  font-size: 9px;
  text-align: center;
}

.ambient__title {
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #2f2f2f;
}

.ambient__desc {
  font-size: 2em;
  line-height: 1.25;
  color: #535353;
}

.ambient__link {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1;
  color: #c53752;
  white-space: nowrap;
}

.ambient__link__text {
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ambient__link .icon-svg {
  position: relative;
  margin-left: 4px;
  vertical-align: middle;
}

/**
 * Ambient block: Hover state
 */

.ambient:hover,
.ambient:active,
.ambient:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.ambient:hover .ambient__link__text,
.ambient:active .ambient__link__text,
.ambient:focus .ambient__link__text {
  border-color: #c53752;
}

/**
 * Ambient block: Photo on the right
 */

.carousel-products-wrap {
  visibility: hidden;
}

.carousel-products {
  padding: 0 35px;
}

.browser-touchevents .carousel-products {
  padding: 0;
}

.carousel-products .owl-stage {
  will-change: transform, scroll-position;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.carousel-products .owl-item {
  will-change: transform, scroll-position;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.carousel-products .owl-stage {
  margin: 0 auto;
}

.carousel-products.no-center .owl-stage {
  margin: 0;
}

.carousel-products-item {
  padding: 10px 10px 20px 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color 0.35s ease-in-out;
  -o-transition: border-color 0.35s ease-in-out;
  transition: border-color 0.35s ease-in-out;
}

.browser-no-touchevents .carousel-products-item:hover,
.browser-no-touchevents .carousel-products-item:active,
.browser-no-touchevents .carousel-products-item:focus {
  text-decoration: none;
  border-color: #c1c1c1;
}

.browser-touchevents .carousel-products-item {
  width: 180px;
}

.carousel-products-item a:hover,
.carousel-products-item a:active,
.carousel-products-item a:focus {
  text-decoration: none;
}

.carousel-products .owl-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.carousel-products .carousel-products-item__photo {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.carousel-products-item__info {
  padding: 0 5px;
  margin-bottom: 20px;
}

.carousel-products-item__title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 1.45;
  text-transform: uppercase;
  color: #000;
}

.carousel-products-item__desc {
  margin: 0;
  font-size: 17px;
  line-height: 1.1;
  color: #535353;
}

.carousel-products-item__details {
  position: relative;
  margin: 0 5px;
}

.carousel-products-item__details:before,
.carousel-products-item__details:after {
  content: " ";
  display: table;
}

.carousel-products-item__details:after {
  clear: both;
}

.carousel-products-item__category {
  position: relative;
  float: none;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.carousel-products-item__category:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #c1c1c1;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.carousel-products-item__category:hover {
  color: #c53752;
}

.carousel-products-item__category:hover:before {
  background: #c53752;
}

.carousel-products-item__category__overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.carousel-products-item__stats {
  position: relative;
  right: 0;
  top: 0;
  display: block;
}

.carousel-products-item__stat {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
}

.carousel-products-item__stat:not(:first-child) {
  margin-left: 13px;
}

.carousel-products-item__stat .icon-svg {
  color: #c1c1c1;
  margin-right: 14px;
}

.carousel-products .owl-controls {
  display: none;
  margin: 0;
}

.carousel-products .owl-controls .owl-nav .owl-prev,
.carousel-products .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  padding: 0;
  margin: 0;
  font-size: 0;
  background: transparent;
  color: #979797;
  -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.carousel-products .owl-controls .owl-nav .owl-prev .icon-svg,
.carousel-products .owl-controls .owl-nav .owl-next .icon-svg {
  position: absolute;
  top: 36%;
  width: 20px;
  height: 51px;
}

.carousel-products .owl-controls .owl-nav .owl-prev:hover,
.carousel-products .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #bdbdbd;
}

.carousel-products .owl-controls .owl-nav .owl-prev.disabled,
.carousel-products .owl-controls .owl-nav .owl-next.disabled {
  opacity: 0.2;
}

.carousel-products .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.carousel-products .owl-controls .owl-nav .owl-prev .icon-svg {
  left: 9px;
}

.carousel-products .owl-controls .owl-nav .owl-next {
  right: 0;
}

.carousel-products .owl-controls .owl-nav .owl-next .icon-svg {
  right: 9px;
}

.carousel-products .owl-dots {
  padding-top: 10px;
  text-align: center;
}

.browser-touchevents .carousel-products .owl-dots {
  padding-top: 0;
}

.carousel-products .owl-dots .owl-dot {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 1;
}

.carousel-products .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 8px;
  background: #c1c1c1;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  transition: background 0.35s ease;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.carousel-products .owl-dots .owl-dot.active span,
.carousel-products .owl-dots .owl-dot:hover span {
  background: #666;
}

.intro {
  padding: 45px 0 35px;
  text-align: center;
}

.intro--bg-grey {
  background: #fafafa;
}

.intro--no-pt {
  padding-top: 0;
}

.intro--less-pt {
  padding-top: 20px;
}

.intro__text {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 19px;
  line-height: 1.35;
  color: #666;
}

.intro__text p {
  margin-bottom: 30px;
}

.intro__text a {
  color: #c53752;
  text-decoration: underline;
}

.intro__text a:hover,
.intro__text a:active,
.intro__text a:focus {
  color: #892639;
}

.intro__buttons {
  margin-bottom: 30px;
}

.calltoaction {
  padding: 45px 0 35px;
  text-align: center;
}

.calltoaction--bg-grey {
  background: #fafafa;
}

.calltoaction--no-pt {
  padding-top: 0;
}

.calltoaction__text {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 19px;
  line-height: 1.35;
  color: #535353;
}

.calltoaction__text p {
  margin-bottom: 30px;
}

.calltoaction__buttons {
  margin-bottom: 30px;
}

.newsletter-calltoaction-form {
  margin-bottom: 15px;
}

.newsletter-calltoaction-form__legal {
  font-size: 16px;
  color: #535353;
}

.newsletter-calltoaction-form__legal .chekbox {
  margin: 0;
}

.page-intro {
  padding: 25px 0 0;
  text-align: center;
}

.page-intro.has-tabs {
  padding-bottom: 0;
}

.page-intro--bg-grey {
  background: #fafafa;
}

.page-intro--no-pt {
  padding-top: 0;
}

.page-intro--mb-40 {
  margin-bottom: 25px;
}

.page-intro__text {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 19px;
  line-height: 1.35;
  color: #666;
}

.page-intro__text p {
  margin-bottom: 30px;
}

.page-intro__text a {
  color: #c53752;
  text-decoration: underline;
}

.page-intro__text a:hover,
.page-intro__text a:active,
.page-intro__text a:focus {
  color: #892639;
}

.page-intro__buttons {
  margin-bottom: 30px;
}

.gallery__item {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  background-color: #fff;
}

.browser-no-touchevents .gallery__item:hover .gallery__item__img,
.browser-no-touchevents .gallery__item:active .gallery__item__img,
.browser-no-touchevents .gallery__item:focus .gallery__item__img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.8;
}

.gallery__item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery__buttons {
  padding-top: 45px;
}

.gallery-gflex {
  width: auto;
  overflow: hidden;
  margin-left: -4px;
}

.gallery-gflex__item {
  display: block;
  float: left;
  margin: 2px 0 2px 4px;
  overflow: hidden;
  position: relative;
}

.browser-no-touchevents .gallery-gflex__item:hover img:not(.gallery-gflex__item__icon__img),
.browser-no-touchevents .gallery-gflex__item:active img:not(.gallery-gflex__item__icon__img),
.browser-no-touchevents .gallery-gflex__item:focus img:not(.gallery-gflex__item__icon__img) {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.8;
}

.gallery-gflex__item img:not(.gallery-gflex__item__icon__img) {
  display: block;
  width: auto;
  height: 100%;
  max-height: 320px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-gflex__item__icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 26px;
  height: 26px;
  padding: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.gallery-gflex__item__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-gflex__buttons {
  padding-top: 45px;
}

.gallery-gflex--vcw .gallery-gflex__item {
  width: 50%;
  margin: 0;
}

.gallery-gflex--vcw .gallery-gflex__item img:not(.gallery-gflex__item__icon__img) {
  max-height: none;
}

.gallery-flex {
  overflow: hidden;
}

.gallery-flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-left: -2px;
}

.gallery-flex-content:after {
  content: '';
}

.gallery-flex__item {
  position: relative;
  display: block;
  margin: 2px;
  background-color: #fff;
  overflow: hidden;
}

.browser-no-touchevents .gallery-flex__item:hover img:not(.gallery-gflex__item__icon__img),
.browser-no-touchevents .gallery-flex__item:active img:not(.gallery-gflex__item__icon__img),
.browser-no-touchevents .gallery-flex__item:focus img:not(.gallery-gflex__item__icon__img) {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.8;
}

.gallery-flex__item__helper {
  display: block;
}

.gallery-flex__item img:not(.gallery-gflex__item__icon__img) {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-flex__item__img {
  position: absolute;
  top: 0;
  width: 100%;
  vertical-align: bottom;
}

.gallery-flex__buttons {
  padding-top: 45px;
}

html.browser-no-flexbox .gallery-flex-content {
  display: block;
  font-size: 0px;
  text-align: center;
}

html.browser-no-flexbox .gallery-flex-content:after {
  content: none;
}

html.browser-no-flexbox .gallery-flex__item {
  display: inline-block;
  width: 100% !important;
  height: auto;
  margin: 0;
}

html.browser-no-flexbox .gallery-flex__item img:not(.gallery-gflex__item__icon__img) {
  position: relative;
  display: block;
  width: auto !important;
  height: 100% !important;
}

html.browser-no-flexbox .gallery-flex__item__helper {
  display: none;
}

.breadcrumb {
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #2f2f2f;
  background: #f1f1f1;
}

.breadcrumb--iframe {
  text-align: left;
  background: none;
}

.breadcrumb__item {
  color: #2f2f2f;
  white-space: nowrap;
}

.breadcrumb__item.is-active {
  color: #c53752;
}

a.breadcrumb__item:hover,
a.breadcrumb__item:active,
a.breadcrumb__item:focus {
  color: #2f2f2f;
  text-decoration: underline;
}

/**
 * PhotoSwipe
 */

.pswp__bg {
  background: #fff;
}

.pswp__top-bar {
  height: 46px;
}

.pswp__button {
  color: #bbb;
}

.pswp__button--close {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: transparent;
  outline: 0;
}

.pswp__button--close svg {
  pointer-events: none;
  width: 25px;
  height: 25px;
}

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  background: transparent;
}

.pswp__counter {
  color: #777;
  font-size: 18px;
  line-height: 46px;
  opacity: 1;
}

.pswp__caption,
.pswp__top-bar {
  background: rgba(255, 255, 255, 0.5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background: rgba(255, 255, 255, 0.3);
}

.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  content: none;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: 44px;
}

.pswp__button--arrow--left svg,
.pswp__button--arrow--right svg {
  pointer-events: none;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__error-msg {
  font-size: 18px;
  line-height: 1.2;
  color: #777;
}

.pswp__error-msg a {
  color: #777;
  text-decoration: underline;
}

.pswp__caption__center {
  font-size: 16px;
  line-height: 1.1;
  color: #777;
  text-align: center;
}

.pswp__caption__center span {
  position: fixed;
  top: 10px;
  left: 60px;
  right: 60px;
  display: block;
  font-size: 0.9em;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/**
 * Magnific Popup
 */

.mfp-close {
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  color: #bbb;
  opacity: 1;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.mfp-close svg {
  width: 25px;
  height: 25px;
}

.mfp-close:active {
  top: 8px;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  color: #888;
}

.mfp-bottom-bar {
  margin-top: -18px;
}

img.mfp-img {
  padding: 40px 0 20px;
}

.mfp-bg {
  background: #fff;
  opacity: 0.95;
}

.mfp-figure:after {
  content: none;
}

.mfp-arrow {
  width: 50px;
  color: #eee;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.mfp-arrow .icon-svg {
  position: relative;
  z-index: 1;
}

.mfp-arrow:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}

.mfp-container {
  padding-right: 0;
  padding-left: 0;
}

.mfp-arrow:hover {
  color: #888;
  opacity: 1;
}

.mfp-arrow-right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
}

.mfp-arrow-left:before {
  content: none;
}

.mfp-arrow-right:before {
  content: none;
}

.mfp-counter {
  font-size: 14px;
  color: #333;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-figure {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-figure {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}

.mfp-zoom-in.mfp-removing .mfp-figure {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.page-search {
  padding-top: 75px;
}

.search-mini {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #f7f7f5;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.search-mini.is-open {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.search-mini .container {
  padding: 0 14px;
}

.search-mini__form {
  position: relative;
  margin: 0;
}

.search-mini__input {
  position: relative;
  z-index: 1;
  height: 50px;
  padding: 0 19px 0 0;
  border: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #888;
  outline: 0;
  background: #f7f7f5;
}

.search-mini__submit {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -9px;
  width: 40px;
  height: 100%;
  padding: 0;
  border: 0;
  text-align: center;
  color: #666;
  background: 0;
}

.search-mini__submit:hover,
.search-mini__submit:active,
.search-mini__submit:focus {
  color: #000;
  outline: none;
}

.search-wrap {
  display: none;
  position: fixed;
  z-index: 1030;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  will-change: scroll-position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.search-wrap--wally {
  z-index: 1002;
}

.search-backdrop {
  position: fixed;
  z-index: 1000;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: scroll-position;
}

.search-backdrop--wally {
  z-index: 1001;
}

.search-header {
  position: fixed;
  z-index: 1020;
  top: 46px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: scroll-position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.search-header__content {
  padding-top: 25px;
  padding-bottom: 15px;
}

.search__close-btn {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  color: #bbb;
}

.search__close-btn:hover,
.search__close-btn:active,
.search__close-btn:focus {
  color: #666;
}

.search__title {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 1;
  color: #000;
}

.search__subtitle {
  display: none;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  color: #535353;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.search__input {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1.3;
  color: #666;
  background: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.search {
  position: relative;
  display: none;
}

.search__container {
  position: relative;
  padding-top: 131px;
  padding-bottom: 10px;
  overflow: hidden;
}

.search__results__summary {
  margin-bottom: 40px;
}

.search__results__title {
  margin-bottom: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 1.45;
  text-transform: uppercase;
  color: #000;
}

.search__results__subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #535353;
}

.search__loading {
  margin: 0 3px;
}

.search-item {
  position: relative;
  min-height: 90px;
  margin-bottom: 35px;
}

.search-item a {
  text-decoration: none;
  color: #535353;
}

.search-item:hover,
.search-item:active,
.search-item:focus {
  text-decoration: none;
  color: #535353;
}

.search-item:hover a,
.search-item:active a,
.search-item:focus a {
  text-decoration: none;
  color: #535353;
}

.search-item:hover .search-item__title,
.search-item:active .search-item__title,
.search-item:focus .search-item__title {
  text-decoration: none;
  color: #000;
}

.search-item:hover .search-item__image,
.search-item:active .search-item__image,
.search-item:focus .search-item__image {
  opacity: 0.8;
}

.search-item__image {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.search-item__image img {
  width: 100%;
}

.search-item__content {
  padding-top: 5px;
}

.search-item__title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  color: #535353;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.search-item__category {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  max-width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  vertical-align: top;
}

.search-item__category:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #c1c1c1;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.search-item__category:hover {
  color: #c53752;
}

.search-item__category:hover:before {
  background: #c53752;
}

.search-item__category__overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-item__stats {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.search-item__stat {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
}

.search-item__stat:not(:first-child) {
  margin-left: 13px;
}

.search-item__stat .icon-svg {
  color: #c1c1c1;
  margin-right: 14px;
}

.pagination {
  padding: 35px 0;
  text-align: center;
}

.pagination__link {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  color: #666;
}

.pagination__link:first-child {
  margin-right: 10px;
  margin-left: 0;
}

.pagination__link:last-child {
  margin-right: 0;
  margin-left: 10px;
}

.pagination__link.is-active {
  font-weight: 700;
}

.pagination__link:hover,
.pagination__link:active,
.pagination__link:focus {
  text-decoration: none;
  color: #000;
}

.pagination__link--arrow {
  color: #535353;
}

.pagination__link--nolink:hover,
.pagination__link--nolink:active,
.pagination__link--nolink:focus {
  color: #666;
}

/**
 * Text block
 */

.block-text {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.45;
  color: #666;
}

.block-text p {
  margin-bottom: 25px;
}

.block-text .black {
  color: #000;
}

.block-text a {
  color: #000;
  text-decoration: underline;
}

.block-text a:hover,
.block-text a:active,
.block-text a:focus {
  color: #c53752;
  text-decoration: underline;
}

.block-text.block-text--p-less-margin p {
  margin-bottom: 15px;
}

.block-text.block-text__more-pb {
  padding-bottom: 30px;
}

.block-text.block-text--dark {
  color: #2f2f2f;
}

.block-text.block-text--light {
  color: #696969;
}

/**
 * Image block
 */

.block-image {
  padding-bottom: 45px;
}

/**
 * Image block full width background
 */

.block-image-bg {
  height: 250px;
  margin-bottom: 45px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover;
}

.block-image-bg.block-image-bg--no-margin {
  margin: 0;
}

.block-image-bg.block-image-bg--400 {
  max-height: 400px;
}

.block-image-bg.block-image-bg--930 {
  height: 350px;
}

/**
 * Quote block
 */

.block-quote {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 45px;
}

.block-quote__container {
  padding: 0 15px;
  font-size: 0;
}

.block-quote__container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.block-quote__content {
  position: relative;
  padding: 0 0 30px;
}

.block-quote__text {
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
  color: #2f2f2f;
}

.block-quote__text p {
  margin-bottom: 15px;
}

.block-quote__text strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  color: #000;
}

.block-quote__text a {
  color: #000;
  text-decoration: underline;
}

.block-quote__text a:hover,
.block-quote__text a:active,
.block-quote__text a:focus {
  color: #c53752;
  text-decoration: underline;
}

.block-quote__photo {
  position: relative;
}

.block-quote__photo__img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/**
 * Image sided block
 */

.block-image-sided {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 45px;
}

.block-image-sided__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.filters {
  padding: 0;
  margin: 0;
  list-style: none;
}

.filters__bts {
  display: none;
  margin-bottom: 18px;
}

.filters__bt-delete {
  font-size: 16px;
  line-height: 1.2;
  color: #535353;
  text-decoration: none;
}

.filters__bt-delete .icon-svg {
  margin-right: 7px;
  vertical-align: middle;
  color: #AF3D13;
}

.filters__bt-delete:hover,
.filters__bt-delete:active,
.filters__bt-delete:focus {
  color: #535353;
  text-decoration: underline;
}

.filters__clearfix {
  display: block;
}

.filters__section {
  float: left;
  display: block;
  width: 50%;
  padding-right: 8px;
  margin-bottom: 12px;
}

.filters__section.is-open {
  margin-bottom: 23px;
}

.filters__section.is-open .filters__section__title .icon-svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filters__section.is-open-start .filters__section__list {
  display: block;
}

.filters__section__title {
  display: block;
  margin-bottom: 13px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}

.filters__section__title .icon-svg {
  vertical-align: top;
  margin-top: 4px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s, -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.filters__section__list {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.filters__section__item {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #535353;
}

.filters__section__item label {
  font-weight: 400;
}

.filters__section__item .checkbox {
  margin: 0;
}

.designer {
  font-size: 0;
  overflow: hidden;
}

.designer__container {
  padding: 0;
}

.designer__link {
  display: block;
  padding-top: 45px;
  text-decoration: none;
}

.designer__link:hover,
.designer__link:active,
.designer__link:focus {
  text-decoration: none;
}

.designer__logo {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}

.designer__logo__img {
  display: inline-block;
  max-width: 75%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.designer__photo {
  position: relative;
  z-index: 2;
  font-size: 0;
  text-align: center;
}

.designer__photo__img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.designer__quote {
  position: relative;
  z-index: 3;
  padding: 0 20px;
  font-size: 0;
  vertical-align: middle;
}

.designer__quote__text {
  padding: 0;
  border: none;
  margin: 0;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #000;
}

.designer__quote__text strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
}

.designer__quote__footer {
  padding-top: 15px;
}

.designer__quote__footer:before {
  content: none;
}

.designer__quote__author {
  display: block;
  font-family: 'UniversLT-CondensedBold';
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-style: normal;
}

.designer__quote__company {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-style: normal;
}

.designer.designer--bg-grey {
  margin-bottom: 15px;
  background: #f7f7f5;
}

.designer.designer--logo-big .designer__logo {
  padding: 0;
  text-align: center;
}

.designer.designer--logo-big .designer__logo img {
  max-width: 70%;
}

.designer.designer--photo-big .designer__logo__img {
  display: inline-block;
  max-width: 75%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.designer.designer--company {
  margin-bottom: 55px;
}

.designer.designer--company .designer__photo__img {
  max-width: 100%;
}

.designer.designer--park {
  background: #f7f7f5;
}

.alert {
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.in {
  opacity: 0.95;
}

.modal.modal--servicios .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.modal.modal--servicios .modal-content {
  border: 2px solid #ececec;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.modal--servicios .close {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 15px;
  font-size: 36px;
}

.modal.modal--servicios .modal-body {
  padding: 25px;
}

.modal-servicios__title {
  margin: 0 0 15px;
  font-size: 21px;
  line-height: 1.2;
  color: #2f2f2f;
}

.modal-servicios__subtitle {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.2;
  color: #9a9a9a;
}

.modal-servicios__text {
  font-size: 18px;
  line-height: 1.3;
}

.modal-servicios__text p {
  margin-bottom: 20px;
}

.modal-servicios__text strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
}

.modal.modal--descargas .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.modal.modal--descargas .modal-content {
  border: 2px solid #ececec;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.modal--descargas .close {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 15px;
  font-size: 36px;
}

.modal.modal--descargas .modal-body {
  padding: 25px;
}

.modal-descargas__title {
  margin: 0 0 30px;
  font-size: 21px;
  line-height: 1.2;
  color: #2f2f2f;
}

.modal.modal--article .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.modal.modal--article .modal-content {
  border: 0px solid #ececec;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.modal--article .close {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 15px;
  font-size: 36px;
}

.modal.modal--article .modal-body {
  padding: 0;
}

.modal.modal--article .modal-body .article {
  border: 2px solid #ececec;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 50px 30px;
  margin-top: 15px;
}

.modal.modal--article .modal-body .article .product-simple__buttons {
  margin-top: 15px;
  text-align: center;
}

.modal.modal--article .modal-body .article .product-simple__buttons .btn {
  margin: 0 0 10px;
  min-width: 20%;
  padding: 5px 5px 4px;
  border-width: 1px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 12px;
}

.modal.modal--article .modal-body .article .product-simple__title {
  margin: 25px 0px 20px 0px;
}

.container-fluid.expo-container {
  max-width: 1326px;
  padding-right: 13px;
  padding-left: 13px;
  overflow: hidden;
}

.expo-row {
  margin-right: -13px;
  margin-left: -13px;
}

.expo-col {
  padding: 0 13px;
}

.expo {
  margin-bottom: 50px;
  font-size: 19px;
  line-height: 1.2;
  color: #2f2f2f;
  overflow: hidden;
}

.expo__image {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 132%;
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
}

.expo__image:hover,
.expo__image:active,
.expo__image:focus {
  text-decoration: none;
}

.browser-no-touchevents .expo__image:hover .expo__image__img,
.browser-no-touchevents .expo__image:active .expo__image__img,
.browser-no-touchevents .expo__image:focus .expo__image__img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 0.8;
}

.expo__image__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-size: cover;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.expo__pos {
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 1.15;
  text-transform: uppercase;
}

.expo__pos sup {
  text-transform: lowercase;
}

.expo__title {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.35;
  color: #2f2f2f;
}

.expo__title.expo__title--empty {
  font-style: italic;
  color: #939393;
}

.expo__label {
  margin-bottom: 3px;
  font-size: 19px;
  line-height: 1.2;
}

.expo__label  strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
}

.expo.expo--first-prize .expo__image {
  padding-bottom: 71%;
}

.expo.expo--first-prize .expo__pos {
  font-size: 40px;
}

.expo.expo--first-prize .expo__title {
  font-size: 30px;
}

.expo.expo--second-prize .expo__image {
  padding-bottom: 52.3%;
}

.expo.expo--third-prize .expo__image {
  padding-bottom: 108%;
}

/**
 * Main header
 */

.main-header-wrap {
  height: 46px;
  overflow: visible;
}

.main-header-container {
  position: relative;
  z-index: 4;
}

.main-header {
  height: 46px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1025;
  overflow: visible;
  background: #fff;
  -webkit-transition: height .25s ease-in-out, -webkit-transform .4s ease;
  transition: height .25s ease-in-out, -webkit-transform .4s ease;
  -o-transition: height .25s ease-in-out, transform .4s ease, -o-transform .4s ease;
  transition: height .25s ease-in-out, transform .4s ease;
  transition: height .25s ease-in-out, transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease;
  will-change: transform, scroll-position;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.main-header .container {
  height: 100%;
  text-align: center;
}

.main-header__logo {
  display: block;
  width: 76px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  will-change: transform, scroll-position;
}

.main-header__logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.main-header__logo__img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.main-header__logo__img--big {
  z-index: 2;
  width: 46px;
  height: 46px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
}

.main-header__logo__img--small {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -37px;
  z-index: 1;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
}

.hamburger {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 55px;
  height: 46px;
  z-index: 4;
  color: #000;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.hamburger:hover,
.hamburger:active,
.hamburger:focus {
  color: #000;
  text-decoration: none;
}

.hamburger:before,
.hamburger:after,
.hamburger span {
  content: '';
  position: absolute;
  left: 15px;
  display: block;
  width: 25px;
  height: 3px;
  background: #c53752;
  -webkit-transition: none 0.35s ease 0.35s;
  -o-transition: none 0.35s ease 0.35s;
  transition: none 0.35s ease 0.35s;
  -webkit-transition-property: top, left, opacity, -webkit-transform;
  transition-property: top, left, opacity, -webkit-transform;
  -o-transition-property: transform, top, left, opacity, -o-transform;
  transition-property: transform, top, left, opacity;
  transition-property: transform, top, left, opacity, -webkit-transform, -o-transform;
}

.hamburger:before {
  top: 14px;
}

.hamburger span {
  top: 22px;
}

.hamburger:after {
  top: 30px;
}

html.mm-opening .hamburger:before,
html.mm-opening .hamburger:after {
  top: 22px;
}

html.mm-opening .hamburger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

html.mm-opening .hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.mm-opening .hamburger span {
  opacity: 0;
}

/**
 * Main nav
 */

.main-nav {
  float: left;
  display: none;
  height: 100%;
}

.main-nav ul {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__item {
  display: block;
  height: 100%;
  float: left;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.main-nav__link {
  position: relative;
  display: table;
  height: 100%;
  padding: 1px 17px 0 17px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #333;
}

.main-nav__link:hover,
.main-nav__link:active,
.main-nav__link:focus {
  color: #333;
  text-decoration: none;
}

.main-nav__link__text {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.main-nav__link__text:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #DDB7C2;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.browser-no-touchevents .main-nav__link:hover .main-nav__link__text:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.main-nav__item.is-active .main-nav__link__text:before,
.main-nav__item.is-hover .main-nav__link__text:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.main-nav__item--muebles .main-nav__link__text:before {
  background: #CCCC8F;
}

.main-nav__item--proyectos .main-nav__link__text:before {
  background: #A4BAC8;
}

.main-nav__item--recursos .main-nav__link__text:before {
  background: #C9C9C7;
}

.main-nav__item--empresa .main-nav__link__text:before {
  background: #DDB7C2;
}

.main-nav__item--noticias .main-nav__link__text:before {
  background: #EBD3BB;
}

/**
 * Secondary nav
 */

.secondary-nav {
  position: relative;
  float: right;
  display: table;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.secondary-nav__item {
  display: none;
  padding: 0 0 0 12px;
  text-align: center;
  vertical-align: middle;
}

.secondary-nav__item--more-margin {
  padding-left: 20px;
}

.secondary-nav__item--separata .secondary-nav__item__link {
  font-family: "UniversLT-CondensedLight", "Arial", sans-serif;
  font-size: 20px;
}

.secondary-nav__item--separata .secondary-nav__item__link .icon-svg {
  position: relative;
  top: 4px;
  width: 21px;
  height: 21px;
}

.secondary-nav__item--separata-margin {
  padding-left: 20px;
}

.secondary-nav__item--search {
  display: table-cell;
}

.secondary-nav__item--search svg {
  width: 19px;
  height: 28px;
}

.secondary-nav__item--newsletter svg {
  width: 26px;
  height: 28px;
}

.secondary-nav__item--private-area svg {
  width: 26px;
  height: 28px;
}

.secondary-nav__item--eba {
  position: relative;
  width: 55px;
  height: 100%;
}

.secondary-nav__item--eba a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 170px;
  -webkit-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: width height;
}

.secondary-nav__item--eba a img {
  width: 100%;
  height: auto;
}

.secondary-nav__item--eba a:hover,
.secondary-nav__item--eba a:active,
.secondary-nav__item--eba a:focus {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.secondary-nav__item__link {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #B5B5B5;
  vertical-align: middle;
  -webkit-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.secondary-nav__item__link:hover,
.secondary-nav__item__link:active,
.secondary-nav__item__link:focus {
  color: #333;
  text-decoration: none;
}

.secondary-nav__item__link-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #c1c1c1;
}

.secondary-nav__item__link-icon:hover,
.secondary-nav__item__link-icon:active,
.secondary-nav__item__link-icon:focus {
  color: #333;
}

.secondary-nav__item__link-icon:hover .secondary-nav__item__tooltip,
.secondary-nav__item__link-icon:active .secondary-nav__item__tooltip,
.secondary-nav__item__link-icon:focus .secondary-nav__item__tooltip {
  display: block;
}

html.browser-touchevents .secondary-nav__item__link-icon:hover .secondary-nav__item__tooltip,
html.browser-touchevents .secondary-nav__item__link-icon:active .secondary-nav__item__tooltip,
html.browser-touchevents .secondary-nav__item__link-icon:focus .secondary-nav__item__tooltip {
  display: none;
}

.secondary-nav__item.is-active .secondary-nav__item__link,
.secondary-nav__item.is-active .secondary-nav__item__link-icon {
  color: #333;
}

.secondary-nav__item__tooltip {
  position: absolute;
  top: 32px;
  left: 50%;
  display: none;
  padding: 7px 7px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: #c1c1c1;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.secondary-nav.secondary-nav--white .secondary-nav__item__link {
  color: #c1c1c1;
}

.secondary-nav.secondary-nav--white .secondary-nav__item__link:hover,
.secondary-nav.secondary-nav--white .secondary-nav__item__link:active,
.secondary-nav.secondary-nav--white .secondary-nav__item__link:focus {
  color: #fff;
  text-decoration: none;
}

.secondary-nav.secondary-nav--white .secondary-nav__item__link-icon {
  color: #fff;
}

.secondary-nav.secondary-nav--white .secondary-nav__item__link-icon:hover,
.secondary-nav.secondary-nav--white .secondary-nav__item__link-icon:active,
.secondary-nav.secondary-nav--white .secondary-nav__item__link-icon:focus {
  color: #c1c1c1;
}

.secondary-nav.secondary-nav--white .secondary-nav__item.is-active .secondary-nav__item__link,
.secondary-nav.secondary-nav--white .secondary-nav__item.is-active .secondary-nav__item__link-icon {
  color: #fff;
}

/**
 * Main subnav
 */

.main-subnav {
  position: absolute;
  z-index: 3;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  display: block;
  border-top: 1px solid #eee;
  background: #fff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.main-subnav.is-active {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.12s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: -webkit-transform 0.12s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-transition: transform 0.12s cubic-bezier(0.755, 0.05, 0.855, 0.06), -o-transform 0.12s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.12s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition: transform 0.12s cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 0.12s cubic-bezier(0.755, 0.05, 0.855, 0.06), -o-transform 0.12s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.main-subnav-section {
  position: relative;
  display: none;
  padding-top: 24px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.main-subnav-section.is-active {
  display: block;
}

.main-subnav-section--muebles .container {
  padding-left: 135px;
}

.main-subnav-section--recursos .container {
  padding-left: 178px;
}

.main-subnav-section--empresa .container {
  padding-left: 138px;
}

.main-subnav-section--noticias .container {
  padding-left: 368px;
}

body.lang-fr .main-subnav-section--noticias .container {
  padding-left: 361px;
}

.main-subnav__muebles__col-left {
  padding-left: 0;
  padding-right: 0;
}

.main-subnav__muebles__col-right {
  padding-top: 86px;
  padding-right: 0;
  text-align: right;
  padding-left: 0;
}

.main-subnav__muebles__col-right .main-subnav__item {
  padding-right: 0;
  padding-left: 0;
}

.main-subnav__nav {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.main-subnav__item {
  display: inline-block;
  padding: 0 8px 0 7px;
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
}

.main-subnav__item.is-active .main-subnav__item__link {
  text-decoration: none;
  color: #000;
}

.main-subnav__item__link {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #9E9E9E;
}

.main-subnav__item__link:hover,
.main-subnav__item__link:active,
.main-subnav__item__link:focus {
  text-decoration: none;
  color: #000;
}

.main-subnav__item__link--wauto {
  width: auto;
}

.main-subnav__item__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
  pointer-events: none;
}

.main-subnav__item__title {
  position: relative;
  display: inline-block;
  padding-right: 23px;
  text-align: left;
}

.main-subnav__item__arrow {
  position: absolute;
  top: 1px;
  right: 0;
}

.main-subnav__item--small {
  padding: 0 12px;
}

.main-subnav__item--small .main-subnav__item__link {
  width: 90px;
  font-family: "UniversLT-CondensedLight", "Arial", sans-serif;
  font-size: 15px;
  text-transform: none;
}

.main-subnav__item--small .main-subnav__item__link:hover .main-subnav__item__title,
.main-subnav__item--small .main-subnav__item__link:active .main-subnav__item__title,
.main-subnav__item--small .main-subnav__item__link:focus .main-subnav__item__title {
  text-decoration: none;
}

.main-subnav__item--small .main-subnav__item__link .main-subnav__item__title {
  padding-right: 0;
  text-align: center;
}

.main-subnav__item--small .main-subnav__item__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.main-subnav__title {
  display: inline-block;
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
  color: #9E9E9E;
  white-space: nowrap;
}

.main-subnav__title:hover,
.main-subnav__title:active,
.main-subnav__title:focus {
  text-decoration: none;
  color: #000;
}

.main-subnav__title .icon-svg {
  position: relative;
  top: 2px;
}

.main-subnav__title.is-active {
  text-decoration: none;
  color: #000;
}

.main-subnav__title.main-subnav__title--wrap {
  white-space: normal;
}

/**
 * Main header mini state
 */

.main-header.is-mini .main-header__logo__img--big {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.main-header.is-mini .main-header__logo__img--small {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.main-header.is-mini .secondary-nav__item--eba a {
  -webkit-transform: translate(0, -45px);
  -ms-transform: translate(0, -45px);
  -o-transform: translate(0, -45px);
  transform: translate(0, -45px);
}

/**
 * Mmenu
 */

#nav-mobile:not(.mm-menu) {
  display: none;
}

.mm-menu {
  background: #fff;
}

.mm-menu .mm-divider,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: transparent;
}

.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 100%;
}

.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
  top: 50%;
  margin-top: -3px;
}

.mm-listview > li:not(.mm-divider):after {
  content: none;
}

.mm-menu > .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider):after {
  content: '';
  left: 0;
  border-color: #eee;
}

.mm-listview > li > a:not(.main-nav-mobile__title),
.mm-listview > li > span:not(.main-nav-mobile__title) {
  padding-top: 11px;
  padding-bottom: 11px;
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  color: #535353;
}

.mm-menu .mm-listview > li a:not(.mm-next):hover,
.mm-menu .mm-listview > li a:not(.mm-next):active,
.mm-menu .mm-listview > li a:not(.mm-next):focus {
  color: #000;
}

.mm-menu .mm-listview li.is-active > a:not(.mm-next) {
  text-decoration: underline;
  color: #000;
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  padding-top: 0;
}

.mm-menu .mm-listview > li a.main-nav-mobile__title,
.mm-menu .mm-listview > li span.main-nav-mobile__title {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.mm-menu .mm-listview > li a.main-nav-mobile__title:hover,
.mm-menu .mm-listview > li a.main-nav-mobile__title:active,
.mm-menu .mm-listview > li a.main-nav-mobile__title:focus,
.mm-menu .mm-listview > li span.main-nav-mobile__title:hover,
.mm-menu .mm-listview > li span.main-nav-mobile__title:active,
.mm-menu .mm-listview > li span.main-nav-mobile__title:focus {
  text-decoration: none;
}

.main-nav-mobile__title__icon {
  position: relative;
  top: -3px;
  width: 26px;
  height: 26px;
  color: #a7a7a7;
  margin-right: 7px;
}

.mm-menu .mm-listview > li a.main-nav-mobile__subtitle,
.mm-menu .mm-listview > li span.main-nav-mobile__subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}

.main-nav-mobile__subtitle__icon {
  position: relative;
  top: -3px;
  width: 26px;
  height: 26px;
  color: #a7a7a7;
  margin-right: 5px;
}

.mm-menu .mm-listview > li.main-nav-mobile__sublink {
  padding-left: 20px;
}

.main-nav-mobile__sublink__icon {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  color: #a7a7a7;
  margin-right: 5px;
}

.mm-menu .mm-listview > li.main-nav-mobile__icons {
  font-size: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
}

.mm-menu .mm-listview > li.main-nav-mobile__icons a,
.mm-menu .mm-listview > li.main-nav-mobile__icons span {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  margin-right: 25px;
  line-height: 19px;
  vertical-align: top;
  color: #c1c1c1;
}

.mm-menu .mm-listview > li.main-nav-mobile__icons a .icon-svg,
.mm-menu .mm-listview > li.main-nav-mobile__icons span .icon-svg {
  vertical-align: middle;
}

.mm-menu .mm-listview > li.main-nav-mobile__icons a:hover,
.mm-menu .mm-listview > li.main-nav-mobile__icons a:active,
.mm-menu .mm-listview > li.main-nav-mobile__icons a:focus,
.mm-menu .mm-listview > li.main-nav-mobile__icons span:hover,
.mm-menu .mm-listview > li.main-nav-mobile__icons span:active,
.mm-menu .mm-listview > li.main-nav-mobile__icons span:focus {
  color: #c1c1c1;
}

.mm-menu .mm-listview > li.main-nav-mobile__languages {
  font-size: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
}

.mm-menu .mm-listview > li.main-nav-mobile__languages a,
.mm-menu .mm-listview > li.main-nav-mobile__languages span {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin-right: 18px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  color: #c1c1c1;
}

.mm-menu .mm-listview > li.main-nav-mobile__languages a.is-active {
  color: #c53752;
}

.mm-menu .mm-listview > li.main-nav-mobile__languages a:hover,
.mm-menu .mm-listview > li.main-nav-mobile__languages a:active,
.mm-menu .mm-listview > li.main-nav-mobile__languages a:focus {
  color: #c1c1c1;
  text-decoration: none;
}

.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__languages a:hover,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__languages a:active,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__languages a:focus {
  color: #666;
  text-decoration: none;
}

.mm-menu .mm-listview > li.main-nav-mobile__languages span {
  margin-right: 28px;
}

.mm-menu .mm-listview > li.main-nav-mobile__social {
  font-size: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 15px;
}

.mm-menu .mm-listview > li.main-nav-mobile__social a:hover,
.mm-menu .mm-listview > li.main-nav-mobile__social a:active,
.mm-menu .mm-listview > li.main-nav-mobile__social a:focus {
  color: #c1c1c1;
}

.mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  vertical-align: top;
  color: #c1c1c1;
}

.mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link:not(:last-child) {
  margin-right: 20px;
}

.mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link .icon-svg {
  vertical-align: middle;
}

.mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link:hover,
.mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link:active,
.mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link:focus {
  color: #c1c1c1;
}

.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--twitter:hover,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--twitter:active,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--twitter:focus {
  color: #55acee;
}

.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--facebook:hover,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--facebook:active,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--facebook:focus {
  color: #3b5998;
}

.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--youtube:hover,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--youtube:active,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--youtube:focus {
  color: #cd201f;
}

.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--pinterest:hover,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--pinterest:active,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--pinterest:focus {
  color: #bd081c;
}

.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--rss:hover,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--rss:active,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--rss:focus {
  color: #f26522;
}

.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--linkedin:hover,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--linkedin:active,
.browser-no-touchevents .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link--linkedin:focus {
  color: #0077b5;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  color: #000;
  text-decoration: underline;
  background: transparent;
}

.mm-menu .mm-listview > li.mm-selected > a.main-nav-mobile__title,
.mm-menu .mm-listview > li.mm-selected > span.main-nav-mobile__title,
.mm-menu .mm-listview > li.is-active > a.main-nav-mobile__title,
.mm-menu .mm-listview > li.is-active > span.main-nav-mobile__title {
  color: #c53752;
  text-decoration: none;
  background: transparent;
}

.mm-navbar .mm-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.mm-opening #mm-blocker {
  background: rgba(0, 0, 0, 0.2);
}

.mm-page {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  will-change: transform;
}

.mm-panel {
  will-change: transform;
}

.mm-panel.mm-current {
  will-change: transform;
}

#mm-1 {
  padding-top: 10px;
}

#mm-1 .mm-navbar {
  display: none;
}

/**
 * Product navbar
 */

.product-navbar {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  left: 0;
  height: 0;
  display: none;
  background: #fbfbfb;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  will-change: transform;
}

.main-header.is-mini .product-navbar {
  height: 61px;
  border-top: 1px solid #eee;
}

.product-navbar__title-wrap {
  float: left;
  height: 100%;
}

.product-navbar__title {
  width: 250px;
  padding: 20px 0 0 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-nav {
  float: right;
  height: 100%;
}

.product-nav ul {
  display: table;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-nav__item {
  display: table-cell;
  height: 100%;
  padding: 0 35px 0 0;
  margin: 0;
  vertical-align: middle;
}

.product-nav__item:last-child {
  padding-right: 0;
}

.product-nav__item__link {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  color: #666;
}

.product-nav__item__link:hover,
.product-nav__item__link:active,
.product-nav__item__link:focus {
  color: #000;
  text-decoration: underline;
}

.product-nav__item__link.is-active {
  color: #000;
  text-decoration: underline;
}

.product-nav__item__button {
  padding: 5px 12px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  color: #666;
  background: #fff;
  border: 1px solid #EEEEEE;
}

.product-nav__item__button:hover,
.product-nav__item__button:active,
.product-nav__item__button:focus {
  color: #000;
  text-decoration: none;
}

.product-nav__item__button.is-active {
  color: #000;
  text-decoration: underline;
}

.product-nav__item__icon {
  color: #c1c1c1;
}

.product-nav__item__icon--facebook:hover,
.product-nav__item__icon--facebook:active,
.product-nav__item__icon--facebook:focus {
  color: #3b5998;
}

.product-nav__item__icon--twitter:hover,
.product-nav__item__icon--twitter:active,
.product-nav__item__icon--twitter:focus {
  color: #55acee;
}

.product-nav__item__icon--pinterest:hover,
.product-nav__item__icon--pinterest:active,
.product-nav__item__icon--pinterest:focus {
  color: #bd081c;
}

/* ------------------------------------------------------------------------------------
 * Aviso Cookies
 * ------------------------------------------------------------------------------------
 */

.cookies-alert {
  position: fixed;
  z-index: 1030;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0 14px 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.cookies-alert__content {
  position: relative;
  width: 820px;
  max-width: 100%;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}

.cookies-alert__text {
  font-size: 14px;
  line-height: 1.4;
  color: #c53752;
}

.cookies-alert__text a {
  text-decoration: underline;
  color: #c53752;
}

.browser-no-touchevents .cookies-alert__text a:hover {
  text-decoration: underline;
  color: #000;
}

.cookies-alert__close {
  margin-top: 10px;
  text-transform: uppercase;
}

.browserupgrade {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #a94442;
  background-color: #f2dede;
}

.browserupgrade a {
  color: #a94442;
  text-decoration: underline;
}

.browserupgrade a:hover,
.browserupgrade a:active,
.browserupgrade a:focus {
  color: #a94442;
  text-decoration: underline;
}

/**
 * Tablet aside
 */

.tablet-header {
  position: absolute;
  z-index: 998;
  top: 0;
  right: 0;
  left: 90px;
  height: 80px;
  padding: 0;
  overflow: visible;
  will-change: scroll-position;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

body.is-tablet-header-light .tablet-header {
  background: rgba(255, 255, 255, 0.1);
}

.tablet-header .container {
  height: 100%;
  overflow: visible;
}

/**
 * Tablet aside
 */

.tablet-aside {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  will-change: scroll-position, transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.tablet-nav-opened .tablet-aside {
  -webkit-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
}

/**
 * Tablet nav
 */

html.tablet-nav-opening {
  position: relative;
  overflow: hidden;
}

html.tablet-nav-opening body {
  overflow: hidden;
}

html.tablet-nav-opened .main-wrap {
  -webkit-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
}

.tablet-nav-blocker {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 340px;
  height: 100%;
  background: transparent;
  will-change: scroll-position;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.tablet-nav-opened .tablet-nav-blocker {
  display: block;
}

.tablet-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background: #fff;
  will-change: transform, scroll-position;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.browser-touchevents .tablet-nav {
  overflow-y: scroll;
}

.tablet-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tablet-nav__logo {
  display: block;
  margin-bottom: 5px;
  font-size: 0;
  text-align: center;
}

.tablet-nav__logo__link {
  display: block;
  padding: 17px 0;
}

.tablet-nav__item {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 0;
  text-align: center;
}

.tablet-nav__item--area-privada {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  will-change: scroll-position;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.tablet-nav__link {
  display: block;
  padding: 5px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  color: #c1c1c1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-touch-callout: none;
}

.tablet-nav__link:hover,
.tablet-nav__link:active,
.tablet-nav__link:focus {
  color: #c1c1c1;
  text-decoration: none;
}

.tablet-nav__link:hover .tablet-nav__link__icon,
.tablet-nav__link:active .tablet-nav__link__icon,
.tablet-nav__link:focus .tablet-nav__link__icon {
  color: #aaa;
}

.tablet-nav__link__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 7px;
  color: #aaa;
}

.tablet-nav__link__text {
  display: block;
}

.tablet-nav__link.is-active,
.tablet-nav__link.is-selected {
  color: #c53752;
}

.tablet-nav__link.is-active .tablet-nav__link__icon,
.tablet-nav__link.is-selected .tablet-nav__link__icon {
  color: inherit;
}

/**
 * Tablet subnav
 */

.tablet-subnav {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  overflow: auto;
  background: #f7f7f6;
  -webkit-transform: translate(-100%, 0) translateZ(0);
  transform: translate(-100%, 0) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  -webkit-overflow-scrolling: touch;
  will-change: transform, scroll-position;
}

.browser-touchevents .tablet-subnav {
  overflow-y: scroll;
}

.tablet-nav-opened .tablet-subnav {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.tablet-subnav__section {
  display: none;
}

.tablet-subnav__section.is-active {
  display: block;
}

.tablet-subnav__category {
  padding: 0 15px 0 24px;
}

.tablet-subnav__category:not(:first-child) {
  border-top: 1px solid #eee;
}

.tablet-subnav__title {
  position: relative;
  display: block;
  padding: 24px 0 24px 38px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
}

.tablet-subnav__title:hover,
.tablet-subnav__title:active,
.tablet-subnav__title:focus {
  text-decoration: none;
  color: #000;
}

.tablet-subnav__title__icon {
  position: absolute;
  top: 24px;
  left: 0;
  width: 26px;
  height: 26px;
  color: #a7a7a7;
}

.tablet-subnav__title__txt {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.tablet-subnav__title__arrow {
  position: relative;
  top: 4px;
  margin-left: 10px;
  vertical-align: top;
  color: #c1c1c1;
}

.tablet-subnav__nav {
  padding: 0 0 10px 50px;
  margin: 0;
  list-style: none;
}

.tablet-subnav__item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.tablet-subnav__item a {
  font-size: 15px;
  color: #535353;
}

.tablet-subnav__item a:hover,
.tablet-subnav__item a:active,
.tablet-subnav__item a:focus {
  text-decoration: none;
  color: #535353;
}

.tablet-subnav__item.is-active a {
  color: #535353;
  text-decoration: underline;
}

.tablet-subnav__item.is-active .tablet-subnav__item__icon {
  color: #535353;
}

.tablet-subnav__item__icon {
  position: absolute;
  top: -4px;
  left: -32px;
  width: 24px;
  height: 24px;
  color: #a7a7a7;
}

/**
 * Main footer
 */

.main-footer {
  position: relative;
  padding: 88px 0 40px;
  background: #f7f7f6;
  color: #535353;
}

.main-footer.has-calltoaction-fixed {
  padding-bottom: 91px;
}

.main-footer__logo {
  position: absolute;
  top: -44px;
  left: 50%;
  margin-left: -37px;
}

.main-footer__col {
  float: left;
  width: 50%;
}

.main-footer__col.main-footer__col--1,
.main-footer__col.main-footer__col--2,
.main-footer__col.main-footer__col--3 {
  display: none;
}

.main-footer__col.main-footer__col--3 {
  width: 100%;
}

.main-footer__col.main-footer__col--4 {
  width: 100%;
}

.main-footer__title {
  margin-bottom: 22px;
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 18px;
  color: #000;
}

.main-footer__links {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.main-footer__link {
  padding: 0;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.2;
  color: #535353;
}

.main-footer__link a {
  color: #535353;
}

.main-footer__link a:hover,
.main-footer__link a:active,
.main-footer__link a:focus {
  color: #000;
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat;
  background: -webkit-linear-gradient(#000, #000) no-repeat;
  background: -o-linear-gradient(#000, #000) no-repeat;
  background: linear-gradient(#000, #000) no-repeat;
  background-size: 100% 1px;
  background-position: 0 1.02em;
  text-shadow: 0.05em 0 #f7f7f6, -0.05em 0 #f7f7f6;
}

.main-footer__link a:hover::-moz-selection,
.main-footer__link a:hover > *::-moz-selection,
.main-footer__link a:active::-moz-selection,
.main-footer__link a:active > *::-moz-selection,
.main-footer__link a:focus::-moz-selection,
.main-footer__link a:focus > *::-moz-selection {
  background-color: #404040;
  color: #f7f7f6;
  text-shadow: none;
}

.main-footer__link a:hover::selection,
.main-footer__link a:hover > *::selection,
.main-footer__link a:active::selection,
.main-footer__link a:active > *::selection,
.main-footer__link a:focus::selection,
.main-footer__link a:focus > *::selection {
  background-color: #404040;
  color: #f7f7f6;
  text-shadow: none;
}

.main-footer__link a:hover::-moz-selection,
.main-footer__link a:hover > *::-moz-selection,
.main-footer__link a:active::-moz-selection,
.main-footer__link a:active > *::-moz-selection,
.main-footer__link a:focus::-moz-selection,
.main-footer__link a:focus > *::-moz-selection {
  background-color: #404040;
  color: #f7f7f6;
  text-shadow: none;
}

.main-footer__newsletter__text {
  font-size: 16px;
}

.main-footer__newsletter__text p {
  margin-bottom: 16px;
}

.main-footer__newsletter__form {
  max-width: auto;
  margin-bottom: 32px;
  font-size: 0px;
}

.main-footer__newsletter__input-wrap {
  float: left;
  width: 78%;
  padding-right: 10px;
}

.main-footer__newsletter__btn-wrap {
  float: left;
  width: 22%;
}

.main-footer__social {
  margin-bottom: 30px;
  text-align: center;
}

.main-footer__social__link {
  display: inline-block;
  height: 24px;
  vertical-align: top;
  line-height: 24px;
  color: #ccc;
}

.main-footer__social__link:not(:last-child) {
  margin-right: 18px;
}

.main-footer__social__link:hover,
.main-footer__social__link:active,
.main-footer__social__link:focus {
  color: #c53752;
}

.main-footer__social__link .icon-svg {
  vertical-align: middle;
}

.main-footer__social__link--twitter:hover,
.main-footer__social__link--twitter:active,
.main-footer__social__link--twitter:focus {
  color: #55acee;
}

.main-footer__social__link--facebook:hover,
.main-footer__social__link--facebook:active,
.main-footer__social__link--facebook:focus {
  color: #3b5998;
}

.main-footer__social__link--youtube:hover,
.main-footer__social__link--youtube:active,
.main-footer__social__link--youtube:focus {
  color: #cd201f;
}

.main-footer__social__link--pinterest:hover,
.main-footer__social__link--pinterest:active,
.main-footer__social__link--pinterest:focus {
  color: #bd081c;
}

.main-footer__social__link--rss:hover,
.main-footer__social__link--rss:active,
.main-footer__social__link--rss:focus {
  color: #f26522;
}

.main-footer__social__link--linkedin:hover,
.main-footer__social__link--linkedin:active,
.main-footer__social__link--linkedin:focus {
  color: #0077b5;
}

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

.main-footer__copyright__prominent {
  color: #000;
}

/**
 * Product intro
 */

.product-intro {
  padding: 40px 0 0 0;
}

.product-intro .title {
  line-height: 1.35;
}

/**
 * Product feature
 */

.product-feature {
  overflow: hidden;
  max-width: 100%;
}

.product-feature.product-feature--bg-grey {
  background: #fafafa;
}

.product-feature__container {
  padding: 0 15px;
  margin: 0 auto;
}

.product-feature__content {
  padding-bottom: 30px;
  font-size: 8px;
  text-align: right;
  vertical-align: middle;
}

.product-feature__title {
  text-align: left;
}

.product-feature__subtitle {
  margin-bottom: 10px;
  text-align: left;
  color: #9A9A8C;
}

.product-feature__text {
  font-size: 2.2em;
  text-align: left;
  color: #535353;
}

.product-feature__text strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  color: #000;
}

.product-feature__link {
  line-height: 1;
  color: #c53752;
}

.product-feature__link:hover,
.product-feature__link:active,
.product-feature__link:focus {
  text-decoration: none;
}

.product-feature__link:hover .product-feature__link__text,
.product-feature__link:active .product-feature__link__text,
.product-feature__link:focus .product-feature__link__text {
  border-color: #c53752;
}

.product-feature__link__text {
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-feature__link .icon-svg {
  position: relative;
  margin-left: 4px;
  vertical-align: middle;
}

.product-feature__photo__wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.product-feature__photo__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.product-feature.product-feature--image-contain .product-feature__container {
  padding-right: 0;
  padding-left: 0;
}

.product-feature.product-feature--image-contain .product-feature__photo {
  padding-left: 15px;
}

.product-feature--image-contain.product-feature--align-right .product-feature__photo {
  padding-right: 15px;
  padding-left: 0;
}

/**
 * Product models
 */

.product-models__buttons {
  padding: 50px 0 0;
  text-align: center;
}

/**
 * Product designer
 */

.product-designer__wrap {
  padding-top: 30px;
  background: #F7F7F5;
}

.product-designer__container {
  height: 100%;
}

.product-designer__logo {
  font-size: 0;
  text-align: center;
}

.product-designer__logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-designer__logo__img {
  display: inline-block;
  max-width: 90%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.product-designer__photo {
  font-size: 0;
  text-align: center;
}

.product-designer__photo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

.product-designer__photo__img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.product-designer__quote {
  padding: 30px 15px;
  font-size: 0;
}

.product-designer__quote:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-designer__quote__content {
  display: inline-block;
  vertical-align: middle;
}

.product-designer__quote__text {
  padding: 0;
  border: none;
  margin: 0;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #000;
}

.product-designer__quote__footer {
  padding-top: 15px;
}

.product-designer__quote__footer:before {
  content: none;
}

.product-designer__quote__author {
  display: block;
  font-family: 'UniversLT-CondensedBold';
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-style: normal;
}

.product-designer__quote__company {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-style: normal;
}

/**
 * Product Medio Ambiente
 */

.environment__logos {
  padding-top: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 0;
  text-align: center;
}

.environment__logos:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.environment__item {
  display: inline-block;
  width: auto;
  max-width: 14.28571%;
  text-align: center;
  vertical-align: middle;
}

.environment__item__img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.environment__data {
  height: auto;
  padding-top: 50px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 0;
  text-align: center;
  background-color: #fff;
}

.environment__graph {
  position: relative;
  display: inline-block;
  width: 50%;
  max-width: 260px;
  padding: 0 5px;
  text-align: center;
}

.environment__graph .circle {
  position: relative;
  display: block;
  padding-top: 100%;
}

.environment__graph .circles-wrp {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 0;
  text-align: left;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.environment__graph .circles-wrp svg {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.environment__graph__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.environment__graph__percent {
  display: block;
  font-size: 40px;
  line-height: 1.15;
  color: #2f2f2f;
}

.environment__graph__desc {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}

/**
 * Product downloads
 */

.downloads__container {
  padding-right: 0;
  padding-left: 0;
}

.download {
  float: left;
  display: block;
  width: 50%;
  padding: 15px 5px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.product-downloads .download {
  -webkit-transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.download:hover,
.download:active,
.download:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.product-downloads .download:hover,
.product-downloads .download:active,
.product-downloads .download:focus {
  background-color: #fff;
}

.download:hover .download__size,
.download:active .download__size,
.download:focus .download__size {
  border-color: #000;
}

.download__icon {
  display: block;
  height: 45px;
  margin-bottom: 20px;
  font-size: 0;
}

.download__icon:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.download__icon__img {
  display: inline-block;
  vertical-align: middle;
}

.download__icon svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 45px;
}

.download__title {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  color: #000;
}

.download__desc {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}

.download__size {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #9e9e9e;
  -webkit-transition: border-color 0.35s ease-in-out;
  -o-transition: border-color 0.35s ease-in-out;
  transition: border-color 0.35s ease-in-out;
}

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

.downloads.downloads--centered .downloads__container {
  font-size: 0;
}

.downloads.downloads--centered .download {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.downloads.downloads--text-bigger .download__desc {
  font-size: 18px;
}

/**
 * Call to action fixed to bottom
 */

.calltoaction-fixed {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  background: #fff;
}

.calltoaction-fixed__btn {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 18px;
}

.calltoaction-fixed__btn .icon-svg {
  vertical-align: middle;
}

/**
 * Projects intro
 */

.projects__intro {
  padding-top: 30px;
  margin-bottom: 15px;
}

.news-details__opening {
  padding-top: 30px;
  padding-bottom: 20px;
}

.news-details__title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
  color: #444;
}

.news-details__date-wrap {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.45;
}

.news-details__date-wrap a {
  color: #444;
  text-decoration: none;
}

.news-details__date-wrap a:hover,
.news-details__date-wrap a:active,
.news-details__date-wrap a:focus {
  color: #444;
  text-decoration: underline;
}

.news-details__category {
  font-weight: 700;
}

.news-details__social-wrap {
  margin-bottom: 20px;
  font-size: 0;
  text-align: left;
}

.news-details__social-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.news-details__stat {
  display: inline-block;
  margin-right: 25px;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  color: #666;
  vertical-align: middle;
}

.news-details__stat .icon-svg {
  margin-top: 2px;
  color: #c1c1c1;
  margin-right: 10px;
}

.news-details__social {
  display: inline-block;
  margin-right: 35px;
  color: #c1c1c1;
  vertical-align: middle;
}

.news-details__social:last-child {
  margin-right: 0;
}

.news-details__social--facebook:hover,
.news-details__social--facebook:active,
.news-details__social--facebook:focus {
  color: #3b5998;
}

.news-details__social--twitter:hover,
.news-details__social--twitter:active,
.news-details__social--twitter:focus {
  color: #55acee;
}

.news-details__social--pinterest:hover,
.news-details__social--pinterest:active,
.news-details__social--pinterest:focus {
  color: #bd081c;
}

.block-text ul {
  margin-bottom: 60px;
  margin-top: -30px;
}

/**
 * Press regular
 */

.press-regular-container {
  margin-bottom: 50px;
}

.press {
  border: 1px solid transparent;
  display: block;
  margin-bottom: 50px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.press:hover,
.press:active,
.press:focus {
  text-decoration: none;
}

.press__link {
  display: block;
  color: #666;
  text-decoration: none;
}

.press__link:hover,
.press__link:active,
.press__link:focus {
  color: #666;
  text-decoration: none;
}

.press__title {
  margin-bottom: 9px;
  font-size: 23px;
  line-height: 1.4;
  color: #535353;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.press__date {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #999;
}

.press__text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.press__text p {
  margin-bottom: 18px;
}

.press__category {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.press__category:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.press__category:hover {
  color: #c53752;
}

.press__category:hover:before {
  background: #c53752;
}

.press__category__overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.press__size {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  font-size: 16px;
  line-height: 17px;
  color: #808080;
  white-space: nowrap;
}

.press__size .icon-svg {
  margin-right: 8px;
}

.press__logo {
  text-align: center;
}

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

.press__newspaper {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

/**
 * Press regular
 */

.press.press--regular .press__photo {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 15px;
}

.press.press--regular:hover .press__title,
.press.press--regular:active .press__title,
.press.press--regular:focus .press__title {
  color: #000;
}

/**
 * Press main
 */

.press.press--main {
  padding-bottom: 15px;
  margin-bottom: 60px;
  background: #f8f8f8;
}

.press.press--main:hover .press__title,
.press.press--main:active .press__title,
.press.press--main:focus .press__title {
  color: #666;
}

.press.press--main .press__title {
  margin-bottom: 5px;
  font-size: 28px;
  color: #000;
}

.press.press--main .press__text {
  font-size: 19px;
  line-height: 1.45;
  color: #808080;
}

.press.press--main .press__text p {
  margin-bottom: 22px;
}

.press.press--main .press__logo {
  margin-bottom: 15px;
}

.press__photo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 15px;
}

/**
 * Press mini
 */

.press-mini-row-desktop {
  display: none;
}

.press-mini-col {
  padding: 0 15px;
}

.press.press--mini {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #eaeaea;
}

.press.press--mini .press__title {
  font-size: 21px;
}

.press.press--mini .press__date {
  margin-bottom: 0;
}

.press.press--mini:hover .press__title,
.press.press--mini:active .press__title,
.press.press--mini:focus .press__title {
  color: #000;
  text-decoration: underline;
}

/**
 * Press bottom buttons
 */

.press-buttons {
  padding: 15px 0 40px;
}

/**
 * Ambient products
 */

.ambient-products {
  position: relative;
  text-align: center;
}

.ambient-products__container {
  position: relative;
  font-size: 0;
  display: inline-block;
}

.ambient-product {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-decoration: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.ambient-product:hover,
.ambient-product:active,
.ambient-product:focus {
  text-decoration: none;
}

.ambient-product:hover .ambient-product__circle__plus,
.ambient-product:active .ambient-product__circle__plus,
.ambient-product:focus .ambient-product__circle__plus {
  opacity: 1;
}

.ambient-product:hover .ambient-product__desc__name,
.ambient-product:active .ambient-product__desc__name,
.ambient-product:focus .ambient-product__desc__name {
  color: #000;
}

.ambient-product:hover .ambient-product__desc__name-border,
.ambient-product:active .ambient-product__desc__name-border,
.ambient-product:focus .ambient-product__desc__name-border {
  border-color: #000;
}

.ambient-product__circle {
  display: block;
  width: 31px;
  height: 31px;
  padding-top: 7px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ambient-product__circle__small {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ambient-product__circle__number {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-align: center;
}

.ambient-product__circle__plus {
  display: none;
  color: #c53752;
  line-height: 17px;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}

.browser-touchevents .ambient-product__circle__plus {
  opacity: 1;
}

.ambient-product__circle__plus .icon-svg {
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.ambient-product__desc {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ambient-product__desc__line {
  display: none;
  width: 1px;
  height: 32px;
  margin: 0 auto;
  background: #fff;
}

.ambient-product__desc__name {
  display: none;
  min-width: 120px;
  max-width: 150px;
  padding: 8px 10px 6px;
  font-size: 14px;
  line-height: 0.9;
  color: #535353;
  background: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.ambient-product__desc__name-border {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

.ambient-products-list {
  padding: 5px 0 0;
  margin: 0;
  display: block;
  list-style: none;
  text-align: left;
}

.ambient-products-list__item {
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

.ambient-products-list__item__link {
  position: relative;
  padding: 6px 10px 6px 0;
  display: block;
  color: #c53752;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.ambient-products-list__item__link:hover,
.ambient-products-list__item__link:active,
.ambient-products-list__item__link:focus {
  text-decoration: none;
}

.ambient-products-list__item__number {
  color: #000;
}

.ambient-products-list__item .icon-svg {
  position: absolute;
  top: 8px;
  right: 0;
  color: #000;
}

.product-filters__col-1 {
  padding: 0 15px;
}

.product-filters__col-2 {
  padding: 0 15px;
}

.products-filters__summary {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.2;
  color: #535353;
}

.products-filters__summary strong {
  color: #000;
}

.products-filters__order {
  padding-left: 15px;
  font-size: 16px;
  color: #535353;
}

.products-filters__summary__text {
  padding-top: 15px;
}

.products-filters__list {
  margin-bottom: 30px;
}

body:not(.browser-touchevents) .product-simple-col.product-simple-col--download:hover {
  z-index: 2;
}

.product-simple-col-separator--tablet {
  display: none;
}

.product-simple-col-separator--desktop {
  display: none;
}

.product-simple {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  text-align: center;
  background: #fff;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.browser-no-touchevents .product-simple {
  padding: 8px 8px 0 8px;
}

.browser-no-touchevents .product-simple:hover,
.browser-no-touchevents .product-simple:active,
.browser-no-touchevents .product-simple:focus {
  border-color: #c1c1c1;
  -webkit-transition: border-color 0.35s ease-in-out;
  -o-transition: border-color 0.35s ease-in-out;
  transition: border-color 0.35s ease-in-out;
}

.browser-no-touchevents .product-simple:hover .product-simple__btns,
.browser-no-touchevents .product-simple:active .product-simple__btns,
.browser-no-touchevents .product-simple:focus .product-simple__btns {
  opacity: 1;
  -webkit-transition: border-color 0.35s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: border-color 0.35s ease-in-out, opacity 0.2s ease-in-out;
  transition: border-color 0.35s ease-in-out, opacity 0.2s ease-in-out;
}

.browser-touchevents .product-simple {
  border: 0;
}

.product-simple__link {
  display: block;
  text-decoration: none;
}

.product-simple__link:hover,
.product-simple__link:active,
.product-simple__link:focus {
  text-decoration: none;
}

.product-simple__photo__img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
}

.product-simple__info {
  position: relative;
  padding-bottom: 25px;
}

.browser-touchevents .product-simple__info {
  padding-bottom: 0;
}

.product-simple__title {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
}

.browser-touchevents .product-simple__title {
  margin-bottom: 15px;
}

.product-simple__size {
  padding-top: 6px;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  color: #bcbcbc;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.browser-touchevents .product-simple__size {
  padding-top: 0;
  margin-bottom: 10px;
  opacity: 1;
}

.product-simple__btns {
  position: absolute;
  top: 100%;
  left: -9px;
  right: -9px;
  padding-bottom: 40px;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  background: #fff;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  opacity: 0;
  -webkit-transition: border-color 0.35s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: border-color 0.35s ease-in-out, opacity 0.4s ease-in-out;
  transition: border-color 0.35s ease-in-out, opacity 0.4s ease-in-out;
}

.browser-touchevents .product-simple__btns {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  padding-bottom: 0;
  border: 0;
  opacity: 1;
}

.product-simple.product-simple--alernative .product-simple__photo__img {
  width: 100%;
  margin-bottom: 15px;
}

.product-simple.product-simple--download .product-simple__photo__img {
  width: 100%;
  margin-bottom: 15px;
}

.browser-touchevents .product-simple.product-simple--download {
  margin-bottom: 45px;
}

.browser-touchevents .product-simple.product-simple--download .product-simple__title {
  margin-bottom: 5px;
}

.product-simple.product-simple--download:hover .product-simple__size,
.product-simple.product-simple--download:active .product-simple__size,
.product-simple.product-simple--download:focus .product-simple__size {
  opacity: 1;
}

.block-text {
  color: #2f2f2f;
}

.employment-intro {
  background: #f7f7f5;
  margin-bottom: 50px;
}

.employment-intro__photo {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.employment-intro__col-content {
  padding-top: 35px;
  padding-bottom: 25px;
  font-size: 0;
}

.employment-intro__col-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.employment-intro__col-content__content {
  display: inline-block;
  vertical-align: middle;
}

.employment-intro__title,
.employment-intro__subtitle {
  margin-bottom: 0;
  font-size: 26px;
  color: #2f2f2f;
}

.employment-intro__title {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  line-height: 1.2;
}

.employment-intro__subtitle {
  margin-bottom: 15px;
  line-height: 1.1;
}

.employment-intro__text {
  font-size: 18px;
  line-height: 1.45;
  color: #2f2f2f;
}

.employment-intro__text p {
  margin-bottom: 15px;
}

.employment-jobs-item {
  display: block;
  margin-bottom: 50px;
  -webkit-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.employment-jobs-item:hover,
.employment-jobs-item:active,
.employment-jobs-item:focus {
  text-decoration: none;
}

.employment-jobs-item:hover .employment-jobs-item__btn,
.employment-jobs-item:active .employment-jobs-item__btn,
.employment-jobs-item:focus .employment-jobs-item__btn {
  opacity: 1;
}

.employment-jobs-item__title {
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #eaeaea;
  font-size: 23px;
  line-height: 1.1;
  color: #2f2f2f;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.employment-jobs-item__subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.1;
  color: #9a9a9a;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.employment-jobs-item__text {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.45;
  /*color: #9a9a9a;*/
}

.employment-jobs-item--hide {
  display: none;
  padding-top: 30px;
}

.employment-jobs-item--hide .employment-jobs-item__text {
  color: #2f2f2f;
}

.emplyment-jobs-item__btns {
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a6a6a6;
}

.employment-jobs-item__btn {
  float: right;
}

/* actiu_cambio
            .employment-jobs-item__btn {
                @include mq($from: xs) {
                    opacity: 0;
                    transition: opacity 0.35s;
                }

                .browser-touchevents & {
                    opacity: 1;
                }
            }
            actiu_cambio */

.employment-growth {
  margin: 5px 0 40px;
  /*actiu_cambio antes 55px 0 40px*/
}

.employment-growth__title,
.employment-growth__subtitle {
  margin-bottom: 0;
  font-size: 26px;
  color: #2f2f2f;
}

.employment-growth__title {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  line-height: 1.2;
}

.employment-growth__subtitle {
  margin-bottom: 15px;
  line-height: 1.1;
}

.employment-growth__text {
  font-size: 18px;
  line-height: 1.45;
  color: #2f2f2f;
}

.employment-growth__text p {
  margin-bottom: 15px;
}

.employment-cv {
  overflow: hidden;
  padding-bottom: 60px;
  background: #f7f7f5;
}

.employment-cv__btns {
  padding-top: 25px;
}

.downloads-col-separator--tablet {
  display: none;
}

.downloads-col-separator--desktop {
  display: none;
}

.downlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.downlist-item {
  display: block;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
  margin-bottom: 25px;
  border-bottom: 3px solid #eaeaea;
}

.downlist-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.downlist-item__title {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #000;
}

.downlist-item__title svg {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.downlist-item__title img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 30px;
  max-height: 30px;
  margin-right: 7px;
}

.downlist-item__files {
  list-style: none;
  padding: 0;
  margin: 0;
}

.downlist-item__file {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-size: 0;
}

.downlist-item__file:last-child {
  margin-bottom: 0;
}

.downlist-item__file__name {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  word-wrap: break-word;
}

.downlist-item__file__btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.designer-details__products__buttons {
  padding-top: 50px;
  margin-bottom: 45px;
  text-align: center;
}

/**
 * Designer data
 */

.designer-data {
  background: #f7f7f5;
}

.designer-data__col-desc {
  position: relative;
  z-index: 1;
  padding: 30px 15px;
}

.designer-data__title {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 1.2;
  color: #2f2f2f;
}

.designer-data__subtitle {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.2;
  color: #696969;
}

.designer-data__sector {
  margin-bottom: 5px;
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #2f2f2f;
}

.designer-data__birth {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.2;
  color: #2f2f2f;
}

.designer-data__desc {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.25;
  color: #2f2f2f;
}

.designer-data__desc p {
  margin-bottom: 15px;
}

.designer-data__desc strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
}

.designer-data__col-photo {
  position: relative;
  z-index: 2;
  overflow: visible;
  background: #fff;
}

.designer-data__logo-wrap {
  padding: 40px 15px 20px;
}

.designer-data__logo {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.designer-data__photo {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

/**
 * Designer data: variant photo left
 */

/**
 * Awards
 */

.designer-awards {
  font-size: 0;
  text-align: center;
}

.designer-award-col {
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}

.designer-award {
  margin-bottom: 50px;
  text-align: center;
}

.designer-award__img-wrap {
  height: 55px;
  margin-bottom: 20px;
}

.designer-award__img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.designer-award__img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}

.designer-award__title {
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  color: #2f2f2f;
}

.designer-award__title__position {
  font-weight: 300;
  color: #c53752;
}

.designer-award__product {
  margin-bottom: 6px;
  font-size: 19px;
  line-height: 1.2;
  color: #2f2f2f;
}

.designer-award__host {
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.2;
  color: #9a9a9a;
}

.designer-award__host strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
}

.designer-award__link {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: #c53752;
  text-decoration: none;
}

.designer-award__link:hover,
.designer-award__link:active,
.designer-award__link:focus {
  text-decoration: none;
  color: #c53752;
}

.designer-award__link:hover .designer-award__link__text,
.designer-award__link:active .designer-award__link__text,
.designer-award__link:focus .designer-award__link__text {
  text-decoration: underline;
}

.designer-award__link .icon-svg {
  position: relative;
  top: 2px;
}

/**
 * Designer data
 */

.showroom-data {
  color: #2f2f2f;
  background: #f7f7f5;
}

.showroom-data__col-photo {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover;
}

.showroom-data__photo {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.showroom-data__col-desc {
  position: relative;
  z-index: 2;
  padding: 40px 15px;
}

.showroom-data__subtitle {
  font-size: 35px;
  line-height: 1;
}

.showroom-data__title {
  margin-bottom: 18px;
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 35px;
  line-height: 0.9;
  text-transform: uppercase;
}

.showroom-data__address {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
}

.showroom-data__address__title {
  color: #696969;
  margin-bottom: 3px;
}

.showroom-data__address__street {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  margin-bottom: 3px;
}

.showroom-data__address__city {
  margin-bottom: 0;
}

.showroom-data__btn-location {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: #c53752;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.showroom-data__btn-location:hover,
.showroom-data__btn-location:active,
.showroom-data__btn-location:focus {
  text-decoration: none;
  color: #9d2c41;
}

/**
 * Showroom form
 */

.showroom-form__btns {
  padding-top: 25px;
}

/**
 * Showroom form
 */

.showroom-map-iframe {
  width: 100%;
  height: 250px;
}

.newsletter__col-right {
  padding-right: 0;
}

.newsletter__figure {
  display: none;
  float: left;
  width: auto;
  max-width: 120%;
  height: auto;
}

.login-col-register {
  padding-top: 30px;
}

.login-col-login {
  padding-top: 15px;
  padding-bottom: 50px;
  background: #f7f7f5;
}

.login-col-content {
  padding: 0 15px;
}

#textoEntrar {
  margin-bottom: 40px;
  text-align: center;
}

.login-text p {
  margin-bottom: 40px;
  text-align: left;
}

.login-image {
  position: relative;
}

.login-image__bg-grey {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  display: none;
  width: 50%;
  height: 100%;
  background: #f7f7f5;
}

.login-image__bg-white {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 115px;
  background: #fff;
}

.register__buttons {
  padding-top: 35px;
  margin-bottom: 30px;
}

.register-ok .title {
  color: #66bb6a;
}

.registro-ok__title__icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 35px;
  height: 35px;
}

.registro-ok-welcome {
  background: #c0b7b2;
  text-align: center;
}

.registro-ok-welcome__left {
  display: block;
}

.registro-ok-welcome__image {
  display: block;
  margin: 0 auto;
}

.registro-ok-welcome__right {
  padding: 30px 15px;
}

.registro-ok-welcome__title {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.registro-ok-welcome__text {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1;
  color: #fff;
}

.contact-map {
  width: 100%;
  height: 270px;
  margin-bottom: 60px;
}

.contact-data {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  font-size: 19px;
  line-height: 1.15;
  color: #2f2f2f;
  overflow-x: hidden;
  overflow: visible;
}

.contact-data p {
  margin-bottom: 20px;
}

.contact-data strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
}

.contact-data__col {
  position: relative;
  padding-left: 54px;
}

.contact-data__col--1 {
  margin-bottom: 40px;
}

.contact-data__icon {
  position: absolute;
  top: 0;
  color: #9e9e9e;
}

.contact-data__icon.contact-data__icon--location {
  left: 15px;
  width: 24px;
  height: 36px;
}

.contact-data__icon.contact-data__icon--customer-service {
  left: 11px;
  width: 32px;
  height: 31px;
}

.contact-data__label {
  display: block;
  margin-bottom: 5px;
  color: #696969;
}

.contact-data__deco {
  display: none;
  z-index: -1;
}

.contact-form {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fafafa;
  padding-bottom: 40px;
}

.contact-form__btns {
  padding-top: 25px;
}

.products-contact__col {
  padding-right: 10px;
  padding-left: 10px;
}

.product-contact {
  margin-bottom: 18px;
}

.product-contact__image {
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.browser-no-touchevents .product-contact__image {
  padding: 7px;
  border: 1px solid transparent;
}

.browser-no-touchevents .product-contact__image:hover,
.browser-no-touchevents .product-contact__image:active,
.browser-no-touchevents .product-contact__image:focus {
  border-color: #c1c1c1;
}

.browser-touchevents .product-contact__image {
  margin-bottom: 12px;
}

.products-contact__image__img {
  display: block;
  width: 100%;
  height: auto;
}

.browser-no-touchevents .product-contact__checkbox {
  margin-left: 8px;
}

.product-contact .form-label {
  font-size: 15px;
}

/**
 * Qué nos mueve
 */

.qnm-container-wrap {
  overflow: hidden;
}

.qnm-container {
  background-color: #fff;
  background-image: url("../../images/empresa/campanas/que-nos-mueve/texture-1-xs.jpg");
  background-repeat: repeat-y;
  background-position: top center;
}

.qnm-container--first {
  z-index: 3;
}

.qnm-container--second {
  z-index: 2;
}

.qnm-container--third {
  z-index: 1;
}

.qnm-step {
  position: relative;
  display: block;
  color: #2d3139;
  padding-top: 50px;
}

.qnm-step__path {
  position: absolute;
  z-index: 1;
  left: 6px;
  top: 0;
  height: 100%;
}

.qnm-step__path:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 14px;
  display: block;
  width: 0px;
  border-left: 1px dashed #bb1b4c;
}

.qnm-step__dot {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 30px;
  height: auto;
  background: #f3f3f3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.qnm-step__container {
  position: relative;
  z-index: 2;
}

.qnm-step__title {
  padding-left: 27px;
  margin-bottom: 15px;
  font-family: 'Roboto';
  font-size: 34px;
  line-height: 0.98;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #2d3139;
}

.qnm-step__title span {
  color: #c53752;
}

.qnm-step__title small {
  display: block;
  font-family: 'Roboto';
  font-size: 85%;
  line-height: 0.98;
  font-weight: 100;
  color: #2d3139;
}

.qnm-step__text {
  margin-bottom: 20px;
  padding-left: 27px;
  font-size: 19px;
  line-height: 1.3;
  color: #2d3139;
}

.qnm-step__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.qnm-step.qnm-step--red {
  z-index: 2;
}

.qnm-step.qnm-step--red:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d02b3a url("../../images/empresa/campanas/que-nos-mueve/texture-2-xs.jpg");
  background-size: 100% auto;
  background-size: cover;
}

.qnm-step.qnm-step--red .qnm-step__path:before {
  border-left: 1px dashed #fff;
}

.qnm-step.qnm-step--red .qnm-step__dot {
  background: #d02b3a;
}

.qnm-step.qnm-step--red .qnm-step__title {
  color: #fff;
}

.qnm-step.qnm-step--red .qnm-step__text {
  color: #fff;
}

/* 1 */

.qnm-step--intro .qnm-step__path {
  top: 20px;
}

.qnm-step--intro .qnm-step__dot {
  top: 0;
  left: 3px;
  width: 24px;
}

/* 2 */

.qnm-step--crecer {
  padding-bottom: 30px;
}

/* 3 */

/* 4 */

.qnm-step--detalles .qnm-step__img {
  max-width: 65%;
}

/* 5 */

.qnm-step--medio-ambiente .qnm-step__img {
  max-width: 60%;
}

/* 6 */

.qnm-step--talento {
  padding-bottom: 30px;
}

.qnm-step--talento .qnm-step__dot {
  background: #cfced2;
}

.qnm-step--talento .qnm-step__img {
  max-width: 80%;
}

/* 7 */

.qnm-step--sostenibilidad {
  padding-bottom: 30px;
}

.qnm-step--tecnologia .qnm-step__img {
  max-width: 80%;
}

/* 8 */

.qnm-step--comunicacion .qnm-step__img {
  max-width: 90%;
}

/* 9 */

.qnm-step--outro {
  padding-bottom: 50px;
  text-align: center;
}

.qnm-step--outro .qnm-step__path {
  top: 0;
  height: auto;
  border-left: none;
}

.qnm-step--outro .qnm-step__dot {
  position: relative;
  top: 0;
  margin-top: 53px;
  background: #cfced2;
}

.qnm-step--outro .qnm-step__img {
  max-width: 125px;
  margin-top: 30px;
}

.qnm-block {
  display: none;
  background-position: top center;
  background-repeat: no-repeat;
}

.qnm-block-1 {
  height: 709px;
}

.lang-es .qnm-block-1 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/es/que-nos-mueve-1.jpg");
}

.lang-en .qnm-block-1 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/en/que-nos-mueve-1.jpg");
}

.lang-fr .qnm-block-1 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/fr/que-nos-mueve-1.jpg");
}

.qnm-block-2 {
  height: 500px;
}

.lang-es .qnm-block-2 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/es/que-nos-mueve-2.jpg");
}

.lang-en .qnm-block-2 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/en/que-nos-mueve-2.jpg");
}

.lang-fr .qnm-block-2 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/fr/que-nos-mueve-2.jpg");
}

.qnm-block-3 {
  height: 1562px;
}

.lang-es .qnm-block-3 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/es/que-nos-mueve-3.jpg");
}

.lang-en .qnm-block-3 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/en/que-nos-mueve-3.jpg");
}

.lang-fr .qnm-block-3 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/fr/que-nos-mueve-3.jpg");
}

.qnm-block-4 {
  height: 601px;
}

.lang-es .qnm-block-4 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/es/que-nos-mueve-4.jpg");
}

.lang-en .qnm-block-4 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/en/que-nos-mueve-4.jpg");
}

.lang-fr .qnm-block-4 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/fr/que-nos-mueve-4.jpg");
}

.qnm-block-5 {
  height: 1809px;
}

.lang-es .qnm-block-5 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/es/que-nos-mueve-5.jpg");
}

.lang-en .qnm-block-5 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/en/que-nos-mueve-5.jpg");
}

.lang-fr .qnm-block-5 {
  background-image: url("../../images/empresa/campanas/que-nos-mueve/fr/que-nos-mueve-5.jpg");
}

/**
 * Orgatec 2014
 */

.orgatec-intro {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f7f7f7 url("../../images/empresa/campanas/orgatec2014/intro-bg.png") top center no-repeat;
}

.orgatec-intro__col-2 {
  padding-top: 45px;
}

.orgatec-intro__title {
  margin-bottom: 30px;
  font-family: "OstrichSans-Bold", sans-serif;
  font-size: 40px;
  color: #c53752;
}

.orgatec-intro__text {
  font-size: 20px;
  line-height: 1.3;
  color: #696969;
}

.orgatec-intro__text p {
  margin-bottom: 15px;
}

.orgatec-programs__item {
  display: block;
  float: left;
  width: 50%;
  overflow: hidden;
}

.browser-no-touchevents .orgatec-programs__item:hover .orgatec-programs__item__image,
.browser-no-touchevents .orgatec-programs__item:active .orgatec-programs__item__image,
.browser-no-touchevents .orgatec-programs__item:focus .orgatec-programs__item__image {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
}

.orgatec-programs__item__image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.orgatec-program {
  background: #fff;
}

.orgatec-program.orgatec-program--prisma {
  background: #acc6ca url("../../images/empresa/campanas/orgatec2014/program-prisma-pattern.png") top center no-repeat;
}

.orgatec-program.orgatec-program--shey {
  background: #acc6ca url("../../images/empresa/campanas/orgatec2014/program-shey-pattern.png") top center no-repeat;
}

.orgatec-program.orgatec-program--longo {
  background: url("../../images/empresa/campanas/orgatec2014/program-longo-pattern.png") top center no-repeat;
}

.orgatec-program.orgatec-program--badminton {
  background: #e9e6e3;
}

.orgatec-program.orgatec-program--link {
  background: #e9e6e3 url("../../images/empresa/campanas/orgatec2014/program-link-pattern.png") top center no-repeat;
}

.orgatec-program.orgatec-program--wing {
  background: #e9e6e3 url("../../images/empresa/campanas/orgatec2014/program-wing-pattern.png") top center no-repeat;
}

.orgatec-program.orgatec-program--cron {
  background: url("../../images/empresa/campanas/orgatec2014/program-cron-pattern.png") center center no-repeat;
}

.orgatec-program__container {
  width: 100%;
}

.orgatec-program__col-desc {
  padding-top: 50px;
}

.orgatec-program__col-desc__content {
  max-width: 570px;
  margin: 0 auto;
}

.orgatec-program__title {
  font-family: "OstrichSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #c53752;
}

.orgatec-program__subtitle {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.4;
  color: #c53752;
}

.orgatec-program__subtitle__upper {
  text-transform: uppercase;
}

.orgatec-program__text {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
  color: #2f2f2f;
}

.orgatec-program__link {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1;
  color: #c53752;
  white-space: nowrap;
}

.orgatec-program__link:hover,
.orgatec-program__link:active,
.orgatec-program__link:focus {
  text-decoration: none;
}

.orgatec-program__link:hover .orgatec-program__link__text,
.orgatec-program__link:active .orgatec-program__link__text,
.orgatec-program__link:focus .orgatec-program__link__text {
  border-color: #c53752;
}

.orgatec-program__link__text {
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.orgatec-program__link .icon-svg {
  position: relative;
  margin-left: 4px;
  vertical-align: middle;
}

.orgatec-program__col-image {
  padding-top: 45px;
  padding-bottom: 50px;
  text-align: center;
}

.orgatec-program__image {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 60%;
}

.orgatec-stand__image-intro img {
  width: 100%;
}

.orgatec-stand .block-text {
  color: #696969;
}

.orgatec-stand .block-quote__text {
  color: #696969;
}

/**
 * Work Loving Yourself
 */

.wly-hero {
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  background: #c3a980 url("../../images/empresa/campanas/work-loving-yourself/bg-paper.jpg") center center no-repeat;
  background-size: auto 100%;
  background-size: cover;
}

.wly-goals {
  position: relative;
  margin-bottom: 30px;
}

.wly-goals__container {
  position: relative;
}

.wly-goals__col {
  padding-top: 50px;
}

.wly-goals__icon {
  margin-bottom: 20px;
}

.wly-goals__text {
  font-size: 20px;
  line-height: 1.25;
  color: #2d3139;
}

.wly-goals__decoration {
  display: block;
  max-width: 70%;
  margin: 40px auto 0;
}

.wly-reasons {
  margin-bottom: 60px;
}

.wly-reasons__decoration {
  margin-bottom: 30px;
}

.wly-reasons__item {
  color: #7d9ab2;
  margin-bottom: 20px;
}

.wly-reasons__item__number {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 31px;
  line-height: 1;
  margin-bottom: 3px;
}

.wly-reasons__item__title {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.wly-reasons__item__text {
  font-size: 19px;
  line-height: 1.1;
  margin-bottom: 0;
}

.wly-highlights__item {
  position: relative;
}

.wly-highlights__item__word {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 32px;
  margin-top: 30px;
}

.wly-highlights__decoration {
  display: none;
}

/**
 * Coge el testigo
 */

.cet {
  padding-top: 100px;
  text-align: center;
  background: url("../../images/empresa/campanas/coge-testigo/bg.png") center 375px no-repeat;
}

.cet__label {
  margin-bottom: 30px;
}

.cet__label--actiu {
  position: relative;
  top: 10px;
}

.cet__title {
  margin-bottom: 35px;
}

.cet__section {
  margin-bottom: 90px;
}

.cet__section__header {
  margin-bottom: 40px;
}

.cet__section__title {
  position: relative;
  margin-bottom: 4px;
  font-family: "nexa_bold", "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  color: #333;
  text-transform: uppercase;
  overflow: hidden;
}

.cet__section__title__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 80%;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}

.cet__section__title__decoration-left,
.cet__section__title__decoration-right {
  position: absolute;
  z-index: 0;
  top: 50%;
  display: block;
  width: 2560px;
  height: 4px;
  margin-top: -4px;
  background: #e6e6e5;
}

.cet__section__title__decoration-left:before,
.cet__section__title__decoration-left:after,
.cet__section__title__decoration-right:before,
.cet__section__title__decoration-right:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #e6e6e5;
}

.cet__section__title__decoration-left:before,
.cet__section__title__decoration-right:before {
  top: -8px;
}

.cet__section__title__decoration-left:after,
.cet__section__title__decoration-right:after {
  bottom: -8px;
}

.cet__section__title__decoration-left {
  right: 100%;
}

.cet__section__title__decoration-right {
  left: 100%;
}

.cet__section__subtitle {
  padding: 0 12px;
  margin: 0;
  font-family: 'nexa_light';
  font-size: 24px;
  line-height: 1.1;
  color: #97999d;
  text-transform: uppercase;
}

.cet__section.cet__section--1 .cet__section__header {
  margin-bottom: 40px;
}

.cet__section__hand-wrap {
  padding-left: 15px;
}

.cet__section__hand {
  float: right;
  width: auto;
  height: auto;
  max-width: 100%;
}

.cet__section.cet__section--2 .cet__section__header {
  margin-bottom: 30px;
}

.cet__section.cet__section--3 .cet__section__vencelos {
  margin: 0;
  font-family: "nexa_bold", "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.35em;
}

.cet__section.cet__section--4 .cet__section__header {
  margin-bottom: 40px;
}

.cet__section.cet__section--5 {
  margin-bottom: 0;
}

.cet__section.cet__section--5 .cet__section__header {
  margin-bottom: 40px;
}

.cet__queremos {
  position: relative;
}

.cet__queremos__title {
  margin-bottom: 5px;
  font-family: 'nexa_light';
  font-size: 30px;
  line-height: 1.1;
  color: #97999d;
  text-transform: uppercase;
}

.cet__queremos__subtitle {
  margin-bottom: 0;
  font-family: "nexa_bold", "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 35px;
  line-height: 1.1;
  color: #333;
  text-transform: uppercase;
}

.cet__movimiento {
  min-height: 1224px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 500px;
  background-image: url("../../images/empresa/campanas/coge-testigo/testigo.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1800px auto;
}

.cet__movimiento__content {
  margin-bottom: 180px;
}

.cet__movimiento__title {
  margin-bottom: 5px;
  font-family: 'nexa_light';
  font-size: 30px;
  line-height: 1.1;
  color: #97999d;
  text-transform: uppercase;
}

.cet__movimiento__subtitle {
  margin-bottom: 0;
  font-family: "nexa_bold", "UniversLT-CondensedBold", "Arial", sans-serif;
  font-size: 35px;
  line-height: 1.1;
  color: #c53752;
  text-transform: uppercase;
}

.cet__movimiento__logo {
  width: 120px;
  height: auto;
  margin-bottom: 40px;
}

.cet__movimiento__siempre {
  width: auto;
  height: auto;
  max-width: 100%;
}

/**
 * Viaja con nosotros al centro del Cool Working
 */

.vcw-coolworking-text {
  margin-bottom: 30px;
}

.vcw-text {
  font-size: 18px;
  font-weight: 400;
  color: #676767;
}

.vcw-text p {
  margin-bottom: 1.5em;
}

.vcw-text strong {
  font-family: "UniversLT-CondensedBold", "Arial", sans-serif;
}

.vcw-coolworking {
  display: block;
  margin: 0 auto 30px;
  width: 305px;
  height: auto;
  max-width: 60%;
}

.vcw-plane {
  display: block;
  margin: 0 auto;
  width: 798px;
  height: auto;
  max-width: 90%;
}

.vcw-block {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vcw-block__link {
  position: relative;
  display: block;
  font-size: 0;
  text-align: center;
  color: #fff;
}

.vcw-block__link:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vcw-block__link:hover,
.vcw-block__link:active,
.vcw-block__link:focus {
  color: #fff;
}

.vcw-block__link:hover:before,
.vcw-block__link:active:before,
.vcw-block__link:focus:before {
  opacity: 0.1;
}

.vcw-block__image {
  display: block;
  width: 100%;
  height: auto;
}

.vcw-block__content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.vcw-block__content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.vcw-block__content__valign {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 26px;
}

.vcw-block__clock {
  display: block;
  width: 200px;
  height: auto;
  max-width: 32%;
  margin: 0 auto 0.73em;
}

.vcw-block__time {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.54em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vcw-block__title {
  margin-bottom: 0.4em;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.vcw-block__subtitle {
  margin-bottom: 0;
  font-size: 0.8em;
  line-height: 1.1;
}

.vcw-block--newyork .vcw-block__link:before {
  background-color: #2b3e56;
}

.vcw-block--rio .vcw-block__link:before {
  background-color: #f9ee9c;
}

.vcw-block--london .vcw-block__link:before {
  background-color: #712441;
}

.vcw-block--madrid .vcw-block__link:before {
  background-color: #10524b;
}

.vcw-block--shangai .vcw-block__link:before {
  background-color: #54514e;
}

.vcw-block--melbourne .vcw-block__link:before {
  background-color: #138392;
}

.vcw-making__title {
  margin-bottom: 5px;
}

.vcw-making__subtitle {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.333333;
  color: #000;
  text-align: center;
}

.vcw-making__video {
  position: relative;
  width: 812px;
  max-width: 100%;
  margin: 0 auto;
}

.vcw-making__video:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.vcw-making__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vcw-making__map {
  display: block;
  margin: -8% auto 30px;
  width: 1418px;
  height: auto;
  max-width: 96%;
}

.vcw-blocks {
  margin-bottom: 50px;
}

.vcw-blocks--related {
  margin-bottom: 30px;
}

.vcw-blocks--related .vcw-block {
  float: left;
  width: 50%;
}

.vcw-blocks--related .vcw-block .vcw-block__link:before {
  content: '';
  background-color: #fff;
  opacity: 0.58;
}

.vcw-blocks--related .vcw-block .vcw-block__link:hover:before,
.vcw-blocks--related .vcw-block .vcw-block__link:active:before,
.vcw-blocks--related .vcw-block .vcw-block__link:focus:before {
  opacity: 0.1;
}

.vcw-blocks--related .vcw-block.is-selected .vcw-block__link:before {
  background-color: transparent;
}

/**
 * Viaja con nosotros al centro del Cool Working – Ficha
 */

.vcw-start {
  margin-bottom: 0.9em;
  font-size: 34px;
  text-align: center;
  color: #3d5163;
}

.vcw-start__clock {
  display: block;
  width: auto;
  height: auto;
  max-width: 40%;
  margin: 0 auto 0.65em;
}

.vcw-start__time {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.78em;
  line-height: 1.1;
  text-transform: uppercase;
}

.vcw-start__time small {
  font-size: 0.7em;
}

.vcw-start__title {
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.vcw-start__name {
  margin-bottom: 0.8em;
  font-size: 0.9em;
  line-height: 1.1;
  font-weight: 400;
}

.vcw-start__text {
  text-align: left;
}

.vcw-intro {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-size: cover;
}

.vcw-intro__image {
  display: none;
}

.vcw-intro__content {
  overflow: hidden;
  padding: 35px 15px 40px;
  background-color: rgba(0, 0, 0, 0.6);
}

.vcw-intro__text {
  color: #fff;
}

.vcw-intro__figure {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}

.vcw-intro.vcw-intro--newyork {
  background-position: right center;
}

.vcw-intro.vcw-intro--newyork .vcw-intro__figure {
  width: 90px;
  height: auto;
  max-width: 25%;
}

.vcw-intro.vcw-intro--rio .vcw-intro__figure {
  width: 421px;
  height: auto;
  max-width: 96%;
}

.vcw-intro.vcw-intro--london .vcw-intro__text {
  margin-bottom: 2em;
}

.vcw-intro.vcw-intro--london .vcw-intro__figure {
  width: 60px;
  height: auto;
  max-width: 20%;
}

.vcw-intro.vcw-intro--madrid .vcw-intro__figure {
  width: 240px;
  height: auto;
  max-width: 70%;
}

.vcw-intro.vcw-intro--shangai .vcw-intro__text {
  margin-bottom: 2em;
}

.vcw-intro.vcw-intro--shangai .vcw-intro__figure {
  position: relative;
  left: -10px;
  width: 359px;
  height: auto;
  max-width: 80%;
  margin: 0;
}

.vcw-intro.vcw-intro--melbourne .vcw-intro__figure {
  position: relative;
  width: 533px;
  height: auto;
  max-width: 100%;
}

.vcw-features {
  margin-bottom: 5px;
}

.vcw-features__icon {
  display: block;
  width: 160px;
  height: auto;
  max-width: 33%;
  margin: 0 auto 20px;
}

.vcw-features__title {
  margin-bottom: 0.6em;
  color: #3d5163;
}

.vcw-quote {
  margin-bottom: 30px;
}

.vcw-quote__image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.vcw-quote__circle {
  position: relative;
  display: block;
  width: 370px;
  max-width: 80%;
  margin: 0 auto -20px;
}

.vcw-quote__circle:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.vcw-quote__circle:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f59124;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.vcw-quote__circle__text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 18px;
  border: none;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vcw-quote__circle__text p {
  margin: 0;
}

.vcw-quote__circle__text small {
  display: block;
  margin-top: 0.5em;
  font-size: 0.75em;
  color: #fff;
}

.vcw-quote__circle__text small:before {
  content: none;
}

.vcw-quote__text {
  padding: 0 0 1.6em 0.5em;
  border-left: 6px solid #c1c1c1;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #666;
}

.vcw-quote.vcw-quote--rio .vcw-quote__circle:after {
  background-color: #969a85;
}

.vcw-quote.vcw-quote--london .vcw-quote__circle:after {
  background-color: #b71326;
}

.vcw-quote.vcw-quote--shangai .vcw-quote__circle:after {
  background-color: #54514e;
}

.vcw-quote.vcw-quote--shangai .vcw-quote__image {
  margin-bottom: 30px;
}

.vcw-quote.vcw-quote--shangai .vcw-quote__text {
  margin-bottom: 30px;
}

.vcw-quote.vcw-quote--melbourne .vcw-quote__circle:after {
  background-color: #cd5c4a;
}

.vcw-gallery {
  margin-bottom: 50px;
}

.vcw-download {
  max-width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}

.vcw-download__image {
  display: block;
  max-width: 100%;
  margin: 0 auto 24px;
}

.vcw-download__title {
  margin: 0 0 8px;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #3d5163;
}

.vcw-download__subtitle {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #3d5163;
}

.vcw-video__wrap {
  position: relative;
  margin-bottom: 60px;
}

.vcw-video__wrap:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.vcw-video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vcw-related {
  position: relative;
  overflow: hidden;
}

.vcw-related__plane {
  display: block;
  margin: 0 auto;
  width: 1046px;
  height: auto;
  max-width: 110%;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  -o-transform: translateX(-5%);
  transform: translateX(-5%);
}

.vcw-related__title {
  position: absolute;
  left: 0;
  bottom: 16%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  color: #3d5163;
}

/**
 * Actiu the Cool
 */

.atc-hero {
  position: relative;
  padding-top: 30px;
  overflow: visible;
  background-color: #000;
  background-image: url("../../images/empresa/campanas/actiu-the-cool/bg-salero-xs.jpg");
  background-size: 100% auto;
  background-position: 100% 90%;
}