
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }
/*@import "bootstrap/glyphicons";*/
* {
  -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: rgba(0, 0, 0, 0); }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #eee; }

.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, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .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: 400;
  line-height: 1.4; }
  @media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

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

mark, .mark {
  background-color: #fcf8e3;
  padding: 0.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: #777; }

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

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul, ol ul, ul ol, 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.428571429; }

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; }
  @media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }
  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.428571429;
    color: #777; }
  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 #eee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

code, kbd, pre, samp {
  font-family: 'Muli', sans-serif; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
  .container {
    width: 750px; } }
  @media (min-width: 992px) {
  .container {
    width: 970px; } }
  @media (min-width: 1375px) {
  .container {
    width: 1330px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
    .col-sm-1 {
      width: 8.3333333333%; }
    .col-sm-2 {
      width: 16.6666666667%; }
    .col-sm-3 {
      width: 25%; }
    .col-sm-4 {
      width: 33.3333333333%; }
    .col-sm-5 {
      width: 41.6666666667%; }
    .col-sm-6 {
      width: 50%; }
    .col-sm-7 {
      width: 58.3333333333%; }
    .col-sm-8 {
      width: 66.6666666667%; }
    .col-sm-9 {
      width: 75%; }
    .col-sm-10 {
      width: 83.3333333333%; }
    .col-sm-11 {
      width: 91.6666666667%; }
    .col-sm-12 {
      width: 100%; }
    .col-sm-pull-0 {
      right: auto; }
    .col-sm-pull-1 {
      right: 8.3333333333%; }
    .col-sm-pull-2 {
      right: 16.6666666667%; }
    .col-sm-pull-3 {
      right: 25%; }
    .col-sm-pull-4 {
      right: 33.3333333333%; }
    .col-sm-pull-5 {
      right: 41.6666666667%; }
    .col-sm-pull-6 {
      right: 50%; }
    .col-sm-pull-7 {
      right: 58.3333333333%; }
    .col-sm-pull-8 {
      right: 66.6666666667%; }
    .col-sm-pull-9 {
      right: 75%; }
    .col-sm-pull-10 {
      right: 83.3333333333%; }
    .col-sm-pull-11 {
      right: 91.6666666667%; }
    .col-sm-pull-12 {
      right: 100%; }
    .col-sm-push-0 {
      left: auto; }
    .col-sm-push-1 {
      left: 8.3333333333%; }
    .col-sm-push-2 {
      left: 16.6666666667%; }
    .col-sm-push-3 {
      left: 25%; }
    .col-sm-push-4 {
      left: 33.3333333333%; }
    .col-sm-push-5 {
      left: 41.6666666667%; }
    .col-sm-push-6 {
      left: 50%; }
    .col-sm-push-7 {
      left: 58.3333333333%; }
    .col-sm-push-8 {
      left: 66.6666666667%; }
    .col-sm-push-9 {
      left: 75%; }
    .col-sm-push-10 {
      left: 83.3333333333%; }
    .col-sm-push-11 {
      left: 91.6666666667%; }
    .col-sm-push-12 {
      left: 100%; }
    .col-sm-offset-0 {
      margin-left: 0%; }
    .col-sm-offset-1 {
      margin-left: 8.3333333333%; }
    .col-sm-offset-2 {
      margin-left: 16.6666666667%; }
    .col-sm-offset-3 {
      margin-left: 25%; }
    .col-sm-offset-4 {
      margin-left: 33.3333333333%; }
    .col-sm-offset-5 {
      margin-left: 41.6666666667%; }
    .col-sm-offset-6 {
      margin-left: 50%; }
    .col-sm-offset-7 {
      margin-left: 58.3333333333%; }
    .col-sm-offset-8 {
      margin-left: 66.6666666667%; }
    .col-sm-offset-9 {
      margin-left: 75%; }
    .col-sm-offset-10 {
      margin-left: 83.3333333333%; }
    .col-sm-offset-11 {
      margin-left: 91.6666666667%; }
    .col-sm-offset-12 {
      margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
    .col-md-1 {
      width: 8.3333333333%; }
    .col-md-2 {
      width: 16.6666666667%; }
    .col-md-3 {
      width: 25%; }
    .col-md-4 {
      width: 33.3333333333%; }
    .col-md-5 {
      width: 41.6666666667%; }
    .col-md-6 {
      width: 50%; }
    .col-md-7 {
      width: 58.3333333333%; }
    .col-md-8 {
      width: 66.6666666667%; }
    .col-md-9 {
      width: 75%; }
    .col-md-10 {
      width: 83.3333333333%; }
    .col-md-11 {
      width: 91.6666666667%; }
    .col-md-12 {
      width: 100%; }
    .col-md-pull-0 {
      right: auto; }
    .col-md-pull-1 {
      right: 8.3333333333%; }
    .col-md-pull-2 {
      right: 16.6666666667%; }
    .col-md-pull-3 {
      right: 25%; }
    .col-md-pull-4 {
      right: 33.3333333333%; }
    .col-md-pull-5 {
      right: 41.6666666667%; }
    .col-md-pull-6 {
      right: 50%; }
    .col-md-pull-7 {
      right: 58.3333333333%; }
    .col-md-pull-8 {
      right: 66.6666666667%; }
    .col-md-pull-9 {
      right: 75%; }
    .col-md-pull-10 {
      right: 83.3333333333%; }
    .col-md-pull-11 {
      right: 91.6666666667%; }
    .col-md-pull-12 {
      right: 100%; }
    .col-md-push-0 {
      left: auto; }
    .col-md-push-1 {
      left: 8.3333333333%; }
    .col-md-push-2 {
      left: 16.6666666667%; }
    .col-md-push-3 {
      left: 25%; }
    .col-md-push-4 {
      left: 33.3333333333%; }
    .col-md-push-5 {
      left: 41.6666666667%; }
    .col-md-push-6 {
      left: 50%; }
    .col-md-push-7 {
      left: 58.3333333333%; }
    .col-md-push-8 {
      left: 66.6666666667%; }
    .col-md-push-9 {
      left: 75%; }
    .col-md-push-10 {
      left: 83.3333333333%; }
    .col-md-push-11 {
      left: 91.6666666667%; }
    .col-md-push-12 {
      left: 100%; }
    .col-md-offset-0 {
      margin-left: 0%; }
    .col-md-offset-1 {
      margin-left: 8.3333333333%; }
    .col-md-offset-2 {
      margin-left: 16.6666666667%; }
    .col-md-offset-3 {
      margin-left: 25%; }
    .col-md-offset-4 {
      margin-left: 33.3333333333%; }
    .col-md-offset-5 {
      margin-left: 41.6666666667%; }
    .col-md-offset-6 {
      margin-left: 50%; }
    .col-md-offset-7 {
      margin-left: 58.3333333333%; }
    .col-md-offset-8 {
      margin-left: 66.6666666667%; }
    .col-md-offset-9 {
      margin-left: 75%; }
    .col-md-offset-10 {
      margin-left: 83.3333333333%; }
    .col-md-offset-11 {
      margin-left: 91.6666666667%; }
    .col-md-offset-12 {
      margin-left: 100%; } }

@media (min-width: 1375px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
    .col-lg-1 {
      width: 8.3333333333%; }
    .col-lg-2 {
      width: 16.6666666667%; }
    .col-lg-3 {
      width: 25%; }
    .col-lg-4 {
      width: 33.3333333333%; }
    .col-lg-5 {
      width: 41.6666666667%; }
    .col-lg-6 {
      width: 50%; }
    .col-lg-7 {
      width: 58.3333333333%; }
    .col-lg-8 {
      width: 66.6666666667%; }
    .col-lg-9 {
      width: 75%; }
    .col-lg-10 {
      width: 83.3333333333%; }
    .col-lg-11 {
      width: 91.6666666667%; }
    .col-lg-12 {
      width: 100%; }
    .col-lg-pull-0 {
      right: auto; }
    .col-lg-pull-1 {
      right: 8.3333333333%; }
    .col-lg-pull-2 {
      right: 16.6666666667%; }
    .col-lg-pull-3 {
      right: 25%; }
    .col-lg-pull-4 {
      right: 33.3333333333%; }
    .col-lg-pull-5 {
      right: 41.6666666667%; }
    .col-lg-pull-6 {
      right: 50%; }
    .col-lg-pull-7 {
      right: 58.3333333333%; }
    .col-lg-pull-8 {
      right: 66.6666666667%; }
    .col-lg-pull-9 {
      right: 75%; }
    .col-lg-pull-10 {
      right: 83.3333333333%; }
    .col-lg-pull-11 {
      right: 91.6666666667%; }
    .col-lg-pull-12 {
      right: 100%; }
    .col-lg-push-0 {
      left: auto; }
    .col-lg-push-1 {
      left: 8.3333333333%; }
    .col-lg-push-2 {
      left: 16.6666666667%; }
    .col-lg-push-3 {
      left: 25%; }
    .col-lg-push-4 {
      left: 33.3333333333%; }
    .col-lg-push-5 {
      left: 41.6666666667%; }
    .col-lg-push-6 {
      left: 50%; }
    .col-lg-push-7 {
      left: 58.3333333333%; }
    .col-lg-push-8 {
      left: 66.6666666667%; }
    .col-lg-push-9 {
      left: 75%; }
    .col-lg-push-10 {
      left: 83.3333333333%; }
    .col-lg-push-11 {
      left: 91.6666666667%; }
    .col-lg-push-12 {
      left: 100%; }
    .col-lg-offset-0 {
      margin-left: 0%; }
    .col-lg-offset-1 {
      margin-left: 8.3333333333%; }
    .col-lg-offset-2 {
      margin-left: 16.6666666667%; }
    .col-lg-offset-3 {
      margin-left: 25%; }
    .col-lg-offset-4 {
      margin-left: 33.3333333333%; }
    .col-lg-offset-5 {
      margin-left: 41.6666666667%; }
    .col-lg-offset-6 {
      margin-left: 50%; }
    .col-lg-offset-7 {
      margin-left: 58.3333333333%; }
    .col-lg-offset-8 {
      margin-left: 66.6666666667%; }
    .col-lg-offset-9 {
      margin-left: 75%; }
    .col-lg-offset-10 {
      margin-left: 83.3333333333%; }
    .col-lg-offset-11 {
      margin-left: 91.6666666667%; }
    .col-lg-offset-12 {
      margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .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 > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .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 > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .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 > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .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 > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .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 > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .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 > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .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%; }
  @media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
  transition: border-color ease-in-out 0.15s, 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::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], input[type="time"].input-sm, .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], input[type="time"].input-lg, .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control.form-control-static, .input-group-lg > .input-group-addon.form-control-static, .input-group-lg > .input-group-btn > .btn.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control.form-control-static, .input-group-sm > .input-group-addon.form-control-static, .input-group-sm > .input-group-btn > .btn.form-control-static {
    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;
  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.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  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.3333333;
  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.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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.3333333; }

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

@media (min-width: 768px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-static {
      display: inline-block; }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle; }
      .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto; }
    .form-inline .input-group > .form-control {
      width: 100%; }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .radio, .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
  .form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px; }
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
  @media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
  .form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
  @media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      padding-top: 11px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    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:hover, .open > .btn-default.dropdown-toggle:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .btn-default.dropdown-toggle:focus, .btn-default:active.focus, .btn-default.active.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:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    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:hover, .open > .btn-primary.dropdown-toggle:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .btn-primary.dropdown-toggle:focus, .btn-primary:active.focus, .btn-primary.active.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:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    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:hover, .open > .btn-success.dropdown-toggle:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .btn-success.dropdown-toggle:focus, .btn-success:active.focus, .btn-success.active.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:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    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:hover, .open > .btn-info.dropdown-toggle:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .btn-info.dropdown-toggle:focus, .btn-info:active.focus, .btn-info.active.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:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    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:hover, .open > .btn-warning.dropdown-toggle:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .btn-warning.dropdown-toggle:focus, .btn-warning:active.focus, .btn-warning.active.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:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    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:hover, .open > .btn-danger.dropdown-toggle:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .btn-danger.dropdown-toggle:focus, .btn-danger:active.focus, .btn-danger.active.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:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  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, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none; }

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }
  .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
  .open > a {
    outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }
  .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
    .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }

.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-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .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) {
  border-radius: 0; }

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

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-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 {
  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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-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) {
  border-radius: 0; }
  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-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-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [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 .form-control:focus {
    z-index: 3; }

.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) {
    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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .input-group-sm > .form-control.input-group-addon, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn.input-group-addon {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .input-group-lg > .form-control.input-group-addon, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn.input-group-addon {
    padding: 10px 16px;
    font-size: 18px;
    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 {
  border-bottom-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 {
  border-bottom-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; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
    .nav > li > a:hover, .nav > li > a:focus {
      text-decoration: none;
      background-color: #eee; }
  .nav > li.disabled > a {
    color: #777; }
    .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
      color: #777;
      text-decoration: none;
      background-color: transparent;
      cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
    .nav-tabs > li > a:hover {
      border-color: #eee #eee #ddd; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }
  .nav-pills > li {
    float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
/*@import "bootstrap/navbar";*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
  .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc; }
  .breadcrumb > .active {
    color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
  .pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
  .pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }
  .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }
  .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
  .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
  .pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
  .pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee; }
  .pager .next > a, .pager .next > span {
    float: right; }
  .pager .previous > a, .pager .previous > span {
    float: left; }
  .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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: #777; }
  .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: #777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .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; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }
  .jumbotron h1, .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
    .container .jumbotron, .container-fluid .jumbotron {
      padding-left: 60px;
      padding-right: 60px; }

    .jumbotron h1, .jumbotron .h1 {
      font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  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; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media, .media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  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;
  border-top-right-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;
  border-bottom-right-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;
    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;
    border-top-right-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;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-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 {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
  .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      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-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .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;
    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: #333;
    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: #333; }
  .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;
  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;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  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;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

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

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

  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
  .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1; }
  @media (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -moz-transition: -moz-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      -moz-perspective: 1000px;
      perspective: 1000px; }
      .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0; }
      .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0; }
      .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0; } }
  .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

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

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

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

  .carousel-indicators {
    bottom: 20px; } }

.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 {
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    width: device-width; } }

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

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

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
    table.visible-xs {
      display: table !important; }
    tr.visible-xs {
      display: table-row !important; }
    th.visible-xs, td.visible-xs {
      display: table-cell !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1374px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1375px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
    table.visible-print {
      display: table !important; }
    tr.visible-print {
      display: table-row !important; }
    th.visible-print, td.visible-print {
      display: table-cell !important; } }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../skins/vetamix/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../skins/vetamix/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../skins/vetamix/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../skins/vetamix/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../skins/vetamix/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../skins/vetamix/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}

@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 20px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #39393a;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }
/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 40px; }
  .hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg); }
    .hamburger--3dx.is-active .hamburger-inner::before {
      transform: translate3d(0, 7px, 0) rotate(45deg); }
    .hamburger--3dx.is-active .hamburger-inner::after {
      transform: translate3d(0, -7px, 0) rotate(-45deg); }
/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 40px; }
  .hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg); }
    .hamburger--3dx-r.is-active .hamburger-inner::before {
      transform: translate3d(0, 7px, 0) rotate(45deg); }
    .hamburger--3dx-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -7px, 0) rotate(-45deg); }
/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 40px; }
  .hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg); }
    .hamburger--3dy.is-active .hamburger-inner::before {
      transform: translate3d(0, 7px, 0) rotate(45deg); }
    .hamburger--3dy.is-active .hamburger-inner::after {
      transform: translate3d(0, -7px, 0) rotate(-45deg); }
/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 40px; }
  .hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
      transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg); }
    .hamburger--3dy-r.is-active .hamburger-inner::before {
      transform: translate3d(0, 7px, 0) rotate(45deg); }
    .hamburger--3dy-r.is-active .hamburger-inner::after {
      transform: translate3d(0, -7px, 0) rotate(-45deg); }
/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
  .hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
  .hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -7px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(135deg);
    transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.075s; }
/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(-135deg);
    transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.075s; }
/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
  .hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
  .hamburger--emphatic .hamburger-inner::after {
    top: 7px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
  .hamburger--emphatic.is-active .hamburger-inner::before {
    left: -40px;
    top: -40px;
    transform: translate3d(40px, 40px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .hamburger--emphatic.is-active .hamburger-inner::after {
    right: -40px;
    top: -40px;
    transform: translate3d(-40px, 40px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r .hamburger-inner::after {
    top: 7px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
  .hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -40px;
    top: 40px;
    transform: translate3d(40px, -40px, 0) rotate(-45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -40px;
    top: 40px;
    transform: translate3d(-40px, -40px, 0) rotate(45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
  .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-2.8571428571px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }
/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }
  .hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(2.8571428571px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }
/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }
/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
  .hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }
/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
  .hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


.tabs .tabs-control {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block; }
  .tabs .tabs-control:before, .tabs .tabs-control:after {
    content: " ";
    display: table; }
  .tabs .tabs-control:after {
    clear: both; }
  .tabs .tabs-control li {
    float: left; }
    .tabs .tabs-control li a {
      display: block; }
    .tabs .tabs-control li.active a {
      color: red; }
  .tabs .tab {
    display: none; }
  .tabs .tab.active {
    display: block; }

img {
  max-width: 100%;
  height: auto; }

body {
  overflow-x: hidden;
  background-image: url('../../skins/vetamix/img/bottom-bg.png');
  background-position: bottom center;
  background-repeat: repeat-x;
  background-color: #f5f5f5; }
  @media screen and (max-width: 767px) {
    body.isTouch.popup-show {
      overflow: hidden; } }

.tooltip_templates {
  display: none; }

.tooltip-delivery {
  display: block; }
  .tooltip-delivery__head {
    display: block; }
    .tooltip-delivery__head > strong {
      display: block;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;
      font-size: 15px;
      color: #39393a;
      text-transform: uppercase; }
    .tooltip-delivery__head > small {
      display: block;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;
      color: #e40427;
      margin-bottom: 7px; }
      .tooltip-delivery__head > small.green {
        color: #2d9101; }
  .tooltip-delivery > small {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #5d5d5d; }

.tooltipster-delivery .tooltipster-content {
  padding: 0; }
  .tooltipster-delivery .tooltipster-box {
    width: 254px;
    padding: 20px;
    border: solid 2px #c6bcb3;
    background-color: #f5f5f5;
    border-radius: 0; }
  .tooltipster-delivery.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #f5f5f5; }
  .tooltipster-delivery.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #c6bcb3; }
  .tooltipster-delivery.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #c6bcb3; }
  .tooltipster-delivery.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #f5f5f5; }

.wrapper-white {
  background-color: white;
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1374px) {
  .wrapper-white {
    max-width: 1000px; } }
  @media (max-width: 991px) {
  .wrapper-white {
    max-width: 780px; } }
  @media (max-width: 767px) {
  .wrapper-white {
    max-width: 100%; } }

.content-wrap {
  min-height: calc(100vh - 554px);
  border-top: 12px solid #f5f5f5; }
  .alert {
    margin-bottom: 30px !important; }

.red {
  color: #e40427; }

.overlay-first {
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.88);
  display: none; }
  .overlay-first .in {
    color: white;
    margin: auto;
    max-width: 600px;
    padding: 30px 15px 15px 15px;
    position: relative;
    margin-top: 10%; }
    .overlay-first .in .overlay-close {
      position: absolute;
      top: 0px;
      right: 5px;
      font-size: 25px; }
      .overlay-first .in .overlay-close:hover {
        color: white; }
    .overlay-first .in h5 {
      color: #c70222;
      font-size: 20px;
      margin: 0px 0px 35px 0px;
      font-weight: bold;
      text-transform: uppercase; }
    .overlay-first .in a, .overlay-first .in strong {
      color: #c70222;
      font-weight: 600; }
    .overlay-first .in p {
      color: white;
      margin-bottom: 20px;
      font-weight: normal;
      font-size: 13px; }
    .overlay-first .in ul {
      margin: 0px 0px 15px 0px;
      padding: 0px;
      list-style-type: none; }
      .overlay-first .in ul li {
        position: relative;
        padding-left: 40px;
        text-transform: uppercase;
        margin-bottom: 10px;
        min-height: 40px;
        font-weight: 500; }
        .overlay-first .in ul li:last-of-type {
          margin-bottom: 0px; }
        .overlay-first .in ul li .num {
          position: absolute;
          color: #c70222;
          font-size: 30px;
          font-weight: bold;
          left: 0px;
          top: -7px; }

.button-groups button, .button-groups .btn {
  margin-bottom: 5px; }

.btn {
  border-radius: 0px;
  border: none;
  height: 37px;
  line-height: 37px;
  padding: 0px 15px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative; }
  .btn span {
    line-height: normal;
    display: inline-block;
    vertical-align: middle; }
  .btn.btn-lg {
    font-size: 16px;
    height: 46px;
    line-height: 46px; }
  .btn.btn-primary {
    background-color: #dbd1c8;
    color: #39393a; }
    .btn.btn-primary.active, .btn.btn-primary:hover {
      background-color: #d22333;
      color: white; }
  .btn.btn-success {
    background-color: #dcf2af;
    color: #39393a; }
    .btn.btn-success:hover {
      background-color: #c9eb83; }
  .btn.btn-grey {
    background-color: #4a4a4a;
    color: white; }
    .btn.btn-grey:hover {
      background-color: #313131; }
  @media screen and (max-width: 767px) {
    .btn.has-tooltip {
      margin-bottom: 50px; } }
  .btn .btn-tooltip {
    display: block;
    position: absolute;
    left: calc(100% + 18px);
    background-color: #c70222;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
    line-height: 15px;
    top: 3px; }
    @media screen and (max-width: 767px) {
  .btn .btn-tooltip {
    left: 0px;
    top: calc(100% + 10px); } }
    .btn .btn-tooltip:before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      bottom: 0px;
      margin: auto;
      left: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6.5px 9px 6.5px 0;
      border-color: transparent #c70223 transparent transparent; }
      @media screen and (max-width: 767px) {
  .btn .btn-tooltip:before {
    border-width: 0 4.5px 13px 4.5px;
    border-color: transparent transparent #c70223 transparent;
    left: 10px;
    top: -10px;
    bottom: auto; } }
  .btn:active, .btn.active {
    box-shadow: none; }
  .btn .btn-arrow {
    width: 7px;
    margin-left: 24px;
    margin-bottom: 1px;
    margin-right: 5px; }
  .btn.btn-red {
    background-color: #e40427;
    color: white; }
    .btn.btn-red:hover {
      background-color: #830417;
      color: white; }
  .btn.btn-red-lg {
    min-height: 55px;
    font-size: 20px;
    text-transform: none;
    letter-spacing: -0.2px;
    display: inline-flex;
    align-items: center;
    background-color: #e40427;
    color: white; }
    .btn.btn-red-lg:hover {
      background-color: #830417;
      color: white; }
  .btn.btn-success-arrow {
    background-color: #e40427;
    color: white;
    display: inline-flex;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
    height: 47px;
    padding: 7px 5px 7px 18px;
    margin: 30px 0px 0px 0px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; }
    .btn.btn-success-arrow strong {
      font-weight: bold; }
    .btn.btn-success-arrow:after {
      transition: 0.3s;
      position: absolute;
      right: -19px;
      top: 0px;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 23.5px 0 23.5px 19px;
      border-color: transparent transparent transparent #e40427; }
    .btn.btn-success-arrow:hover {
      background-color: #b50520; }
      .btn.btn-success-arrow:hover:after {
        border-color: transparent transparent transparent #b50520; }

.form-control {
  border-radius: 0px;
  height: 36px;
  padding: 0px 12px;
  font-size: 14px;
  border: 1px solid #dbdbdb;
  text-align: left;
  transition: 0.3s;
  box-shadow: none; }
  .form-control:focus {
    border-color: #dbdbdb;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0px; }

label {
  font-size: 13px;
  font-weight: normal;
  color: #424a52;
  position: relative; }

.label-checkbox {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #e52a28; }
  .label-checkbox .icheckbox {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block; }

.label-radio {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #e52a28;
  cursor: pointer; }
  .label-radio .iradio {
    position: absolute;
    top: 3px;
    left: 6px;
    display: block; }

.form-group label.required:after {
  display: inline-block;
  content: "*";
  font-size: 28px;
  color: #e40427;
  position: relative;
  top: 10px;
  margin-left: 3px;
  line-height: 13px; }

.select-fancy {
  font-size: 14px;
  display: inline-block;
  position: relative;
  background: white;
  border: 1px solid #dbdbdb;
  height: 36px; }
  .select-fancy:hover .arrow {
    background-color: #c7b7a9; }

.select-fancy, .select-fancy > * {
  cursor: pointer; }

.select-fancy .arrow {
  position: absolute;
  z-index: 99;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 34px;
  background-color: #dbd1c8;
  background-image: url('../../skins/vetamix/img/select.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 9px;
  pointer-events: none; }

.select-fancy select {
  position: relative;
  display: block;
  z-index: 10;
  background: transparent;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  height: 34px;
  width: 100%;
  padding: 0px 50px 0px 10px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none; }

.select-fancy select::-ms-expand {
  display: none; }

textarea.form-control {
  padding: 12px; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number]::-webkit-textfield-decoration-container {
  border: 0px #ccc solid;
  background: white; }

input[type=number] {
  -moz-appearance: textfield; }

input[type="number"]:hover, input[type="number"]:focus {
  -moz-appearance: number-input; }

.number-spinner {
  display: inline-block;
  width: 60px;
  border: 1px solid #e4e7eb;
  position: relative;
  padding-right: 19px;
  background-color: white; }
  .number-spinner .spinner-plus, .number-spinner .spinner-minus {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 17px;
    height: 17px;
    display: block;
    line-height: 15px;
    text-align: center;
    color: #39393a;
    background-color: #dbd1c8;
    font-size: 13px;
    transition: 0.3s; }
    .number-spinner .spinner-plus:hover, .number-spinner .spinner-minus:hover, .number-spinner .spinner-plus:focus, .number-spinner .spinner-minus:focus, .number-spinner .spinner-plus:active, .number-spinner .spinner-minus:active {
      background-color: #d22333;
      text-decoration: none;
      color: white; }
  .number-spinner .spinner-minus {
    top: auto;
    bottom: 1px; }
  .number-spinner input {
    display: block;
    width: 100%;
    text-align: center;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 16px;
    border: none;
    height: 37px;
    background-color: white; }
    .number-spinner input:focus {
      outline: 0; }
  .number-spinner.number-spinner-v2 {
    padding: 0px;
    margin: 0px 36px;
    background-color: #eff0f4;
    border: 1px solid #dbd1c8; }
    .number-spinner.number-spinner-v2 .spinner-plus, .number-spinner.number-spinner-v2 .spinner-minus {
      width: 36px;
      height: 36px;
      background-color: #dbd1c8;
      top: -1px;
      bottom: auto;
      font-size: 16px;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center; }
      .number-spinner.number-spinner-v2 .spinner-plus:hover, .number-spinner.number-spinner-v2 .spinner-minus:hover, .number-spinner.number-spinner-v2 .spinner-plus:focus, .number-spinner.number-spinner-v2 .spinner-minus:focus, .number-spinner.number-spinner-v2 .spinner-plus:active, .number-spinner.number-spinner-v2 .spinner-minus:active {
        background-color: #d22333 !important;
        text-decoration: none;
        color: white; }
    .number-spinner.number-spinner-v2 .spinner-plus {
      right: -36px; }
    .number-spinner.number-spinner-v2 .spinner-minus {
      right: auto;
      left: -36px; }
    .number-spinner.number-spinner-v2 input {
      height: 34px;
      background-color: white;
      border: none;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #4c4c4c; }
      .number-spinner.number-spinner-v2 input::-webkit-textfield-decoration-container {
        border: 0px #ccc solid;
        background: #eff0f4; }

h1 {
  font-size: 30px;
  font-weight: 400;
  color: #e52a28;
  padding: 0px;
  margin: 0px 0px 25px 0px;
  position: relative; }
  h1.line-red {
    text-align: center;
    padding-bottom: 25px;
    background-image: url('../../skins/vetamix/img/line-red.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 219px 4px; }

.p-h1 {
  text-align: center; }
  .p-h1 p {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto; }

.modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url('../../skins/vetamix/img/cancel-black.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  top: 22px !important;
  right: 19px !important; }
  .modal-header .close span {
    display: none; }
  .modal-header .close:hover {
    opacity: 0.6 !important; }

#discountModal .modal-header {
  padding: 0px;
  border: none; }
  #discountModal .close {
    margin-top: -2px;
    margin-right: 3px;
    font-size: 35px;
    color: white;
    opacity: 1; }
  #discountModal .modal-content {
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    border-radius: 0px; }
  #discountModal .modal-body p {
    font-weight: bold;
    font-size: 25px;
    color: #c70222;
    text-transform: uppercase; }

.h1-alert {
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  background-color: #c70222;
  line-height: normal;
  padding: 7px 10px; }
  @media screen and (max-width: 991px) {
  .h1-alert {
    position: relative;
    max-width: 300px;
    margin: auto auto 20px auto;
    top: auto;
    right: auto; } }
  .h1-alert:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #c70223 transparent transparent;
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -8px; }
  @media screen and (max-width: 991px) {
    .h1-alert:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 8px 0 8px;
      border-color: #c70223 transparent transparent transparent;
      top: auto;
      bottom: -10px;
      left: 0px;
      right: 0px;
      margin: auto; } }

.content-wrap h1 {
  color: #39393a;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px; }

h2 {
  font-size: 26px; }
  h2.h1 {
    color: #39393a;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px; }

p {
  color: #212121;
  font-weight: 600;
  font-size: 13px;
  line-height: 170%;
  margin-bottom: 20px; }
  p.text-head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 742px;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; }
  p a {
    color: #e40427; }
  p a:hover {
    text-decoration: underline;
    color: #e40427; }

.promo-video {
  position: relative;
  width: 100%;
  min-height: 600px; }
  @media screen and (max-width: 991px) {
  .promo-video {
    min-height: 400px; } }
  @media screen and (max-width: 767px) {
  .promo-video {
    min-height: 300px; } }
  .promo-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip; }
  .promo-video h2 {
    left: 50px;
    top: 50px;
    position: absolute;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0; }
  @media screen and (max-width: 991px) {
    .promo-video h2 {
      left: 25px;
      top: 25px;
      font-size: 25px; } }
  @media screen and (max-width: 767px) {
    .promo-video h2 {
      left: 15px;
      top: 15px;
      font-size: 20px; } }
  .promo-video h2 span {
    background-color: #e40427;
    display: inline-block;
    padding: 10px;
    margin: 5px; }
  .promo-video img {
    left: 0px;
    top: 50px;
    position: absolute;
    padding: 10px;
    margin: 0; }
  @media screen and (max-width: 991px) {
    .promo-video img {
      width: 50%;
      left: 0px;
      top: 0px; } }
  @media screen and (max-width: 767px) {
    .promo-video img {
      width: 50%;
      left: 0px;
      top: 0px; } }

.promo-home {
  margin-top: -12px; }
  .promo-home .item > a {
    text-decoration: none !important; }
  .promo-home .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 22px;
    left: 0px;
    right: 0px;
    margin: auto; }
  .promo-home .owl-theme .owl-dots .owl-dot {
    outline: 0; }
  .promo-home .owl-theme .owl-dots .owl-dot span {
    border: 2px solid white;
    background-color: #a1a1a1;
    width: 15px;
    height: 15px;
    margin: 0px 7px; }
  .promo-home .owl-theme .owl-dots .owl-dot.active span, .promo-home .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d31318; }
  .promo-home .promo-home-wrap {
    min-height: 600px;
    position: relative;
    background-color: #f5f5f5; }
  @media screen and (max-width: 767px) {
    .promo-home .promo-home-wrap {
      min-height: 300px;
      height: calc(100vh - 82px);
      max-height: 600px; } }
  .promo-home .promo-home-wrap .owl-item img {
    width: auto; }
  .promo-home .promo-owl-wrap {
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: block; }
  @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap {
      min-height: 300px;
      height: calc(100vh - 82px);
      max-height: 600px; } }
  .promo-home .promo-owl-wrap:hover {
    text-decoration: none; }
  .promo-home .promo-owl-wrap .container {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 15px !important;
    width: 100%;
    max-width: 100%; }
    .promo-home .promo-owl-wrap .container:before, .promo-home .promo-owl-wrap .container:after {
      display: none; }
    @media screen and (max-width: 991px) {
    .promo-home .promo-owl-wrap .container {
      padding-bottom: 60px; } }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .container {
      min-height: 300px;
      height: calc(100vh - 82px);
      max-height: 600px; } }
  @media screen and (max-width: 991px) {
      .promo-home .promo-owl-wrap .only-image {
        display: block;
        padding-bottom: 240px;
        background-color: #d71b21; } }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .only-image {
      padding-bottom: 0; } }
  .promo-home .promo-owl-wrap.only-image {
    margin: auto;
    background-size: cover; }
    @media screen and (max-width: 991px) {
    .promo-home .promo-owl-wrap.only-image {
      display: block;
      height: 700px; } }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap.only-image {
      display: block;
      height: 245px; } }
  .promo-home .promo-owl-wrap .btn-success {
    background-color: #e40427;
    color: white;
    display: inline-flex;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
    height: 47px;
    padding: 7px 5px 7px 18px;
    margin: 30px 0px 0px 0px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .btn-success {
      font-size: 20px;
      width: 240px;
      margin: 20px auto; } }
    .promo-home .promo-owl-wrap .btn-success strong {
      font-weight: bold; }
    .promo-home .promo-owl-wrap .btn-success:after {
      transition: 0.3s;
      position: absolute;
      right: -19px;
      top: 0px;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 23.5px 0 23.5px 19px;
      border-color: transparent transparent transparent #e40427; }
    .promo-home .promo-owl-wrap .btn-success:hover {
      background-color: #b50520; }
      .promo-home .promo-owl-wrap .btn-success:hover:after {
        border-color: transparent transparent transparent #b50520; }
  .promo-home .promo-owl-wrap .btn-white {
    background-color: white;
    color: #e40427;
    display: inline-flex;
    font-size: 20px;
    position: relative;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
    height: 47px;
    padding: 7px 5px 7px 18px;
    margin: 30px 0px 0px 0px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .btn-white {
      font-size: 16px;
      width: 240px;
      margin: 15px auto; } }
    .promo-home .promo-owl-wrap .btn-white strong {
      font-weight: bold; }
    .promo-home .promo-owl-wrap .btn-white:after {
      transition: 0.3s;
      position: absolute;
      right: -19px;
      top: 0px;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 23.5px 0 23.5px 19px;
      border-color: transparent transparent transparent white; }
    .promo-home .promo-owl-wrap .btn-white:hover {
      background-color: white; }
      .promo-home .promo-owl-wrap .btn-white:hover:after {
        border-color: transparent transparent transparent white; }
  .promo-home .promo-owl-wrap .btn-red {
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    text-transform: none;
    margin-top: 36px;
    padding: 0 38px;
    letter-spacing: -1px; }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .btn-red {
      margin-top: 20px;
      min-height: 48px; } }
    .promo-home .promo-owl-wrap .btn-red img {
      width: 7px;
      margin-left: 20px;
      margin-right: -10px; }
  .promo-home .promo-owl-wrap .promo-info {
    max-width: 440px;
    margin-left: 116px; }
    @media (max-width: 991px) {
    .promo-home .promo-owl-wrap .promo-info {
      margin-left: 15px; } }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-info {
      margin-left: 0; } }
    .promo-home .promo-owl-wrap .promo-info h2 {
      color: #f5f5f5;
      background-color: #e40427;
      font-size: 53px;
      font-weight: 700;
      line-height: 0.91;
      text-transform: uppercase;
      margin-bottom: 28px;
      margin-top: 0;
      padding: 10px; }
      @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-info h2 {
      font-size: 39px;
      margin-bottom: 15px; } }
    .promo-home .promo-owl-wrap .promo-info p {
      color: #fff;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.3;
      margin: 0; }
      @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-info p {
      font-size: 16px; } }
    .promo-home .promo-owl-wrap .promo-info.light h2 {
      background-color: transparent;
      color: white;
      padding: 15px 0 0 0;
      line-height: 115%; }
      .promo-home .promo-owl-wrap .promo-info.light p {
        font-size: 20px; }
    .promo-home .promo-owl-wrap .promo-info span.highlight {
      color: white;
      background-color: black;
      padding: 7px;
      font-weight: 700; }
      .promo-home .promo-owl-wrap .promo-info span.highlight span {
        color: #e40427; }
  .promo-home .promo-owl-wrap .promo-text {
    float: right;
    max-width: 550px;
    text-align: left;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding-left: 80px;
    position: relative;
    z-index: 20;
    font-size: 18px;
    line-height: 26px; }
    @media screen and (max-width: 991px) {
    .promo-home .promo-owl-wrap .promo-text {
      padding-left: 0px; }
      .promo-home .promo-owl-wrap .promo-text br {
        display: none; } }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-text {
      padding: 15px; } }
    .promo-home .promo-owl-wrap .promo-text h2 {
      font-size: 35px;
      font-weight: bold;
      text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
      margin-bottom: 10px;
      font-family: 'Montserrat', sans-serif;
      line-height: 1.1;
      color: #f5f5f5;
      text-transform: uppercase; }
      @media screen and (max-width: 991px) {
    .promo-home .promo-owl-wrap .promo-text h2 {
      font-size: 45px; } }
      @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-text h2 {
      font-size: 35px; } }
      @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-text h2 {
      margin-top: 0px; } }
    .promo-home .promo-owl-wrap .promo-text p {
      font-size: 22px;
      font-weight: 500;
      color: white;
      text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
      font-family: 'Montserrat', sans-serif;
      line-height: normal;
      margin-top: 10px;
      margin-bottom: 0px; }
      @media screen and (max-width: 991px) {
    .promo-home .promo-owl-wrap .promo-text p {
      font-size: 20px; } }
      @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-text p {
      font-size: 18px; } }
    .promo-home .promo-owl-wrap .promo-text p.small {
      font-size: 16px;
      font-weight: 500;
      color: white;
      text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
      font-family: 'Montserrat', sans-serif;
      line-height: normal;
      margin-top: 0px;
      margin-bottom: 25px; }
      @media screen and (max-width: 991px) {
    .promo-home .promo-owl-wrap .promo-text p.small {
      font-size: 20px; } }
      @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-text p.small {
      font-size: 18px; } }
    .promo-home .promo-owl-wrap .promo-text .equation {
      display: block;
      max-width: 350px;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .promo-text .equation {
      max-width: 250px; } }
  @media screen and (max-width: 991px) {
      .promo-home .promo-owl-wrap .color-overlay {
        position: absolute;
        height: 284px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 17;
        background-color: #f23b40; } }
    @media screen and (max-width: 767px) {
    .promo-home .promo-owl-wrap .color-overlay {
      height: 402px; } }
  .promo-home .category-nav-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 999; }
  .promo-home .category-nav {
    margin: 0px -0.5px;
    padding: 0px;
    list-style-type: none;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px; }
  @media screen and (max-width: 767px) {
    .promo-home .category-nav {
      position: initial;
      margin: -2px; } }
  .promo-home .category-nav li {
    float: left;
    background-image: url('../../skins/vetamix/img/triangle.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 60px;
    background-color: #d31318;
    width: calc(100% / 8 - 1px);
    transition: 0.3s;
    margin: 0px 0.5px; }
    @media screen and (max-width: 1374px) {
    .promo-home .category-nav li {
      background-size: 45px; } }
    @media screen and (max-width: 767px) {
    .promo-home .category-nav li {
      float: left;
      margin: 2px;
      width: calc(50% - 4px);
      background-image: none; }
      .promo-home .category-nav li:before, .promo-home .category-nav li:after {
        content: " ";
        display: table; }

      .promo-home .category-nav li:after {
        clear: both; } }
    .promo-home .category-nav li a {
      display: block;
      height: 145px;
      text-align: center;
      position: relative;
      transition: height 0.3s;
      padding-top: 1px; }
      @media screen and (max-width: 767px) {
    .promo-home .category-nav li a {
      height: auto;
      padding: 15px; } }
      .promo-home .category-nav li a i {
        background-image: url('../../skins/vetamix/img/arrow.svg');
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 13px 15px;
        height: 15px;
        position: absolute;
        bottom: 8px;
        right: 12px;
        left: 19px;
        display: block;
        transition: 0.3s; }
        @media screen and (max-width: 1374px) {
    .promo-home .category-nav li a i {
      bottom: 5px;
      right: 6px; } }
        @media screen and (max-width: 767px) {
    .promo-home .category-nav li a i {
      background-image: none !important; } }
      .promo-home .category-nav li a > strong {
        display: block;
        height: 44px;
        line-height: 44px;
        margin-top: 30px;
        transition: 0.3s; }
        @media screen and (max-width: 991px) {
    .promo-home .category-nav li a > strong {
      margin-bottom: 8px; } }
        @media screen and (max-width: 767px) {
    .promo-home .category-nav li a > strong {
      margin: 0px 0px 10px 0px;
      height: 30px;
      line-height: 30px; } }
        .promo-home .category-nav li a > strong img {
          height: 45px;
          width: auto;
          display: inline-block;
          vertical-align: middle;
          line-height: normal; }
          @media screen and (max-width: 991px) {
    .promo-home .category-nav li a > strong img {
      height: 40px; } }
          @media screen and (max-width: 767px) {
    .promo-home .category-nav li a > strong img {
      height: 30px; } }
      .promo-home .category-nav li a > span {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 56px;
        text-transform: uppercase;
        height: 56px; }
        @media screen and (max-width: 1374px) {
    .promo-home .category-nav li a > span {
      font-size: 14px; } }
        @media screen and (max-width: 991px) {
    .promo-home .category-nav li a > span {
      line-height: 30px; } }
        .promo-home .category-nav li a > span span {
          line-height: 34px;
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 1374px) {
    .promo-home .category-nav li a > span span {
      line-height: 22px; } }
    .promo-home .category-nav li:hover, .promo-home .category-nav li.active {
      background-color: #dbd1c8;
      margin-top: -20px;
      margin-bottom: -25px;
      background-position: bottom -50px right -50px; }
      @media screen and (max-width: 767px) {
    .promo-home .category-nav li:hover, .promo-home .category-nav li.active {
      margin: 2px; } }
      .promo-home .category-nav li:hover i, .promo-home .category-nav li.active i {
        background-position: center center; }
      .promo-home .category-nav li:hover a, .promo-home .category-nav li.active a {
        height: 185px; }
        @media screen and (max-width: 767px) {
    .promo-home .category-nav li:hover a, .promo-home .category-nav li.active a {
      height: auto; } }
        .promo-home .category-nav li:hover a > span, .promo-home .category-nav li.active a > span {
          color: #d31318; }
        .promo-home .category-nav li:hover a > strong, .promo-home .category-nav li.active a > strong {
          margin-top: 55px; }
          @media screen and (max-width: 767px) {
    .promo-home .category-nav li:hover a > strong, .promo-home .category-nav li.active a > strong {
      margin-top: 0px; } }
    .promo-home .category-nav li.kosti img {
      height: 35px; }
      @media screen and (max-width: 991px) {
      .promo-home .category-nav li.kosti img {
        height: 28px; } }
      @media screen and (max-width: 767px) {
      .promo-home .category-nav li.kosti img {
        height: 20px; } }
    @media screen and (max-width: 767px) {
        .promo-home .category-nav li.pamlsky img {
          height: 37px; } }
    @media screen and (max-width: 991px) {
        .promo-home .category-nav li.trvanlive img {
          height: 50px; } }
      @media screen and (max-width: 767px) {
      .promo-home .category-nav li.trvanlive img {
        height: 30px; } }
    .promo-home .category-nav li.salamky img {
      height: 30px; }
      @media screen and (max-width: 991px) {
      .promo-home .category-nav li.salamky img {
        height: 24px; } }
      @media screen and (max-width: 767px) {
      .promo-home .category-nav li.salamky img {
        height: 20px; } }
  @media (max-width: 767px) {
  .promo-home .category-nav-wrap {
    bottom: -558px; } }

@keyframes promoBounce {
  0% {
    bottom: -175px; }

  20% {
    bottom: -100px; }

  80% {
    bottom: -100px; }

  100% {
    bottom: -50px; } }

@keyframes promoBounceCat {
  0% {
    bottom: -240px; }

  20% {
    bottom: -100px; }

  80% {
    bottom: -100px; }

  100% {
    bottom: 0px; } }

@keyframes promoIn {
  0% {
    opacity: 0; }

  85% {
    opacity: 0; }

  90% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes promoOut {
  0% {
    opacity: 0; }

  10% {
    opacity: 0; }

  15% {
    opacity: 1; }

  75% {
    opacity: 1; }

  80% {
    opacity: 0; }

  100% {
    opacity: 0; } }

.section-grey {
  padding: 50px 0px 50px 0px; }
  .section-grey h2 {
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px; }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0px 0px 15px 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  margin-top: -6px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  flex-wrap: wrap; }
  .breadcrumb--back {
    margin: 23px 0px 5px 0px;
    padding: 0px; }
  .breadcrumb > li {
    color: #1d1d1b;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3px;
    position: relative;
    padding-bottom: 3px;
    height: 33px;
    display: flex;
    align-items: center; }
  .breadcrumb > li + li {
    padding-left: 21px; }
  .breadcrumb > li + li:before {
    content: "";
    background-image: url('../../skins/vetamix/img/breadcrumb.svg');
    background-position: center center;
    background-size: 5px 9px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 6px;
    height: 11px;
    opacity: 1;
    top: 10px;
    left: 6px; }
  .breadcrumb > li + li.first:before {
    display: none; }
  .breadcrumb > li a {
    color: #1d1d1b;
    font-weight: 400;
    text-decoration: underline;
    transition: 0.3s; }
    .breadcrumb > li a:hover {
      text-decoration: none;
      color: #e40427; }
  .breadcrumb > .active a {
    color: #e40427;
    text-decoration: none; }
  .breadcrumb li.back {
    padding-bottom: 0px; }
  .breadcrumb li.back a img {
    width: 37px;
    height: 33px;
    transition: 0.3s;
    left: 0px;
    position: relative; }
    .breadcrumb li.back a:hover img {
      left: -3px; }

.breadcrumb--back + h1 {
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 25px; }

.bread-nomargin .breadcrumb {
  margin-top: 22px;
  margin-bottom: 7px;
  text-align: left; }

.iradio {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 2px solid #424a52;
  border-radius: 50%;
  position: relative;
  cursor: pointer; }
  .iradio:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #e40427;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none; }
  .iradio.checked:after {
    opacity: 1; }

.label-checkbox {
  transition: 0.3s; }
  .label-checkbox:hover {
    opacity: 0.8;
    cursor: pointer; }

.icheckbox {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 2px solid #b4b4b4;
  transition: 0.3s;
  background-position: top -9px center;
  background-repeat: no-repeat;
  background-size: 11px 9px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: white; }
  .icheckbox.checked {
    background-color: #e40427;
    border: none; }
  .icheckbox.checked:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 1px;
    right: 2px;
    color: white;
    pointer-events: none; }

.news-list {
  margin-bottom: 40px; }
  .news-list:before, .news-list:after {
    content: " ";
    display: table; }
  .news-list:after {
    clear: both; }
  .news-list .item {
    float: left;
    width: calc(100%/4); }
  @media screen and (max-width: 767px) {
    .news-list .item {
      float: none;
      width: 100%;
      margin-bottom: 30px; } }
  .news-list .item .thumb {
    display: block;
    position: relative; }
    .news-list .item .thumb img {
      display: block;
      transition: 0.3s;
      width: 100%; }
      .news-list .item .thumb img:hover {
        opacity: 0.9; }
  .news-list .item .in {
    padding: 20px; }
    .news-list .item .in small {
      font-size: 14px;
      color: #e52a28;
      display: block;
      margin-bottom: 5px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
    .news-list .item .in small {
      font-size: 12px; } }
    .news-list .item .in h2 {
      font-size: 24px;
      margin: 0px 0px 15px 0px;
      padding-bottom: 17px;
      background-image: url('../../skins/vetamix/img/line-yellow.svg');
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: 114px 2px; }
      @media screen and (max-width: 767px) {
    .news-list .item .in h2 {
      font-size: 20px; } }
      .news-list .item .in h2 a {
        color: #e40427; }
    .news-list .item .in p {
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
    .news-list .item .in p {
      font-size: 13px;
      line-height: 20px; } }
  .news-list .item.down {
    background-color: white; }
    .news-list .item.down .thumb:after {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 12.5px 0 12.5px;
      border-color: white transparent transparent transparent; }
  .news-list .item.up {
    background-color: #f0f1f1; }
    .news-list .item.up .thumb:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      top: auto;
      left: 0px;
      right: 0px;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 12.5px 13px 12.5px;
      border-color: transparent transparent #f0f1f1 transparent; }
  .news-list .item:hover img {
    filter: contrast(120%);
    filter: brightness(110%); }

.news-detail {
  margin-bottom: 40px; }
  .news-detail:before, .news-detail:after {
    content: " ";
    display: table; }
  .news-detail:after {
    clear: both; }
  .news-detail article {
    width: auto;
    float: none; }
  @media screen and (max-width: 991px) {
    .news-detail article {
      float: none;
      width: 100%;
      margin-bottom: 30px; } }
  .news-detail article h2 {
    color: #e52a28;
    font-weight: bold;
    font-size: 29px;
    margin: 30px 0px 20px 0px; }
  .news-detail article h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 20px 0px; }
  .news-detail article h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0px 15px 0px; }
  .news-detail article ol, .news-detail article ul {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 20px; }
    .news-detail article ol li, .news-detail article ul li {
      margin-bottom: 10px; }
      .news-detail article ol li ol, .news-detail article ul li ol, .news-detail article ol li ul, .news-detail article ul li ul {
        margin: 10px 0px 25px 0px; }
  .news-detail.blog-detail {
    max-width: 750px !important;
    margin: auto !important; }
  .news-detail aside {
    float: right;
    width: calc(100% - 720px);
    padding-top: 50px;
    margin-bottom: 25px; }
  @media screen and (max-width: 991px) {
    .news-detail aside {
      float: none;
      width: 100%;
      margin-bottom: 30px; } }

.gallery {
  margin-bottom: 0px; }

.gallery-list {
  margin: -20px; }
  .gallery-list:before, .gallery-list:after {
    content: " ";
    display: table; }
  .gallery-list:after {
    clear: both; }
  @media screen and (max-width: 767px) {
  .gallery-list {
    margin: -10px 0px; } }
  .gallery-list .item {
    float: left;
    display: block;
    width: calc(100%/3 - 40px);
    height: 235px;
    margin: 20px;
    color: white;
    text-align: center;
    position: relative;
    background-position: center -50% center;
    background-size: cover;
    transition: 1s; }
  @media screen and (max-width: 991px) {
    .gallery-list .item {
      width: calc(100%/2 - 40px); } }
  @media screen and (max-width: 767px) {
    .gallery-list .item {
      width: 100%;
      float: none;
      margin: 10px 0px; } }
  .gallery-list .item .in {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: 0.5s;
    background-color: rgba(56, 64, 73, 0.8);
    padding: 60px 15px 0px 15px; }
  .gallery-list .item h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0px 5px 0px; }
  .gallery-list .item small {
    font-weight: normal;
    display: block;
    font-size: 16px; }
  .gallery-list .item hr {
    display: block;
    border: 0px;
    height: 1px;
    background-color: white;
    margin: 20px auto;
    width: 125px;
    opacity: 0.5; }
  .gallery-list .item span {
    font-size: 16px;
    font-weight: 400;
    display: block; }
  .gallery-list .item:hover {
    filter: contrast(120%);
    filter: brightness(140%);
    box-shadow: inset 0px 0px 26px -4px rgba(0, 0, 0, 0.75); }
    .gallery-list .item:hover .in {
      opacity: 0; }

.gallery-detail {
  margin: -10px; }
  .gallery-detail:before, .gallery-detail:after {
    content: " ";
    display: table; }
  .gallery-detail:after {
    clear: both; }
  .gallery-detail a {
    display: block;
    margin: 10px;
    float: left;
    width: calc(100%/4 - 20px); }
  @media screen and (max-width: 991px) {
    .gallery-detail a {
      width: calc(100%/3 - 20px); } }
  @media screen and (max-width: 767px) {
    .gallery-detail a {
      width: calc(100%/2 - 20px); } }
  .gallery-detail a img {
    display: block;
    transition: 0.3s; }
  .gallery-detail a:hover img {
    transform: scale(1.05);
    filter: contrast(120%);
    filter: brightness(140%);
    box-shadow: inset 0px 0px 26px -4px rgba(0, 0, 0, 0.75); }

.share-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  .share-list:before, .share-list:after {
    content: " ";
    display: table; }
  .share-list:after {
    clear: both; }
  .share-list li {
    float: left; }
  .share-list li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    transition: 0.3s; }
    .share-list li a:hover {
      opacity: 0.8;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
      border-radius: 0px; }
    .share-list li a.share-fb {
      background-color: #3a5897; }
    .share-list li a.share-tw {
      background-color: #65ccef; }
    .share-list li a.share-pin {
      background-color: #f1605c; }
    .share-list li a.share-mail {
      background-color: #e52a28; }

.service .service-box:before, .service .service-box:after {
  content: " ";
  display: table; }
  .service .service-box:after {
    clear: both; }
  .service .service-box img {
    width: 630px;
    display: block; }
    @media screen and (max-width: 1374px) {
    .service .service-box img {
      margin-top: 50px;
      width: 500px; } }
    @media screen and (max-width: 991px) {
    .service .service-box img {
      width: 100%; } }
    @media screen and (max-width: 991px) {
    .service .service-box img {
      width: 100%;
      margin-top: 0px; } }
  .service .service-box .text {
    padding: 60px 60px 30px 60px;
    width: calc(100% - 630px); }
    @media screen and (max-width: 1374px) {
    .service .service-box .text {
      width: calc(100% - 500px); } }
    @media screen and (max-width: 991px) {
    .service .service-box .text {
      width: 100%;
      padding: 20px 30px 60px 30px; } }
    .service .service-box .text h2 {
      margin: 0px 0px 40px 0px;
      font-weight: normal;
      font-size: 32px;
      color: #e52a28; }
      @media screen and (max-width: 991px) {
    .service .service-box .text h2 {
      margin-bottom: 20px; } }
  .service .service-box.img-left {
    background-color: #f0f1f1; }
    .service .service-box.img-left h2 {
      color: #e40427; }
    .service .service-box.img-left img {
      float: left; }
    .service .service-box.img-left .text {
      float: right; }
  .service .service-box.img-right img {
    float: right; }
    .service .service-box.img-right .text {
      float: left; }

.addres {
  font-size: 15px;
  font-weight: 600;
  padding-left: 47px;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
  .addres {
    font-size: 14px;
    line-height: 17px; } }
  .addres.address-place {
    background-image: url('../../skins/vetamix/img/place.svg');
    background-size: 29px 42px; }
  .addres.address-phone {
    background-image: url('../../skins/vetamix/img/phone.svg');
    background-position: left 3px top;
    background-size: 23px 42px; }

.company {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('../../skins/vetamix/img/vina-sekty.svg');
  background-size: 84px 30px;
  padding-left: 100px;
  font-size: 13px; }

.contact-footer {
  padding: 50px 0px; }
  .contact-footer h3 {
    margin: 0px 0px 70px 0px;
    font-size: 50px;
    color: #e52a28;
    text-align: center;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    .contact-footer h3 {
      font-size: 40px;
      margin: 0px 0px 40px 0px; } }
  .contact-footer .addres {
    color: #424a52; }
  .contact-footer .addres a {
    color: #e40427;
    text-decoration: underline; }
    .contact-footer .addres a:hover {
      text-decoration: none; }
  .contact-footer .contact-footer-form label {
    display: inline-block;
    width: 135px;
    color: #e52a28;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
    .contact-footer .contact-footer-form label {
      display: block;
      width: auto; } }
  .contact-footer .contact-footer-form input {
    display: inline-block;
    width: calc(100% - 140px); }
    @media screen and (max-width: 767px) {
    .contact-footer .contact-footer-form input {
      display: block;
      width: 100%; } }
  .contact-footer .contact-footer-form textarea {
    display: block;
    width: 100%;
    height: 65px;
    margin: 13px 0px; }
    .contact-footer .contact-footer-form textarea::-webkit-input-placeholder {
      color: #e52a28; }
    .contact-footer .contact-footer-form textarea::-moz-placeholder {
      color: #e52a28; }
    .contact-footer .contact-footer-form textarea:-ms-input-placeholder {
      color: #e52a28; }
    .contact-footer .contact-footer-form textarea:-moz-placeholder {
      color: #e52a28; }
  .contact-footer .contact-footer-form .form-group {
    margin-bottom: 6px; }

.people-footer {
  background-color: #c9d0d8;
  padding: 40px 0px 15px 0px; }
  .people-footer h3 {
    color: #212121;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
    line-height: 30px;
    height: 60px; }
  @media screen and (max-width: 767px) {
    .people-footer h3 {
      font-size: 22px;
      height: auto; } }
  @media screen and (max-width: 767px) {
      .people-footer h3 br {
        display: none; } }
  .people-footer .addres {
    color: #424a52; }
  .people-footer .addres strong {
    font-size: 17px; }
  .people-footer .addres a {
    color: #e40427;
    text-decoration: underline; }
    .people-footer .addres a:hover {
      text-decoration: none;
      color: #e40427; }

.instagram-feed {
  overflow: hidden;
  height: 400px;
  position: relative;
  background-color: #f5f5f5; }
  @media screen and (max-width: 767px) {
  .instagram-feed {
    height: 200px; } }
  .instagram-feed a {
    display: block;
    width: 350px;
    height: 70px;
    border: 2px solid white;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    padding: 4px;
    color: #e40427;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.3s; }
  @media screen and (max-width: 767px) {
    .instagram-feed a {
      width: 235px; } }
  .instagram-feed a:hover, .instagram-feed a:focus {
    text-decoration: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    border-radius: 2; }
    .instagram-feed a:hover > span, .instagram-feed a:focus > span {
      opacity: 0.95;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
      border-radius: 2; }
  .instagram-feed a > span {
    display: block;
    background-color: white;
    height: 58px;
    line-height: 60px;
    text-align: center;
    transition: 0.3s; }
    .instagram-feed a > span img {
      width: 27px;
      height: 27px;
      position: relative;
      margin-right: 15px;
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      top: -2px; }
    .instagram-feed a > span span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
      @media screen and (max-width: 767px) {
    .instagram-feed a > span span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      width: 135px;
      text-align: left; } }
  .instagram-feed #instafeed {
    height: 400px;
    width: 2000px;
    overflow: hidden; }
  .instagram-feed #instafeed:before, .instagram-feed #instafeed:after {
    content: " ";
    display: table; }
  .instagram-feed #instafeed:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .instagram-feed #instafeed {
      height: 200px;
      width: 800px; } }
  .instagram-feed #instafeed .image {
    width: 200px;
    height: 200px;
    float: left;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 767px) {
    .instagram-feed #instafeed .image {
      width: 100px;
      height: 100px; } }

#google-translator {
  float: right; }
  #google-translator:hover {
    background-color: transparent !important; }
  #google-translator #google_translate_element {
    text-align: right;
    margin-top: 7px;
    margin-right: 7px; }
  #google-translator #google_translate_element a {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    padding: 0px;
    height: 18px;
    line-height: 16px;
    margin-top: 4px;
    text-align: center;
    transition: 0.3s;
    background-color: #fff; }
  #google-translator #google_translate_element span {
    display: inline-block; }
    #google-translator #google_translate_element span:hover {
      background-color: transparent; }
  #google-translator #google_translate_element img {
    margin-top: 0px; }
  #google-translator #google_translate_element .goog-te-gadget-simple {
    border: none; }

.contact-form {
  margin-bottom: 30px; }
  .contact-form .btn {
    margin: 10px 0px; }
  .contact-form label {
    display: block;
    margin: 10px 0px 4px 0px; }

.help {
  display: block;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: bold; }
  .help strong {
    color: #e40427;
    font-size: 28px;
    display: inline-block;
    line-height: 14px;
    position: relative;
    top: 10px;
    margin-right: 4px; }

.customer-nav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding: 15px;
  background-color: white;
  text-align: center; }
  .customer-nav li {
    display: inline-block;
    margin: 5px; }

.customer-container {
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 45px; }

.contacts-page {
  margin: auto;
  max-width: 800px; }
  .contacts-page h2 {
    color: #ca001d; }
  .contacts-page p {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top; }
  .contacts-page p.contact-success {
    display: block; }
  .contacts-page textarea {
    height: 250px; }

.calculator-wrap {
  padding: 30px 0px;
  background-color: white; }
  .calculator-wrap .count-img {
    margin-left: 90px;
    margin-bottom: 10px; }
  .calculator-wrap h2 {
    color: #424242;
    font-size: 30px;
    font-weight: 900;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px; }
  .calculator-wrap h2 span {
    color: #c70222; }
  .calculator-wrap .calculator-plus {
    margin-bottom: 20px; }
  .calculator-wrap .calculator-plus > span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    padding-left: 5px;
    font-size: 13px; }

.calculator-box {
  padding: 20px;
  background-color: #d8d8d8;
  margin-bottom: 10px;
  margin-top: 20px; }
  .calculator-box .item {
    margin-bottom: 10px; }
  .calculator-box .item:last-of-type {
    margin-bottom: 0px; }
  .calculator-box .item > span {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px; }
    .calculator-box .item > span.calculator-text {
      width: calc(100% - 310px);
      padding-left: 20px; }
      @media screen and (max-width: 1374px) {
    .calculator-box .item > span.calculator-text {
      display: block;
      width: auto;
      margin-bottom: 20px;
      padding-left: 0px; } }
  .calculator-box .select-fancy {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    background-color: #eff0f4;
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .calculator-box .select-fancy {
      display: block;
      width: 100%;
      margin-bottom: 5px; } }
  .calculator-box .select-fancy select {
    background-color: #eff0f4; }
  .calculator-box input[type="text"] {
    background-color: #eff0f4;
    display: inline-block;
    width: 60px;
    vertical-align: top; }

.discount-circle {
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 11px;
  line-height: 34px !important;
  text-align: center; }
  .discount-circle.discount-green {
    background-color: #b2e16e; }
  .discount-circle.discount-yellow {
    background-color: #ffd080; }
  .discount-circle.discount-red {
    background-color: #f99; }
  .discount-circle.discount-grey {
    background-color: #d5d5d5; }

.discount-bar .bar {
  width: calc(100% + 2px);
  margin: 0px -1px;
  border: 1px solid #dadada; }
  .discount-bar .bar span {
    display: block;
    height: 9px; }
  .discount-bar .points-legend .discount-circle {
    width: 10px;
    height: 10px;
    margin-bottom: 10px; }
  .discount-bar .points {
    position: relative;
    height: 92px;
    padding-top: 40px; }
  .discount-bar .points .point {
    position: absolute;
    top: 2px;
    font-size: 12px;
    padding-top: 16px;
    margin-left: -20px; }
    .discount-bar .points .point .fa {
      font-size: 11px;
      color: #d41f2d;
      position: absolute;
      right: -10px; }
    .discount-bar .points .point strong {
      font-size: 12px;
      display: block;
      margin-bottom: 3px;
      text-align: center;
      width: 40px;
      position: relative; }
      .discount-bar .points .point strong.red {
        color: #d41f2d; }
      .discount-bar .points .point strong .fa {
        top: 2px; }
    .discount-bar .points .point span {
      font-size: 12px;
      display: block;
      margin-bottom: 3px;
      text-align: center;
      width: 40px;
      position: relative; }
      .discount-bar .points .point span.red {
        color: #d41f2d; }
      .discount-bar .points .point span .fa {
        top: 2px; }
    .discount-bar .points .point:before {
      content: "";
      display: block;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: auto;
      height: 17px;
      width: 2px;
      top: -2px; }
  .discount-bar.discount-bar-green .bar span, .discount-bar.discount-bar-green .points .point:before {
    background-color: #b2e16e; }
  .discount-bar.discount-bar-yellow .bar span, .discount-bar.discount-bar-yellow .points .point:before {
    background-color: #ffd080; }
  .discount-bar.discount-bar-red .bar span, .discount-bar.discount-bar-red .points .point:before {
    background-color: #d0021b; }
  .discount-bar.discount-bar-grey .bar span, .discount-bar.discount-bar-grey .points .point:before {
    background-color: #d5d5d5; }

.how-info {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffb880;
  color: #4a4a4a;
  font-size: 12px;
  vertical-align: middle; }
  .how-info:hover {
    background-color: #d41f2d;
    color: white;
    text-decoration: none; }
  .how-info .fa {
    font-size: 14px;
    margin-right: 5px; }

.alert-info {
  font-size: 14px;
  color: #545454;
  border-radius: 15px 15px 15px 15px;
  background-color: #fdda9e;
  display: block;
  width: 100%;
  font-size: 14px; }
  .alert-info span {
    padding: 5px 15px 5px 20px;
    display: block;
    vertical-align: middle; }
  .alert-info .how-info {
    padding: 6px 10px; }

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #e28413;
  font-size: 19px; }

.cancel-on-png:before {
  content: "\f057"; }

.cancel-off-png:before {
  content: "\f05c"; }

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

.star-off-png:before {
  content: "\f006"; }

.star-half-png:before {
  content: "\f123"; }

#promoModal .modal-dialog {
  max-width: 70%;
  width: 1000px; }
  @media screen and (max-width: 1374px) {
    #promoModal .modal-dialog {
      max-width: 90%; } }
  @media screen and (max-width: 991px) {
    #promoModal .modal-dialog {
      max-width: 99%;
      margin-left: -6px;
      margin-right: 0px; } }
  #promoModal .modal-header {
    padding: 0px;
    border-bottom: none; }
  #promoModal .modal-header button.close {
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 99;
    width: 50px;
    height: 50px;
    opacity: 1;
    background-image: url('../../skins/vetamix/img/close.svg');
    background-position: center center;
    background-size: 50px 50px; }
    #promoModal .modal-header button.close:hover {
      opacity: 0.7; }
    @media screen and (max-width: 991px) {
    #promoModal .modal-header button.close {
      width: 20px;
      height: 20px;
      background-size: 20px 20px;
      top: 12px;
      right: 10px; } }
  #promoModal .modal-body {
    padding: 0px; }

.videoWrapper {
  position: relative;
  padding-bottom: 40.25%;
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rating-box {
  box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.34);
  padding: 50px;
  font-family: 'Roboto Slab', serif;
  background-color: white;
  position: relative; }
  .rating-box > img {
    position: absolute;
    left: -143px;
    bottom: -195px; }
  .rating-box .raty {
    margin-bottom: 10px;
    margin-top: -30px; }
  @media screen and (max-width: 1374px) {
    .rating-box .raty {
      margin-top: 0px; } }
  .rating-box .raty i {
    color: #fcc800;
    font-size: 36px;
    margin-right: 7px; }
    @media screen and (max-width: 767px) {
    .rating-box .raty i {
      font-size: 30px; } }
  .rating-box p {
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 22px; }
  @media screen and (max-width: 1374px) {
    .rating-box p {
      font-size: 14px;
      line-height: 18px; } }
  .rating-box > small {
    display: block;
    font-size: 19px;
    line-height: 22px; }
  .rating-box > small strong {
    display: block; }

.aboutus .rating-owl-wrap {
  background-image: url('../../skins/vetamix/img/rating-bg.jpg');
  background-size: cover;
  background-position: top center;
  padding: 70px 0px 25px 0px; }
  .aboutus .rating-owl-wrap h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 35px; }
    @media screen and (max-width: 991px) {
    .aboutus .rating-owl-wrap h2 {
      font-size: 19px; } }

.owl-rating {
  padding: 0px 90px; }
  @media screen and (max-width: 767px) {
  .owl-rating {
    padding: 0px 10px; } }
  .owl-rating.owl-theme .owl-nav [class*=owl-] {
    width: 49px;
    height: 94px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px; }
  .owl-rating.owl-theme .owl-nav [class*=owl-]:before {
    display: none; }
  .owl-rating.owl-theme .owl-nav [class*=owl-].owl-prev {
    background-image: url('../../skins/vetamix/img/rating-left.png');
    left: 15px; }
    @media screen and (max-width: 767px) {
    .owl-rating.owl-theme .owl-nav [class*=owl-].owl-prev {
      left: -13px; } }
  .owl-rating.owl-theme .owl-nav [class*=owl-].owl-next {
    background-image: url('../../skins/vetamix/img/rating-right.png');
    right: 15px; }
    @media screen and (max-width: 767px) {
    .owl-rating.owl-theme .owl-nav [class*=owl-].owl-next {
      right: -13px; } }
  .owl-rating.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 0.8; }
  .owl-rating .rating-box {
    width: 450px;
    margin: 15px 0px;
    min-height: 450px;
    transition: 0.3s;
    margin-bottom: 205px; }
  @media screen and (max-width: 1374px) {
    .owl-rating .rating-box {
      width: 300px;
      padding: 20px; } }
  @media screen and (max-width: 991px) {
    .owl-rating .rating-box {
      width: auto;
      margin: 15px;
      margin-bottom: 130px;
      min-height: 20px; } }
  .owl-rating .rating-box > img {
    opacity: 0 !important;
    transition: 0.3s; }
  .owl-rating .owl-item img {
    width: auto; }
  .owl-rating .owl-item .rating-box {
    transform: scale(0.7); }
    @media screen and (max-width: 991px) {
    .owl-rating .owl-item .rating-box {
      transform: scale(1); } }
    @media screen and (max-width: 991px) {
      .owl-rating .owl-item .rating-box > img {
        opacity: 1 !important;
        bottom: -106px;
        left: 0px;
        width: 170px; } }
  .owl-rating .owl-item.center {
    z-index: 99; }
    .owl-rating .owl-item.center .rating-box {
      transform: scale(1);
      margin-left: 0px;
      margin-right: 0px; }
      .owl-rating .owl-item.center .rating-box > img {
        opacity: 1 !important; }
  .owl-rating .owl-item.before {
    z-index: 9; }
    .owl-rating .owl-item.before .rating-box {
      left: 50px; }
      @media screen and (max-width: 991px) {
    .owl-rating .owl-item.before .rating-box {
      left: auto; } }
  .owl-rating .owl-item.after {
    z-index: 9; }
    .owl-rating .owl-item.after .rating-box {
      right: 50px; }
      @media screen and (max-width: 991px) {
    .owl-rating .owl-item.after .rating-box {
      right: auto; } }

.instagram-hp {
  height: 480px;
  background-color: #222221;
  color: #fff;
  text-align: center;
  margin-bottom: -90px;
  overflow: hidden; }
  .instagram-hp #instafeed {
    display: flex;
    flex-wrap: wrap; }
  .instagram-hp #instafeed a {
    display: flex;
    height: 240px;
    width: 16.66%;
    position: relative;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 870px) {
    .instagram-hp #instafeed a {
      width: 33.33%; } }
    .instagram-hp #instafeed a:hover {
      opacity: 0.8; }
    .instagram-hp #instafeed a > span {
      display: none;
      position: absolute;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background-color: rgba(0, 0, 0, 0.6); }
      .instagram-hp #instafeed a > span > strong {
        font-size: 30px;
        font-weight: 800;
        line-height: 1.2;
        text-align: center;
        color: #fff;
        text-transform: uppercase; }
      .instagram-hp #instafeed a > span > small {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 183px;
        height: 47px;
        background-image: radial-gradient(circle at 0 0, #feda75, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5);
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        margin-top: 30px; }
      .instagram-hp #instafeed a > span > small strong {
        display: block;
        width: 23px;
        height: 23px;
        background-image: url('../../skins/vetamix/img/instagram.svg');
        background-position: center center;
        background-size: 23px 23px;
        background-repeat: no-repeat;
        margin-right: 14px; }
    @media (max-width: 430px) {
      .instagram-hp #instafeed a:nth-of-type(1) {
        width: 100%; } }
      @media (max-width: 430px) {
      .instagram-hp #instafeed a:nth-of-type(1) > span {
        display: flex; } }
    .instagram-hp #instafeed a:nth-of-type(2) {
      width: 33.33%; }
      @media (max-width: 870px) {
    .instagram-hp #instafeed a:nth-of-type(2) {
      width: 66.66%; } }
      @media (max-width: 430px) {
    .instagram-hp #instafeed a:nth-of-type(2) {
      width: 50%; } }
      .instagram-hp #instafeed a:nth-of-type(2) > span {
        display: flex; }
      @media (max-width: 430px) {
      .instagram-hp #instafeed a:nth-of-type(2) > span {
        display: none; } }
    @media (max-width: 430px) {
      .instagram-hp #instafeed a:nth-of-type(3) {
        width: 50%; } }
    .instagram-hp #instafeed a:nth-of-type(4) {
      width: 33.33%;
      height: 480px;
      margin-bottom: -240px; }

.container.full-width {
  width: 100%; }

.how-to-barf {
  display: flex;
  background-color: white;
  flex-wrap: wrap; }
  .how-to-barf .img {
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px; }
  @media (max-width: 960px) {
    .how-to-barf .img {
      width: 100%;
      min-height: 250px; } }
  .how-to-barf .info {
    width: 50%;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  @media (max-width: 960px) {
    .how-to-barf .info {
      width: 100%;
      padding: 15px; } }
  .how-to-barf .info h3 {
    color: #b50520;
    font-weight: 500;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 35px; }
  .how-to-barf .info p {
    font-size: 14px;
    color: #3d3d3c;
    margin-bottom: 25px;
    opacity: 0.85; }
    .how-to-barf .info p:last-of-type {
      margin-bottom: 7px; }

.info-panel {
  padding: 20px;
  background-color: #e40427;
  color: #fff;
  text-align: center; }
  .info-panel h2 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 800; }
  .info-panel p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%; }

header {
  background-color: white; }
  @media (max-width: 767px) {
  header {
    height: 82px;
    border: none; } }
  header .hamburger {
    display: none;
    outline: 0;
    background-color: #dbd1c8; }
    @media screen and (max-width: 991px) {
  header .hamburger {
    display: block;
    height: 37px; } }
  header .login {
    margin-right: 30px; }
    header .login > a {
      display: flex;
      align-items: center;
      color: #1d1d1b; }
      header .login > a:hover {
        text-decoration: none;
        color: #e40427; }
      header .login > a img {
        width: 36px;
        height: 32px;
        margin-right: 11px;
        display: block; }
      header .login > a span {
        font-size: 13px;
        font-weight: bold; }
    header .login--user {
      margin-right: 50px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      column-gap: 14px; }
      header .login--user .login__img {
        display: flex;
        align-items: center; }
      header .login--user .login__user {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap; }
  header .header-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 28px 0 350px; }
    @media (max-width: 1374px) {
  header .header-links {
    margin-bottom: 40px;
    padding-left: 28px; } }
    @media (max-width: 767px) {
  header .header-links {
    margin: 0;
    padding: 5px 5px;
    justify-content: flex-end;
    height: 32px; } }
    header .header-links > ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
  header .header-links > ul {
    display: none; } }
      header .header-links > ul li {
        font-size: 14px;
        font-weight: 400;
        color: #5d5d5c;
        font-family: 'Montserrat', sans-serif;
        margin-right: 20px; }
        header .header-links > ul li a {
          color: #5d5d5c;
          text-decoration: underline; }
          header .header-links > ul li a:hover {
            color: #5d5d5c;
            text-decoration: none; }
    header .header-links .callcentrum {
      background-image: url('../../skins/vetamix/img/phone.png');
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 19px 19px;
      padding-left: 25px;
      color: #39393a;
      font-size: 14px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      margin-left: auto;
      margin-right: 9px; }
      header .header-links .callcentrum strong {
        font-weight: bold; }
      @media (max-width: 991px) {
  header .header-links .callcentrum {
    display: none; } }
    header .header-links .currency, header .header-links .country {
      margin-left: 22px;
      display: flex;
      align-items: center; }
      header .header-links .currency > span, header .header-links .country > span {
        font-size: 15px;
        font-weight: 400;
        background-image: url('../../skins/vetamix/img/coin.svg');
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 18px auto;
        padding-left: 25px;
        letter-spacing: -1px; }
      header .header-links .currency .dropdown > button, header .header-links .country .dropdown > button {
        border: none;
        background-color: transparent;
        font-size: 14px;
        font-weight: 800;
        color: #5d5d5c;
        line-height: 1; }
        header .header-links .currency .dropdown > button .caret, header .header-links .country .dropdown > button .caret {
          background-image: url('../../skins/vetamix/img/select.svg');
          background-position: center center;
          background-size: 11px 6px;
          background-repeat: no-repeat;
          border: none;
          width: 11px;
          height: 6px; }
        header .header-links .currency .dropdown .dropdown-menu, header .header-links .country .dropdown .dropdown-menu {
          right: 0px;
          left: auto;
          width: 90px;
          min-width: 10px;
          padding: 0px;
          border-radius: 0px;
          border-color: #5d5d5c;
          background-color: #f1eeea; }
        header .header-links .currency .dropdown .dropdown-menu li a, header .header-links .country .dropdown .dropdown-menu li a {
          padding: 5px 10px;
          text-align: center;
          font-size: 15px;
          font-weight: 400; }
          header .header-links .currency .dropdown .dropdown-menu li a:hover, header .header-links .country .dropdown .dropdown-menu li a:hover {
            background-color: #e7e2db; }
      @media (max-width: 991px) {
  header .header-links .currency, header .header-links .country {
    margin-left: 10px; } }
      @media (max-width: 767px) {
  header .header-links .currency, header .header-links .country {
    margin-left: 5px; } }
    @media (max-width: 767px) {
    header .header-links .currency {
      margin-left: 0; } }
    header .header-links .country > img {
      margin-right: 8px;
      border-radius: 50%;
      width: 20px; }
      header .header-links .country > span {
        padding: 0;
        background-image: none; }
  header .container {
    position: relative; }
  header .header-top-wrap {
    background-color: white; }
    @media (max-width: 767px) {
  header .header-top-wrap.fixed {
    position: fixed;
    z-index: 899;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); } }
  header .header-top {
    display: flex;
    color: white;
    position: relative;
    height: 106px;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px; }
    @media (max-width: 767px) {
  header .header-top {
    height: 50px;
    padding: 0 15px; } }
    header .header-top .logo {
      width: 133px;
      z-index: 10;
      position: relative;
      top: -21px;
      left: 13px; }
      header .header-top .logo img {
        width: 100%; }
      @media (max-width: 767px) {
  header .header-top .logo {
    width: 57px;
    top: 0;
    left: 0; } }
      header .header-top .logo span {
        display: block;
        position: absolute;
        top: 31px;
        left: -8px;
        width: 133px;
        height: 95px; }
        @media (max-width: 991px) {
  header .header-top .logo span {
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto; } }
        header .header-top .logo span img {
          width: 133px;
          height: 95px; }
        @media (max-width: 991px) {
    header .header-top .logo span img {
      width: 114px;
      height: 81px; } }
        @media (max-width: 767px) {
    header .header-top .logo span img {
      width: 76px;
      height: 54px; } }
        @media (max-width: 767px) {
    header .header-top .logo span img {
      width: 57px;
      height: 40px; } }
    header .header-top .free-delivery-top {
      position: relative;
      padding-left: 73px;
      width: 168px;
      display: block; }
      @media (max-width: 991px) {
  header .header-top .free-delivery-top {
    padding-left: 0px;
    order: 2; } }
      @media (max-width: 767px) {
  header .header-top .free-delivery-top {
    display: none; } }
      header .header-top .free-delivery-top:hover {
        text-decoration: none;
        opacity: 0.9; }
      header .header-top .free-delivery-top.animate {
        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
      header .header-top .free-delivery-top .car {
        width: 59px;
        position: absolute;
        top: 0px;
        left: -1000px;
        -webkit-transition: all 700ms cubic-bezier(0.435, 0.295, 0, 1);
        /* older webkit */
        -webkit-transition: all 700ms cubic-bezier(0.435, 0.295, 0, 1.295);
        -moz-transition: all 700ms cubic-bezier(0.435, 0.295, 0, 1.295);
        -o-transition: all 700ms cubic-bezier(0.435, 0.295, 0, 1.295);
        transition: all 700ms cubic-bezier(0.435, 0.295, 0, 1.295);
        /* custom */
        -webkit-transition-timing-function: cubic-bezier(0.435, 0.295, 0, 1);
        /* older webkit */
        -webkit-transition-timing-function: cubic-bezier(0.435, 0.295, 0, 1.295);
        -moz-transition-timing-function: cubic-bezier(0.435, 0.295, 0, 1.295);
        -o-transition-timing-function: cubic-bezier(0.435, 0.295, 0, 1.295);
        transition-timing-function: cubic-bezier(0.435, 0.295, 0, 1.295);
        /* custom */ }
        header .header-top .free-delivery-top .car.active {
          left: 0px; }
        @media screen and (max-width: 991px) {
  header .header-top .free-delivery-top .car {
    display: none; } }
      header .header-top .free-delivery-top .text {
        font-family: 'Montserrat', sans-serif;
        text-align: center; }
        header .header-top .free-delivery-top .text strong {
          font-size: 19px;
          color: #3c3c3b;
          font-weight: 900;
          line-height: 10px; }
        @media screen and (max-width: 767px) {
    header .header-top .free-delivery-top .text strong {
      line-height: 0px;
      font-size: 12px; } }
        header .header-top .free-delivery-top .text img {
          margin: -16px 3px 0px 3px; }
        header .header-top .free-delivery-top .text span {
          color: #3c3c3b;
          font-weight: 700;
          display: block;
          font-size: 14px;
          margin-top: -14px;
          margin-left: 2px; }
        @media screen and (max-width: 767px) {
    header .header-top .free-delivery-top .text span {
      font-size: 9px; } }
    header .header-top .tools {
      display: flex;
      align-items: center;
      order: 3; }
      header .header-top .tools .search {
        padding-right: 22px;
        margin-right: 18px; }
        @media (max-width: 767px) {
  header .header-top .tools .search {
    padding-right: 10px;
    margin-right: 0px;
    border: none; } }
        header .header-top .tools .search > a {
          opacity: 0;
          pointer-events: none; }
        @media screen and (max-width: 767px) {
    header .header-top .tools .search > a {
      opacity: 1;
      pointer-events: auto; } }
        header .header-top .tools .search > a img {
          width: 42px;
          height: 42px;
          display: block; }
          @media (max-width: 767px) {
    header .header-top .tools .search > a img {
      width: 32px;
      height: 32px; } }
        header .header-top .tools .search > a:hover {
          opacity: 0.8; }
        header .header-top .tools .search form {
          display: block;
          position: absolute;
          right: 410px;
          border: none;
          transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.35);
          z-index: 99;
          text-align: right;
          top: 28px;
          left: 335px;
          margin: 0;
          width: 462px; }
        @media (max-width: 1374px) {
    header .header-top .tools .search form {
      width: 360px;
      left: 200px; } }
        @media screen and (max-width: 767px) {
    header .header-top .tools .search form {
      top: -130px;
      left: 0;
      right: 0;
      width: auto;
      border-right: solid 1px #dbdbdb; } }
        header .header-top .tools .search form .ui-autocomplete {
          left: -1px !important;
          width: calc(100% + 2px) !important;
          border: solid 1px #dbdbdb;
          border-top: 0px; }
          header .header-top .tools .search form .ui-autocomplete .ui-menu-item {
            line-height: normal;
            list-style-image: none;
            display: none; }
          header .header-top .tools .search form .ui-autocomplete li:nth-of-type(1), header .header-top .tools .search form .ui-autocomplete li:nth-of-type(2), header .header-top .tools .search form .ui-autocomplete li:nth-of-type(3), header .header-top .tools .search form .ui-autocomplete li.show-more-results {
            display: block; }
          header .header-top .tools .search form .ui-autocomplete li.show-more-results {
            text-align: center;
            padding: 12px 0px 20px 0px; }
            header .header-top .tools .search form .ui-autocomplete li.show-more-results .btn {
              width: 220px; }
          header .header-top .tools .search form .ui-autocomplete .ui-menu-item-wrapper {
            padding: 0px 15px; }
          header .header-top .tools .search form .ui-autocomplete .ui-state-active {
            border: none;
            background-color: #f7f7f7;
            margin: 0px; }
          header .header-top .tools .search form .ui-autocomplete .search-item {
            border-top: solid 1px rgba(151, 151, 151, 0.41);
            padding: 12px 0px;
            text-align: left; }
          header .header-top .tools .search form .ui-autocomplete .search-item:before, header .header-top .tools .search form .ui-autocomplete .search-item:after {
            content: " ";
            display: table; }
          header .header-top .tools .search form .ui-autocomplete .search-item:after {
            clear: both; }
          header .header-top .tools .search form .ui-autocomplete .search-item .thumb {
            width: 65px;
            float: left;
            text-align: cetner; }
          header .header-top .tools .search form .ui-autocomplete .search-item .action {
            width: 160px;
            float: right;
            padding-top: 14px; }
          header .header-top .tools .search form .ui-autocomplete .search-item .info {
            float: left;
            margin-left: 15px;
            width: calc(100% - 245px); }
            @media screen and (max-width: 767px) {
      header .header-top .tools .search form .ui-autocomplete .search-item .info {
        width: calc(100% - 85px); } }
            header .header-top .tools .search form .ui-autocomplete .search-item .info .discount-circle {
              width: 12px;
              height: 12px;
              display: inline-block;
              vertical-align: middle;
              margin-right: 5px; }
            header .header-top .tools .search form .ui-autocomplete .search-item .info h2 {
              font-size: 14px;
              font-weight: bold;
              line-height: 1.29;
              margin-top: 4px;
              color: #545454;
              margin-bottom: 0px; }
            header .header-top .tools .search form .ui-autocomplete .search-item .info strong {
              font-size: 14px;
              font-weight: 900;
              color: #d41f2d;
              display: block;
              line-height: 1.6; }
            header .header-top .tools .search form .ui-autocomplete .search-item .info small {
              display: block;
              font-size: 12px;
              font-weight: 400;
              line-height: 1.5;
              color: #545454; }
        header .header-top .tools .search form input {
          width: 100%;
          display: block;
          vertical-align: top;
          height: 47px;
          font-size: 14px;
          padding: 0 50px 0 18px;
          outline: 0;
          color: #5d5d5c;
          text-align: left;
          background-color: rgba(255, 255, 255, 1);
          box-shadow: -1px 1px 0 #dbd1c8;
          border: none;
          background-image: url('../../skins/vetamix/img/magnifying-glass-2.svg');
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 32px auto; }
        header .header-top .tools .search form button {
          display: inline-block;
          vertical-align: top;
          height: 37px;
          line-height: 37px; }
        header .header-top .tools .search.search-open > a {
          background-color: #d41f2d;
          color: white; }
        @media screen and (max-width: 767px) {
      header .header-top .tools .search.search-open form {
        top: 50px; } }
      @media (max-width: 991px) {
    header .header-top .tools .login {
      display: none; } }
      header .header-top .tools .cart {
        padding-left: 10px; }
        @media (max-width: 767px) {
  header .header-top .tools .cart {
    padding: 0px; } }
        header .header-top .tools .cart:hover {
          background-color: #f1eeea; }
        @media (max-width: 767px) {
    header .header-top .tools .cart:hover {
      background-color: transparent; } }
        header .header-top .tools .cart > a {
          display: flex;
          align-items: center; }
        header .header-top .tools .cart > a .ico {
          position: relative;
          margin-right: 12px; }
          header .header-top .tools .cart > a .ico img {
            width: 32px;
            height: 32px;
            display: block; }
          header .header-top .tools .cart > a .ico span {
            width: 17px;
            height: 17px;
            background-color: #e40427;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -2px;
            right: -7px;
            color: white;
            border-radius: 50%;
            font-size: 10px;
            letter-spacing: -0.4px; }
        header .header-top .tools .cart > a strong {
          color: #1d1d1b;
          font-size: 13px;
          font-weight: bold; }
          @media (max-width: 767px) {
    header .header-top .tools .cart > a strong {
      display: none; } }
        header .header-top .tools .cart > a small {
          margin-left: 13px;
          width: 84px;
          height: 37px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          background-color: #e40427;
          font-size: 15px;
          font-weight: bold;
          text-transform: uppercase; }
          header .header-top .tools .cart > a small:hover {
            background-color: #b50520; }
          @media (max-width: 767px) {
    header .header-top .tools .cart > a small {
      display: none; } }
        header .header-top .tools .cart > a:hover {
          text-decoration: none; }
      header .header-top .tools .hamburger {
        margin-left: 10px; }
  header .nav-wrap {
    padding: 0 28px; }
    @media (max-width: 991px) {
  header .nav-wrap {
    position: fixed;
    top: 0px;
    height: 100%;
    background-color: #f1eeea;
    z-index: 9999999;
    width: 300px;
    left: -320px;
    transition: 0.3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    overflow: auto; }
    header .nav-wrap.is-open {
      left: 0px; } }
    header .nav-wrap .nav-wrap-mobile {
      display: none;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
      @media (max-width: 991px) {
  header .nav-wrap .nav-wrap-mobile {
    display: flex; } }
    header .nav-wrap nav .nav-main {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      display: flex;
      align-items: flex-start;
      justify-content: center; }
      @media (max-width: 991px) {
    header .nav-wrap nav .nav-main {
      flex-direction: column; } }
      header .nav-wrap nav .nav-main li {
        margin: 0px 0.5px;
        width: 12.5%; }
      @media (max-width: 991px) {
      header .nav-wrap nav .nav-main li {
        width: 100%;
        margin: 1px 0px; } }
      header .nav-wrap nav .nav-main li a {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        height: 60px;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: -0.5px;
        color: #fff;
        background-color: #e40427;
        text-transform: uppercase;
        transition: 0.3s;
        overflow: hidden; }
        header .nav-wrap nav .nav-main li a > span {
          position: absolute;
          width: 55px;
          top: 50%;
          right: 0px;
          left: 0px;
          margin: -20px auto auto auto;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: 0.3s;
          opacity: 0; }
        header .nav-wrap nav .nav-main li a > span img {
          max-height: 100%; }
        header .nav-wrap nav .nav-main li a > strong {
          position: relative;
          transition: 0.3s; }
        header .nav-wrap nav .nav-main li a:hover, header .nav-wrap nav .nav-main li a.active {
          background-color: #b50520;
          text-decoration: none; }
        header .nav-wrap nav .nav-main li a:hover > strong, header .nav-wrap nav .nav-main li a.active > strong {
          opacity: 0; }
        header .nav-wrap nav .nav-main li a:hover > span, header .nav-wrap nav .nav-main li a.active > span {
          transform: scale(1.1);
          opacity: 1; }

@keyframes squareBounce {
  0% {
    top: 0px;
    background-color: white; }

  50% {
    top: -10px;
    background-color: #fedadf; }

  100% {
    top: 0px;
    background-color: white; } }

.discounts-wrap .fixed {
  margin-bottom: 24px; }
  .discounts-wrap .fixed .discounts-close {
    position: absolute;
    display: block;
    top: 9px;
    right: 15px;
    color: #4a4a4a;
    font-size: 27px;
    display: none; }
  .discounts-wrap .fixed .how {
    font-size: 12px;
    color: #4a4a4a;
    font-weight: normal; }
    .discounts-wrap .fixed .how .fa {
      font-size: 14px;
      vertical-align: middle;
      margin-right: 5px; }
  .discounts-wrap .discounts-header {
    border-bottom: solid 1px rgba(151, 151, 151, 0.22);
    padding-bottom: 19px;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .discounts-wrap .discounts-header {
      border: none; } }
  .discounts-wrap .discounts-header > strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
    .discounts-wrap .discounts-header > strong {
      text-align: center; } }
  .discounts-wrap .discounts-header > a {
    display: block;
    position: absolute;
    top: 24px;
    right: 15px;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0.9px; }
    .discounts-wrap .discounts-header > a .fa {
      font-size: 14px; }
  .discounts-wrap .discounts-header .circles {
    text-align: center; }
    .discounts-wrap .discounts-header .circles .discount-circle {
      width: 98px;
      height: 98px;
      text-align: center;
      line-height: 98px !important;
      font-size: 31px;
      color: #4a4a4a;
      display: inline-block; }
    @media screen and (max-width: 767px) {
      .discounts-wrap .discounts-header .circles .discount-circle {
        width: 78px;
        height: 78px;
        line-height: 78px !important; } }
    .discounts-wrap .discounts-header .circles .discount-circle:nth-of-type(2) {
      margin: 0px 71px; }
    @media screen and (max-width: 767px) {
        .discounts-wrap .discounts-header .circles .discount-circle:nth-of-type(2) {
          margin: 0px 25px; } }
  .discounts-wrap .discount-bar-table {
    width: 100%; }
  .discounts-wrap .discount-bar-table .discount-circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle; }
  .discounts-wrap .discount-bar-table tbody tr td {
    text-align: center;
    font-size: 12px;
    padding: 2px 0px;
    vertical-align: middle;
    position: relative; }
    .discounts-wrap .discount-bar-table tbody tr td:first-of-type {
      text-align: left;
      width: 25px; }
    .discounts-wrap .discount-bar-table tbody tr td:nth-of-type(2) {
      width: 88px; }
    .discounts-wrap .discount-bar-table tbody tr td:nth-of-type(3) {
      width: 258px; }
    .discounts-wrap .discount-bar-table tbody tr td:nth-of-type(4) {
      padding-right: 35px; }
    .discounts-wrap .discount-bar-table tbody tr td.red {
      color: #d41f2d; }
  .discounts-wrap .discount-bar-wrap {
    border-bottom: solid 1px rgba(151, 151, 151, 0.22);
    padding-bottom: 19px;
    margin-bottom: 15px; }
  .discounts-wrap .discount-bar-wrap > strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
    .discounts-wrap .discount-bar-wrap > strong {
      text-align: center; } }
  .discounts-wrap .discount-first-purchase {
    /*border-bottom: solid 1px rgba(#979797,0.22);*/
    margin-bottom: 15px; }
  .discounts-wrap .discount-first-purchase > strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
    .discounts-wrap .discount-first-purchase > strong {
      text-align: center; } }
  .discounts-wrap .discount-first-purchase .fa {
    font-size: 23px;
    color: #9b9b9b;
    vertical-align: middle;
    margin-left: 4px;
    opacity: 0.38; }
    .discounts-wrap .discount-first-purchase .fa.fa-check {
      color: #d41f2d;
      opacity: 1; }
  .discounts-wrap .discount-combine > strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
    .discounts-wrap .discount-combine > strong {
      text-align: center; } }
  .discounts-wrap .discount-combine .fa {
    font-size: 23px;
    color: #9b9b9b;
    vertical-align: middle;
    margin-left: 4px;
    opacity: 0.38; }
    .discounts-wrap .discount-combine .fa.fa-check {
      color: #d41f2d;
      opacity: 1; }
  .discounts-wrap .discount-combine .discount-combine-main {
    text-align: center;
    padding-left: 10px; }
    .discounts-wrap .discount-combine .discount-combine-main:before, .discounts-wrap .discount-combine .discount-combine-main:after {
      content: " ";
      display: table; }
    .discounts-wrap .discount-combine .discount-combine-main:after {
      clear: both; }
    .discounts-wrap .discount-combine .discount-combine-main div {
      float: left;
      width: 33%; }
    .discounts-wrap .discount-combine .discount-combine-main div .discount-circle {
      width: 10px;
      height: 10px;
      display: inline-block;
      vertical-align: middle; }
  .discounts-wrap .discount-delivery {
    background-color: #f5f5f5;
    padding: 0px 80px 0px 77px;
    height: 70px;
    position: relative;
    line-height: 70px !important;
    margin: 15px -15px -20px -15px;
    font-size: 14px;
    font-weight: bold;
    color: #d41f2d;
    line-height: 1.21;
    background-image: url(../../skins/vetamix/img/car2.svg);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 37px 29px; }
  @media screen and (max-width: 767px) {
    .discounts-wrap .discount-delivery {
      padding: 0px 5px 0px 60px;
      background-position: left 10px center; } }
  .discounts-wrap .discount-delivery span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.21; }
  .discounts-wrap .discount-delivery strong {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: bold;
    vertical-align: middle; }
    .discounts-wrap .discount-delivery strong .fa {
      margin-left: 10px;
      font-size: 23px; }

@keyframes levitate {
  0% {
    transform: translateY(-5px); }

  50% {
    transform: translateY(3px); }

  100% {
    transform: translateY(-5px); } }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }

  20%, 80% {
    transform: translate3d(2px, 0, 0); }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }

  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

div.nav-impersonated {
  display: flex;
  justify-content: space-between; }
  div.nav-impersonated nav {
    width: 100%;
    max-width: 1200px; }
  div.nav-impersonated nav .nav-main {
    justify-content: flex-start; }
    div.nav-impersonated nav .nav-main li {
      width: auto;
      flex: 1; }
    @media (max-width: 1445px) {
        div.nav-impersonated nav .nav-main li a {
          font-size: 12px !important; } }
    div.nav-impersonated nav .nav-main li a > span {
      padding: 0px; }
  div.nav-impersonated #snippet--cartPanel {
    display: flex; }
  div.nav-impersonated #snippet--cartPanel .nav-tools {
    display: flex;
    align-items: center;
    order: 3;
    display: flex;
    align-items: stretch;
    margin-left: 30px; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search {
      padding-right: 22px;
      margin-right: 18px; }
    @media (max-width: 767px) {
      div.nav-impersonated #snippet--cartPanel .nav-tools .search {
        padding-right: 10px;
        margin-right: 0px;
        border: none; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search > a {
      opacity: 0;
      pointer-events: none; }
    @media screen and (max-width: 767px) {
        div.nav-impersonated #snippet--cartPanel .nav-tools .search > a {
          opacity: 1;
          pointer-events: auto; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search > a img {
      width: 42px;
      height: 42px;
      display: block; }
      @media (max-width: 767px) {
        div.nav-impersonated #snippet--cartPanel .nav-tools .search > a img {
          width: 32px;
          height: 32px; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search > a:hover {
      opacity: 0.8; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search form {
      display: block;
      position: absolute;
      right: 410px;
      border: none;
      transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.35);
      z-index: 99;
      text-align: right;
      top: 28px;
      left: 335px;
      margin: 0;
      width: 462px; }
    @media (max-width: 1374px) {
        div.nav-impersonated #snippet--cartPanel .nav-tools .search form {
          width: 360px;
          left: 200px; } }
    @media screen and (max-width: 767px) {
        div.nav-impersonated #snippet--cartPanel .nav-tools .search form {
          top: -130px;
          left: 0;
          right: 0;
          width: auto;
          border-right: solid 1px #dbdbdb; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete {
      left: -1px !important;
      width: calc(100% + 2px) !important;
      border: solid 1px #dbdbdb;
      border-top: 0px; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .ui-menu-item {
        line-height: normal;
        list-style-image: none;
        display: none; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete li:nth-of-type(1), div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete li:nth-of-type(2), div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete li:nth-of-type(3), div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete li.show-more-results {
        display: block; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete li.show-more-results {
        text-align: center;
        padding: 12px 0px 20px 0px; }
        div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete li.show-more-results .btn {
          width: 220px; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .ui-menu-item-wrapper {
        padding: 0px 15px; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .ui-state-active {
        border: none;
        background-color: #f7f7f7;
        margin: 0px; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item {
        border-top: solid 1px rgba(151, 151, 151, 0.41);
        padding: 12px 0px;
        text-align: left; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item:before, div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item:after {
        content: " ";
        display: table; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item:after {
        clear: both; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item .thumb {
        width: 65px;
        float: left;
        text-align: cetner; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item .action {
        width: 160px;
        float: right;
        padding-top: 14px; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item .info {
        float: left;
        margin-left: 15px;
        width: calc(100% - 245px); }
        @media screen and (max-width: 767px) {
          div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item .info {
            width: calc(100% - 85px); } }
        div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item .info .discount-circle {
          width: 12px;
          height: 12px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px; }
        div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item .info h2 {
          font-size: 14px;
          font-weight: bold;
          line-height: 1.29;
          margin-top: 4px;
          color: #545454;
          margin-bottom: 0px; }
        div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item .info strong {
          font-size: 14px;
          font-weight: 900;
          color: #d41f2d;
          display: block;
          line-height: 1.6; }
        div.nav-impersonated #snippet--cartPanel .nav-tools .search form .ui-autocomplete .search-item .info small {
          display: block;
          font-size: 12px;
          font-weight: 400;
          line-height: 1.5;
          color: #545454; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search form input {
      width: 100%;
      display: block;
      vertical-align: top;
      height: 47px;
      font-size: 14px;
      padding: 0 50px 0 18px;
      outline: 0;
      color: #5d5d5c;
      text-align: left;
      background-color: rgba(255, 255, 255, 1);
      box-shadow: -1px 1px 0 #dbd1c8;
      border: none;
      background-image: url('../../skins/vetamix/img/magnifying-glass-2.svg');
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 32px auto; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search form button {
      display: inline-block;
      vertical-align: top;
      height: 37px;
      line-height: 37px; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .search.search-open > a {
      background-color: #d41f2d;
      color: white; }
    @media screen and (max-width: 767px) {
          div.nav-impersonated #snippet--cartPanel .nav-tools .search.search-open form {
            top: 50px; } }
    @media (max-width: 991px) {
      div.nav-impersonated #snippet--cartPanel .nav-tools .login {
        display: none; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .cart {
      padding-left: 10px; }
    @media (max-width: 767px) {
      div.nav-impersonated #snippet--cartPanel .nav-tools .cart {
        padding: 0px; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .cart:hover {
      background-color: #f1eeea; }
    @media (max-width: 767px) {
        div.nav-impersonated #snippet--cartPanel .nav-tools .cart:hover {
          background-color: transparent; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a {
      display: flex;
      align-items: center; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a .ico {
      position: relative;
      margin-right: 12px; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a .ico img {
        width: 32px;
        height: 32px;
        display: block; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a .ico span {
        width: 17px;
        height: 17px;
        background-color: #e40427;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -2px;
        right: -7px;
        color: white;
        border-radius: 50%;
        font-size: 10px;
        letter-spacing: -0.4px; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a strong {
      color: #1d1d1b;
      font-size: 13px;
      font-weight: bold; }
      @media (max-width: 767px) {
        div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a strong {
          display: none; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a small {
      margin-left: 13px;
      width: 84px;
      height: 37px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      background-color: #e40427;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase; }
      div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a small:hover {
        background-color: #b50520; }
      @media (max-width: 767px) {
        div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a small {
          display: none; } }
    div.nav-impersonated #snippet--cartPanel .nav-tools .cart > a:hover {
      text-decoration: none; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .hamburger {
      margin-left: 10px; }
    div.nav-impersonated #snippet--cartPanel .nav-tools .dropdown-menu {
      left: auto !important;
      right: 0px !important; }
    div.nav-impersonated #snippet--cartPanel .nav-tools > div {
      border-right: 1px solid rgba(61, 61, 60, 0.2);
      margin-right: 15px;
      padding-right: 15px;
      display: flex;
      align-items: center; }
    div.nav-impersonated #snippet--cartPanel .nav-tools > div:last-of-type {
      border-right: none; }
    div.nav-impersonated #snippet--cartPanel .nav-tools > div.cart .dropdown-menu {
      padding: 15px;
      min-width: 280px; }
      div.nav-impersonated #snippet--cartPanel .nav-tools > div.cart .dropdown-menu table {
        width: 100%;
        margin: 15px 0px; }
      div.nav-impersonated #snippet--cartPanel .nav-tools > div.cart .dropdown-menu table tbody tr td {
        padding: 5px;
        white-space: nowrap; }
        div.nav-impersonated #snippet--cartPanel .nav-tools > div.cart .dropdown-menu table tbody tr td:first-of-type {
          padding-left: 0px; }
        div.nav-impersonated #snippet--cartPanel .nav-tools > div.cart .dropdown-menu table tbody tr td:last-of-type {
          padding-right: 0px; }
    div.nav-impersonated #snippet--cartPanel .nav-tools > div.login {
      white-space: nowrap; }
    div.nav-impersonated #snippet--cartPanel .nav-tools > div.login i {
      margin-right: 5px; }
    div.nav-impersonated #snippet--cartPanel .nav-tools > div.login .number {
      margin-left: 5px; }

.sticky {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  z-index: 999; }

.home-map {
  position: relative;
  margin-bottom: -90px; }
  .home-map .map-info {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    position: absolute;
    top: 31px;
    left: 31px;
    right: 31px;
    padding: 26px; }
    @media (max-width: 767px) {
  .home-map .map-info {
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 15px; } }
    .home-map .map-info h4 {
      margin-top: 0px;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.3;
      text-align: center;
      color: #e40427;
      margin-bottom: 13px; }
    .home-map .map-info p {
      margin: 0px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: normal;
      text-align: center;
      color: #3d3d3c; }

#gmap_canvas {
  height: 675px; }

.subscribe form {
  width: 100%;
  max-width: 376px;
  display: flex; }
  @media screen and (max-width: 767px) {
    .subscribe form {
      flex-wrap: wrap; } }
  .subscribe form input {
    flex-grow: 1;
    height: 42px;
    background-color: #fff;
    border: none;
    color: #1d1d1b;
    font-size: 14px;
    padding: 0 15px;
    outline: none !important; }
    @media screen and (max-width: 767px) {
    .subscribe form input {
      width: 100%;
      text-align: center; } }
  .subscribe form button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    height: 42px;
    background-color: #e40427;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border: none; }
    @media screen and (max-width: 767px) {
    .subscribe form button {
      width: 100%;
      margin-top: 5px; } }
    .subscribe form button:hover {
      background-color: #830417; }

.call-us {
  display: flex;
  justify-content: space-between; }
  .call-us__img {
    width: 121px; }
  @media screen and (max-width: 767px) {
    .call-us__img {
      display: none; } }
  .call-us__img img {
    width: 100%; }
  .call-us__info {
    width: calc(100% - 150px); }
  @media screen and (max-width: 767px) {
    .call-us__info {
      width: 100%; } }
  .call-us__info > strong {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    min-height: 42px; }

.social__links {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1374px) {
    .social__links {
      justify-content: center; } }
  .social__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 2px solid #e40427;
    background-color: transparent; }
    .social__links a svg {
      max-width: 20px;
      max-height: 20px; }
      .social__links a svg path, .social__links a svg circle {
        fill: #e40427; }
    .social__links a:hover {
      background-color: #e40427; }
      .social__links a:hover svg path, .social__links a:hover svg circle {
        fill: #fff; }
    .social__links a + a {
      margin-left: 20px; }

.footer-top {
  background-color: #dbd1c8;
  padding: 35px 0;
  display: flex;
  margin-top: 90px;
  flex-wrap: wrap; }
  @media screen and (max-width: 1374px) {
  .footer-top {
    justify-content: center; } }
  .footer-top h4 {
    color: #e40427;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 29px;
    margin-top: 0; }
  @media screen and (max-width: 991px) {
    .footer-top h4 {
      text-align: center; } }
  .footer-top h4 small {
    display: block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.64px;
    margin-top: 5px; }
  .footer-top__subscribe {
    width: 540px;
    border-right: 1px solid #c6bcb3;
    padding: 13px 50px 13px 65px; }
  @media screen and (max-width: 1374px) {
    .footer-top__subscribe {
      width: 48%;
      padding: 13px 30px; } }
  @media screen and (max-width: 991px) {
    .footer-top__subscribe {
      width: 100%;
      border: none;
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .footer-top__call {
    width: 540px;
    border-right: 1px solid #c6bcb3;
    padding: 13px 50px; }
  @media screen and (max-width: 1374px) {
    .footer-top__call {
      width: 52%;
      padding: 13px 30px;
      border: none; } }
  @media screen and (max-width: 991px) {
    .footer-top__call {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 30px; }
      .footer-top__call h4 {
        text-align: left; }
      .footer-top__call .call-us {
        width: 100%;
        max-width: 443px; } }
  @media screen and (max-width: 767px) {
    .footer-top__call h4, .footer-top__call .call-us__info > strong {
      text-align: center;
      display: block; } }
  .footer-top__social {
    margin-left: auto;
    padding: 13px 65px 13px 50px; }
  @media screen and (max-width: 1374px) {
    .footer-top__social {
      width: 100%;
      padding: 13px 50px;
      margin-top: 30px; } }
  .footer-top__social h4 {
    text-align: right; }
    @media screen and (max-width: 1374px) {
    .footer-top__social h4 {
      text-align: center; } }
    .footer-top__social h4 small {
      text-align: right; }
      @media screen and (max-width: 1374px) {
    .footer-top__social h4 small {
      text-align: center; } }

.footer {
  padding: 73px 0 45px 0;
  display: flex;
  background-color: #f1ede9;
  flex-wrap: wrap; }
  @media screen and (max-width: 1374px) {
  .footer {
    justify-content: center; } }
  .footer h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 18px;
    white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .footer h5 {
      text-align: center; } }
  .footer__contact {
    padding: 0 50px 0 65px;
    width: 300px; }
  @media screen and (max-width: 1374px) {
    .footer__contact {
      width: auto;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .footer__contact {
      width: 100%; } }
  .footer__contact p {
    margin: 0;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
    .footer__contact p {
      text-align: center; } }
    .footer__contact p strong {
      font-weight: 700; }
  .footer__ifs {
    display: flex;
    width: calc(100% - 990px);
    padding-top: 38px; }
  @media screen and (max-width: 1374px) {
    .footer__ifs {
      width: auto;
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .footer__ifs {
      width: 100%;
      max-width: 433px;
      margin-top: 40px; } }
  .footer__ifs__img {
    margin-top: 6px;
    width: 115px;
    margin-right: 30px; }
    .footer__ifs__img img {
      width: 100%; }
  .footer__ifs__info {
    width: calc(100% - 145px);
    max-width: 235px; }
    .footer__ifs__info p {
      color: #a1a1a1;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.71; }
      .footer__ifs__info p a {
        text-decoration: underline;
        color: #a1a1a1; }
    .footer__ifs__info > a {
      color: #e40427;
      font-size: 14px;
      font-weight: 600;
      text-decoration: underline;
      line-height: 1.71; }
  .footer__links {
    display: flex;
    width: 690px;
    border-left: 1px solid #e6e1dc;
    padding-right: 15px;
    flex-wrap: wrap; }
  @media screen and (max-width: 1374px) {
    .footer__links {
      width: 100%;
      padding: 0;
      max-width: 690px;
      margin-top: 40px;
      border: none; } }
  @media screen and (max-width: 767px) {
    .footer__links {
      margin-top: 0; } }
  .footer__links h5 {
    text-align: right; }
    @media screen and (max-width: 1374px) {
    .footer__links h5 {
      text-align: center; } }
  .footer__links__column {
    width: 50%;
    padding: 0 50px; }
    @media screen and (max-width: 1374px) {
    .footer__links__column {
      padding: 0 30px; } }
    @media screen and (max-width: 767px) {
    .footer__links__column {
      width: 100%;
      margin-top: 40px; } }
    .footer__links__column ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: right; }
      @media screen and (max-width: 1374px) {
    .footer__links__column ul {
      text-align: center; } }
      .footer__links__column ul li a {
        color: #e40427;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
        text-decoration: underline; }
        .footer__links__column ul li a:hover {
          text-decoration: none; }
        .footer__links__column ul li + li {
          margin-top: 12px; }

.copy {
  background-color: #e6e1dc;
  padding: 0 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: rgba(29, 29, 27, 0.5); }
  @media (max-width: 450px) {
  .copy {
    flex-direction: column;
    justify-content: center; } }
  .copy a {
    color: rgba(29, 29, 27, 0.5);
    margin-left: 5px; }
  .copy > span {
    display: flex;
    align-items: center; }
  @media (max-width: 450px) {
    .copy > span {
      margin: 5px 0px; } }
  .copy img {
    width: 101px;
    height: 14px; }

.testimonial-wrap {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 30px 0px; }
  .testimonial-wrap h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0.9;
    font-size: 21px;
    font-weight: 700; }

.owl-testimonial {
  padding: 0px 60px; }
  @media screen and (max-width: 767px) {
  .owl-testimonial {
    padding: 0px 20px; } }

.testimonial-box {
  padding: 15px; }
  .testimonial-box > img {
    display: block;
    width: 100%;
    border: 10px solid rgba(199, 14, 35, 0.1);
    max-width: 200px;
    margin: auto auto 20px auto; }
  .testimonial-box p {
    font-weight: 500;
    margin-bottom: 10px; }
  .testimonial-box p:last-of-type {
    margin: 0px; }

.tag-custom {
  display: block;
  background-image: url('../../skins/vetamix/img/tag-light.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-left: 20px; }
  .tag-custom span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background-color: #f1ede9;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.26px;
    color: #1d1d1b;
    padding: 0px 14px;
    white-space: nowrap; }
  .tag-custom.dark {
    background-image: url('../../skins/vetamix/img/tag-dark.svg'); }
    .tag-custom.dark span {
      color: white;
      background-color: #a1a1a1; }
  .tag-custom.red {
    background-image: url('../../skins/vetamix/img/tag-red.svg'); }
    .tag-custom.red span {
      color: white;
      background-color: #e40427; }
  .tag-custom.remove-white span {
    background-image: url('../../skins/vetamix/img/cancel.svg');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-right: 35px; }

a.tag-custom {
  text-decoration: none; }
  a.tag-custom:hover {
    text-decoration: none;
    opacity: 0.8; }

.tag-custom-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
  .tag-custom-list li {
    margin-right: 20px;
    margin-bottom: 10px; }

.cat-switch {
  margin-bottom: 10px; }
  .cat-switch label {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 20px;
    border-right: 1px solid rgba(151, 151, 151, 0.43);
    cursor: pointer; }
    .cat-switch label:last-of-type {
      border: none; }
    .cat-switch label:hover {
      opacity: 0.8; }
    @media screen and (max-width: 767px) {
  .cat-switch label {
    display: block;
    padding: 10px 20px;
    border: none; } }
    .cat-switch label span {
      color: #39393a;
      font-size: 16px;
      font-weight: 400;
      line-height: 36px;
      text-transform: uppercase;
      padding: 10px 0px 10px 50px; }
    .cat-switch label.forcats span {
      background-image: url('../../skins/vetamix/img/fordogs.svg');
      background-position: left center;
      background-repeat: repeat-x;
      background-size: auto 39px;
      background-repeat: no-repeat; }
    .cat-switch label.fordogs span {
      background-image: url('../../skins/vetamix/img/forcats.svg');
      background-position: left center;
      background-repeat: repeat-x;
      background-size: auto 39px;
      background-repeat: no-repeat; }
    .cat-switch label .icheckbox {
      margin-right: 20px; }
      .cat-switch label .icheckbox.checked:after {
        display: none; }
    .cat-switch label.active span {
      color: #e40427; }
      .cat-switch label.active.forcats span {
        background-image: url('../../skins/vetamix/img/fordogs-red.svg'); }
      .cat-switch label.active.fordogs span {
        background-image: url('../../skins/vetamix/img/forcats-red.svg'); }

.cat-nav {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: auto;
  display: block;
  margin: 0px 0 10px 0; }
  .cat-nav:before, .cat-nav:after {
    content: " ";
    display: table; }
  .cat-nav:after {
    clear: both; }
  .cat-nav li {
    width: calc(100% / 4 - 10px);
    margin: 0px 10px 10px 0px;
    float: left; }
    @media screen and (max-width: 991px) {
  .cat-nav li {
    width: calc(100% / 3 - 10px); } }
    @media screen and (max-width: 767px) {
  .cat-nav li {
    width: calc(100% - 10px); } }
    .cat-nav li a {
      position: relative;
      text-align: left;
      display: block;
      background-color: #ebe8e4;
      color: #393939;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      border: 0px solid #dbd1c8;
      padding: 10px 10px 10px 15px;
      text-transform: none; }
    .cat-nav li img {
      position: absolute;
      top: 12px;
      right: 6px; }
    .cat-nav li:hover a, .cat-nav li.active a {
      color: white;
      background-color: #d22333;
      border-color: #d22333;
      text-decoration: none; }
  .cat-nav .btn {
    margin-top: auto; }

.category-list {
  background-color: #ebebeb;
  padding: 0px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
  .category-list {
    padding: 10px;
    margin-bottom: 10px; } }
  .category-list h3 {
    font-size: 20px;
    margin: 0px; }
    .category-list h3 a {
      display: block;
      color: #212121;
      padding: 8px 10px; }
      .category-list h3 a:hover, .category-list h3 a:focus {
        text-decoration: none;
        color: #212121; }
  .category-list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    @media screen and (max-width: 767px) {
  .category-list ul {
    display: none;
    margin-top: 15px; } }
    .category-list ul li a {
      display: block;
      position: relative;
      color: #212121;
      padding: 8px 10px;
      border-bottom: 1px solid #d7d7d7;
      font-size: 13px; }
      .category-list ul li a:hover {
        color: white;
        text-decoration: none;
        background-color: #a53e06; }
      .category-list ul li:last-of-type {
        margin: 0px; }
    .category-list ul li.active a {
      color: white;
      text-decoration: none;
      background-color: #a53e06; }
    .category-list ul li.highlight {
      background-color: #ccc; }
      .category-list ul li.highlight a {
        border-bottom: 1px solid #bbb; }

.category:before, .category:after {
  content: " ";
  display: table; }
  .category:after {
    clear: both; }
  .category .header .breadcrumb {
    justify-content: center;
    margin: 23px 0px 5px 0px;
    padding: 0px; }
    .category .header h1 {
      text-transform: none;
      margin-top: 0px;
      margin-bottom: 25px; }
  .category aside {
    width: 250px;
    float: left; }
    @media screen and (max-width: 767px) {
  .category aside {
    float: none;
    width: 100%; } }
  .category main, .category .header {
    width: calc(100% /* - 270px*/);
    float: right; }
    @media screen and (max-width: 767px) {
  .category main, .category .header {
    float: none;
    width: 100%; } }
  .category .header {
    margin-top: 0px; }

.product-grid {
  margin-bottom: 40px; }
  .product-grid h1 {
    margin-bottom: 10px; }
  .product-grid p {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px; }
  .product-grid .product-list {
    margin: -15px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
  .product-grid .product-list {
    margin: 0; } }
    .product-grid .product-list .product-small {
      width: calc(20% - 30px);
      margin: 15px;
      min-height: 349px; }
      @media screen and (max-width: 1374px) {
  .product-grid .product-list .product-small {
    width: calc(100% / 4 - 30px); } }
      @media screen and (max-width: 991px) {
  .product-grid .product-list .product-small {
    width: calc(100% / 3 - 30px); } }
      @media screen and (max-width: 767px) {
  .product-grid .product-list .product-small {
    width: 100%;
    margin: 0px; } }
      @media screen and (max-width: 1374px) {
    .product-grid .product-list .product-small .btn-yellow {
      padding: 0px 10px; } }
      @media screen and (max-width: 767px) {
    .product-grid .product-list .product-small .btn-yellow {
      padding: 0px 15px; } }
      .product-grid .product-list .product-small.product-small--promo {
        width: calc(40% - 30px);
        margin: 15px; }
      .product-grid .product-list .product-small.product-small--promo strong {
        color: #f5f5f5;
        background-color: #e40427;
        padding: 10px;
        font-size: 24px; }
      .product-grid .product-list .product-small.product-small--promo small {
        color: #e40427;
        background-color: #fff;
        padding: 5px;
        font-size: 16px; }
      @media screen and (max-width: 1374px) {
    .product-grid .product-list .product-small.product-small--promo {
      width: calc(50% - 30px); } }
      @media screen and (max-width: 991px) {
    .product-grid .product-list .product-small.product-small--promo {
      width: calc(66.66% - 30px); } }
      @media screen and (max-width: 767px) {
    .product-grid .product-list .product-small.product-small--promo {
      width: 100%;
      margin: 0 0 15px 0; } }
      .product-grid .product-list .product-small.barf-club-banner {
        background-position-x: left; }
      .product-grid .product-list .product-small.barf-club-banner small, .product-grid .product-list .product-small.barf-club-banner strong {
        display: none; }

.search-list .product-list:before, .search-list .product-list:after {
  content: " ";
  display: table; }
  .search-list .product-list:after {
    clear: both; }
  .search-list .product-list .product-small {
    width: calc(100% / 5 - 30px);
    float: left;
    margin: 15px; }
    .search-list .product-list .product-small:nth-of-type(5n + 1) {
      clear: both; }
    @media screen and (max-width: 1374px) {
      .search-list .product-list .product-small:nth-of-type(5n + 1) {
        clear: none; } }
    @media screen and (max-width: 991px) {
      .search-list .product-list .product-small:nth-of-type(5n + 1) {
        clear: none; } }
    @media screen and (max-width: 1374px) {
      .search-list .product-list .product-small:nth-of-type(4n + 1) {
        clear: both; } }
    @media screen and (max-width: 991px) {
      .search-list .product-list .product-small:nth-of-type(4n + 1) {
        clear: none; } }
    @media screen and (max-width: 991px) {
      .search-list .product-list .product-small:nth-of-type(3n + 1) {
        clear: both; } }
    @media screen and (max-width: 1374px) {
    .search-list .product-list .product-small {
      width: calc(100% / 4 - 30px); } }
    @media screen and (max-width: 991px) {
    .search-list .product-list .product-small {
      width: calc(100% / 3 - 30px); } }
    @media screen and (max-width: 767px) {
    .search-list .product-list .product-small {
      width: 100%;
      margin: 0px; } }

.product-small {
  text-align: center;
  border: 1px solid transparent;
  /*	margin: 10px 0 0 10px;*/
  /*	transition: 0.3s;*/
  position: relative;
  background-color: #fbfbfb; }
  @media screen and (max-width: 767px) {
  .product-small {
    margin: 10px 0px; } }
  .product-small .frozen {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0px;
    padding: 0px;
    width: 21px !important; }
  .product-small .labels {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none; }
  .product-small .labels li {
    display: inline-block;
    float: left;
    clear: left;
    min-width: 100px;
    height: 33px;
    line-height: 33px;
    margin: 0 auto 5px 0;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #4a4a4a;
    padding: 0px 10px;
    text-transform: none; }
    .product-small .labels li:first-letter {
      text-transform: uppercase; }
    .product-small .labels li.discount {
      background-color: #a24936;
      color: white; }
    .product-small .labels li.discount-highlighted {
      background-color: #e40427;
      color: white;
      font-weight: 700; }
    .product-small .labels li.discount-highlighted-green {
      background-color: #59b559;
      color: white;
      font-weight: 700; }
  .product-small .thumb {
    background-color: white;
    transition: 0.3s; }
  .product-small .thumb img {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .product-small .info {
    padding: 15px; }
  .product-small h2 {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    height: 40px;
    margin-top: 0px !important;
    margin-bottom: 10px;
    overflow: hidden; }
  .product-small h2 a {
    color: #000 !important;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px !important;
    text-transform: none; }
  .product-small h2 a:hover {
    text-decoration: underline; }
  .product-small h2 .discount-circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    line-height: 20px !important;
    margin-right: 5px; }
  .product-small strong {
    display: block;
    color: #e40427;
    font-size: 20px;
    font-weight: 900;
    line-height: 36px; }
  .product-small small {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #545454;
    margin-bottom: 13px;
    margin-top: -5px;
    display: block; }
  .product-small span.origin {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 400;
    padding: 0 5px 0 0;
    margin: 0;
    display: inline-block; }
  .product-small .option-switch {
    display: block;
    margin: 15px 0px;
    padding: 0px;
    list-style-type: none;
    border: solid 1px #d9cecf; }
  .product-small .option-switch:before, .product-small .option-switch:after {
    content: " ";
    display: table; }
  .product-small .option-switch:after {
    clear: both; }
  .product-small .option-switch li {
    float: left;
    width: 25%; }
    .product-small .option-switch li > a, .product-small .option-switch li > button {
      display: block;
      font-size: 12px;
      font-weight: 400;
      height: 37px;
      line-height: 37px;
      text-align: center;
      color: #545454;
      border-right: solid 1px #d9cecf;
      text-decoration: none;
      position: relative;
      background-color: white; }
    .product-small .option-switch li > a:hover, .product-small .option-switch li > button:hover {
      background-color: #dbd1c8;
      color: #e40427;
      text-decoration: none; }
    .product-small .option-switch li.active > a, .product-small .option-switch li.active > button {
      background-color: #dbd1c8;
      color: #e40427;
      font-weight: 600; }
      .product-small .option-switch li.active > a:after, .product-small .option-switch li.active > button:after {
        content: "";
        display: block;
        position: absolute;
        top: -6px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6.5px 6px 6.5px;
        border-color: transparent transparent #dbd1c8 transparent; }
    .product-small .option-switch li:last-of-type > a, .product-small .option-switch li:last-of-type > button {
      border: none; }
    .product-small .option-switch li .product-pop {
      position: absolute;
      bottom: 60px;
      left: 0px;
      right: 0px;
      max-width: 210px;
      margin: auto;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, bottom 0.3s;
      padding-bottom: 15px; }
    .product-small .option-switch li .product-pop .pop-close {
      position: absolute;
      top: -5px;
      right: -6px;
      background-color: #b49f8b;
      width: 30px;
      height: 30px;
      background-image: url("../../skins/vetamix/img/remove-red.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 15px 15px;
      z-index: 99;
      display: none; }
    .product-small .option-switch li .product-pop__in {
      background-color: #dbd1c8;
      padding: 10px; }
    .product-small .option-switch li .product-pop__head {
      margin-bottom: 10px;
      padding-top: 2px; }
      .product-small .option-switch li .product-pop__head strong {
        color: #5d5d5d;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.43;
        display: block;
        margin: 0px; }
      .product-small .option-switch li .product-pop__head small {
        color: #5d5d5d;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.43;
        display: block;
        max-width: 160px;
        margin: auto; }
    .product-small .option-switch li .product-pop__item {
      display: flex;
      flex-wrap: wrap; }
      .product-small .option-switch li .product-pop__item__info {
        width: 50%;
        text-align: left; }
        .product-small .option-switch li .product-pop__item__info strong {
          display: block;
          color: #000;
          font-size: 15px;
          font-weight: 400;
          line-height: 1.06;
          margin: 0px;
          padding: 0px;
          text-align: left;
          margin-bottom: 3px; }
        .product-small .option-switch li .product-pop__item__info small {
          display: block;
          color: #5d5d5d;
          font-size: 11px;
          font-weight: 400;
          line-height: 1.5;
          margin: 0px;
          padding: 0px;
          text-align: left; }
      .product-small .option-switch li .product-pop__item__price {
        width: 50%;
        text-align: right; }
        .product-small .option-switch li .product-pop__item__price strong {
          display: block;
          color: #e40427;
          font-size: 16px;
          font-weight: 900;
          line-height: 0.95;
          margin: 0px;
          padding: 0px;
          text-align: right;
          margin-bottom: 4px; }
        .product-small .option-switch li .product-pop__item__price small {
          display: block;
          color: #5d5d5d;
          font-size: 11px;
          font-weight: 400;
          line-height: 1.5;
          margin: 0px;
          padding: 0px;
          text-align: right; }
      .product-small .option-switch li .product-pop__item .small-buy {
        width: 100%;
        margin-top: 2px; }
    .product-small .option-switch li .product-pop .product-pop__item + .product-pop__item {
      border-top: 1px solid rgba(245, 245, 245, 0.78);
      margin-top: 7px;
      padding-top: 7px; }
    .product-small .option-switch li.popup-show .product-pop {
      bottom: 65px;
      pointer-events: auto;
      opacity: 1;
      visibility: visible; }
    .product-small .option-switch li.popup-touch .product-pop {
      transition: opacity 0.3s; }
      @media screen and (max-width: 767px) {
      .product-small .option-switch li.popup-touch .product-pop {
        position: fixed;
        top: 65px;
        right: 10px;
        left: 10px;
        bottom: 10px;
        z-index: 999;
        display: flex;
        padding: 0px;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); }
        .product-small .option-switch li.popup-touch .product-pop .product-pop__in {
          overflow: auto; }

        .product-small .option-switch li.popup-touch .product-pop .pop-close {
          display: block; } }
  .product-small .btn-primary {
    display: block;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; }
  .product-small .small-buy:before, .product-small .small-buy:after {
    content: " ";
    display: table; }
  .product-small .small-buy:after {
    clear: both; }
  .product-small .small-buy .number-spinner {
    display: block;
    vertical-align: top;
    width: 45px;
    float: left; }
  .product-small .small-buy .number-spinner .spinner-plus, .product-small .small-buy .number-spinner .spinner-minus {
    width: 20px; }
  .product-small .small-buy .btn {
    display: block;
    vertical-align: top;
    width: calc(100% - 48px);
    float: right;
    height: 39px;
    white-space: normal;
    line-height: normal;
    background-color: #e28413;
    color: white;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal; }
    .product-small .small-buy .btn:first-letter {
      text-transform: uppercase; }
    .product-small .small-buy .btn:hover {
      background-color: #ca7611;
      color: white; }
  .product-small--promo {
    min-height: 349px;
    background-color: #7e8b97;
    text-decoration: none !important;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 45px;
    border: none !important; }
  @media screen and (max-width: 767px) {
    .product-small--promo {
      padding: 15px; } }
  .product-small--promo > strong {
    color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.13;
    text-transform: uppercase;
    margin: 0; }
  .product-small--promo > small {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0; }
  .product-small--promo:hover {
    filter: brightness(1.2); }

.idealfor {
  padding-top: 10px; }
  .idealfor > strong {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    color: #393939;
    font-size: 16px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 10px; }
  .idealfor .ideal-wrap {
    display: inline-block;
    vertical-align: top;
    width: cacl(100% -220px); }
  .idealfor .ideal-wrap .ideal-box {
    display: inline-block;
    margin: 0px 20px 20px 0px;
    vertical-align: top; }
    .idealfor .ideal-wrap .ideal-box span {
      display: block;
      color: #39393a;
      font-size: 12px;
      font-weight: 400;
      line-height: 36px;
      text-transform: uppercase; }

.for-catdog {
  padding: 20px 0px; }
  .for-catdog > strong {
    display: block;
    color: #393939;
    font-size: 16px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .for-catdog .for-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    margin-bottom: 20px; }
  .for-catdog .for-box:last-of-type {
    margin-right: 0px;
    margin-bottom: 0px; }
  .for-catdog .for-box img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    height: 43px;
    width: auto; }
  .for-catdog .for-box span {
    display: inline-block;
    vertical-align: middle;
    color: #39393a;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase; }
  .for-catdog .for-box ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    padding-top: 10px; }
    .for-catdog .for-box ul li {
      display: inline-block;
      vertical-align: middle;
      color: #898989;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      position: relative;
      padding-left: 20px;
      margin: 0px 10px 5px 0px; }
    .for-catdog .for-box ul li:before {
      content: '\f00c';
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      font-size: 14px;
      font-weight: 400;
      position: absolute;
      top: -1px;
      left: 0px;
      color: #e40427;
      pointer-events: none; }

.delivery-how {
  width: calc(100% - 315px);
  max-width: 360px;
  height: 57px;
  border: solid 1px #f1eeea;
  background-color: #fff;
  display: flex; }
  @media (max-width: 767px) {
  .delivery-how {
    width: 100%; } }
  @media (max-width: 380px) {
  .delivery-how {
    flex-direction: column;
    height: auto; } }
  .delivery-how > strong {
    width: 110px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    background-image: url('../../skins/vetamix/img/delivery-how.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 110px auto;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    color: rgba(57, 57, 58, 0.5);
    padding-left: 12px;
    text-transform: uppercase;
    line-height: 1.2; }
  @media (max-width: 380px) {
    .delivery-how > strong {
      background-color: #dbd1c8;
      width: 100%;
      padding: 10px;
      height: auto;
      text-align: center;
      justify-content: center; } }
  .delivery-how__items {
    display: flex;
    width: calc(100% - 110px); }
  @media (max-width: 380px) {
    .delivery-how__items {
      width: 100%; } }
  .delivery-how__item {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 12px;
    cursor: pointer; }
  @media (max-width: 380px) {
    .delivery-how__item {
      padding: 12px; } }
  .delivery-how__item > span {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .delivery-how__item > span > small {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      position: absolute;
      bottom: -3px;
      left: 0;
      background-color: #e40427; }
    .delivery-how__item > span > small.green {
      background-color: #2d9101; }
    .delivery-how__item > span svg {
      max-width: 100%;
      max-height: 100%; }
    .delivery-how__item > span svg path {
      fill: #dbd1c8; }
    .delivery-how__item > span svg.svg-stroke path {
      stroke: #dbd1c8; }
  .delivery-how__item > strong {
    width: calc(100% - 25px);
    padding-left: 8px;
    padding-top: 3px; }
    .delivery-how__item > strong svg {
      max-width: 60px;
      height: auto; }
    .delivery-how__item > strong svg path {
      fill: #dbd1c8; }
  .delivery-how__item:hover > strong svg path {
    fill: #39393a; }

.detail-head .detail-head-main {
  margin-bottom: 60px; }
  .detail-head .detail-head-main:before, .detail-head .detail-head-main:after {
    content: " ";
    display: table; }
  .detail-head .detail-head-main:after {
    clear: both; }
  .detail-head .detail-head-main .top-right {
    position: relative;
    float: right;
    width: calc(100% - 630px); }
    @media screen and (max-width: 1374px) {
    .detail-head .detail-head-main .top-right {
      width: calc(100% - 430px); } }
    @media screen and (max-width: 991px) {
    .detail-head .detail-head-main .top-right {
      float: none;
      width: 100%; } }
    .detail-head .detail-head-main .top-right .admin-edit {
      position: absolute;
      top: 0;
      right: 0; }
    .detail-head .detail-head-main .top-right .raty-wrap {
      margin-bottom: 7px;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .detail-head .detail-head-main .top-right .raty-wrap strong {
      margin-left: 10px;
      font-size: 12px;
      letter-spacing: -0.24px;
      font-weight: normal;
      margin-right: 10px;
      white-space: nowrap; }
    .detail-head .detail-head-main .top-right .raty-wrap .raty {
      display: inline-block; }
    .detail-head .detail-head-main .top-right .raty-wrap .tag-custom {
      margin-left: auto; }
    .detail-head .detail-head-main .top-right h1 {
      text-align: left;
      line-height: 1.3;
      margin-bottom: 10px;
      text-transform: none;
      font-size: 30px;
      font-weight: 800;
      margin-top: 0px; }
    @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .top-right h1 {
        font-size: 30px; } }
    .detail-head .detail-head-main .top-right h1 small {
      display: block;
      color: #e40427;
      font-weight: 400;
      font-size: 22px;
      padding-top: 10px; }
      @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .top-right h1 small {
        font-size: 18px; } }
    .detail-head .detail-head-main .top-right h1 .discount-circle {
      width: 20px;
      height: 20px;
      display: inline-block;
      /*line-height: 50px !important;*/
      margin-right: 8px;
      margin-bottom: 3px; }
    .detail-head .detail-head-main .top-right p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.29;
      text-align: left;
      color: #1d1d1b; }
    .detail-head .detail-head-main .top-right p:last-of-type {
      margin-bottom: 50px; }
    .detail-head .detail-head-main .top-right p.p-login {
      margin-top: 50px;
      margin-bottom: 20px; }
    .detail-head .detail-head-main .top-right strong {
      font-weight: 600; }
  .detail-head .detail-head-main .thumb {
    float: left;
    width: 580px;
    text-align: center; }
    @media screen and (max-width: 1374px) {
    .detail-head .detail-head-main .thumb {
      width: 400px; } }
    @media screen and (max-width: 991px) {
    .detail-head .detail-head-main .thumb {
      float: none;
      width: 100%;
      margin-bottom: 30px; } }
    .detail-head .detail-head-main .thumb .thumb-in {
      position: relative; }
    .detail-head .detail-head-main .thumb img {
      /*
       box-shadow: 0px 0px 5px rgba(0,0,0,0.3);*/
      /*				border: 1px solid transparent;*/
      width: 100%;
      display: block; }
    .detail-head .detail-head-main .thumb img:hover {
      /*					border: 1px solid #e1e1e1;*/
      /*box-shadow: 0px 0px 10px rgba(0,0,0,0.5);*/ }
    .detail-head .detail-head-main .thumb .gallery {
      margin: 5px -5px 0px -5px;
      display: flex;
      flex-wrap: wrap; }
    .detail-head .detail-head-main .thumb .gallery a {
      display: block;
      margin: 5px;
      width: calc(33.33% - 10px); }
      @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .thumb .gallery a {
        width: calc(50% - 10px); } }
      .detail-head .detail-head-main .thumb .gallery a img {
        display: block;
        width: 100%; }
  .detail-head .detail-head-main .info {
    float: right;
    width: calc(100% - 630px);
    position: relative; }
    .detail-head .detail-head-main .info:before, .detail-head .detail-head-main .info:after {
      content: " ";
      display: table; }
    .detail-head .detail-head-main .info:after {
      clear: both; }
    @media screen and (max-width: 1374px) {
    .detail-head .detail-head-main .info {
      float: none;
      clear: both;
      width: 100%;
      padding-top: 40px; } }
    @media screen and (max-width: 991px) {
    .detail-head .detail-head-main .info {
      float: none;
      width: 100%;
      padding-top: 10px; } }
    @media screen and (max-width: 767px) {
    .detail-head .detail-head-main .info {
      float: none;
      width: 100%; } }
    .detail-head .detail-head-main .info .table {
      width: auto;
      color: #39393a;
      font-size: 14px;
      font-weight: 400;
      width: 100%; }
    .detail-head .detail-head-main .info .table th {
      font-weight: 400;
      padding: 8px 15px 8px 0px;
      border: none; }
    .detail-head .detail-head-main .info .table td {
      font-weight: 500;
      padding: 8px 0px;
      text-align: right;
      border: none; }
    .detail-head .detail-head-main .info .price-box {
      margin: 0px 30px;
      display: inline-block;
      vertical-align: middle; }
    .detail-head .detail-head-main .info .price-box:before, .detail-head .detail-head-main .info .price-box:after {
      content: " ";
      display: table; }
    .detail-head .detail-head-main .info .price-box:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .price-box {
        display: block; } }
    .detail-head .detail-head-main .info .price-box .discount {
      color: #e52a28;
      /*					float: left;*/
      font-size: 19px; }
      .detail-head .detail-head-main .info .price-box .discount span {
        text-transform: uppercase;
        /*						display: block;*/
        text-align: center; }
    .detail-head .detail-head-main .info .price-box .price strong {
      display: block;
      text-align: right;
      color: #e40427;
      font-size: 23px;
      font-weight: 900; }
      .detail-head .detail-head-main .info .price-box .price small {
        display: block;
        font-size: 15px;
        color: #424a52; }
    .detail-head .detail-head-main .info .price-box .unit-price {
      color: #898989;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .detail-head .detail-head-main .info .buy-box {
      text-align: right; }
    @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box {
        text-align: left; } }
    .detail-head .detail-head-main .info .buy-box .number-spinner {
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box .number-spinner {
        /*						float: left;*/ } }
    .detail-head .detail-head-main .info .buy-box label {
      display: inline-block;
      vertical-align: top;
      font-size: 15px;
      font-weight: 700;
      margin-left: 9px;
      margin: 0px;
      padding: 8px 0px 0px 0px; }
      @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box label {
        float: left;
        margin-left: 4px; } }
    .detail-head .detail-head-main .info .buy-box .btn-success {
      height: 57px;
      width: 285px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 400;
      background-color: #e28413;
      color: white;
      text-transform: none;
      background-image: url('../../skins/vetamix/img/cart-white.svg');
      background-position: left 16px center;
      background-repeat: no-repeat;
      background-size: 32px 32px;
      padding-left: 65px; }
      .detail-head .detail-head-main .info .buy-box .btn-success :first-letter {
        text-transform: uppercase; }
      .detail-head .detail-head-main .info .buy-box .btn-success:hover {
        background-color: #ca7611; }
    .detail-head .detail-head-main .info .buy-box .options-label {
      display: block;
      text-align: left;
      text-transform: uppercase;
      position: relative;
      bottom: -24px;
      font-size: 16px;
      font-weight: 900;
      color: #4a4a4a; }
      @media screen and (max-width: 1374px) {
      .detail-head .detail-head-main .info .buy-box .options-label {
        bottom: 0px;
        margin-bottom: 10px;
        margin-top: 30px; } }
    .detail-head .detail-head-main .info .buy-box .options {
      width: 100%;
      margin-bottom: 17px; }
      @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box .options {
        display: block; } }
      @media screen and (max-width: 767px) {
        .detail-head .detail-head-main .info .buy-box .options tbody {
          display: block; } }
        @media screen and (max-width: 767px) {
        .detail-head .detail-head-main .info .buy-box .options tbody tr {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #f1eeea; } }
          .detail-head .detail-head-main .info .buy-box .options tbody tr td {
            vertical-align: middle;
            padding: 13px 5px;
            color: #a1a1a1;
            text-align: left;
            border-bottom: 1px solid #f1eeea; }
            @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box .options tbody tr td {
        display: block;
        border: none !important;
        padding: 5px !important; } }
            .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-name {
              padding-left: 0px; }
              @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-name {
        width: 50%;
        order: 1; } }
              .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-name strong {
                display: block;
                font-size: 16px;
                font-weight: 600;
                line-height: 1.25;
                color: #1d1d1b; }
              .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-name small {
                font-size: 12px;
                font-weight: 500;
                color: #a1a1a1; }
            .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-stock {
              width: 160px; }
              @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-stock {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0px 5px !important;
        order: 2; } }
              .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-stock strong {
                font-size: 14px;
                font-weight: bold;
                color: #2d9101;
                display: block; }
                .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-stock strong.not-available {
                  color: #e40427; }
              .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-stock small {
                font-size: 11px;
                font-weight: 500;
                line-height: 1.8;
                color: #a1a1a1; }
                @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-stock small {
        margin-left: 5px; } }
            .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-price {
              text-align: right;
              width: 140px; }
              @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-price {
        width: auto;
        order: 4; } }
              .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-price > strong {
                display: flex;
                font-size: 19px;
                font-weight: 900;
                color: #e40427;
                align-items: flex-end;
                justify-content: flex-end; }
                .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-price > strong > span {
                  text-decoration: line-through;
                  font-size: 12px;
                  font-weight: 400;
                  line-height: 1.5;
                  color: #e40427;
                  margin-right: 5px; }
              .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-price > small {
                display: flex;
                font-size: 12px;
                font-weight: 400;
                line-height: 1.5;
                color: #5d5d5d;
                justify-content: flex-end; }
                .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-price > small > span {
                  text-decoration: line-through;
                  font-size: 12px;
                  font-weight: 400;
                  line-height: 1.5;
                  color: #5d5d5d;
                  margin-right: 5px; }
            .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-spinner {
              padding-right: 0px;
              width: 160px; }
              @media screen and (max-width: 767px) {
      .detail-head .detail-head-main .info .buy-box .options tbody tr td.td-spinner {
        order: 3; } }
          .detail-head .detail-head-main .info .buy-box .options tbody tr:first-of-type td {
            border-top: 1px solid #f1eeea; }
    .detail-head .detail-head-main .info .tabs {
      margin-bottom: 30px; }
    .detail-head .detail-head-main .info .tabs .tabs-control li {
      float: left;
      margin-right: 10px; }
      .detail-head .detail-head-main .info .tabs .tabs-control li a {
        font-size: 16px;
        color: #424a52;
        padding: 10px 15px;
        text-transform: uppercase;
        background-color: #dbdbdb; }
        .detail-head .detail-head-main .info .tabs .tabs-control li a:hover, .detail-head .detail-head-main .info .tabs .tabs-control li a:focus, .detail-head .detail-head-main .info .tabs .tabs-control li a:active {
          text-decoration: none;
          color: #e40427; }
      .detail-head .detail-head-main .info .tabs .tabs-control li.active a {
        color: #e40427;
        font-weight: bold;
        background-color: #f0f1f1; }
    .detail-head .detail-head-main .info .tabs .tab {
      background-color: #f0f1f1;
      padding: 25px; }
      .detail-head .detail-head-main .info .tabs .tab table {
        width: 100%;
        font-size: 13px;
        color: #424a52; }
      .detail-head .detail-head-main .info .tabs .tab table tr td {
        padding: 3px; }
        .detail-head .detail-head-main .info .tabs .tab table tr td:first-of-type {
          padding-left: 0px; }
        .detail-head .detail-head-main .info .tabs .tab table tr td:last-of-type {
          color: #e52a28;
          padding-right: 0px; }
    .detail-head .detail-head-main .info .delivery-info {
      display: flex;
      align-items: center; }
    .detail-head .detail-head-main .info .delivery-info img {
      width: 45px;
      height: 41px;
      margin-right: 14px; }
    .detail-head .detail-head-main .info .delivery-info p {
      font-size: 15px;
      font-weight: 600;
      line-height: 1.25;
      text-align: left;
      color: #b50520;
      margin: 0px; }
      .detail-head .detail-head-main .info .delivery-info p strong {
        font-weight: 800;
        font-size: 16px; }
  .detail-head .detail-head-main .labels {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .detail-head .detail-head-main .labels li {
      min-width: 100px;
      height: 40px;
      line-height: 40px;
      margin-bottom: 5px;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      color: #4a4a4a;
      padding: 0px 10px;
      text-transform: uppercase; }
    .detail-head .detail-head-main .labels li:first-letter {
      text-transform: uppercase; }
    .detail-head .detail-head-main .labels li.discount {
      background-color: #a24936;
      color: white; }
    .detail-head .detail-head-main .labels li.discount-highlighted {
      background-color: #e40427;
      color: white;
      font-weight: 700; }
    .detail-head .detail-head-main .labels li.discount-highlighted-green {
      background-color: #59b559;
      color: white;
      font-weight: 700; }
  .detail-head .buy-button {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 767px) {
    .detail-head .buy-button {
      flex-direction: column;
      justify-content: center; } }
  .detail-head .buy-button .btn-success {
    margin-left: auto; }
    @media screen and (max-width: 767px) {
    .detail-head .buy-button .btn-success {
      margin: 20px auto 0px auto; } }

.detail-body {
  padding: 50px 65px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fbfbfb; }
  @media screen and (max-width: 767px) {
  .detail-body {
    padding: 20px 15px; } }
  .detail-body aside {
    width: 250px;
    float: left; }
  @media screen and (max-width: 767px) {
    .detail-body aside {
      float: none;
      width: 100%; } }
  .detail-body h3 {
    color: #393939;
    font-size: 18px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .detail-body .content {
    width: calc(50% - 70px);
    position: relative; }
  @media screen and (max-width: 1374px) {
    .detail-body .content {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 991px) {
    .detail-body .content {
      width: 100%; } }
  .detail-body .content-tags {
    width: calc(50% - 70px); }
  @media screen and (max-width: 1374px) {
    .detail-body .content-tags {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 991px) {
    .detail-body .content-tags {
      width: 100%; } }
  .detail-body .content-tags .tag-custom-list {
    margin-bottom: 30px; }
  .detail-body .info2 p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.47;
    margin-bottom: 25px; }
  .detail-body .info2 strong {
    font-weight: 600; }

.detail-gallery {
  background-color: #f5f5f5;
  padding: 20px 0; }
  .detail-gallery__list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; }
  .detail-gallery__list__item {
    margin: 10px;
    width: calc(20% - 20px); }
    .detail-gallery__list__item a {
      display: block;
      width: 100%; }
    .detail-gallery__list__item img {
      display: block;
      width: 100%; }
    @media (max-width: 1374px) {
    .detail-gallery__list__item {
      width: calc(25% - 20px); } }
    @media (max-width: 991px) {
    .detail-gallery__list__item {
      width: calc(33.33% - 20px); } }
    @media (max-width: 560px) {
    .detail-gallery__list__item {
      width: calc(50% - 20px); } }

.detail-extra {
  padding: 50px 0px; }
  @media screen and (max-width: 767px) {
  .detail-extra {
    padding: 20px 0px; } }
  .detail-extra .container > h2, .detail-extra .product-grid > h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #3d3d3c;
    margin-bottom: 35px; }

.cat-dog {
  margin-bottom: 100px; }
  .cat-dog:before, .cat-dog:after {
    content: " ";
    display: table; }
  .cat-dog:after {
    clear: both; }
  .cat-dog > h2 {
    color: #39393a;
    font-size: 40px;
    font-weight: 900;
    line-height: 59px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center; }
  .cat-dog h3 {
    color: #393939;
    font-size: 16px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .cat-dog .left {
    float: left;
    width: 47%; }
  @media screen and (max-width: 1374px) {
    .cat-dog .left {
      float: none;
      width: auto;
      margin-bottom: 50px; } }
  .cat-dog .right {
    float: right;
    width: 47%; }
  @media screen and (max-width: 1374px) {
    .cat-dog .right {
      float: none;
      width: auto; } }

.rating-send {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
  .rating-send {
    background-color: #f0f1f1;
    margin: 0px -15px;
    padding: 30px 15px; } }
  .rating-send h4 {
    font-weight: normal;
    font-size: 28px;
    margin: 0px 0px 35px 0px;
    text-align: center;
    color: #e52a28; }
  .rating-send label {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    padding-top: 9px;
    font-weight: 600;
    font-size: 14px;
    color: #e52a28;
    padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .rating-send label {
      padding-left: 0px; } }
  @media screen and (max-width: 767px) {
      .rating-send .form-group-raty label {
        width: 110px; } }
  .rating-send .form-control {
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: top; }
  @media screen and (max-width: 767px) {
    .rating-send .form-control {
      display: block;
      width: 100%; } }
  .rating-send .raty {
    display: inline-block;
    width: calc(100% - 170px);
    vertical-align: top; }
  @media screen and (max-width: 767px) {
    .rating-send .raty {
      width: calc(100% - 115px);
      padding-top: 2px; } }
  .rating-send .raty img {
    width: 34px;
    height: 33px;
    margin-right: 5px; }
    @media screen and (max-width: 767px) {
    .rating-send .raty img {
      width: 29px;
      height: 27px;
      margin-right: 3px; } }
    .rating-send .raty img:last-of-type {
      margin-right: 0px; }
    @media screen and (max-width: 767px) {
    .rating-send .raty img {
      width: 29px;
      height: 27px; } }
  .rating-send textarea {
    padding-top: 9px;
    height: 65px;
    margin-bottom: 13px; }
  .rating-send .form-group {
    margin-bottom: 7px; }
  .rating-send .btn-yellow {
    width: calc(100% - 170px);
    float: right;
    margin-right: 17px; }
  @media screen and (max-width: 767px) {
    .rating-send .btn-yellow {
      width: 100%;
      float: none;
      margin: 0px; } }

.owl-products.owl-theme {
  padding: 0px 30px; }
  .owl-products.owl-theme .owl-item .item {
    padding: 0px 20px; }

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 180px;
  width: 21px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  outline: 0; }
  .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 5px; }
  .owl-theme .owl-nav [class*=owl-].owl-prev:before {
    content: "\f053";
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #b4b4b4;
    font-size: 33px;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    .owl-theme .owl-nav [class*=owl-].owl-prev {
      left: -10px; } }
  .owl-theme .owl-nav [class*=owl-].owl-next {
    right: 5px; }
  .owl-theme .owl-nav [class*=owl-].owl-next:before {
    content: "\f054";
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #b4b4b4;
    font-size: 33px;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    .owl-theme .owl-nav [class*=owl-].owl-next {
      right: -10px; } }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent; }
  .owl-theme .owl-nav [class*=owl-]:hover:before {
    color: #dbd1c8; }
  .owl-theme .owl-nav [class*=owl-].disabled {
    opacity: 0.3; }

.products-more {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px; }
  .products-more .btn-red {
    height: 50px;
    font-size: 17px;
    line-height: 50px; }
  .products-more .btn-red img {
    width: 26px;
    height: 27px;
    margin-left: 20px;
    vertical-align: middle;
    position: relative;
    top: -3px; }

.related {
  border-top: 2px solid #d7d7d7;
  margin-bottom: 40px; }
  .related h2 {
    color: #e40427; }

.filter-wrap {
  background-color: #ebe8e4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 18px;
  min-height: 45px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
  .filter-wrap {
    padding: 0px; } }
  .filter-wrap #filter-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .filter-wrap h4 {
    font-size: 13px;
    font-weight: 800;
    color: #5d5d5c;
    margin-right: 25px;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .filter-wrap h4 {
      padding: 14px;
      margin: 0px; } }
  .filter-wrap .dropdown > button {
    height: 45px;
    background-color: transparent;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #5d5d5c;
    padding: 0px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .filter-wrap .dropdown > button .caret {
      background-image: url('../../skins/vetamix/img/select.svg');
      background-position: center center;
      background-size: 11px 6px;
      background-repeat: no-repeat;
      border: none;
      width: 21px;
      height: 21px;
      background-color: #dbd1c8;
      margin-left: 7px; }
  .filter-wrap .dropdown .dropdown-menu {
    background-color: #dbd1c8;
    padding: 7px 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    margin: 0px; }
    .filter-wrap .dropdown .dropdown-menu li label, .filter-wrap .dropdown .dropdown-menu li a {
      padding: 7px 17px;
      margin: 0px;
      color: #1d1d1b;
      font-weight: 500;
      font-size: 12px;
      white-space: nowrap;
      cursor: pointer;
      display: flex;
      width: 100%;
      align-items: center; }
      .filter-wrap .dropdown .dropdown-menu li label .icheckbox, .filter-wrap .dropdown .dropdown-menu li a .icheckbox {
        width: 16px;
        height: 16px;
        margin-right: 7px; }
      .filter-wrap .dropdown .dropdown-menu li label > span, .filter-wrap .dropdown .dropdown-menu li a > span {
        white-space: nowrap; }
      .filter-wrap .dropdown .dropdown-menu li label:hover, .filter-wrap .dropdown .dropdown-menu li a:hover {
        background-color: #dfd6ce; }
  .filter-wrap .dropdown.open > button, .filter-wrap .dropdown:hover > button {
    background-color: #e40427;
    color: white; }
    .filter-wrap .dropdown.open > button .caret, .filter-wrap .dropdown:hover > button .caret {
      background-color: #e40427;
      background-image: url('../../skins/vetamix/img/select-white.svg'); }
  .filter-wrap .filter-list {
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 767px) {
    .filter-wrap .filter-list {
      width: 100%; } }
  @media (max-width: 767px) {
      .filter-wrap .filter-list .filter {
        width: 100%; } }
  .filter-wrap #snippet--eshopGridSorter, .filter-wrap #snippet--productPackageGridSorter {
    display: flex;
    align-items: center;
    margin-left: auto; }
  @media (max-width: 767px) {
    .filter-wrap #snippet--eshopGridSorter, .filter-wrap #snippet--productPackageGridSorter {
      padding: 0px 0px 14px 0px;
      margin: 0px;
      width: 100%; } }
  .filter-wrap #snippet--eshopGridSorter .sorting, .filter-wrap #snippet--productPackageGridSorter .sorting {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
    .filter-wrap #snippet--eshopGridSorter .sorting, .filter-wrap #snippet--productPackageGridSorter .sorting {
      width: 100%;
      flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .filter-wrap #snippet--eshopGridSorter .sorting .dropdown, .filter-wrap #snippet--productPackageGridSorter .sorting .dropdown {
        width: 100%; } }
    .filter-wrap #snippet--eshopGridSorter .sorting .list-view, .filter-wrap #snippet--productPackageGridSorter .sorting .list-view {
      margin-left: 12px;
      padding: 0px;
      background-color: transparent;
      border: none;
      display: block; }
    .filter-wrap #snippet--eshopGridSorter .sorting .list-view img, .filter-wrap #snippet--productPackageGridSorter .sorting .list-view img {
      width: 26px;
      height: 22px;
      display: block; }
    .filter-wrap #snippet--eshopGridSorter .sorting .list-view:hover, .filter-wrap #snippet--productPackageGridSorter .sorting .list-view:hover {
      opacity: 0.7; }

.filter-selected {
  margin: 30px 0px; }
  .filter-selected .tag-custom-list li {
    margin-right: 10px; }

#filter-form #filter-form-send {
  display: none; }

.sortBy {
  margin-bottom: 5px;
  margin-top: 20px; }
  .sortBy ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
  .sortBy ul:before, .sortBy ul:after {
    content: " ";
    display: table; }
  .sortBy ul:after {
    clear: both; }
  .sortBy ul li {
    float: left;
    margin: 0px 5px 5px 0px; }
    .sortBy ul li a, .sortBy ul li button {
      display: block;
      font-size: 13px;
      padding: 5px 10px;
      color: #212121;
      background-color: #f3f3f3;
      border: 0; }
    .sortBy ul li a:hover, .sortBy ul li button:hover {
      background-color: #d41f2d;
      text-decoration: none;
      color: white; }
    .sortBy ul li.active a, .sortBy ul li.active button {
      background-color: #e52a28;
      color: white; }
    .sortBy ul li.switch-view {
      float: right;
      margin: 0px 0px 5px 5px; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0 10px 0; }

.pagination > li {
  margin: 0px 5px; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #e40427;
  border-color: #e40427;
  color: white; }

.pagination > li > a, .pagination > li > span {
  color: #1d1d1b;
  border: 1px solid #e40427;
  border-radius: 0px !important;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  line-height: normal;
  display: flex;
  border: solid 1px #dbd1c8;
  background-color: transparent;
  font-size: 16px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #e40427;
  border-color: #e40427;
  color: white; }

@media screen and (max-width: 991px) {
      .cross-sell-content .modal-dialog {
        width: 95%; } }
  .cross-sell-content .modal-header {
    padding: 0px;
    border: none;
    position: relative; }
  .cross-sell-content .modal-header .close {
    font-size: 33px;
    position: absolute;
    top: 1px;
    z-index: 999;
    right: 5px; }
  .cross-sell-content h3 {
    font-weight: 900;
    /*text-transform: uppercase;*/
    margin: -15px -15px 0px -15px;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px; }
  .cross-sell-content h3 small {
    display: block;
    text-transform: none;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px; }
  .cross-sell-content .free-delivery-count {
    background-color: #dcf2af;
    font-size: 18px;
    margin: 15px 0px;
    /*color: white;*/
    padding: 7px 15px;
    border-radius: 5px; }
  .cross-sell-content .free-delivery-count span {
    font-weight: bold; }
  .cross-sell-content .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px; }
  .cross-sell-content .modal-footer {
    border: none; }
  .cross-sell-content .modal-footer .back {
    float: left; }
  .cross-sell-content .modal-footer .next {
    font-weight: 700; }

#modal-choose-address .modal-dialog, #modal-login .modal-dialog, #modal-christmas-delivery .modal-dialog {
  max-width: 780px;
  width: 100%; }
  #modal-choose-address .modal-dialog .modal-content, #modal-login .modal-dialog .modal-content, #modal-christmas-delivery .modal-dialog .modal-content {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 0px; }
    #modal-choose-address .modal-dialog .modal-content .modal-header, #modal-login .modal-dialog .modal-content .modal-header, #modal-christmas-delivery .modal-dialog .modal-content .modal-header {
      padding: 31px 30px 17px 30px;
      border: none; }
      #modal-choose-address .modal-dialog .modal-content .modal-header .modal-title, #modal-login .modal-dialog .modal-content .modal-header .modal-title, #modal-christmas-delivery .modal-dialog .modal-content .modal-header .modal-title {
        text-align: center;
        font-size: 24px;
        line-height: 1.3;
        color: #e40427;
        font-weight: bold;
        font-family: Montserrat; }
      #modal-choose-address .modal-dialog .modal-content .modal-header p, #modal-login .modal-dialog .modal-content .modal-header p, #modal-christmas-delivery .modal-dialog .modal-content .modal-header p {
        text-align: center;
        color: #1d1d1b;
        margin: 5px 0px 0px 0px; }
      #modal-choose-address .modal-dialog .modal-content .modal-header .close, #modal-login .modal-dialog .modal-content .modal-header .close, #modal-christmas-delivery .modal-dialog .modal-content .modal-header .close {
        font-size: 39px;
        position: absolute;
        top: 0px;
        right: 6px;
        opacity: 1;
        color: #3c3c3b; }
    #modal-choose-address .modal-dialog .modal-content .modal-body .location-search, #modal-login .modal-dialog .modal-content .modal-body .location-search, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .location-search {
      display: flex;
      align-items: flex-end;
      padding: 0px 15px 0px 15px;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #modal-choose-address .modal-dialog .modal-content .modal-body .location-search .form-group, #modal-login .modal-dialog .modal-content .modal-body .location-search .form-group, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .location-search .form-group {
        position: relative;
        margin-bottom: 15px;
        width: calc(33.33% - 20px); }
        @media (max-width: 991px) {
      #modal-choose-address .modal-dialog .modal-content .modal-body .location-search .form-group, #modal-login .modal-dialog .modal-content .modal-body .location-search .form-group, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .location-search .form-group {
        width: 100%; } }
        #modal-choose-address .modal-dialog .modal-content .modal-body .location-search .form-group label, #modal-login .modal-dialog .modal-content .modal-body .location-search .form-group label, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .location-search .form-group label {
          position: absolute;
          left: 14px;
          top: 6px;
          left: 14px;
          font-size: 9px;
          font-weight: normal;
          line-height: 1;
          color: #a1a1a1; }
        #modal-choose-address .modal-dialog .modal-content .modal-body .location-search .form-group input, #modal-login .modal-dialog .modal-content .modal-body .location-search .form-group input, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .location-search .form-group input {
          height: 40px;
          font-size: 12px;
          color: #4c4c4c;
          padding-top: 10px; }
      #modal-choose-address .modal-dialog .modal-content .modal-body .location-search button, #modal-login .modal-dialog .modal-content .modal-body .location-search button, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .location-search button {
        width: calc(33.33% - 20px);
        margin-bottom: 15px;
        height: 40px;
        text-transform: none;
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 991px) {
      #modal-choose-address .modal-dialog .modal-content .modal-body .location-search button, #modal-login .modal-dialog .modal-content .modal-body .location-search button, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .location-search button {
        width: 100%; } }
      #modal-choose-address .modal-dialog .modal-content .modal-body #delivery-location-map, #modal-login .modal-dialog .modal-content .modal-body #delivery-location-map, #modal-christmas-delivery .modal-dialog .modal-content .modal-body #delivery-location-map {
        margin: 0px -15px -15px -15px !important;
        height: 380px !important; }
      #modal-choose-address .modal-dialog .modal-content .modal-body .send-location, #modal-login .modal-dialog .modal-content .modal-body .send-location, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .send-location {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -9px;
        margin-bottom: 25px; }
      #modal-choose-address .modal-dialog .modal-content .modal-body .send-location p, #modal-login .modal-dialog .modal-content .modal-body .send-location p, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .send-location p {
        margin-bottom: 5px;
        font-weight: 500; }
      #modal-choose-address .modal-dialog .modal-content .modal-body .send-location .btn, #modal-login .modal-dialog .modal-content .modal-body .send-location .btn, #modal-christmas-delivery .modal-dialog .modal-content .modal-body .send-location .btn {
        height: auto;
        font-size: 14px;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.3;
        padding: 5px 15px;
        min-height: 40px;
        white-space: normal; }

#snippet--order h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: none; }

.order {
  padding-top: 0px; }
  .order section {
    margin-bottom: 30px; }
  .order section h3 {
    font-size: 23px;
    font-weight: 900;
    line-height: 1.17;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .order section.gift {
    margin-bottom: 20px; }
  .order .section-rating {
    padding: 30px !important;
    background-color: #f9f9f9; }
  .order .section-rating h3 {
    margin-top: 0px; }
  .order .section-rating .raty {
    margin-bottom: 5px;
    display: inline-block; }
    .order .section-rating .raty i {
      font-size: 30px; }
  .order .section-rating textarea {
    height: 80px; }
  .order .free-delivery {
    color: #e40427;
    margin: 30px 0px 30px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #d41f2d;
    max-width: 515px;
    position: relative;
    padding-left: 90px; }
  .order .free-delivery img {
    position: absolute;
    top: 18px;
    left: 0px;
    height: 44px;
    width: auto; }
  .order .discount-code {
    margin: -12px 0px 0px 0px;
    display: flex;
    align-items: center;
    max-width: 360px;
    flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .order .discount-code {
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .order .discount-code {
      max-width: 100%; } }
  .order .discount-code input {
    color: #424a52;
    font-size: 12px;
    display: inline-block;
    height: 36px;
    width: calc(100% - 200px);
    vertical-align: top;
    margin-right: 10px; }
    .order .discount-code input::-webkit-input-placeholder {
      color: #424a52; }
    .order .discount-code input::-moz-placeholder {
      color: #424a52; }
    .order .discount-code input:-ms-input-placeholder {
      color: #424a52; }
    .order .discount-code input:-moz-placeholder {
      color: #424a52; }
    @media screen and (max-width: 767px) {
    .order .discount-code input {
      display: block;
      width: 100%;
      margin: 0px 0px 5px 0px;
      text-align: center; } }
  .order .discount-code .btn {
    vertical-align: top;
    width: 190px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 0px 5px;
    height: 36px; }
    @media screen and (max-width: 767px) {
    .order .discount-code .btn {
      display: block;
      width: 100%; } }
  .order .discount-code .active-discount-codes {
    margin-top: 20px; }
    .order .discount-code .active-discount-codes .fa {
      color: #d41f2d;
      font-size: 14px; }
  .order section.section-shipping-payment {
    margin-bottom: 0px; }
  .order .shipping-payment {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .order .shipping-payment > div {
    width: calc(50% - 15px);
    display: flex; }
    @media screen and (max-width: 991px) {
    .order .shipping-payment > div {
      width: 100%; } }
  .order .shipping-payment h3 {
    position: relative; }
    .order .shipping-payment h3 small {
      display: block;
      position: absolute;
      font-size: 13px;
      top: 0px;
      right: 0px;
      text-align: right;
      font-weight: 600;
      color: #212121;
      line-height: 14px; }
      @media screen and (max-width: 767px) {
    .order .shipping-payment h3 small {
      position: relative;
      top: auto;
      right: auto;
      text-align: left;
      padding-top: 5px; } }
      .order .shipping-payment h3 small strong {
        font-weight: 800;
        color: #e52a28; }
  .order .shipping-payment .shipping-payment-box .items {
    margin-top: -5px; }
    .order .shipping-payment .shipping-payment-box .items .item {
      border-bottom: 1px solid #eee; }
    .order .shipping-payment .shipping-payment-box .items .item label {
      position: relative;
      display: flex;
      align-items: center;
      padding: 10px 20px 10px 50px;
      margin: 0px;
      text-align: left;
      cursor: pointer;
      flex-wrap: wrap;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.06;
      color: #4a4a4a; }
      .order .shipping-payment .shipping-payment-box .items .item label .iradio, .order .shipping-payment .shipping-payment-box .items .item label input[type="radio"] {
        position: absolute;
        left: 22px;
        top: 50%;
        margin-top: -8px; }
        @media screen and (max-width: 767px) {
        .order .shipping-payment .shipping-payment-box .items .item label .iradio, .order .shipping-payment .shipping-payment-box .items .item label input[type="radio"] {
          left: 16px; } }
      .order .shipping-payment .shipping-payment-box .items .item label .img-wrap {
        align-self: flex-start;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        text-align: center;
        margin-right: 30px;
        margin-left: 15px; }
        .order .shipping-payment .shipping-payment-box .items .item label .img-wrap img, .order .shipping-payment .shipping-payment-box .items .item label .img-wrap svg {
          max-height: 100%; }
      .order .shipping-payment .shipping-payment-box .items .item label .info-wrap {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
        font-size: 14px;
        width: calc(100% - 85px); }
        @media screen and (max-width: 767px) {
        .order .shipping-payment .shipping-payment-box .items .item label .info-wrap {
          width: 100%; } }
        .order .shipping-payment .shipping-payment-box .items .item label .info-wrap strong {
          font-weight: 800;
          color: #e40427; }
    .order .shipping-payment .shipping-payment-box .items .item.active label, .order .shipping-payment .shipping-payment-box .items .item:hover label {
      font-weight: bold; }
    .order .shipping-payment .shipping-payment-box .items .item .item-extra {
      padding: 20px 0px 0px 0px; }
      .order .shipping-payment .shipping-payment-box .items .item .item-extra .select-fancy {
        border: solid 1px #dbd1c8;
        background-color: #fff;
        height: 30px; }
        .order .shipping-payment .shipping-payment-box .items .item .item-extra .select-fancy select {
          background-color: #fff;
          color: #4a4a4a !important;
          font-size: 12px;
          font-weight: 500;
          height: 28px; }
        .order .shipping-payment .shipping-payment-box .items .item .item-extra .select-fancy .arrow {
          width: 30px; }
    .order .shipping-payment .shipping-payment-box .items .item.noinput label {
      border: none;
      font-weight: bold;
      padding: 0px;
      margin-top: 16px;
      margin-bottom: 10px;
      border: 0; }
      .order .shipping-payment .shipping-payment-box .items .item.noinput label .img-wrap {
        height: 50px; }
    .order .shipping-payment .shipping-payment-box .items .item .date {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px; }
    .order .shipping-payment .shipping-payment-box .items .item .select-fancy {
      display: block;
      width: 100%;
      height: 29px;
      margin-bottom: 30px;
      margin-top: -15px; }
      .order .shipping-payment .shipping-payment-box .items .item .select-fancy select {
        color: #e40427;
        height: 27px;
        font-weight: 600; }
      .order .shipping-payment .shipping-payment-box .items .item .select-fancy .arrow {
        height: 29px; }
    .order .shipping-payment .shipping-payment-box .items .item:last-of-type .select-fancy {
      margin-bottom: 0px; }
    .order .shipping-payment .shipping-payment-box .note {
      color: #e40427;
      padding-top: 15px;
      margin: 0px;
      margin-left: -15px;
      font-weight: 800;
      font-size: 17px;
      line-height: 21px; }
  .order .contact-form {
    padding: 0px 0px; }
  .order .contact-form h3 {
    margin-top: 10px; }
    .order .contact-form h3 small {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      line-height: 150%; }
  .order .contact-form .primary-address {
    margin: 20px 0px;
    font-size: 15px;
    line-height: 20px; }
  .order .contact-form .form-group {
    padding: 0px 0px; }
    @media screen and (max-width: 767px) {
    .order .contact-form .form-group {
      padding: 0px; } }
    .order .contact-form .form-group label {
      width: 125px;
      display: inline-block;
      font-size: 13px;
      font-weight: normal;
      color: #424a52;
      position: relative;
      vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .order .contact-form .form-group label {
        width: auto;
        padding-right: 20px; } }
    .order .contact-form .form-group label.required:after {
      display: block;
      content: "*";
      font-size: 28px;
      color: #e40427;
      position: absolute;
      top: -5px;
      right: 2px;
      line-height: 38px; }
      @media screen and (max-width: 767px) {
        .order .contact-form .form-group label.required:after {
          top: -6px; } }
    .order .contact-form .form-group input, .order .contact-form .form-group .select-fancy, .order .contact-form .form-group textarea {
      display: inline-block;
      width: calc(100% - 130px);
      height: 42px;
      vertical-align: middle;
      background-color: #eff0f4;
      border: none; }
    @media screen and (max-width: 767px) {
      .order .contact-form .form-group input, .order .contact-form .form-group .select-fancy, .order .contact-form .form-group textarea {
        display: block;
        width: 100%; } }
    .order .contact-form .form-group input select, .order .contact-form .form-group .select-fancy select, .order .contact-form .form-group textarea select {
      height: 42px; }
    .order .contact-form .form-group input .arrow, .order .contact-form .form-group .select-fancy .arrow, .order .contact-form .form-group textarea .arrow {
      height: 42px; }
    .order .contact-form .form-group textarea {
      display: block;
      width: 100%;
      height: 120px;
      padding: 15px; }
  .order .contact-form .textarea {
    padding-top: 15px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
    .order .contact-form .textarea {
      padding-top: 0px; } }
    .order .contact-form .textarea .form-group label {
      width: 200px;
      vertical-align: top;
      padding-top: 10px; }
    .order .contact-form .textarea .form-group textarea {
      width: calc(100% - 205px);
      height: 70px;
      vertical-align: top;
      padding-top: 10px; }
    @media screen and (max-width: 767px) {
        .order .contact-form .textarea .form-group textarea {
          display: block;
          width: 100%; } }
  .order .contact-form .label-checkbox {
    font-size: 16px;
    font-weight: normal;
    color: #e52a28; }
  .order .require-note {
    text-align: right;
    font-size: 14px;
    font-weight: bold; }
  .order .require-note span {
    color: #e40427;
    font-size: 28px;
    display: inline-block;
    line-height: 14px;
    position: relative;
    top: 10px;
    margin-right: 10px; }
  .order .label-checkbox {
    position: relative;
    padding-left: 35px; }
  .order .label-checkbox .icheckbox {
    position: absolute;
    top: 2px;
    left: 0px;
    display: block; }
  .order .points-payment {
    flex-direction: column;
    display: flex;
    margin-bottom: 0px; }
  .order .points-payment p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.85;
    color: #1d1d1b;
    margin-bottom: 25px;
    margin-top: 0px !important; }
    .order .points-payment p:last-of-type {
      margin-bottom: 15px; }
    .order .points-payment p strong {
      font-weight: 800;
      color: #e40427; }
  .order .points-payment .discount-code-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto; }
    .order .points-payment .discount-code-wrap > a {
      font-size: 12px;
      font-weight: 600;
      line-height: 1.42;
      color: #e40427;
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .order .points-payment .discount-code-wrap > a {
        display: block;
        text-align: center;
        margin-top: 10px;
        width: 100%; } }
    .order .points-payment .discount-code-wrap > a:hover {
      text-decoration: none; }
    .order .points-payment .discount-code-wrap .discount-code {
      margin: 0px 13px 0px 0px; }
    @media screen and (max-width: 767px) {
      .order .points-payment .discount-code-wrap .discount-code {
        width: 100%;
        margin: 0px; } }
    .order .points-payment .discount-code-wrap .discount-code input {
      width: calc(100% - 150px); }
    @media screen and (max-width: 767px) {
        .order .points-payment .discount-code-wrap .discount-code input {
          width: 100%; } }
    .order .points-payment .discount-code-wrap .discount-code .btn {
      width: 140px; }
    @media screen and (max-width: 767px) {
        .order .points-payment .discount-code-wrap .discount-code .btn {
          width: 100%; } }
  .order .summary {
    background-color: #dbd1c8;
    padding: 15px 30px;
    width: 100%; }
  @media screen and (max-width: 767px) {
    .order .summary {
      padding: 15px; } }
  .order .summary table {
    width: 100%; }
    .order .summary table tbody tr td {
      font-size: 13px;
      font-weight: 600;
      color: #1d1d1b;
      padding: 4px 5px; }
      @media screen and (max-width: 767px) {
        .order .summary table tbody tr td {
          font-size: 14px;
          padding: 3px 5px; } }
      .order .summary table tbody tr td:first-of-type {
        padding-left: 0px; }
      .order .summary table tbody tr td:last-of-type {
        text-align: right;
        padding-right: 0px; }
      @media screen and (max-width: 767px) {
          .order .summary table tbody tr td:last-of-type {
            white-space: nowrap; } }
    .order .summary table tfoot tr td {
      font-size: 15px;
      font-weight: 800;
      color: #e40427;
      padding: 1px 5px 5px 5px;
      vertical-align: bottom; }
      .order .summary table tfoot tr td:first-of-type {
        padding-left: 0px;
        vertical-align: bottom;
        padding-bottom: 13px; }
      .order .summary table tfoot tr td:last-of-type {
        text-align: right;
        white-space: nowrap;
        font-size: 36px;
        padding-right: 0px; }
    .order .summary table tfoot tr.black td {
      color: #1d1d1b;
      font-size: 15px !important;
      padding-top: 0px; }
  .order .summary .summary-points-info {
    margin: 5px 0px 0px 0px;
    background-color: #d1c4b9;
    padding: 5px 10px; }
  .order .summary-buy {
    margin: 0px;
    text-align: left;
    padding: 15px 30px; }
  .order .summary-buy > span {
    display: block;
    margin-bottom: 5px; }
  .order .summary-buy .check {
    display: inline-block;
    text-align: left;
    margin-top: 8px; }
    .order .summary-buy .check a {
      color: #e40427;
      text-decoration: underline; }
    .order .summary-buy .check a:hover {
      text-decoration: none; }
  .order.summary .bank-transfer-box {
    border: 2px dashed #af1c1a;
    margin: 20px 0 40px;
    min-height: 250px; }
    .order.summary .bank-transfer-box img.qr {
      float: right;
      margin-left: 20px; }
    .order.summary .bank-transfer-box p {
      margin: 0 20px; }
    .order.summary .bank-transfer-box p:first-of-type {
      margin-top: 20px; }
    .order.summary .bank-transfer-box table {
      width: auto;
      margin: 20px; }
    .order.summary .bank-transfer-box table th {
      vertical-align: top;
      width: 50%; }
    .order.summary .bank-transfer-box table td {
      width: 50%; }
    .order.summary .bank-transfer-box .small {
      margin: 5px 0; }
  .order.summary .button-panel {
    margin-bottom: 20px; }
  .order.summary .contact-form:before, .order.summary .contact-form:after {
    content: " ";
    display: table; }
    .order.summary .contact-form:after {
      clear: both; }
    .order.summary .contact-form > div {
      float: left;
      margin: 0px 60px 30px 0px; }
    @media screen and (max-width: 767px) {
      .order.summary .contact-form > div {
        float: none;
        margin: 0px 0px 30px 0px; } }
  .order.summary section {
    padding-bottom: 0px; }
  .order .subdelivery-description table td {
    padding: 0 5px;
    border: 1px solid #dbdbdb; }
  .order .points-summary {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .order .points-summary .points-left {
    width: calc(50% - 15px);
    display: flex; }
    @media screen and (max-width: 991px) {
    .order .points-summary .points-left {
      width: 100%; } }
  .order .points-summary .summary-right {
    width: calc(50% - 15px);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap; }
    .order .points-summary .summary-right .summary {
      width: 100%; }
    @media screen and (max-width: 991px) {
    .order .points-summary .summary-right {
      width: 100%;
      margin-top: 30px; } }

.order-nav {
  margin-top: 40px;
  margin-bottom: 50px; }
  .order-nav .btn {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    height: 55px;
    display: inline-flex;
    line-height: normal;
    justify-content: center;
    align-items: center; }
  @media screen and (max-width: 767px) {
    .order-nav .btn {
      width: 100%;
      min-width: 200px;
      display: flex;
      margin: 5px 0px; } }
  .order-nav .order-next {
    text-align: right; }
  .order-nav .order-next .btn {
    min-width: 240px;
    background-color: #59b559;
    font-size: 20px; }
    .order-nav .order-next .btn:hover {
      background-color: #449744; }

.cart-steps {
  margin: 40px auto 50px auto;
  max-width: 550px;
  position: relative;
  padding: 0px 5px; }
  .cart-steps:before, .cart-steps:after {
    content: " ";
    display: table; }
  .cart-steps:after {
    clear: both; }
  @media screen and (max-width: 767px) {
  .cart-steps {
    margin-bottom: 30px;
    max-width: 340px; } }
  .cart-steps:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    border-bottom: dotted 2px #d41f2d;
    left: 0px;
    right: 0px;
    top: 30px; }
  .cart-steps ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .cart-steps ul li {
    text-align: center;
    width: 142px; }
    .cart-steps ul li span {
      display: flex;
      width: 60px;
      height: 60px;
      background-color: #fff;
      border: solid 2px #dbd1c8;
      font-size: 24px;
      color: #4a4a4a;
      align-items: center;
      justify-content: center;
      margin: 0px auto 10px auto;
      font-weight: 800;
      position: relative; }
    .cart-steps ul li strong {
      font-size: 13px;
      font-weight: 500;
      color: #4a4a4a;
      display: block;
      line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .cart-steps ul li strong {
        font-size: 13px; } }
    .cart-steps ul li strong small {
      display: block;
      font-size: 13px;
      font-weight: 500;
      color: #4a4a4a; }
    @media screen and (max-width: 767px) {
        .cart-steps ul li strong small {
          font-size: 13px; } }
    .cart-steps ul li.active span {
      color: white;
      background-color: #e40427;
      border-color: #e40427; }
    .cart-steps ul li.active strong {
      color: #e40427;
      font-weight: bold; }
    .cart-steps ul li.active strong small {
      color: #e40427;
      font-weight: bold; }

.addres-confirm {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px 30px 20px 90px;
  background-image: url('../../skins/vetamix/img/pin.svg');
  background-position: left 28px center;
  background-repeat: no-repeat;
  background-size: 37px 57px;
  display: flex;
  align-items: center;
  max-width: 810px;
  margin: 0px auto 30px auto;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
  .addres-confirm {
    padding: 30px;
    background-image: none;
    flex-direction: column; } }
  .addres-confirm .addres-confirm-text {
    padding-right: 40px; }
  @media screen and (max-width: 767px) {
    .addres-confirm .addres-confirm-text {
      padding: 0px;
      text-align: center; } }
  .addres-confirm .addres-confirm-text h3 {
    margin: 0px 0px 5px 0px;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    color: #e40427; }
    @media screen and (max-width: 767px) {
    .addres-confirm .addres-confirm-text h3 {
      text-align: center; } }
  .addres-confirm .addres-confirm-text p {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    color: #1d1d1b; }
    @media screen and (max-width: 767px) {
    .addres-confirm .addres-confirm-text p {
      text-align: center; } }
    .addres-confirm .addres-confirm-text p a {
      font-weight: bold;
      color: #e40427;
      text-decoration: underline; }
    .addres-confirm .addres-confirm-text p a:hover {
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .addres-confirm .addres-confirm-button {
      margin-top: 30px; } }
  .addres-confirm .addres-confirm-button .btn {
    min-width: 220px;
    height: 40px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.61;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }

.my-discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0px 112px 0px !important; }
  .my-discount h3 {
    font-size: 23px !important;
    font-weight: 800 !important;
    letter-spacing: -0.46px;
    color: #4a4a4a;
    margin-bottom: 16px;
    text-transform: none !important;
    margin: 0px 0px 11px 0px !important; }
  .my-discount .discounts-wrap > div {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    color: #4a4a4a;
    margin-bottom: 10px !important; }
    .my-discount .discounts-wrap > div:last-of-type {
      margin-bottom: 0px; }
    .my-discount .discounts-wrap > div strong {
      font-size: 16px !important;
      font-weight: 500 !important;
      color: #4a4a4a !important;
      margin: 0px !important; }
    .my-discount .discounts-wrap > div .red {
      font-weight: 800 !important;
      color: #e40427 !important; }
    .my-discount .discounts-wrap > div .fa.fa-check {
      color: #e40427 !important; }

section.section-cart {
  border-top: 2px solid #eee;
  padding-top: 19px;
  margin-bottom: 50px; }
  section.section-cart.section-cart-summary {
    margin-bottom: 24px; }
  section.section-cart > h3 {
    text-transform: none;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.46px;
    color: #4a4a4a;
    margin: 0px 0px 17px 0px; }

.cart-list {
  width: 100%;
  margin-bottom: 0px;
  border-spacing: 0px 2px;
  border-collapse: separate; }
  @media screen and (max-width: 991px) {
  .cart-list {
    display: block; } }
  @media screen and (max-width: 991px) {
    .cart-list thead {
      display: none; } }
  .cart-list thead tr td {
    text-align: left;
    color: #4a4a4a;
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.31;
    white-space: nowrap; }
    .cart-list thead tr td.price {
      text-align: right;
      padding-left: 30px;
      padding-right: 30px; }
    @media screen and (max-width: 1374px) {
        .cart-list thead tr td.price {
          padding-left: 5px;
          padding-right: 5px; } }
    .cart-list thead tr td.quantity {
      text-align: center; }
    .cart-list thead tr td:nth-of-type(1) {
      width: 75px;
      padding-left: 10px; }
    .cart-list thead tr td.action {
      width: 70px;
      text-align: center; }
    .cart-list thead tr td.td-discount, .cart-list thead tr td.td-price-beforediscount {
      text-align: right;
      padding-right: 0; }
    @media screen and (max-width: 1374px) {
        .cart-list thead tr td.td-discount, .cart-list thead tr td.td-price-beforediscount {
          display: none; } }
  @media screen and (max-width: 991px) {
    .cart-list tbody {
      display: block;
      width: 100%; } }
  .cart-list tbody tr {
    background-color: #fbfbfb; }
    @media screen and (max-width: 991px) {
    .cart-list tbody tr {
      width: 100%;
      display: flex;
      position: relative;
      background-color: white;
      margin-bottom: 2px;
      align-items: center;
      min-height: 90px;
      flex-wrap: wrap;
      padding-left: 115px; } }
    @media screen and (max-width: 767px) {
    .cart-list tbody tr {
      text-align: center !important;
      padding: 10px; } }
    .cart-list tbody tr td {
      vertical-align: middle;
      padding: 12px 5px; }
    @media screen and (max-width: 991px) {
      .cart-list tbody tr td {
        display: block; } }
    .cart-list tbody tr td strong {
      display: block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.06;
      color: #e40427; }
    .cart-list tbody tr td span.discount {
      font-size: 14px;
      font-weight: bold;
      color: #e52a28; }
    .cart-list tbody tr td.td-img {
      padding: 0px 18px 0px 0px;
      width: 108px; }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.td-img {
          position: absolute;
          left: 0px;
          top: 0px;
          order: 1; } }
    @media screen and (max-width: 767px) {
        .cart-list tbody tr td.td-img {
          position: static;
          width: 100%; } }
    .cart-list tbody tr td.td-img a {
      display: block; }
    .cart-list tbody tr td.td-img img {
      max-width: 100%;
      display: block; }
      @media screen and (max-width: 767px) {
        .cart-list tbody tr td.td-img img {
          margin: auto; } }
    .cart-list tbody tr td.td-info {
      padding-left: 0px; }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.td-info {
          width: 100%;
          order: 2; } }
    .cart-list tbody tr td.td-info h2, .cart-list tbody tr td.td-info h2 a {
      color: #4a4a4a;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.42;
      margin: 0px 0px 0px 0px; }
      @media screen and (max-width: 767px) {
        .cart-list tbody tr td.td-info h2, .cart-list tbody tr td.td-info h2 a {
          font-size: 16px;
          margin-bottom: 5px; } }
      .cart-list tbody tr td.td-info h2 span, .cart-list tbody tr td.td-info h2 a span {
        font-weight: 400; }
    .cart-list tbody tr td.td-info > div {
      color: #4a4a4a;
      font-size: 12px;
      font-weight: 500; }
    .cart-list tbody tr td.price {
      text-align: right;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.06;
      color: #4a4a4a;
      padding-left: 30px;
      padding-right: 30px; }
    .cart-list tbody tr td.price span.small {
      font-size: 12px;
      font-weight: 400; }
    @media screen and (max-width: 1374px) {
        .cart-list tbody tr td.price {
          padding-left: 5px;
          padding-right: 5px; } }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.price {
          padding: 0px 10px !important;
          width: 150px !important; } }
    @media screen and (max-width: 767px) {
        .cart-list tbody tr td.price {
          text-align: center;
          width: 33.33%;
          padding: 10px 0px; } }
    .cart-list tbody tr td.action {
      text-align: center; }
    @media screen and (max-width: 767px) {
        .cart-list tbody tr td.action {
          padding: 0px;
          position: absolute;
          top: 5px;
          right: 5px; } }
    .cart-list tbody tr td .fa {
      color: #d30e2e;
      font-size: 24px; }
    @media screen and (max-width: 767px) {
        .cart-list tbody tr td .fa {
          font-size: 30px; } }
    .cart-list tbody tr td .fa:hover {
      color: #f4536d; }
    .cart-list tbody tr td.td-price-unit {
      padding-left: 0px;
      text-align: right; }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.td-price-unit {
          display: none; } }
    .cart-list tbody tr td.td-price-beforediscount {
      padding-left: 0px;
      width: 97px; }
    @media screen and (max-width: 1374px) {
        .cart-list tbody tr td.td-price-beforediscount {
          display: none; } }
    .cart-list tbody tr td.td-discount {
      padding: 0px;
      width: 97px; }
    @media screen and (max-width: 1374px) {
        .cart-list tbody tr td.td-discount {
          display: none; } }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.td-discount {
          order: 4; } }
    .cart-list tbody tr td.td-count {
      width: 165px;
      text-align: center;
      padding: 0px; }
    @media screen and (max-width: 1374px) {
        .cart-list tbody tr td.td-count {
          width: auto; } }
    .cart-list tbody tr td.td-count .number-spinner {
      width: 70px; }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.td-count {
          order: 3;
          padding-left: 0px; } }
    @media screen and (max-width: 767px) {
        .cart-list tbody tr td.td-count {
          width: 100%;
          padding: 0px; } }
    .cart-list tbody tr td.td-weight {
      padding-left: 0px; }
    @media screen and (max-width: 1374px) {
        .cart-list tbody tr td.td-weight {
          width: auto; } }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.td-weight {
          order: 5; } }
    @media screen and (max-width: 767px) {
        .cart-list tbody tr td.td-weight {
          width: 50% !important;
          padding: 10px 5px !important; } }
    .cart-list tbody tr td.td-price-total {
      width: 145px;
      padding-left: 0px; }
    @media screen and (max-width: 1374px) {
        .cart-list tbody tr td.td-price-total {
          width: auto; } }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.td-price-total {
          order: 6; } }
    @media screen and (max-width: 767px) {
        .cart-list tbody tr td.td-price-total {
          width: 50% !important;
          padding: 10px 5px !important; } }
    .cart-list tbody tr td.action {
      padding-right: 35px; }
    @media screen and (max-width: 991px) {
        .cart-list tbody tr td.action {
          margin-left: auto;
          order: 7; } }
    @media screen and (max-width: 767px) {
        .cart-list tbody tr td.action {
          padding-right: 0px; } }
    .cart-list tbody tr.cart-list-summary td {
      background-color: white; }
  @media screen and (max-width: 991px) {
    .cart-list tfoot {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .cart-list tfoot {
      display: none; } }
  @media screen and (max-width: 991px) {
      .cart-list tfoot tr {
        display: flex;
        width: 100%;
        align-items: center; } }
    .cart-list tfoot tr td {
      text-align: right;
      padding: 15px 30px 5px 30px;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.31;
      color: #4a4a4a; }
    @media screen and (max-width: 1374px) {
      .cart-list tfoot tr td {
        padding: 15px 5px 5px 5px !important; } }
    @media screen and (max-width: 991px) {
      .cart-list tfoot tr td {
        padding: 15px 0px 5px 0px !important; } }
    .cart-list tfoot tr td strong {
      font-weight: 800;
      color: #e40427; }
    .cart-list tfoot tr td.td-count {
      text-align: center;
      padding: 15px 5px 5px 5px; }
    @media screen and (max-width: 991px) {
        .cart-list tfoot tr td.td-count {
          padding-left: 117px !important;
          width: 247px; } }
    @media screen and (max-width: 991px) {
        .cart-list tfoot tr td.td-weight {
          padding-left: 0px !important;
          width: 233px;
          text-align: center; } }
    @media screen and (max-width: 1374px) {
        .cart-list tfoot tr td.td-discount, .cart-list tfoot tr td.td-price-beforediscount {
          display: none; } }
  .cart-list .raty-wrap strong {
    color: #39393a;
    font-size: 12px; }
  .cart-list.cart-list-summary thead tr td {
    text-align: right; }
    .cart-list.cart-list-summary thead tr td.td-info {
      text-align: left; }
    .cart-list.cart-list-summary thead tr td.td-discount {
      text-align: right;
      padding-right: 0; }
    .cart-list.cart-list-summary thead tr td.td-price {
      text-align: right;
      padding-right: 0; }
    .cart-list.cart-list-summary thead tr td.td-price-total {
      padding-right: 40px; }
  .cart-list.cart-list-summary tbody tr td {
    text-align: right; }
    .cart-list.cart-list-summary tbody tr td.price {
      padding-left: 5px;
      padding-right: 5px; }
      .cart-list.cart-list-summary tbody tr td.price strong {
        color: #e40427; }
      @media screen and (max-width: 767px) {
        .cart-list.cart-list-summary tbody tr td.price {
          width: 40%; } }
    .cart-list.cart-list-summary tbody tr td.td-info {
      text-align: left; }
      @media screen and (max-width: 767px) {
        .cart-list.cart-list-summary tbody tr td.td-info {
          text-align: center; } }
    @media screen and (max-width: 991px) {
          .cart-list.cart-list-summary tbody tr td.td-count {
            min-width: 142px;
            text-align: center; } }
      @media screen and (max-width: 767px) {
        .cart-list.cart-list-summary tbody tr td.td-count {
          width: 20% !important;
          min-width: 10px; } }
    @media screen and (max-width: 767px) {
          .cart-list.cart-list-summary tbody tr td.td-weight, .cart-list.cart-list-summary tbody tr td.td-price-total {
            width: 40% !important; } }
    .cart-list.cart-list-summary tbody tr td.td-weight {
      padding-right: 30px; }
    @media screen and (max-width: 991px) {
          .cart-list.cart-list-summary tbody tr td.td-count, .cart-list.cart-list-summary tbody tr td.td-weight, .cart-list.cart-list-summary tbody tr td.td-price-total {
            padding: 10px 5px !important; } }
    .cart-list.cart-list-summary tbody tr td:last-of-type {
      padding-right: 40px; }
      @media screen and (max-width: 767px) {
        .cart-list.cart-list-summary tbody tr td:last-of-type {
          padding-right: 5px; } }
    .cart-list.cart-list-summary tbody tr td strong {
      color: #4c4c4c; }
    .cart-list.cart-list-summary tbody tr td.td-price-total strong {
      color: #e40427; }
  .order-divide:before, .order-divide:after {
    content: " ";
    display: table; }
  .order-divide:after {
    clear: both; }
  .order-divide .left {
    float: left;
    width: 850px; }
  @media screen and (max-width: 1374px) {
    .order-divide .left {
      float: none;
      width: auto; } }
  .order-divide .right {
    float: right;
    width: 430px; }
  @media screen and (max-width: 1374px) {
    .order-divide .right {
      float: none;
      width: auto; } }
  .order-divide .discounts-wrap {
    position: relative; }
  .order-divide .discounts-wrap .discounts-header > a {
    position: initial;
    margin-top: 65px; }

.datepicker-dropdown, .datepicker-inline {
  width: 272px;
  background-color: white;
  border: solid 1px #e3e3e3;
  padding: 17px 30px; }
  .datepicker-dropdown .table-condensed, .datepicker-inline .table-condensed {
    width: 100%; }
  .datepicker-dropdown .table-condensed tbody tr td, .datepicker-inline .table-condensed tbody tr td {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0px;
    height: auto;
    text-align: center;
    color: #4a4a4a;
    width: auto;
    text-align: center; }
    .datepicker-dropdown .table-condensed tbody tr td.disabled, .datepicker-inline .table-condensed tbody tr td.disabled {
      opacity: 0.3;
      cursor: not-allowed; }
    .datepicker-dropdown .table-condensed tbody tr td.new, .datepicker-inline .table-condensed tbody tr td.new, .datepicker-dropdown .table-condensed tbody tr td.old, .datepicker-inline .table-condensed tbody tr td.old {
      opacity: 0;
      pointer-events: none; }
    .datepicker-dropdown .table-condensed tbody tr td.today, .datepicker-inline .table-condensed tbody tr td.today {
      background: transparent !important;
      color: #4a4a4a !important; }
      .datepicker-dropdown .table-condensed tbody tr td.today span, .datepicker-inline .table-condensed tbody tr td.today span {
        text-decoration: underline; }
    .datepicker-dropdown .table-condensed tbody tr td span, .datepicker-inline .table-condensed tbody tr td span {
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%; }
    .datepicker-dropdown .table-condensed tbody tr td.enabled:hover, .datepicker-inline .table-condensed tbody tr td.enabled:hover, .datepicker-dropdown .table-condensed tbody tr td.active, .datepicker-inline .table-condensed tbody tr td.active {
      background: transparent !important; }
      .datepicker-dropdown .table-condensed tbody tr td.enabled:hover span, .datepicker-inline .table-condensed tbody tr td.enabled:hover span, .datepicker-dropdown .table-condensed tbody tr td.active span, .datepicker-inline .table-condensed tbody tr td.active span {
        background-color: #d41f2d;
        color: white;
        cursor: pointer; }
  .datepicker-dropdown .table-condensed .datepicker-switch, .datepicker-inline .table-condensed .datepicker-switch {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    background: transparent !important;
    text-align: center; }
  .datepicker-dropdown .table-condensed .dow, .datepicker-inline .table-condensed .dow {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 15px;
    text-align: center;
    color: #4a4a4a;
    text-transform: uppercase;
    padding-bottom: 11px; }
  .datepicker-dropdown .table-condensed .next, .datepicker-inline .table-condensed .next, .datepicker-dropdown .table-condensed .prev, .datepicker-inline .table-condensed .prev {
    cursor: pointer;
    color: #4a4a4a;
    opacity: 0.9; }
    .datepicker-dropdown .table-condensed .next:hover, .datepicker-inline .table-condensed .next:hover, .datepicker-dropdown .table-condensed .prev:hover, .datepicker-inline .table-condensed .prev:hover {
      opacity: 1; }
    .datepicker-dropdown .table-condensed .next.disabled, .datepicker-inline .table-condensed .next.disabled, .datepicker-dropdown .table-condensed .prev.disabled, .datepicker-inline .table-condensed .prev.disabled {
      cursor: unset;
      visibility: hidden; }
  .datepicker-dropdown .table-condensed .next, .datepicker-inline .table-condensed .next {
    text-align: right; }

.map-check {
  border: 4px solid #e40427;
  background-color: #e40427;
  margin: 0px -15px -15px -15px; }
  .map-check > label {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: 0px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer; }
  .map-check > label .icheckbox {
    margin-right: 10px; }
  .map-check.checked {
    border: 4px solid white;
    background-color: white; }
  .map-check.checked label {
    color: #4a4a4a; }
  .map-check #customer-location-map {
    height: 340px !important; }

p.p-pin {
  padding: 5px 0px 5px 22px;
  background-image: url('../../skins/vetamix/img/pin.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.68;
  color: #3d3d3c; }

.box-white {
  background-color: white;
  padding: 30px;
  width: 100%;
  margin-bottom: 0px;
  position: relative; }
  @media screen and (max-width: 767px) {
  .box-white {
    padding: 15px; } }
  .box-white-nav {
    text-transform: none !important;
    margin: -5px 0px 11px 0px !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    letter-spacing: -0.46px !important;
    color: #4a4a4a !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0px; }
  .box-white-nav li {
    margin-right: 45px; }
    @media screen and (max-width: 767px) {
    .box-white-nav li {
      margin-right: 10px; } }
    .box-white-nav li:last-of-type {
      margin-right: 0px; }
    .box-white-nav li a {
      color: #4a4a4a;
      text-decoration: underline; }
    .box-white-nav li a:hover {
      text-decoration: none; }
    .box-white-nav li a.active {
      color: #e40427;
      text-decoration: none; }
  .box-white .box-white {
    padding: 0px; }
  .box-white .box-white .map-check {
    margin: 0px 0px -15px 0px; }
  .box-white .box-column-wrap .box-column-left, .box-white .box-column-wrap .box-column-right {
    width: calc(50% - 45px) !important; }
    @media screen and (max-width: 991px) {
    .box-white .box-column-wrap .box-column-left, .box-white .box-column-wrap .box-column-right {
      width: 100% !important; } }
  .box-white > p .date-selected {
    font-size: 18px;
    font-weight: bold;
    color: #e40427; }
  .box-white > h3, .box-white > h2 {
    text-transform: none !important;
    margin: -5px 0px 5px 0px !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    letter-spacing: -0.46px !important;
    color: #4a4a4a !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .box-white > h3 strong, .box-white > h2 strong {
    font-weight: 800 !important;
    color: #e40427 !important; }
  .box-white h3 + .primary-address, .box-white h3 + p {
    margin-top: 19px; }
  .box-white .edit-link {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.28px;
    color: #e40427;
    text-decoration: underline; }
  .box-white .edit-link:hover {
    text-decoration: none; }
  .box-white .require-note {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.68;
    color: #3d3d3c;
    top: 29px;
    right: 30px; }
  @media screen and (max-width: 767px) {
    .box-white .require-note {
      top: 16px;
      right: 15px; } }
  .box-white .require-note span {
    font-weight: bold;
    color: #e40427;
    top: 11px;
    margin-right: 6px; }
  .box-white.box-white-form-map {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .box-white.box-white-form-map .box-white {
    width: calc(50% - 35px); }
    @media screen and (max-width: 1374px) {
    .box-white.box-white-form-map .box-white {
      width: 100%; } }
  .box-white.box-white-form {
    margin-bottom: 0px; }
  .box-white.box-white-form > h3, .box-white.box-white-form > h2 {
    margin: -5px 0px 27px 0px !important; }
  .box-white.box-white-form .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .box-white.box-white-form .form-group label {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.29;
      color: #4a4a4a;
      position: relative;
      padding-right: 15px;
      margin: 0px;
      width: calc(100% - 390px); }
    @media screen and (max-width: 1374px) {
      .box-white.box-white-form .form-group label {
        width: 100%;
        margin-bottom: 5px; } }
    .box-white.box-white-form .form-group label.label-checkbox {
      width: 100%; }
    .box-white.box-white-form .form-group label.required {
      padding-right: 30px; }
    .box-white.box-white-form .form-group label.required:after {
      color: #e40427;
      font-size: 30px;
      position: absolute;
      top: 0px;
      right: 15px;
      line-height: 1;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .box-white.box-white-form .form-group .form-control, .box-white.box-white-form .form-group .select-fancy {
      width: 390px;
      height: 40px;
      border: 1px solid #dbd1c8; }
    .box-white.box-white-form .form-group .form-control select, .box-white.box-white-form .form-group .select-fancy select {
      height: 40px; }
    .box-white.box-white-form .form-group .form-control .arrow, .box-white.box-white-form .form-group .select-fancy .arrow {
      height: 38px; }
    @media screen and (max-width: 1374px) {
      .box-white.box-white-form .form-group .form-control, .box-white.box-white-form .form-group .select-fancy {
        width: 100%; } }
  .box-white.box-white-map {
    margin-bottom: 30px; }

.calendar-note {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .calendar-note .box-white {
    margin-bottom: 30px; }
  .calendar-note .box-white > h3, .calendar-note .box-white > h2 {
    margin-bottom: 31px !important; }
  .calendar-note .calendar-note-left {
    width: calc(100% - 240px); }
  @media screen and (max-width: 1374px) {
    .calendar-note .calendar-note-left {
      width: 100%; } }
  .calendar-note .calendar-note-left .form-group {
    margin: 0px; }
  .calendar-note .calendar-note-left .datepicker {
    margin: auto; }
    @media screen and (max-width: 991px) {
    .calendar-note .calendar-note-left .datepicker {
      width: auto;
      padding: 15px;
      max-width: 270px; } }
  .calendar-note .calendar-note-right {
    width: 220px; }
  @media screen and (max-width: 1374px) {
    .calendar-note .calendar-note-right {
      width: 100%; } }
  .calendar-note .calendar-note-right .form-group {
    margin: 0px; }
    .calendar-note .calendar-note-right .form-group textarea {
      height: 228px; }

.delivery-radio {
  width: 100%;
  color: #4a4a4a;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-top: 2px solid #dbd1c8;
  min-height: 77px;
  padding: 10px 0px !important;
  display: flex;
  align-items: center;
  margin: 0px; }
  .delivery-radio .iradio {
    position: relative !important;
    margin-right: 19px;
    top: 0px;
    left: 0px; }

.box-white-address {
  padding-bottom: 4px !important; }
  .box-white-address .delivery-radio:first-of-type {
    border: none;
    padding-top: 0px !important;
    min-height: 10px;
    margin-top: -5px; }
  .box-white-address #delivery-address-container {
    margin-bottom: 30px;
    margin-top: 12px; }

.contact-map, .payment-delivery-wrap, .order-info-wrap, .box-column-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .contact-map .contact-map-left, .payment-delivery-wrap .contact-map-left, .order-info-wrap .contact-map-left, .box-column-wrap .contact-map-left, .contact-map .payment-delivery-left, .payment-delivery-wrap .payment-delivery-left, .order-info-wrap .payment-delivery-left, .box-column-wrap .payment-delivery-left, .contact-map .order-info-left, .payment-delivery-wrap .order-info-left, .order-info-wrap .order-info-left, .box-column-wrap .order-info-left, .contact-map .box-column-left, .payment-delivery-wrap .box-column-left, .order-info-wrap .box-column-left, .box-column-wrap .box-column-left {
    width: calc(50% - 15px);
    display: flex; }
  @media screen and (max-width: 991px) {
    .contact-map .contact-map-left, .payment-delivery-wrap .contact-map-left, .order-info-wrap .contact-map-left, .box-column-wrap .contact-map-left, .contact-map .payment-delivery-left, .payment-delivery-wrap .payment-delivery-left, .order-info-wrap .payment-delivery-left, .box-column-wrap .payment-delivery-left, .contact-map .order-info-left, .payment-delivery-wrap .order-info-left, .order-info-wrap .order-info-left, .box-column-wrap .order-info-left, .contact-map .box-column-left, .payment-delivery-wrap .box-column-left, .order-info-wrap .box-column-left, .box-column-wrap .box-column-left {
      width: 100%; } }
  .contact-map .contact-map-right, .payment-delivery-wrap .contact-map-right, .order-info-wrap .contact-map-right, .box-column-wrap .contact-map-right, .contact-map .payment-delivery-right, .payment-delivery-wrap .payment-delivery-right, .order-info-wrap .payment-delivery-right, .box-column-wrap .payment-delivery-right, .contact-map .order-info-right, .payment-delivery-wrap .order-info-right, .order-info-wrap .order-info-right, .box-column-wrap .order-info-right, .contact-map .box-column-right, .payment-delivery-wrap .box-column-right, .order-info-wrap .box-column-right, .box-column-wrap .box-column-right {
    width: calc(50% - 15px);
    display: flex; }
  @media screen and (max-width: 991px) {
    .contact-map .contact-map-right, .payment-delivery-wrap .contact-map-right, .order-info-wrap .contact-map-right, .box-column-wrap .contact-map-right, .contact-map .payment-delivery-right, .payment-delivery-wrap .payment-delivery-right, .order-info-wrap .payment-delivery-right, .box-column-wrap .payment-delivery-right, .contact-map .order-info-right, .payment-delivery-wrap .order-info-right, .order-info-wrap .order-info-right, .box-column-wrap .order-info-right, .contact-map .box-column-right, .payment-delivery-wrap .box-column-right, .order-info-wrap .box-column-right, .box-column-wrap .box-column-right {
      width: 100%; } }
  .contact-map .contact-map-left, .payment-delivery-wrap .contact-map-left, .order-info-wrap .contact-map-left, .box-column-wrap .contact-map-left, .contact-map .contact-map-right, .payment-delivery-wrap .contact-map-right, .order-info-wrap .contact-map-right, .box-column-wrap .contact-map-right {
    flex-direction: column; }
  @media (max-width: 992px) {
  .contact-map h3.fake, .payment-delivery-wrap h3.fake, .order-info-wrap h3.fake, .box-column-wrap h3.fake {
    display: none !important; } }

.order-thanks {
  margin-top: 60px; }
  .order-thanks > div:last-of-type {
    margin-bottom: 0px !important; }

.thanks-dog {
  display: flex;
  max-width: 975px;
  margin: auto;
  align-items: center;
  justify-content: space-between; }
  .thanks-dog > img {
    width: 230px; }
  @media screen and (max-width: 767px) {
    .thanks-dog > img {
      display: none; } }
  .thanks-dog-text {
    width: calc(100% - 290px); }
  @media screen and (max-width: 767px) {
    .thanks-dog-text {
      width: 100%; } }
  .thanks-dog-text h2 {
    color: #59b559;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.6px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0px 39px 0px; }
    @media screen and (max-width: 767px) {
      .thanks-dog-text h2 br {
        display: none; } }
  .thanks-dog-text p {
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 18px; }
    .thanks-dog-text p:last-of-type {
      margin: 0px; }

.thanks-recommend {
  max-width: 655px;
  margin: auto auto 10px auto;
  position: relative; }
  .thanks-recommend .get50 {
    position: absolute;
    top: 50%;
    right: -263px;
    height: 222px;
    margin-top: -120px; }
  @media screen and (max-width: 1374px) {
    .thanks-recommend .get50 {
      display: none; } }
  .thanks-recommend h2 {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.46px;
    text-align: center;
    margin: 11px 0px 28px 0px;
    line-height: 1.2; }
  @media screen and (max-width: 767px) {
      .thanks-recommend h2 br {
        display: none; } }
  .thanks-recommend p {
    font-family: 'Montserrat', sans-serif;
    text-align: center; }
  .thanks-recommend-info {
    max-width: 480px;
    margin: 0px auto 0px auto; }
  @media screen and (max-width: 767px) {
      .thanks-recommend-info br {
        display: none; } }
  .thanks-recommend .code {
    color: #1d1d1b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.33;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    text-align: center; }
  .thanks-recommend .code strong {
    color: #e40427;
    font-size: 36px;
    font-weight: 700; }
  .thanks-recommend .share {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 19px; }
  .thanks-recommend .share a {
    margin: 6px;
    display: flex;
    width: 220px;
    min-height: 36px;
    background-color: #4a4a4a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 16px;
    align-items: center; }
    .thanks-recommend .share a img, .thanks-recommend .share a svg {
      width: 22px;
      height: 16px; }
    .thanks-recommend .share a span {
      text-align: center;
      width: 100%; }
    .thanks-recommend .share a.fb {
      background-color: #4267b2; }
    .thanks-recommend .share a.fb img, .thanks-recommend .share a.fb svg {
      width: 9px;
      height: 20px; }

div.d-none {
  display: none; }

#packetaModal div.modal-dialog {
  width: 1100px !important; }
  #packetaModal div.modal-content div.modal-body {
    height: 800px;
    padding: 0; }

@media (max-height: 800px) {
  #packetaModal div.modal-content {
    height: 100%;
    height: calc(100% - 10px); } }

@media (max-width: 768px) {
  #packetaModal div.modal-dialog {
    width: 100% !important; } }

.requestedDeliveryDate {
  margin-bottom: 30px; }

/* ==========================================================================
 ALERT MESSAGES
 ========================================================================== */
.alert {
  font-size: 14px;
  background: #ddf0f0;
  margin: 3px 0;
  padding: 12px 15px 12px 15px;
  color: #47918e;
  border-radius: 0; }

.alert.success, .alert.ok {
  background-color: #adcf67;
  padding: 12px 15px 12px 15px;
  color: #fff; }
  .alert.success a, .alert.ok a {
    color: #fff;
    text-decoration: underline; }

.alert.error {
  background-color: #911010;
  padding: 12px 15px 12px 15px;
  color: #fff; }
  .alert.error a {
    color: #fff;
    text-decoration: underline; }

.alert.info {
  background-color: #61bcbc;
  padding: 12px 15px 12px 15px;
  color: #fff; }
  .alert.info a {
    color: #fff;
    text-decoration: underline; }

.alert.warning {
  background-color: #fff3cd;
  padding: 12px 15px 12px 15px;
  color: #706f6f;
  /*float: none;border-right: 0;width: auto;margin: 0;*/ }
  .alert.warning a {
    color: #cb0f2b; }

.alert.important {
  background-color: #d31318;
  color: #fff; }

ul.error {
  background-color: #911010;
  color: #fff;
  list-style-type: none;
  margin-top: 0; }

ul.error li {
  padding: 10px 10px 10px 10px; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

#ajax-spinner:before {
  content: '';
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 4px solid #af1c1a;
  border-top-color: #212121;
  animation: spinner 0.6s linear infinite;
  background-color: white;
  z-index: 2000; }

.shops h2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 34px; }
  @media screen and (max-width: 767px) {
    .shops h2 {
      font-size: 18px;
      line-height: 24px; } }
  .shops .shops-points {
    margin-bottom: 25px;
    position: relative; }
  .shops .shops-points .car {
    position: absolute;
    right: 0px;
    top: calc(100% - 165px); }
    @media screen and (max-width: 991px) {
    .shops .shops-points .car {
      display: none; } }
  .shops .shops-points h2 {
    text-align: left;
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 900;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
    .shops .shops-points h2 {
      font-size: 20px;
      line-height: 25px; } }
  .shops .shops-points .free-delivery-info {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding-right: 117px;
    background-image: url(../../skins/vetamix/img/free-delivery-car.svg);
    background-position: right top 5px;
    background-repeat: no-repeat;
    background-size: 97px 71px;
    margin-bottom: 15px; }
    .shops .shops-points .free-delivery-info span {
      font-weight: 900;
      color: #d52c30; }
    .shops .shops-points .free-delivery-info strong {
      font-weight: 900; }
    @media screen and (max-width: 767px) {
    .shops .shops-points .free-delivery-info {
      font-size: 16px;
      background-size: 88px 62px; } }
  .shops .shops-points .delivery-price {
    font-size: 18px;
    text-transform: uppercase; }
  .shops .shops-points .points-wrap {
    padding: 0px 80px; }
  .shops .shops-points .point {
    text-align: center;
    margin-bottom: 30px; }
    .shops .shops-points .point img {
      width: auto;
      height: 40px;
      margin-bottom: 14px; }
    .shops .shops-points .point span {
      display: block;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
  .shops .shops-wide {
    background-color: #f4f4f4;
    padding: 45px 0px; }
  @media screen and (max-width: 1374px) {
    .shops .shops-wide {
      padding-bottom: 0px; } }
  .shops .shops-wide h2, .shops .shops-wide h3 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0px; }
  .shops .shops-wide p {
    max-width: 835px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-height: 40px; }
    @media screen and (max-width: 1374px) {
    .shops .shops-wide p {
      min-height: 10px; } }
  @media screen and (max-width: 1374px) {
      .shops .shops-wide .parcel-class {
        margin-bottom: 45px; } }
  .shops .map-head {
    padding: 0px 0px 30px 0px; }
  .shops .map-head h2 {
    margin-bottom: 35px;
    padding-right: 375px; }
    @media screen and (max-width: 991px) {
    .shops .map-head h2 {
      padding: 0px; } }
  .shops .map-head form {
    text-align: center; }
    .shops .map-head form label {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      font-weight: 600;
      margin-bottom: 20px; }
    .shops .map-head form .form-control, .shops .map-head form select {
      max-width: 130px;
      display: inline-block;
      height: 42px;
      background-color: #fff;
      border: none;
      vertical-align: top;
      margin-right: 15px;
      padding: 0px 15px; }
      @media screen and (max-width: 767px) {
    .shops .map-head form .form-control, .shops .map-head form select {
      display: block;
      width: 100%;
      max-width: 100%;
      margin-bottom: 15px; } }
    .shops .map-head form .form-control[type=text] {
      max-width: 280px; }
    .shops .map-head form button {
      height: 42px;
      vertical-align: top; }
  .shops .map-head .alert {
    margin: 15px 0 0 0 !important; }
  .shops #shops-map, .shops #stores-map {
    height: 700px; }
  .shops .marker-custom {
    padding: 8px 24px;
    color: white;
    background-color: #d41f2d;
    border-radius: 60px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-left: -50%;
    margin-right: 50%;
    margin-top: 10px;
    white-space: nowrap; }
  .shops .marker-custom span {
    display: block; }
  .shops .marker-content {
    margin-bottom: 5px; }
  .shops .marker-content img {
    max-width: 200px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .shops .marker-content table tr:first-child td {
    padding-top: 0; }
    .shops .marker-content table td {
      padding: 5px; }
      .shops .marker-content table td:first-child {
        padding-left: 0; }
  .shops .marker-content address {
    margin-bottom: 5px; }
  .shops .marker-content .contact-info {
    margin-top: 5px; }
  .shops .marker-content .scroll-to {
    display: block;
    margin-top: 15px; }
  .shops .map-foot {
    padding: 60px 0px;
    margin-bottom: 90px; }
  .shops .map-foot h2 {
    margin-bottom: 45px;
    font-size: 30px; }
    @media screen and (max-width: 767px) {
    .shops .map-foot h2 {
      font-size: 24px;
      line-height: 24px;
      line-height: 28px; } }
  .shops .map-foot h3 {
    color: #d31318;
    font-weight: 800;
    margin: 37px 0px 17px 0px;
    text-transform: uppercase; }
  .shops .map-foot ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .shops .map-foot ul li {
      color: #39393a;
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      text-transform: uppercase; }
      .shops .map-foot ul li a {
        color: #39393a;
        text-decoration: underline; }
        .shops .map-foot ul li a:hover {
          text-decoration: none; }
  .shops .store-box-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .shops .store-box {
    position: relative;
    flex: 0 calc((100% / 3) - 40px);
    margin: 20px;
    padding: 25px;
    background-color: #f4f4f4; }
  .shops .store-box img {
    margin-bottom: 20px; }
  .shops .store-box a {
    color: #cb0f2b;
    text-decoration: none; }
    .shops .store-box a:hover, .shops .store-box a:focus {
      color: #cb0f2b;
      text-decoration: underline;
      opacity: 0.8; }
  .shops .store-box h4 {
    margin-top: 0; }
    .shops .store-box h4 a {
      text-decoration: none;
      display: block;
      vertical-align: middle;
      line-height: 20px; }
    .shops .store-box h4 small {
      font-size: 10px; }
  .shops .store-box address {
    margin-bottom: 5px; }
  .shops .store-box .toggle-hours {
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap; }
  .shops .store-box .opening-hours {
    display: none; }
    .shops .store-box .opening-hours.active {
      display: block; }
  .shops .store-box table {
    margin-top: 5px; }
    .shops .store-box table tr:first-child td {
      padding-top: 0; }
    .shops .store-box table td {
      font-size: 12px;
      padding: 5px; }
      .shops .store-box table td:first-child {
        padding-left: 0; }
  .shops .store-box .contact-info {
    margin-top: 5px; }
  .shops .store-box .show-on-map {
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer; }
  @media screen and (max-width: 991px) {
    .shops .store-box {
      flex: 0 calc((100% / 2) - 40px); } }
  @media screen and (max-width: 767px) {
    .shops .store-box {
      flex: 0 100%;
      margin: 0 0 25px 0; } }
  .shops .delivery-tabs.nav-tabs {
    text-align: center; }
  .shops .delivery-tabs.nav-tabs > li {
    float: none;
    display: inline-block; }
    .shops .delivery-tabs.nav-tabs > li > a {
      background-color: #dbd1c8;
      border-radius: 0;
      color: #39393a;
      border: 0;
      font-size: 12px;
      padding: 0 25px;
      height: 37px;
      line-height: 37px; }
    .shops .delivery-tabs.nav-tabs > li.active a {
      background-color: #d31318;
      color: white; }
  .shops .delivery-tabs.tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    border-top: 1px solid white; }
  .shops .delivery-tabs.tab-content p {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: center; }

.shop-detail {
  margin-top: 45px; }
  .shop-detail__left {
    width: calc(50% - 10px); }
  @media screen and (max-width: 1374px) {
    .shop-detail__left {
      width: 100%; } }
  .shop-detail__right {
    width: calc(50% - 10px);
    display: flex; }
  @media screen and (max-width: 1374px) {
    .shop-detail__right {
      width: 100%;
      margin-top: 20px; } }
  .shop-detail__head {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
    flex-wrap: wrap; }
  @media screen and (max-width: 1374px) {
    .shop-detail__head {
      flex-direction: column; } }
  .shop-detail__head h2 {
    margin: 30px 0px 10px 0px;
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -0.46px; }
  .shop-detail__head p {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55; }
    .shop-detail__head p:last-of-type {
      margin-bottom: 0px; }
    .shop-detail__head p a {
      color: #e40427;
      text-decoration: underline; }
      .shop-detail__head p a:hover {
        text-decoration: none; }
  .shop-detail__head h2 + p {
    margin-top: 25px; }
  .shop-detail__info {
    background-color: white;
    padding: 30px 30px 0px 30px; }
  .shop-detail__contact {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: white; }
  @media screen and (max-width: 767px) {
    .shop-detail__contact {
      flex-direction: column; } }
  .shop-detail__contact p {
    margin-bottom: 6px;
    padding-left: 22px;
    position: relative;
    font-size: 13px;
    line-height: 1.38;
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a; }
    .shop-detail__contact p a {
      color: #e40427;
      text-decoration: underline; }
      .shop-detail__contact p a:hover {
        text-decoration: none; }
    .shop-detail__contact p a[href^="tel:"] {
      text-decoration: none;
      color: #4a4a4a; }
  .shop-detail__contact__main {
    width: 100%;
    padding: 0px 30px 0px 30px; }
    @media screen and (max-width: 767px) {
    .shop-detail__contact__main {
      width: 100%; } }
  .shop-detail__contact__img {
    width: 325px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
    .shop-detail__contact__img {
      display: none; } }
  .shop-detail__hours {
    background-color: white;
    padding: 0px 30px 30px 30px; }
  .shop-detail__hours__table {
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      .shop-detail__hours__table table {
        display: block; } }
      @media screen and (max-width: 767px) {
      .shop-detail__hours__table table tr {
        display: flex;
        flex-wrap: wrap; } }
        .shop-detail__hours__table table tr td {
          font-family: 'Montserrat', sans-serif;
          font-size: 13px;
          line-height: 1.55;
          font-weight: 600;
          color: #4a4a4a;
          padding-right: 15px;
          min-width: 140px; }
          @media screen and (max-width: 767px) {
    .shop-detail__hours__table table tr td {
      width: auto !important;
      min-width: 10px !important; } }
          .shop-detail__hours__table table tr td:first-of-type {
            font-weight: 700;
            min-width: 110px; }
            @media screen and (max-width: 767px) {
    .shop-detail__hours__table table tr td:first-of-type {
      width: 100% !important;
      min-width: 10px !important; } }
          .shop-detail__hours__table table tr td:last-of-type {
            min-width: 1px; }
          .shop-detail__hours__table table tr td strong {
            color: #e40427;
            font-weight: 700; }
      @media screen and (max-width: 767px) {
      .shop-detail__hours__table table tr + tr {
        margin-top: 10px; } }
  .shop-detail .shop-detail__contact + .shop-detail__hours {
    margin-top: 20px; }
  .shop-detail__map {
    background-color: white;
    padding: 10px;
    width: 100%;
    display: flex; }
  .shop-detail__map #shop-map {
    width: 100%;
    height: 100%;
    min-height: 300px; }
  .shop-detail__gallery {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: white; }
  .shop-detail__gallery > a {
    margin: 5px;
    width: calc(25% - 10px); }
    @media screen and (max-width: 991px) {
    .shop-detail__gallery > a {
      width: calc(33.33% - 10px); } }
    .shop-detail__gallery > a img {
      display: block; }
  .shop-detail__icon {
    width: 14px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .shop-detail__icon--pin img {
    width: 14px;
    height: 20px; }
  .shop-detail__icon--phone img {
    width: 14px;
    height: 14px; }
  .shop-detail__icon--envelope img {
    width: 14px;
    height: 12px; }

.shop-map {
  margin: 40px 0px; }

#shop-map {
  height: 400px; }

.shop-hours table {
  width: 100%; }
  .shop-hours table tbody tr td {
    padding: 5px;
    font-size: 12px;
    white-space: nowrap; }
    .shop-hours table tbody tr td strong {
      color: #e52c2a; }

.shops-map {
  margin-top: 15px; }
  .shops-map__search {
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 554px;
    min-height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px; }
  @media screen and (max-width: 767px) {
    .shops-map__search {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px 30px; } }
  .shops-map__search label {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700; }
  .shops-map__search .select-fancy {
    width: 330px; }
    @media screen and (max-width: 767px) {
    .shops-map__search .select-fancy {
      width: 100%; } }
  .shops-map__map {
    margin-top: 15px;
    margin-bottom: 20px; }
  .shops-map__map__main {
    height: 675px !important; }
    @media screen and (max-width: 767px) {
    .shops-map__map__main {
      height: 300px !important; } }

.shops-list {
  margin: -10px -10px 40px -10px;
  display: flex;
  flex-wrap: wrap; }
  .shops-list__icon {
    width: 14px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .shops-list__icon--pin img {
    width: 14px;
    height: 20px; }
  .shops-list__icon--phone img {
    width: 14px;
    height: 14px; }
  .shops-list__icon--envelope img {
    width: 14px;
    height: 12px; }
  .shops-list__item {
    margin: 10px;
    background-color: #fff;
    padding: 30px;
    width: calc(33% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  @media screen and (max-width: 1374px) {
    .shops-list__item {
      width: calc(33.33% - 20px); } }
  @media screen and (max-width: 991px) {
    .shops-list__item {
      width: calc(50% - 20px); } }
  @media screen and (max-width: 767px) {
    .shops-list__item {
      width: calc(100% - 20px); } }
  .shops-list__item h4 {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.36px;
    margin: 0px 0px auto 0px; }
    .shops-list__item h4 a {
      text-decoration: none;
      color: #4a4a4a; }
    .shops-list__item h4 a:hover {
      text-decoration: underline; }
  .shops-list__item h5 {
    margin-bottom: 20px; }
  .shops-list__item p {
    margin-bottom: 6px;
    padding-left: 22px;
    position: relative;
    font-size: 13px;
    line-height: 1.38;
    font-family: 'Montserrat', sans-serif;
    color: #4a4a4a; }
    .shops-list__item p a {
      color: #e40427;
      text-decoration: underline; }
    .shops-list__item p a:hover {
      text-decoration: none; }
    .shops-list__item p a[href^="tel:"] {
      text-decoration: none;
      color: #4a4a4a; }
  .shops-list__item h4 + p {
    margin-top: 8px; }
  .shops-list__item > a {
    font-family: 'Montserrat', sans-serif;
    color: #e40427;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block; }
    .shops-list__item > a:hover {
      text-decoration: none; }

.aboutus h2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 34px; }
  @media screen and (max-width: 767px) {
    .aboutus h2 {
      font-size: 18px;
      line-height: 24px; } }
  .aboutus h2.noupper {
    text-transform: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px; }
  .aboutus h2 a {
    color: #ca001d; }
  .aboutus h2.h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 49px; }
    @media screen and (max-width: 767px) {
    .aboutus h2.h1 {
      font-size: 30px;
      line-height: 40px; } }
  .aboutus .btn-success {
    width: 100%;
    max-width: 410px; }

.whatwedo-red {
  background-color: #c33a45;
  background-image: url('../../skins/vetamix/img/stock/bg2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px;
  color: white;
  margin: 100px 0px; }
  .whatwedo-red img {
    width: 48px;
    height: auto;
    float: left;
    margin-top: 62px; }
  .whatwedo-red .in {
    float: right;
    width: calc(100% - 88px); }
  .whatwedo-red h3 {
    font-size: 23px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase; }
  .whatwedo-red p {
    color: white; }

.yellow-wide {
  background-color: #efb27e;
  background-image: url('../../skins/vetamix/img/stock/bg1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
  margin: 100px 0px;
  margin-bottom: 0px;
  text-align: center; }
  .yellow-wide h2 {
    color: #39393a;
    font-size: 33px;
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .yellow-wide h2 {
      font-size: 20px;
      line-height: 30px; } }
  .yellow-wide .btn {
    width: 100%;
    max-width: 410px; }

.event-mini img {
  width: 330px;
  float: left; }
  @media screen and (max-width: 1374px) {
    .event-mini img {
      width: 150px; } }
  @media screen and (max-width: 991px) {
    .event-mini img {
      float: none;
      width: auto;
      margin-bottom: 10px; } }
  .event-mini .in {
    float: right;
    width: calc(100% - 360px); }
  @media screen and (max-width: 1374px) {
    .event-mini .in {
      width: calc(100% - 170px); } }
  @media screen and (max-width: 991px) {
    .event-mini .in {
      float: none;
      width: auto; } }
  .event-mini table {
    width: 100%;
    margin: 0px 0px 40px 0px; }
  .event-mini table tr td {
    font-size: 14px;
    line-height: 20px;
    padding: 1px 0px; }
    .event-mini table tr td:first-of-type {
      font-weight: 700; }
    .event-mini table tr td:last-of-type {
      text-align: right; }

.events-list {
  margin: 50px -15px 50px -15px; }
  .events-list:before, .events-list:after {
    content: " ";
    display: table; }
  .events-list:after {
    clear: both; }
  @media screen and (max-width: 767px) {
  .events-list {
    margin: 30px 0px 30px 0px; } }
  .events-list .event-mini {
    float: left;
    width: calc(50% - 30px);
    margin: 15px; }
  @media screen and (max-width: 767px) {
    .events-list .event-mini {
      float: none;
      width: auto;
      margin: 15px 0px; } }
  .events-list .event-mini:nth-of-type(2n+1) {
    clear: both; }

.grey-wide {
  background-color: #f6f6f6;
  padding: 40px 0px;
  margin: 100px 0px; }
  .grey-wide h2 span {
    color: #c70222; }
  .grey-wide.local {
    margin-bottom: 0px; }
  .grey-wide.local h2 {
    font-size: 23px;
    font-weight: 900;
    line-height: 39px;
    margin-bottom: 40px; }
  .grey-wide.local h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 27px;
    margin-top: 0px;
    position: relative;
    padding-left: 38px;
    text-transform: uppercase; }
    .grey-wide.local h3 .fa {
      position: absolute;
      left: 3px;
      top: -3px;
      font-weight: 400;
      color: #c70222;
      font-size: 28px; }
  .grey-wide.local h4 {
    font-size: 23px;
    font-weight: 900;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 40px; }
    .grey-wide.local h4 span, .grey-wide.local h4 a {
      color: #ca001d; }
  .grey-wide.local .btn {
    width: 100%;
    max-width: 410px; }
  .grey-wide.quality {
    margin-top: 0px; }
  .grey-wide.quality .cat-dog {
    margin-bottom: 0px; }

.how-button-wrap {
  position: relative; }
  @media screen and (max-width: 991px) {
  .how-button-wrap {
    padding-bottom: 50px; } }
  .how-button-wrap .btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 185px; }
  @media screen and (max-width: 1374px) {
    .how-button-wrap .btn {
      bottom: -20px; } }
  @media screen and (max-width: 991px) {
    .how-button-wrap .btn {
      bottom: -30px; } }
  .how-button-wrap .btn img {
    position: absolute;
    top: -46px;
    right: 78px;
    transform: rotate(23deg);
    width: 80px;
    height: 31px; }
  .how-button-wrap .col-sm-2 {
    position: static; }

.package-head {
  padding: 45px 0px 10px 0px;
  background-color: #f5f5f5;
  margin-top: 40px; }
  .package-head h2 {
    font-size: 35px;
    line-height: 40px; }

.package-wrap {
  background-color: #f5f5f5;
  padding: 15px 0px;
  background-position: left top;
  background-repeat: no-repeat; }
  .package-wrap.package-1 {
    background-image: url('../../skins/vetamix/img/package1bg.png'); }
  .package-wrap.package-2 {
    background-image: url('../../skins/vetamix/img/package2bg.png'); }
  .package-wrap.package-3 {
    background-image: url('../../skins/vetamix/img/package3bg.png'); }
  .package-wrap .package-box {
    background-color: white; }
  .package-wrap .package-box .in {
    padding: 40px 60px 40px 80px; }
    @media screen and (max-width: 767px) {
    .package-wrap .package-box .in {
      padding: 15px; } }
    .package-wrap .package-box .in h3 {
      font-size: 35px;
      font-weight: 900;
      text-transform: uppercase;
      margin: 0px 0px 20px 0px; }
    @media screen and (max-width: 767px) {
      .package-wrap .package-box .in h3 {
        font-size: 20px; } }
    .package-wrap .package-box .in h3 span {
      color: #d52c30; }
    .package-wrap .package-box .in ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      border-bottom: 4px solid #dbd1c8;
      padding-bottom: 10px;
      margin-bottom: 10px;
      display: inline-block; }
    .package-wrap .package-box .in ul li {
      margin-bottom: 1px;
      font-family: 'Montserrat', sans-serif;
      position: relative;
      padding-left: 40px;
      font-weight: bold;
      font-size: 14px;
      color: #d52c30; }
      .package-wrap .package-box .in ul li span {
        color: black; }
        .package-wrap .package-box .in ul li span:first-of-type {
          display: inline-block;
          width: 37px;
          position: absolute;
          top: 0px;
          left: 0px; }
    .package-wrap .package-box .in .summary-buy {
      font-size: 15px;
      font-weight: bold;
      color: black; }
    .package-wrap .package-box .in .summary-buy span {
      color: #d52c30; }
    .package-wrap .package-box .in .summary-buy i {
      text-decoration: line-through;
      font-style: normal; }
    @media screen and (max-width: 767px) {
        .package-wrap .package-box .in .summary-buy strong {
          display: block; } }
    .package-wrap .package-box .in .summary-buy .btn {
      margin-left: 40px; }
      @media screen and (max-width: 767px) {
      .package-wrap .package-box .in .summary-buy .btn {
        display: block;
        margin: 5px 0px; } }
  .package-wrap .package-box img {
    width: 100%; }

.howto {
  background-color: white;
  padding: 60px 0px; }
  .howto h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 59px;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .howto h2 {
      font-size: 23px;
      line-height: 33px; } }
  .howto h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase; }
  .howto .howto-wrap:before, .howto .howto-wrap:after {
    content: " ";
    display: table; }
  .howto .howto-wrap:after {
    clear: both; }
  .howto .howto-wrap .left {
    float: left;
    width: 48%; }
    @media screen and (max-width: 767px) {
    .howto .howto-wrap .left {
      width: auto;
      float: none; } }
  .howto .howto-wrap .right {
    float: right;
    width: 48%; }
    @media screen and (max-width: 767px) {
    .howto .howto-wrap .right {
      width: auto;
      float: none; } }
  .howto .line-content {
    border-left: 1px dashed #d41f2d;
    margin-left: 35px;
    padding-left: 30px;
    position: relative;
    padding-bottom: 40px; }
  .howto .line-content.line-img {
    padding-left: 70px; }
    .howto .line-content.line-img h3 {
      color: #c70222; }
  .howto .line-content.last {
    border: none; }
  .howto .line-content .img {
    position: absolute;
    top: 0px;
    left: -26px;
    padding-bottom: 10px;
    background-color: white; }
    .howto .line-content .img img {
      width: 56px;
      height: auto; }
  .howto .line-box {
    background-color: #ebebeb;
    padding: 20px; }
  .howto .line-box h4 {
    font-size: 13px;
    font-weight: 900;
    line-height: 27px;
    text-transform: uppercase;
    margin-top: 0px; }

.my-account h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 900;
  margin-top: 0px;
  line-height: 34px;
  text-transform: none;
  margin-bottom: 40px; }
  .my-account h2 {
    text-transform: none;
    margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .my-account .btn {
      margin: 5px 0px; } }
  .my-account .quick-shopping {
    padding: 20px 0px 20px 80px;
    background-image: url('../../skins/vetamix/img/cart.svg');
    background-position: center left 5px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    max-width: 600px; }
  .my-account .my-orders {
    margin-bottom: 30px; }
  .my-account .my-orders:before, .my-account .my-orders:after {
    content: " ";
    display: table; }
  .my-account .my-orders:after {
    clear: both; }
  @media screen and (max-width: 767px) {
        .my-account .my-orders table thead {
          display: none; } }
    .my-account .my-orders table thead tr th {
      font-weight: normal; }
    @media screen and (max-width: 767px) {
        .my-account .my-orders table tbody tr {
          display: block;
          border-top: 1px solid white;
          border-bottom: 1px solid white; } }
      .my-account .my-orders table tbody tr td {
        background-color: #f4f4f4;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        padding: 10px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
      .my-account .my-orders table tbody tr td {
        display: block;
        border: none;
        text-align: center;
        padding: 5px !important; } }
        .my-account .my-orders table tbody tr td a {
          color: #e40427; }
  .my-account .my-address {
    width: 100%; }
  @media screen and (max-width: 767px) {
        .my-account .my-address tbody tr {
          display: block;
          border-bottom: 2px solid #333; } }
    .my-account .my-address tbody tr td {
      vertical-align: top;
      padding: 10px; }
      @media screen and (max-width: 767px) {
      .my-account .my-address tbody tr td {
        display: block;
        text-align: center;
        padding: 5px !important; } }
      .my-account .my-address tbody tr td a {
        color: #e40427;
        font-size: 20px; }
      .my-account .my-address tbody tr td:first-of-type {
        padding-left: 0px; }
      .my-account .my-address tbody tr td:last-of-type {
        padding-right: 0px; }

.discount-info-wrap h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .discount-info-wrap h2 {
      font-size: 20px; } }
  .discount-info-wrap .box {
    width: 110px;
    margin: 50px auto 30px auto; }
  @media screen and (max-width: 991px) {
    .discount-info-wrap .box {
      margin: 20px auto; } }
  .discount-info-wrap .signup {
    margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .discount-info-wrap .signup {
      margin: 10px 0px 50px 0px !important;
      display: block;
      max-width: 180px; } }
  .discount-info-wrap .discount-table {
    color: #39393a;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .discount-info-wrap .discount-table thead tr th {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
        .discount-info-wrap .discount-table thead tr th {
          font-size: 14px; } }
  .discount-info-wrap .discount-table tbody tr td {
    font-size: 18px;
    font-weight: bold;
    padding: 2px 10px 2px 0px; }
    .discount-info-wrap .discount-table tbody tr td:first-of-type {
      white-space: nowrap; }
    @media screen and (max-width: 767px) {
        .discount-info-wrap .discount-table tbody tr td {
          font-size: 14px; } }
    .discount-info-wrap .discount-table tbody tr td strong {
      color: #d52c30; }
      .discount-info-wrap .discount-table tbody tr td strong span {
        font-weight: 500; }
    .discount-info-wrap .discount-table tbody tr td span {
      font-weight: 500; }
  .discount-info-wrap .discount-registration {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500; }
  @media screen and (max-width: 991px) {
      .discount-info-wrap .discount-registration br {
        display: none; } }
  .discount-info-wrap .discount-registration strong {
    font-weight: bold; }
  .discount-info-wrap .discount-registration > small {
    text-transform: none;
    display: block;
    font-size: 18px; }
  @media screen and (max-width: 991px) {
      .discount-info-wrap .discount-registration .btn {
        margin: 10px 0px;
        display: block;
        max-width: 180px; } }

.page-products h2 {
  text-align: center;
  margin: 40px 0 40px; }

.election-link {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0 80px 0 30px;
  line-height: 40px;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  background: #d31318 url('../../skins/vetamix/img/elections/bobika-link.png') 108% 0% no-repeat; }
  .election-link strong {
    font-weight: 700; }
  .election-link:hover, .election-link .active {
    color: #fff;
    text-decoration: none;
    background-color: #dbd1c8; }

.elections {
  background-color: #fff; }
  .elections h2 {
    font-size: 40px;
    font-weight: 900;
    color: #d31318;
    margin: 100px 0 43px 0;
    text-transform: uppercase; }
    @media (max-width: 991px) {
  .elections h2 {
    margin: 50px 0 43px 0; } }

.el-header {
  background-color: #e0dfd0;
  margin-bottom: 70px;
  height: 450px;
  background-image: url('../../skins/vetamix/img/elections/shine.png'); }
  @media (max-width: 767px) {
  .el-header {
    height: auto;
    padding-bottom: 40px; } }
  .el-header .bobika {
    height: 450px;
    background-image: url('../../skins/vetamix/img/elections/bobika-barf.png');
    background-position: 90px 40px;
    background-repeat: no-repeat; }
    @media (max-width: 1374px) {
  .el-header .bobika {
    background-position: 0 40px;
    background-size: cover; } }
    @media (max-width: 767px) {
  .el-header .bobika {
    height: 250px;
    background-position: 0 20px; } }
  .el-header h1 {
    color: #d31318;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 900;
    text-align: left;
    line-height: 70px; }
    @media (max-width: 1374px) {
  .el-header h1 {
    font-size: 50px; } }
    @media (max-width: 991px) {
  .el-header h1 {
    font-size: 40px;
    line-height: 45px; } }
    @media (max-width: 767px) {
  .el-header h1 {
    text-align: center;
    margin-bottom: 20px; } }
  .el-header .el-header--content {
    padding: 30px 0; }
    @media (max-width: 767px) {
  .el-header .el-header--content {
    padding: 0; } }
  @media (max-width: 767px) {
    .el-header .candidate {
      text-align: center; } }
    .el-header .candidate strong {
      display: block;
      font-size: 25px;
      color: #000;
      font-weight: 900; }
    .el-header .candidate p {
      font-size: 16px;
      margin: 0;
      font-weight: 500; }

.el-body {
  text-align: center; }
  .el-body .el-about {
    font-size: 25px;
    padding: 0 15%;
    font-weight: 400; }
    @media (max-width: 991px) {
  .el-body .el-about {
    font-size: 20px; } }
    @media (max-width: 767px) {
  .el-body .el-about {
    padding: 0; } }
  .el-body .program, .el-body .candidates {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .el-body .program li {
    margin-bottom: 40px; }
    .el-body .program li span {
      display: inline-block;
      font-size: 25px;
      color: #d31318;
      font-weight: 900;
      margin-right: 5px; }
      @media (max-width: 991px) {
    .el-body .program li span {
      font-size: 23px; } }
    .el-body .program li strong {
      font-size: 25px;
      font-weight: 900;
      text-transform: uppercase; }
    .el-body .program li p {
      display: block;
      margin: 0;
      font-size: 20px;
      font-weight: 400;
      line-height: 18px; }
      @media (max-width: 991px) {
    .el-body .program li p {
      font-size: 18px;
      line-height: 22px; } }
      @media (max-width: 767px) {
    .el-body .program li p {
      margin-top: 5px; } }
  .el-body .candidates {
    display: flex; }
    @media (max-width: 767px) {
  .el-body .candidates {
    flex-wrap: wrap;
    justify-content: space-between; } }
    .el-body .candidates li {
      flex: 1;
      margin: 0 12.5px;
      text-align: left; }
    @media (max-width: 767px) {
    .el-body .candidates li {
      flex: 0 48%;
      margin: 0;
      text-align: center; } }
    @media (min-width: 767px) {
    .el-body .candidates li:first-child {
      margin-left: 0; }
    .el-body .candidates li:last-child {
      margin-left: 0; } }
    .el-body .candidates li .candidate-img {
      height: 220px;
      margin-bottom: 40px; }
      @media (max-width: 1374px) {
    .el-body .candidates li .candidate-img {
      height: auto; } }
      @media (max-width: 991px) {
    .el-body .candidates li .candidate-img {
      margin-bottom: 0; } }
    .el-body .candidates li h3 {
      font-weight: 900;
      font-size: 27px; }
      @media (max-width: 991px) {
    .el-body .candidates li h3 {
      font-size: 23px; } }
    .el-body .candidates li p {
      height: 85px;
      font-size: 17px;
      font-weight: 500; }
      @media (max-width: 991px) {
    .el-body .candidates li p {
      font-size: 14px; } }
      @media (max-width: 767px) {
    .el-body .candidates li p {
      height: auto; } }
    .el-body .candidates li blockquote {
      font-size: 19px;
      font-style: italic;
      border: 0;
      padding: 0; }
      @media (max-width: 991px) {
    .el-body .candidates li blockquote {
      font-size: 16px; } }

.el-footer {
  margin-top: 120px;
  background: #e2e1d2 url('../../skins/vetamix/img/elections/cora.png') no-repeat; }
  @media (min-width: 1374px) {
  .el-footer {
    background-position: 170% 47%; } }
  @media (min-width: 1500px) {
  .el-footer {
    background-position: 140% 47%; } }
  @media (min-width: 1700px) {
  .el-footer {
    background-position: 120% 47%; } }
  @media (max-width: 1374px) {
  .el-footer {
    background-position: 250% 47%; } }
  @media (max-width: 1200px) {
  .el-footer {
    background-image: url('../../skins/vetamix/img/elections/cora-middle.png');
    background-position: 100% 47%; } }
  @media (max-width: 1100px) {
  .el-footer {
    background-image: url('../../skins/vetamix/img/elections/cora-small.png');
    background-position: 100% 47%; } }
  @media (max-width: 991px) {
  .el-footer {
    background-position: 140% 47%; } }
  @media (max-width: 767px) {
  .el-footer {
    background-image: none; } }
  .el-footer .el-content {
    margin: 80px 0 50px 0;
    padding-left: 100px;
    padding-right: 130px;
    font-size: 27.64px;
    font-weight: 500;
    text-align: right;
    line-height: 34px;
    font-style: italic; }
    @media (max-width: 1374px) {
  .el-footer .el-content {
    padding-left: 70px; } }
    @media (max-width: 991px) {
  .el-footer .el-content {
    font-size: 20px;
    text-align: center;
    padding: 0 50px;
    margin: 100px 0 50px 0; } }
    @media (max-width: 767px) {
  .el-footer .el-content {
    font-size: 14px;
    margin: 50px 0 0 0; } }
  .el-footer .el-author {
    text-align: right; }
    @media (max-width: 767px) {
  .el-footer .el-author {
    text-align: center; } }
    .el-footer .el-author h3 {
      font-weight: 900;
      font-size: 27px; }
    .el-footer .el-author p {
      margin: 0 0 40px 0;
      font-size: 17.73px;
      font-weight: 500; }

.blog-products {
  border-top: 2px solid rgba(236, 236, 236, 0.58);
  margin-top: 20px;
  clear: both;
  overflow: hidden; }
  .blog-products h3.sectionTitle {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px; }

.blog-categories h3 {
  color: #86a700;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 15px; }
  .blog-categories table {
    width: 100%; }
    .blog-categories table tr {
      border-bottom: 1px solid rgba(236, 236, 236, 0.58); }
      .blog-categories table tr:last-of-type {
        border-bottom: 2px solid rgba(236, 236, 236, 0.58); }
    .blog-categories table td {
      padding: 5px 5px; }
      .blog-categories table td:last-of-type {
        text-align: right; }
  .blog-categories a {
    text-decoration: none; }
    .blog-categories a:hover {
      text-decoration: underline; }

.blog-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .blog-list * {
    box-sizing: border-box; }
  .blog-list ul.blog-tags {
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; }
    .blog-list ul.blog-tags > li {
      display: inline-block;
      width: 20%;
      margin: 0 6px 10px 0;
      height: 107px; }
      .blog-list ul.blog-tags > li a {
        position: relative;
        padding: 0;
        height: 107px;
        line-height: 107px; }
        .blog-list ul.blog-tags > li a span {
          position: relative;
          z-index: 10; }
        .blog-list ul.blog-tags > li a:hover:after {
          content: ' ';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(102, 188, 241, 0.7); }
      .blog-list ul.blog-tags > li:last-child {
        margin-right: 0; }
      .blog-list ul.blog-tags > li.active a:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(102, 188, 241, 0.7); }
  .blog-list .blog-separator {
    margin-bottom: 40px; }

.blog-list-article {
  position: relative;
  background-color: rgba(236, 236, 236, 0.58);
  width: 32%;
  height: 400px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 27px;
  transition: background-color 0.3s;
  transition-timing-function: linear; }
  .blog-list-article .blog-list-article-image {
    position: relative;
    display: flex;
    height: 200px;
    justify-content: center; }
    .blog-list-article .blog-list-article-image img {
      max-height: 200px; }
    .blog-list-article .blog-list-article-image a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      line-height: 48px;
      opacity: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 11;
      margin: auto;
      transition: opacity 0.3s;
      transition-timing-function: linear; }
      .blog-list-article .blog-list-article-image a .read-more {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        height: 47px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        background-color: #fff;
        font-family: Oswald, sans-serif;
        font-size: 15.5px;
        color: #66bcf1; }
        .blog-list-article .blog-list-article-image a .read-more:after {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #fff;
          border-width: 10px;
          margin-left: -10px; }
  .blog-list-article .blog-list-article-content {
    font-family: Arial, sans-serif;
    font-size: 11.5px;
    padding: 10px;
    height: 168px;
    color: #353535;
    margin-top: 10px;
    transition: background-color 0.3s;
    transition-timing-function: linear; }
    .blog-list-article .blog-list-article-content h3 {
      margin-bottom: 5px; }
      .blog-list-article .blog-list-article-content h3 > a {
        font-size: 18px;
        font-family: Oswald, sans-serif;
        text-decoration: none;
        color: #353535; }
    .blog-list-article .blog-list-article-content p {
      display: none;
      line-height: 18px;
      overflow: hidden;
      height: 70px;
      margin-bottom: 0; }
      .blog-list-article .blog-list-article-content p:first-of-type {
        display: block; }
  .blog-list-article:hover {
    background-color: rgba(102, 188, 241, 0.7); }
    .blog-list-article:hover .blog-list-article-image a {
      opacity: 1; }
    .blog-list-article:hover .blog-list-article-content {
      position: relative;
      z-index: 11;
      background-color: #fff; }
    .blog-list-article:hover:after {
      content: ' ';
      background-color: rgba(102, 188, 241, 0.7);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }

@media (max-width: 1030px) {
  .blog-list-article {
    width: 49%; } }

@media (max-width: 760px) {
  .blog-list-article {
    width: 100%; } }
/*
 .blog-list-article-content:first-child {
 margin: 0px 0 15px 0;
 }*/
.blog-article {
  font-family: Arial, sans-serif;
  font-size: 14.5px;
  line-height: 19px;
  margin: 5px 0 15px 0; }
  .blog-article a {
    color: #66bcf1;
    font-weight: 700; }
  .blog-article p {
    margin-bottom: 20px; }
  .blog-article h1, .blog-article h2, .blog-article h3, .blog-article h4, .blog-article h5, .blog-article h6 {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px; }
  .blog-article h1 {
    font-size: 24.5px;
    line-height: 32.5px;
    margin-top: 0;
    padding-bottom: 0;
    border: 0; }
  .blog-article h2 {
    font-size: 18px; }
  .blog-article h3 {
    font-size: 18px; }
  .blog-article h4, .blog-article h5, .blog-article h6 {
    font-size: 14px; }

.blog-article-header {
  float: left;
  background-color: rgba(236, 236, 236, 0.58);
  margin-bottom: 39px; }

.blog-article-annotation {
  font-size: 15.5px;
  line-height: 24.5px; }
  .blog-article-annotation p:last-of-type {
    margin-bottom: 0; }

.blog-article-image {
  float: left;
  width: 30%;
  background-color: #fff; }
  .blog-article-image a {
    display: block;
    text-align: center; }

.blog-article-info {
  float: right;
  width: 70%;
  padding: 25px 33px 21px 33px;
  font-weight: 400; }
  .blog-article-info p {
    font-weight: 400; }

.blog-article-text {
  clear: both;
  line-height: 24.5px;
  padding: 0 20px;
  font-weight: 400; }
  .blog-article-text p {
    font-weight: 400; }
  .blog-article-text strong {
    font-weight: 800; }

ul.blog-drobeckova {
  font-family: Oswald, sans-serif;
  padding: 0;
  margin: 0 0 12px 0; }
  ul.blog-drobeckova li {
    display: inline-block;
    font-size: 11px; }
    ul.blog-drobeckova li a {
      color: #66bcf1;
      text-decoration: none; }
    ul.blog-drobeckova li:after {
      content: "/";
      display: inline-block;
      margin: 0 3px;
      color: #dcddde; }
    ul.blog-drobeckova li:last-child:after {
      content: ""; }

.blog-gallery {
  padding: 0 20px; }
  .blog-gallery ul {
    padding-left: 0; }
    .blog-gallery ul li {
      display: inline-block;
      width: 100px;
      height: 100px;
      margin: 0 10px 10px 0; }
      .blog-gallery ul li a {
        display: block;
        text-align: center;
        width: 100px;
        height: 100px;
        line-height: 100px; }
        .blog-gallery ul li a img {
          max-width: 100%;
          max-height: 100%; }
/*
 @media (max-width: 1030px) {
 .blog-article-image {
 float: none;
 }
 .blog-article-annotation {
 width: calc(100% - 30px);
 float: none;
 }
 }*/
@media (max-width: 760px) {
  .blog-article-header {
    float: none; }

  .blog-article-image {
    float: none;
    width: 100%; }
    .blog-article-image img {
      width: 100%; }

  .blog-article-info {
    float: none;
    width: calc(100% - 66px); } }

.blog-thumb {
  display: flex;
  flex-direction: column; }
  .blog-thumb .img {
    width: 100%; }
    .blog-thumb .img img {
      display: block;
      width: 100%; }
  .blog-thumb .in {
    background-color: white;
    margin: -20px 20px 0px 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    @media (max-width: 500px) {
  .blog-thumb .in {
    margin: 0px; } }
    .blog-thumb .in h2 {
      font-family: Montserrat;
      font-size: 17px;
      font-weight: 800;
      text-align: left;
      color: #af1c1a;
      margin-bottom: 11px;
      margin-top: 0px; }
      .blog-thumb .in h2 a {
        color: #af1c1a; }
    .blog-thumb .in p {
      font-family: Arial;
      font-size: 13px;
      font-weight: normal;
      line-height: 1.38;
      text-align: left;
      color: #000;
      margin-bottom: 18px; }
    .blog-thumb .in .btn {
      margin: auto auto 0px auto; }

.show-more .btn {
  text-transform: none;
  padding-left: 25px;
  padding-right: 25px;
  height: 55px;
  line-height: 55px;
  font-size: 20px; }

.blog-owl-wrap {
  padding: 65px 0px 40px 0px; }
  @media (max-width: 500px) {
  .blog-owl-wrap {
    padding: 30px 0px; } }
  .blog-owl-wrap .container > h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
    color: #3d3d3c; }
  .blog-owl-wrap .owl-wrap {
    max-width: 1100px;
    padding: 0px 50px;
    margin: auto auto 45px auto; }
    @media (max-width: 500px) {
  .blog-owl-wrap .owl-wrap {
    padding: 0px 30px; } }
    .blog-owl-wrap .owl-wrap .owl-stage {
      display: flex; }
      .blog-owl-wrap .owl-wrap .owl-stage .owl-item {
        display: flex; }
        .blog-owl-wrap .owl-wrap .owl-stage .owl-item .item {
          display: flex; }
    .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"] {
      position: absolute;
      top: 133px;
      width: 37px;
      height: 33px;
      margin: 0px;
      padding: 0px;
      background-color: transparent;
      border-radius: 0px;
      outline: 0;
      background-size: 37px 33px;
      background-position: center center;
      background-repeat: no-repeat; }
      .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"]:before, .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"]:after {
        display: none; }
      .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"].owl-next {
        background-image: url('../../skins/vetamix/img/owl-right.svg');
        right: -140px; }
        @media (max-width: 1230px) {
  .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -50px; } }
        @media (max-width: 500px) {
  .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -30px; } }
      .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"].owl-prev {
        background-image: url('../../skins/vetamix/img/owl-left.svg');
        left: -140px; }
        @media (max-width: 1230px) {
  .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: -50px; } }
        @media (max-width: 500px) {
  .blog-owl-wrap .owl-wrap .owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: -30px; } }
/** redesign **/
.card-blog {
  display: flex;
  flex-wrap: wrap;
  background-color: #fbfbfb; }
  .card-blog__img {
    width: 100%;
    display: block; }
    .card-blog__img img {
      width: 100%; }
    .card-blog__img__small {
      display: none; }
    .card-blog__img__big {
      display: block; }
  .card-blog__in {
    padding: 19px 33px 25px 33px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (max-width: 991px) {
  .card-blog__in {
    padding: 22px 25px 21px 25px; } }
    .card-blog__in > small {
      display: block;
      opacity: 0.5;
      color: #3d3d3c;
      font-size: 12px;
      font-weight: 500;
      line-height: 1; }
    .card-blog__in h3 {
      color: #e40427;
      font-size: 30px;
      font-weight: 700;
      line-height: 1.3;
      text-align: left;
      margin: 1px 0 13px 0; }
      @media screen and (max-width: 991px) {
  .card-blog__in h3 {
    font-size: 20px;
    margin: 4px 0 11px 0; } }
      .card-blog__in h3 a {
        color: #e40427 !important;
        text-decoration: none !important;
        display: block;
        max-height: 39px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media screen and (max-width: 991px) {
  .card-blog__in h3 a {
    -webkit-line-clamp: 2;
    max-height: 52px; } }
    .card-blog__in p {
      max-height: 60px;
      color: #000;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.43;
      text-align: left;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 24px; }
      @media screen and (max-width: 991px) {
  .card-blog__in p {
    font-size: 13px;
    -webkit-line-clamp: 2;
    max-height: 40px; } }
    .card-blog__in > a {
      display: inline-block;
      color: #e40427;
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      padding-bottom: 8px;
      border-bottom: 2px solid #dbd1c8;
      text-decoration: none !important;
      margin-top: auto; }
      .card-blog__in > a:hover {
        border-bottom: 2px solid #e40427; }
  .card-blog--small .card-blog__img {
    width: 300px; }
    @media screen and (max-width: 991px) {
    .card-blog--small .card-blog__img {
      width: 100%; } }
    .card-blog--small .card-blog__img .card-blog__img__small {
      display: block; }
      @media screen and (max-width: 991px) {
    .card-blog--small .card-blog__img .card-blog__img__small {
      display: none; } }
    .card-blog--small .card-blog__img .card-blog__img__big {
      display: none; }
      @media screen and (max-width: 991px) {
    .card-blog--small .card-blog__img .card-blog__img__big {
      display: block; } }
    .card-blog--small .card-blog__in {
      width: calc(100% - 300px);
      padding: 22px 25px 21px 25px; }
    @media screen and (max-width: 991px) {
    .card-blog--small .card-blog__in {
      width: 100%; } }
    .card-blog--small .card-blog__in h3 {
      font-size: 20px;
      margin: 4px 0 11px 0; }
      .card-blog--small .card-blog__in h3 a {
        -webkit-line-clamp: 2;
        max-height: 52px; }
    .card-blog--small .card-blog__in > a {
      font-size: 13px; }
    .card-blog--small .card-blog__in p {
      max-height: 40px;
      -webkit-line-clamp: 2; }

.blog-grid {
  margin: 55px 0; }
  .blog-grid h2 {
    color: #3d3d3c;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px; }
  .blog-grid__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .blog-grid__left {
    width: calc(50% - 10px); }
    @media screen and (max-width: 1374px) {
  .blog-grid__left {
    width: 100%;
    margin-bottom: 40px; } }
  .blog-grid__right {
    width: calc(50% - 10px); }
    @media screen and (max-width: 1374px) {
  .blog-grid__right {
    width: 100%; } }
    .blog-grid__right .card-blog + .card-blog {
      margin-top: 40px; }

.registration-confirm {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0px 0px 30px;
  margin-bottom: 30px; }
  .registration-confirm > div {
    width: 100%; }
  .registration-confirm .label-checkbox {
    padding-left: 35px;
    height: 14px;
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55; }
    .registration-confirm .label-checkbox a {
      text-decoration: underline;
      color: #e40427; }
      .registration-confirm .label-checkbox a:hover {
        color: #e40427;
        text-decoration: none; }
    .registration-confirm .label-checkbox .icheckbox {
      width: 21px;
      height: 21px; }
    .registration-confirm .label-checkbox .icheckbox.checked::after {
      font-size: 12px;
      top: 2px;
      right: 4px; }

#frm-registrationForm-userData-referral {
  max-width: 200px; }

.nav-next {
  text-align: right;
  margin-top: auto; }
  .nav-next .btn {
    min-width: 240px;
    background-color: #59b559;
    font-size: 20px;
    color: white;
    text-transform: none; }
    .nav-next .btn:hover {
      background-color: #449744; }

.nav-customer {
  margin: 0 -1px 0 0;
  padding: 0;
  list-style-type: none;
  width: calc(100% + 1px); }
  @media screen and (max-width: 1375px) {
  .nav-customer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px 0; } }
  @media screen and (max-width: 768px) {
  .nav-customer {
    justify-content: space-between; } }
  .nav-customer li {
    width: 100%;
    padding: 0 35px 0 0;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 1375px) {
  .nav-customer li {
    margin: 5px;
    padding: 0;
    width: auto; } }
    @media screen and (max-width: 768px) {
  .nav-customer li {
    width: calc(50% - 5px);
    margin: 0 0 5px 0; } }
    @media screen and (max-width: 480px) {
  .nav-customer li {
    width: 100%; } }
    .nav-customer li a {
      display: flex;
      min-height: 54px;
      padding: 5px 22px;
      border: solid 1px #e40427;
      background-color: #fff;
      text-decoration: none;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: -0.3px;
      color: #e40427;
      align-items: center;
      justify-content: flex-start;
      text-transform: uppercase;
      position: relative;
      text-align: center;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
  .nav-customer li a {
    min-height: 40px;
    padding: 5px 15px; } }
      .nav-customer li a img, .nav-customer li a svg {
        width: auto;
        height: 14px; }
        .nav-customer li a img path, .nav-customer li a svg path {
          fill: #e40427; }
      .nav-customer li a small {
        display: flex;
        width: 14px;
        height: 14px;
        margin-right: 13px;
        align-items: center;
        justify-content: center; }
      .nav-customer li a img + span, .nav-customer li a svg + span, .nav-customer li a span + img, .nav-customer li a span + svg {
        margin-left: 10px; }
      .nav-customer li a.logout {
        border: solid 1px #5d5d5c;
        color: #5d5d5c; }
        .nav-customer li a.logout img, .nav-customer li a.logout svg {
          width: 23px;
          height: 21px; }
          .nav-customer li a.logout img path, .nav-customer li a.logout svg path {
            fill: #5d5d5c; }
    .nav-customer li.active {
      padding-right: 0; }
    .nav-customer li.active a, .nav-customer li a:hover {
      background-color: #e40427;
      color: white; }
      .nav-customer li.active a svg path, .nav-customer li a:hover svg path {
        fill: #fff !important; }
      .nav-customer li.active a.logout, .nav-customer li a:hover.logout {
        background-color: #5d5d5c; }
  .nav-customer--bigger li a {
    padding: 5px 38px; }
    .nav-customer--bigger li a svg + span {
      margin-left: 5px; }

#modal-login .modal-dialog {
  max-width: 460px; }
  #modal-login .modal-dialog .modal-header {
    padding-bottom: 0px !important; }
  #modal-login .modal-dialog .modal-body .form-group {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto; }
  #modal-login .modal-dialog .modal-body .btn {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  #modal-login .modal-dialog .modal-body p {
    text-align: center; }
  #modal-login .modal-dialog .modal-body p a {
    text-decoration: underline;
    color: #1d1d1b; }
    #modal-login .modal-dialog .modal-body p a:hover {
      text-decoration: none; }
  #modal-login .modal-dialog .modal-body p strong a {
    color: #e40427; }

.table-customer {
  background-color: white; }
  @media screen and (max-width: 767px) {
  .table-customer {
    display: block; } }
  @media screen and (max-width: 767px) {
    .table-customer thead {
      display: none; } }
  .table-customer thead tr td, .table-customer thead tr th {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.31;
    border: none; }
  @media screen and (max-width: 767px) {
    .table-customer tbody {
      display: block; } }
  @media screen and (max-width: 767px) {
      .table-customer tbody tr {
        display: block;
        border-bottom: 2px solid #f5f5f5; } }
  .table-customer tbody tr td {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    border-bottom: 2px solid #f5f5f5;
    border-top: none !important; }
  @media screen and (max-width: 767px) {
        .table-customer tbody tr td {
          display: block;
          border: none;
          text-align: center !important; } }
  .table-customer tbody tr td a {
    color: #4a4a4a;
    text-decoration: underline; }
    .table-customer tbody tr td a:hover {
      color: #4a4a4a;
      text-decoration: none; }
  .table-customer tbody tr td strong {
    color: #e40427;
    font-weight: 700; }
    .table-customer tbody tr td strong a {
      color: #e40427; }
      .table-customer tbody tr td strong a:hover {
        color: #4a4a4a; }

.points-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 191px;
  height: 191px;
  background-color: #e40427;
  border-radius: 50%;
  text-align: center;
  flex-direction: column;
  margin: 55px auto 30px auto; }
  .points-circle strong {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 3px; }
  .points-circle small {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    letter-spacing: 0.7px; }

.my-points-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .my-points-wrap .my-points {
    width: 310px; }
  @media screen and (max-width: 1374px) {
    .my-points-wrap .my-points {
      margin: auto; } }
  .my-points-wrap .my-points-info {
    width: calc(100% - 340px);
    display: flex; }
  @media screen and (max-width: 1374px) {
    .my-points-wrap .my-points-info {
      width: 100%; } }

#delivery-address-container {
  padding-top: 20px; }

.h2-showhide {
  display: flex;
  align-items: center;
  justify-content: flex-start !important; }
  .h2-showhide > span {
    margin-right: 73px; }
  .h2-showhide label {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    margin: 5px 0px; }
  .h2-showhide label .icheckbox {
    width: 21px;
    height: 21px; }
  .h2-showhide label .icheckbox:after {
    font-size: 12px;
    top: 2px;
    right: 4px; }

.animal-row {
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 992px) {
  .animal-row {
    flex-wrap: wrap; } }
  .animal-row__animal {
    width: 120px;
    min-width: 120px; }
  @media screen and (max-width: 992px) {
    .animal-row__animal {
      width: 100%; } }
  .animal-row__breed, .animal-row__breedcat {
    flex-grow: 1; }
  @media screen and (max-width: 992px) {
    .animal-row__breed, .animal-row__breedcat {
      width: 100%; } }
  .animal-row__name {
    width: 150px;
    min-width: 150px; }
  @media screen and (max-width: 992px) {
    .animal-row__name {
      width: 100%; } }
  .animal-row__weight {
    width: 60px;
    min-width: 60px; }
  @media screen and (max-width: 992px) {
    .animal-row__weight {
      width: 100%; } }
  .animal-row__birthday {
    width: 100px;
    min-width: 100px; }
  @media screen and (max-width: 992px) {
    .animal-row__birthday {
      width: 100%; } }
  .animal-row > div + div {
    margin-left: 10px; }
  @media screen and (max-width: 992px) {
    .animal-row > div + div {
      margin: 0; } }
  @media screen and (max-width: 992px) {
    .animal-row + .animal-row {
      border-top: 1px solid #dbd1c8;
      margin-top: 20px;
      padding-top: 20px; } }

.animal-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .animal-wrap__img {
    width: 124px; }
  .animal-wrap__img img {
    display: block;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .animal-wrap__img {
      display: none; } }
  .animal-wrap__content {
    width: calc(100% - 174px); }
  @media screen and (max-width: 768px) {
    .animal-wrap__content {
      width: 100%; } }
  .animal-wrap__content h2 {
    margin-top: 0;
    font-size: 23px;
    font-weight: 900;
    text-align: left;
    color: #3d3d3c; }
  .animal-wrap__content p {
    font-size: 13px;
    font-weight: 500;
    color: #707070; }

h1.customer-h1 {
  width: calc(100% - 312px);
  text-align: left;
  margin-left: auto;
  padding-left: 53px;
  margin-bottom: 65px; }
  @media screen and (max-width: 1375px) {
  h1.customer-h1 {
    padding-left: 0;
    text-align: center;
    width: 100%; } }

.points-progress {
  position: relative; }
  .points-progress > strong {
    display: block;
    background-color: #d9d9d9;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .points-progress > strong span {
    display: block;
    height: 21px;
    border-radius: 10px;
    background-color: #e40427; }
  .points-progress > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .points-progress > ul li {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center; }
  .points-progress > ul li span {
    margin-top: 31px;
    font-size: 12px;
    text-align: center;
    color: #3d3d3c; }
  .points-progress > ul li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -4px;
    width: 8px;
    height: 8px;
    background-color: #5d5d5c;
    border-radius: 50%; }
  .points-progress > ul li.white:before {
    background-color: white; }

.family-top.box-white {
  padding-top: 0; }
  .family-top h2 {
    margin-bottom: 25px !important; }
  .family-top p {
    font-size: 14px;
    line-height: 1.43;
    color: #707070;
    font-weight: normal; }
  .family-top__progress {
    margin-top: 50px; }
  .family-top__progress__info {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 900;
    color: #3d3d3c;
    margin-bottom: 30px;
    line-height: 1.3; }
  @media screen and (max-width: 768px) {
      .family-top__progress__info {
        display: block;
        font-size: 14px; } }
  .family-top__progress__info strong {
    font-weight: 900;
    color: #e40427; }
  @media screen and (max-width: 768px) {
        .family-top__progress__info__left {
          margin-bottom: 15px; } }
  .family-top__progress__info__right {
    text-align: right; }
  @media screen and (max-width: 768px) {
        .family-top__progress__info__right {
          text-align: left; } }

.family-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 90px 0; }
  @media screen and (max-width: 992px) {
  .family-promo {
    flex-direction: column; } }
  .family-promo__tagline {
    font-size: 53px;
    line-height: 1.13;
    font-weight: 900;
    text-align: left;
    color: #3d3d3c;
    width: 336px; }
  @media screen and (max-width: 992px) {
    .family-promo__tagline {
      width: 100%;
      text-align: center;
      margin-bottom: 25px;
      font-size: 43px; } }
  .family-promo__tagline small {
    display: block;
    font-size: 23px;
    margin-bottom: 12px; }
  .family-promo__tagline strong {
    color: #e40427;
    font-weight: 900; }
  .family-promo__points {
    width: calc(100% - 336px); }
  @media screen and (max-width: 992px) {
    .family-promo__points {
      width: 100%; } }
  .family-promo__points ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%; }
  @media screen and (max-width: 992px) {
      .family-promo__points ul {
        flex-wrap: wrap;
        justify-content: center; } }
  .family-promo__points ul li {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  @media screen and (max-width: 992px) {
        .family-promo__points ul li {
          padding: 25px 5px;
          width: auto; } }
  .family-promo__points ul li picture {
    width: 113px;
    height: 113px;
    border: solid 2px #f0ede8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 22px; }
  .family-promo__points ul li > span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #e40427;
    max-width: 165px; }
    .family-promo__points ul li > span strong {
      font-weight: 800;
      color: #000; }

.customer-profile {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1375px) {
  .customer-profile {
    display: block; } }
  .customer-profile__nav {
    width: 312px; }
  @media screen and (max-width: 1375px) {
    .customer-profile__nav {
      width: 100%; } }
  .customer-profile__content {
    width: calc(100% - 312px);
    border-left: 1px solid #dbd1c8;
    padding: 0 0 0 23px; }
  @media screen and (max-width: 1375px) {
    .customer-profile__content {
      width: 100%;
      padding: 0;
      border: none; } }
  .customer-profile__content .form-group {
    max-width: 600px; }
  @media screen and (max-width: 1375px) {
      .customer-profile__content .form-group {
        max-width: 100%; } }
  .customer-profile__content hr {
    border-top: 1px solid #dbd1c8; }

.cookies-panel {
  padding: 70px 15px 75px 15px;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #1d1d1b;
  z-index: 100;
  overflow: hidden;
  box-sizing: border-box; }
  @media (max-width: 670px) {
  .cookies-panel {
    padding: 30px 15px; } }
  .cookies-panel:after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: #e40427;
    z-index: 10;
    position: absolute; }
  .cookies-panel__text {
    max-width: 595px;
    margin-right: 20px; }
    .cookies-panel__text > strong {
      display: block;
      color: #fff;
      font-size: 24px;
      font-weight: 300;
      letter-spacing: -1.7px;
      text-transform: uppercase;
      margin-bottom: 19px;
      line-height: 1.3; }
    @media (max-width: 670px) {
    .cookies-panel__text__overflow {
      overflow: auto;
      max-height: 88px; } }
      .cookies-panel__text__overflow p {
        color: #f2f2f2;
        font-size: 13px;
        line-height: 1.92;
        letter-spacing: 0.26px; }
        .cookies-panel__text__overflow p:last-of-type {
          margin: 0; }
  .cookies-panel__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 7px; }
    @media (max-width: 670px) {
  .cookies-panel__action {
    margin: 30px auto 0 auto; } }
    .cookies-panel__action__confirm {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 199px;
      height: 47px;
      background-color: #e40427;
      text-decoration: none !important;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
      .cookies-panel__action__confirm:hover {
        background-color: #b50520;
        color: #fff; }
    .cookies-panel__action__more {
      color: #cfcfcf;
      font-size: 13px;
      font-weight: 400;
      text-decoration: underline;
      letter-spacing: 0.26px;
      margin-top: 28px; }
      .cookies-panel__action__more:hover {
        text-decoration: none;
        color: #cfcfcf; }
  .cookies-panel__container {
    max-width: 890px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 670px) {
  .cookies-panel__container {
    flex-direction: column;
    align-items: center; } }
    .cookies-panel__container:before {
      content: "";
      display: block;
      position: absolute;
      top: -51px;
      left: -96px;
      background-size: 270px auto;
      background-repeat: no-repeat;
      width: 270px;
      height: 268px;
      z-index: -1; }
      @media (max-width: 670px) {
  .cookies-panel__container:before {
    display: none; } }

.info-times {
  display: flex;
  align-items: center; }
  .info-times img {
    width: 18px;
    margin-right: 12px; }
  .info-times strong {
    color: #b83a00;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3px; }

.checkbox-slide {
  display: flex;
  color: #e40427;
  font-size: 22px;
  font-weight: 400;
  align-items: center;
  line-height: 1.3;
  text-align: left;
  position: relative;
  cursor: pointer; }
  .checkbox-slide input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .checkbox-slide span {
    display: flex;
    align-items: center;
    min-height: 24px;
    padding-left: 65px; }
    .checkbox-slide span:before {
      content: "";
      position: absolute;
      width: 45px;
      height: 24px;
      border-radius: 12px;
      background-color: #fff;
      border: 2px solid #a4a6a6;
      top: 0;
      left: 0;
      box-sizing: border-box;
      transition: 0.3s; }
    .checkbox-slide span:after {
      content: "";
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      background-color: #a4a6a6;
      box-sizing: border-box;
      border-radius: 50%;
      top: 3px;
      left: 3px;
      transition: 0.3s; }
  .checkbox-slide input:checked + span:before {
    border-color: #00c0f3; }
    .checkbox-slide input:checked + span:after {
      left: 24px;
      background-color: #e40427; }
  .checkbox-slide input:disabled + span:before {
    background-color: #eff0f1 !important;
    border-color: #cbcccc !important; }
    .checkbox-slide input:disabled + span:after {
      background-color: #cbcccc !important; }

.privacy-page {
  min-height: calc(100vh - 300px);
  padding: 0 15px; }
  .privacy-page__login {
    padding-bottom: 30px;
    border-bottom: 2px solid #eff0f1; }
    .privacy-page__login p {
      color: #353535;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.43;
      text-align: left; }
      .privacy-page__login p:last-of-type {
        margin: 0; }
    .privacy-page__login__btn {
      display: flex;
      margin-top: 24px;
      flex-wrap: wrap; }
      .privacy-page__login__btn .btn {
        box-sizing: border-box;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        justify-content: center;
        padding: 0 40px;
        margin-right: 10px;
        align-items: center;
        height: 47px; }
        .privacy-page__login__btn .btn.okraj {
          min-width: 200px; }
          .privacy-page__login__btn .btn.okraj:hover {
            background-color: #e40427;
            color: white; }
        .privacy-page__login__btn .btn:last-of-type {
          margin-right: 0; }
        @media (max-width: 430px) {
  .privacy-page__login__btn .btn {
    width: 100%;
    margin: 0; }
    .privacy-page__login__btn .btn + .btn {
      margin-top: 10px; } }
  .privacy-page__category {
    border-bottom: 1px solid #eff0f1;
    padding: 15px 0; }
    .privacy-page__category__head label {
      margin: 0 0 15px 0; }
    .privacy-page__category__body p {
      color: #353535;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.43;
      text-align: left; }
      .privacy-page__category__body p:last-of-type {
        margin: 0; }
  .privacy-page div.button-container {
    margin-top: 35px;
    padding-bottom: 35px; }
    .privacy-page div.button-container button {
      margin: 5px;
      text-transform: uppercase; }

.card-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white; }
  .card-category__img {
    width: 100%; }
    .card-category__img img {
      width: 100%; }
  .card-category__in {
    padding: 33px 53px 38px 53px;
    flex-direction: column;
    align-items: center;
    display: flex;
    flex-grow: 1; }
    @media screen and (max-width: 1374px) {
  .card-category__in {
    padding: 33px 23px 38px 23px; } }
    @media screen and (max-width: 991px) {
  .card-category__in {
    padding: 33px 13px 38px 13px; } }
  .card-category h3 {
    color: #e40427;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 17px 0; }
  .card-category p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 29px; }
  .card-category .btn {
    margin-top: auto; }

.category-promo {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
  padding: 1px 0;
  background-color: #f5f5f5; }
  .category-promo .card-category {
    margin: 1px;
    width: calc(33.33% - 2px); }
    @media screen and (max-width: 767px) {
  .category-promo .card-category {
    width: calc(100% - 2px); } }

.section-grey + .category-promo {
  margin-top: 0; }

.jobs-detail {
  margin-bottom: 40px;
  width: auto;
  float: none; }
  .jobs-detail:before, .jobs-detail:after {
    content: " ";
    display: table; }
  .jobs-detail:after {
    clear: both; }
  @media screen and (max-width: 991px) {
  .jobs-detail {
    float: none;
    width: 100%;
    margin-bottom: 30px; } }
  .jobs-detail h2 {
    color: #e52a28;
    font-weight: bold;
    font-size: 29px;
    margin: 30px 0px 20px 0px; }
  .jobs-detail h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 20px 0px; }
  .jobs-detail h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0px 15px 0px; }
  .jobs-detail ol, .jobs-detail ul {
    color: #212121;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 20px; }
    .jobs-detail ol li, .jobs-detail ul li {
      margin-bottom: 5px; }
      .jobs-detail ol li ol, .jobs-detail ul li ol, .jobs-detail ol li ul, .jobs-detail ul li ul {
        margin: 10px 0px 25px 0px; }
  .jobs-detail p {
    font-weight: normal; }
  .jobs-detail form .control-label {
    text-align: left; }

.christmas-header {
  padding: 37px 70px 60px 70px;
  background-position: top center;
  background-image: url('../../skins/vetamix/img/christmas/christmas-bg.jpg');
  border-bottom: 2px solid #f5f5f5; }
  @media (max-width: 1374px) {
  .christmas-header {
    padding: 37px 30px 60px 30px; } }
  .christmas-header__poster {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-size: cover;
    background-position: left center;
    padding: 30px 75px;
    min-height: 686px;
    margin-bottom: 57px; }
    @media (max-width: 991px) {
  .christmas-header__poster {
    padding: 30px;
    min-height: 300px; }
    .christmas-header__poster img {
      width: 100%;
      max-width: 210px; } }
  .christmas-header__content h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #e40427;
    margin: 0 0 16px 0; }
    @media (max-width: 991px) {
    .christmas-header__content h1 {
      font-size: 26px; } }
    .christmas-header__content h1 strong {
      font-size: 56px;
      display: block;
      margin-top: 6px; }
      @media (max-width: 991px) {
    .christmas-header__content h1 strong {
      font-size: 44px; } }
    .christmas-header__content p {
      font-size: 26px;
      font-weight: 600;
      line-height: 1.19;
      text-align: center;
      color: #4a4a4a;
      margin-bottom: 64px; }
    .christmas-header__content ul {
      display: flex;
      margin: -15px -40px;
      padding: 0;
      list-style-type: none;
      justify-content: center;
      flex-wrap: wrap; }
    @media (max-width: 991px) {
    .christmas-header__content ul {
      justify-content: flex-start; } }
    .christmas-header__content ul li {
      position: relative;
      font-size: 16.5px;
      font-weight: 500;
      color: #5d5d5c;
      padding-left: 37px;
      margin: 15px 40px; }
      .christmas-header__content ul li strong {
        font-weight: bold;
        color: #e40427; }
      .christmas-header__content ul li span {
        color: #e40427; }
      .christmas-header__content ul li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        background-position: center center;
        background-image: url('../../skins/vetamix/img/christmas/paw.svg');
        background-size: 15px auto;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px; }

.christmas-products {
  padding: 48px 50px 0 50px; }
  @media (max-width: 1374px) {
  .christmas-products {
    padding: 48px 30px 0 30px; } }
  .christmas-products > h2 {
    font-size: 31px;
    font-weight: 300;
    line-height: 1.53;
    text-align: center;
    color: #3d3d3c;
    margin: 0 0 19px 0; }
    @media (max-width: 991px) {
  .christmas-products > h2 {
    font-size: 27px; } }
  .christmas-products .product-list {
    justify-content: center; }

.family-landing {
  text-align: center; }
  .family-landing .family-header {
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 15px 80px;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 650px;
    position: relative; }
  .family-landing .family-container {
    width: 1000px;
    margin: auto;
    text-align: left; }
    @media screen and (max-width: 1374px) {
  .family-landing .family-container {
    width: 100%; } }
    .family-landing .family-container h2 {
      text-align: center;
      margin-bottom: 20px; }
  .family-landing .family-intro {
    margin: auto;
    margin-bottom: 30px; }
    .family-landing .family-intro p {
      text-align: left;
      font-size: 16px;
      font-weight: 400; }
      .family-landing .family-intro p strong {
        font-weight: 600; }
  .family-landing .family-promo {
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .family-landing .family-promo__points {
      width: 100%; }
      .family-landing .family-promo__points span {
        font-size: 16px;
        font-weight: 600; }
        .family-landing .family-promo__points span strong {
          font-weight: 600; }
      .family-landing .family-promo__points picture {
        color: #f0ede8; }
  .family-landing .family-details {
    display: flex;
    margin-bottom: 0px;
    padding: 0px 40px;
    background-color: #fbfbfb; }
    @media screen and (max-width: 991px) {
  .family-landing .family-details {
    flex-wrap: wrap; } }
    .family-landing .family-details h2 {
      margin-bottom: 20px; }
      .family-landing .family-details h2 span {
        color: #e40427; }
    .family-landing .family-details .column {
      flex: 1;
      text-align: left;
      padding: 20px 20px;
      min-width: 400px; }
      @media screen and (max-width: 991px) {
  .family-landing .family-details .column {
    padding: 10px 10px; } }
      .family-landing .family-details .column ul {
        list-style-type: none;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
        font-size: 16px; }
        .family-landing .family-details .column ul li {
          position: relative;
          padding-left: 30px;
          margin-bottom: 8px;
          line-height: 1.4; }
        .family-landing .family-details .column ul li::before {
          content: '';
          display: block;
          width: 16px;
          height: 16px;
          background-image: url('/skins/vetamix/img/paw-li-red.svg');
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          left: 0;
          top: 11px;
          transform: translateY(-50%); }
  .family-landing .family-register {
    display: flex;
    margin: auto;
    margin-bottom: 40px;
    padding: 20px 60px 10px 40px;
    background-color: #fbfbfb; }
    @media screen and (max-width: 991px) {
  .family-landing .family-register {
    flex-wrap: wrap; } }
    .family-landing .family-register .column {
      flex: 1;
      text-align: left;
      min-width: 400px;
      padding: 0 20px 20px 20px; }
      .family-landing .family-register .column strong {
        display: inline-block;
        min-width: 180px;
        margin-bottom: 10px;
        margin-right: 20px;
        font-size: 16px; }

.community-benefits {
  background-color: #e40527;
  padding: 20px 40px;
  text-align: center;
  margin: auto;
  margin-bottom: 60px; }
  .community-benefits h2 {
    margin-bottom: 10px;
    color: #fff; }
  @media screen and (max-width: 1374px) {
  .community-benefits {
    margin-bottom: 30px; } }
  @media screen and (max-width: 991px) {
  .community-benefits {
    margin-bottom: 15px; } }
  .community-benefits__points {
    width: 80%;
    margin: auto; }
    .community-benefits__points ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      list-style-type: none;
      width: 100%; }
      @media screen and (max-width: 992px) {
  .community-benefits__points ul {
    flex-wrap: wrap;
    justify-content: center; } }
      .community-benefits__points ul li {
        width: 50%;
        display: flex;
        margin-bottom: 22px; }
        .community-benefits__points ul li picture {
          width: 100px;
          height: 100px;
          display: flex;
          align-items: center;
          justify-content: left; }
        .community-benefits__points ul li > span {
          font-size: 16px;
          font-weight: 600;
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: left;
          color: #fff; }
          .community-benefits__points ul li > span strong {
            font-weight: 800;
            color: #000; }
