﻿html * {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*html, body,*/
nav {
  background: #CFD0D1;
}
html,
body {
  min-height: 100%;
}
html,
body,
nav,
footer,
p,
a,
i,
li,
span,
div,
label {
  font-family: 'Open Sans Regular', sans-serif;
  font-stretch: condensed;
  text-align: left;
  letter-spacing: -0.1px;
}
p {
  text-align: left;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.hyperlink {
  padding-bottom: 3px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
a.hyperlink:hover {
  border-bottom: 1px dotted #646567;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
i,
label,
strong {
  line-height: 1.45em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h2,
h4 {
  font-family: 'Open Sans Semibold', sans-serif;
}
h3,
h5,
h6 {
  font-family: 'Open Sans Semibold', sans-serif;
}
h1,
h3,
h5 {
  text-transform: uppercase;
}
h1 {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 900;
  font-stretch: condensed;
  width: 100%;
  height: 1.6em;
  margin-bottom: 30px;
  border-bottom: 3px solid #000;
  letter-spacing: -0.2px;
}
h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
h3 i {
  font-size: 1em !important;
}
h4 {
  font-size: 1.05rem;
  margin-bottom: 5px;
}
h5 {
  font-size: 1em;
  margin-bottom: 25px;
}
h6 {
  font-size: 0.95em;
}
h6 strong {
  font-weight: 900;
  color: #000 !important;
}
.breadcrumb {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1em;
  color: #646567;
}
.banner {
  width: 100%;
  height: 420px;
  max-height: 420px;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  /*border: 1px solid @black;*/
}
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img.fill {
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 100%;
}
img.bordered {
  border: 1px solid #000;
}
img.profile-pic {
  height: 200px;
  overflow: hidden;
}
img.thumb {
  width: 120px;
  height: 80px;
}
img.full-img {
  margin: 0 30px 30px 0;
  float: left;
}
img ~ div {
  background: #f2f2f2;
  color: #87888A;
  font-size: 0.65em !important;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  margin-top: -5px !important;
}
img.floated {
  float: left;
  margin: 0 15px 15px 0;
}
section {
  background: #fff;
}
footer {
  text-align: center;
  padding: 35px 0;
  font-weight: 100;
  font-size: 1em;
  float: none;
  clear: both;
  color: #fff;
  background: #000;
  border-top: 3px solid #646567;
}
ul {
  flex-grow: 1;
  flex-shrink: 1;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  width: 98%;
  margin-top: 5px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: 'FrnkGothITC Hv BT';
  src: url('../fonts/frnkgothitc-hv-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'FrnkGothITC Bk BT';
  src: url('../fonts/frnkgothitc-bk-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura BDcn BT Oblique';
  src: url('../fonts/futura-bdcn-bt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura BDcn BT';
  src: url('../fonts/futura-bdcn-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura BK BT Oblique';
  src: url('../fonts/futura-bk-bt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura BK BT';
  src: url('../fonts/futura-bk-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Black BT';
  src: url('../fonts/futura-black-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Hv BT Oblique';
  src: url('../fonts/futura-hv-bt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Hv BT';
  src: url('../fonts/futura-hv-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Hv';
  src: url('../fonts/futura-hv.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Bold';
  src: url('../fonts/futura-lt-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Bold Oblique';
  src: url('../fonts/futura-lt-boldoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Book';
  src: url('../fonts/futura-lt-book.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Lt Book Oblique';
  src: url('../fonts/futura-lt-bookoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT BT Oblique';
  src: url('../fonts/futura-lt-bt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT BT';
  src: url('../fonts/futura-lt-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Condensed';
  src: url('../fonts/futura-lt-condensed.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Condensed Bold';
  src: url('../fonts/futura-lt-condensedbold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Condensed Bold Oblique';
  src: url('../fonts/futura-lt-condensedboldoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Condensed Extra Bold';
  src: url('../fonts/futura-lt-condensedextrabold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Condensed Extra Bold Oblique';
  src: url('../fonts/futura-lt-condensedextraboldobl.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Condensed Light';
  src: url('../fonts/futura-lt-condensedlight.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Condensed Light Oblique';
  src: url('../fonts/futura-lt-condensedlightobl.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Condensed Oblique';
  src: url('../fonts/futura-lt-condensedoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Extra Bold';
  src: url('../fonts/futura-lt-extrabold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Extra Bold Oblique';
  src: url('../fonts/futura-lt-extraboldoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Heavy';
  src: url('../fonts/futura-lt-heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Heavy Oblique';
  src: url('../fonts/futura-lt-heavyoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Light';
  src: url('../fonts/futura-lt-light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Light Oblique';
  src: url('../fonts/futura-lt-lightoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT Oblique';
  src: url('../fonts/futura-lt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LT';
  src: url('../fonts/futura-lt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LTCN BT Oblique';
  src: url('../fonts/futura-ltcn-bt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura LTCN BT';
  src: url('../fonts/futura-ltcn-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Md BT Bold';
  src: url('../fonts/futura-md-bt-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Md BT Bold Oblique';
  src: url('../fonts/futura-md-bt-boldoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Md BT';
  src: url('../fonts/futura-md-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Mdbt Oblique';
  src: url('../fonts/futura-mdbt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Mdcn BT Oblique';
  src: url('../fonts/futura-mdcn-bt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Mdcn BT';
  src: url('../fonts/futura-mdcn-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura Win95ST';
  src: url('../fonts/futura-win95st.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura XBLK BT';
  src: url('../fonts/futura-xblk-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura XBlkCn BT';
  src: url('../fonts/futura-xblkcn-bt.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura XBlkCnlt BT Oblique';
  src: url('../fonts/futura-xblkcnlt-bt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura XBlklt BT Bold Oblique';
  src: url('../fonts/futura-xblklt-bt-boldoblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Futura XBlklt BT Oblique';
  src: url('../fonts/futura-xblklt-bt-oblique.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans Regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans ExtraBold';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans SemiBold';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Inversionz';
  src: url('../fonts/Inversionz-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  :placeholder-shown {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /*:placeholder-shown {
        font-size: 0.85em;
    }*/
  :placeholder-shown {
    font-size: 0.7em;
  }
  label {
    font-size: 0.85em;
    font-weight: 800;
  }
  input {
    font-size: 0.8em;
  }
  .more {
    font-size: 1.15em;
  }
  .search {
    line-height: 1.35rem;
    font-size: 1.35rem;
  }
  .search:placeholder-shown {
    font-size: 0.85rem;
  }
  .more-small,
  .buy-small {
    font-size: 0.85em;
    font-weight: 900;
  }
  .read-more {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 1200px) {
  label {
    font-size: 1em;
    font-weight: 800;
  }
  :placeholder-shown {
    font-size: 0.85em;
  }
  input {
    font-size: 0.95em;
  }
  .more {
    font-size: 1.3em;
  }
  .search {
    line-height: 1.5rem;
    font-size: 1.5rem;
  }
  .search:placeholder-shown {
    font-size: 1rem;
  }
  .more-small,
  .buy-small {
    font-size: 1em;
    font-weight: 900;
  }
  .read-more {
    font-size: 1rem;
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
  z-index: 999999999999;
  position: fixed;
  top: 0;
  left: 0;
}
.loading .alien {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5rem;
  color: #f2f2f2;
  -webkit-animation: burst 2s infinite linear;
  -moz-animation: burst 2s infinite linear;
  -o-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}
label {
  text-transform: uppercase;
  margin: 0 15px 0 0;
}
button {
  font-family: 'Open Sans ExtraBold', sans-serif;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #0077B2;
  color: #fff;
  margin: 0;
  border: 0;
  text-transform: uppercase;
}
button.maroon {
  background: #7B2D0F;
}
button.plus-minus {
  height: 28px !important;
  max-height: 28px;
  line-height: 28px !important;
}
button.disabled {
  background: #ccc;
  cursor: not-allowed;
}
textarea.full {
  width: 100%;
  min-height: 160px;
  box-sizing: border-box;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.button:hover {
  box-shadow: 0 0 2px #000;
}
.button:active {
  box-shadow: 0 0 1px #646567;
}
:placeholder-shown {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
input {
  font-family: 'Open Sans', sans-serif;
  padding: 2.5px 0px 2.5px 15px;
}
input:-webkit-autofill {
  color: #000 !important;
  background: #fff !important;
}
[type='checkbox'] {
  width: 18px !important;
  height: 18px !important;
}
[for='RememberMe'] {
  float: left;
}
#RememberMe {
  float: left;
  margin-right: 5px;
}
.more {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  float: right;
  min-width: 120px;
  padding: 2.5px 20px;
  margin-top: 30px;
  color: #000;
  background: #ccc;
}
.more:hover,
.more:active {
  text-decoration: none;
  background: #646567;
  color: #fff;
}
.more:hover {
  box-shadow: 0 0 2px #000;
}
.more:active {
  box-shadow: 0 0 1px #646567;
}
.nav-search .ezsearch-form {
  margin: 0;
}
.nav-search .ezsearch-form input[type=text] {
  margin: 0 auto;
  border: none;
  border-bottom: 2px solid #45A12B;
  text-transform: none;
  color: #fff;
  width: 80vw;
  background: transparent;
}
.nav-search .ezsearch-form input[type=text]:focus {
  outline: none;
}
.nav-search .ezsearch-form input[type=text]:placeholder-shown {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 15px 2px 15px;
}
.nav-search .ezsearch-form button {
  border: 0;
  background: transparent;
  color: #fff;
}
.search-inline {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 30px;
  margin: 0 auto;
  opacity: 0;
}
.search-inline input {
  width: 100%;
  height: 30px;
  border: 2px solid #466624;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  border-radius: 6px;
  color: #466624;
}
input[type='radio'].small-radio {
  width: 18px !important;
  height: 18px !important;
}
.more-small,
.buy-small {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
  margin: 5px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.more-small:hover,
.buy-small:hover {
  text-decoration: none;
}
.more-small:hover,
.buy-small:hover {
  box-shadow: 0 0 2px #000;
}
.more-small:active,
.buy-small:active {
  box-shadow: 0 0 1px #646567;
}
.read-more {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  float: none;
  min-width: 30px;
  padding: 5px 10px;
}
.read-more:hover {
  box-shadow: 0 0 2px #000;
}
.read-more:active {
  box-shadow: 0 0 1px #646567;
}
.read-more.large {
  float: right;
  width: 110px;
  height: 20px;
  text-align: center;
  padding: 5px 0;
  line-height: 12px;
}
.more-small,
.read-more {
  color: #000;
  background: #ccc;
}
.more-small:hover,
.read-more:hover {
  background: #646567;
  color: #fff;
}
.buy-small {
  color: #fff !important;
  background: #8B0E13;
}
.buy-small:hover {
  background: #E53527;
  color: #000;
}
.buy-small a {
  color: #fff !important;
}
a h1:hover:after {
  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;
  content: "\f0c1";
  margin-left: 10px;
}
@-webkit-keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 300px) and (max-width: 766px) {
  .ads-dual-block ul li:first-child {
    margin-right: 0 !important;
  }
  .ad-horizontal {
    width: 100%;
    height: auto !important;
  }
  .ad-horizontal img {
    width: 100%;
    height: auto !important;
  }
  .ads-single-block img {
    height: auto !important;
  }
  .ad-vertical {
    display: none;
  }
}
.ad {
  padding-top: 0;
}
.ad-vertical {
  float: right;
  height: 100%;
  max-height: 450px;
  width: 100%;
  text-align: right;
}
.ad-vertical img {
  width: 100%;
  height: 100%;
}
.ad-horizontal {
  width: 100%;
  height: 195px;
}
.ad-horizontal img {
  width: 100%;
  height: 195px;
}
.ads-rotator .lSAction > a {
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.ads-rotator .ads-content {
  width: 100%;
  height: 430px;
  margin: 0 0 30px;
  padding: 0;
}
.ads-rotator .ads-content h1 {
  color: #8B0E13;
}
.ads-rotator .ads-content h5 {
  font-family: 'Open Sans ExtraBold';
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  background: #8B0E13;
  color: #fff;
  width: 100%;
  padding: 5px 0;
}
.ads-rotator .ads-content h6 {
  font-weight: 800;
  font-size: 1.4em;
}
.ads-rotator .ads-content p {
  font-family: 'Open Sans Semibold', sans-serif;
  font-weight: 300;
  text-align: center;
}
.ads-rotator .ads-content ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  max-height: 400px;
  height: 400px !important;
}
.ads-rotator .ads-content ul li {
  width: 25%;
  height: 250px;
  max-height: 250px;
  text-align: center;
  cursor: pointer;
}
.ads-rotator .ads-content ul li img {
  width: 70%;
  margin: 0 auto;
}
.ads-rotator .ads-content ul li div {
  text-align: center;
  font-family: 'Open Sans SemiBold';
  width: 100%;
}
.ads-rotator .ads-content ul li div .buy-small {
  width: 110px;
  margin: 0 auto;
}
.ads-single-block ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
}
.ads-single-block ul li {
  width: 100%;
  display: block;
}
.ads-single-block ul li h6 {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
}
.ads-single-block ul li img {
  width: 100%;
  height: 194px;
}
.ads-dual-block ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
}
.ads-dual-block ul li {
  width: 50%;
  display: block;
}
.ads-dual-block ul li:first-child {
  margin-right: 1%;
}
.ads-dual-block ul li:last-child {
  margin-left: 1%;
}
.ads-dual-block ul li h6 {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
}
.ads-dual-block ul li img {
  width: 100%;
  height: 300px;
}
.ads-rotator-hover:hover h2,
.ads-rotator-hover:hover h3,
.ads-rotator-hover:hover h4,
.ads-rotator-hover:hover h5,
.ads-rotator-hover:hover h6,
.ads-rotator-hover:hover strong {
  text-shadow: 0 0 11px #87888A;
}
.ad-hover {
  -moz-transition: all 1s step-end;
  -o-transition: all 1s step-end;
  -webkit-transition: all 1s step-end;
  transition: all 1s step-end;
  cursor: pointer;
}
.ad-hover img {
  -webkit-filter: contrast(200%);
  -webkit-filter: grayscale(50%);
  filter: contrast(200%);
  filter: grayscale(50%);
}
.ad-hover img:hover {
  -webkit-filter: contrast(0);
  -webkit-filter: grayscale(0);
  filter: contrast(0);
  filter: grayscale(0);
}
.other-events ul li {
  height: 100% !important;
}
.full-width {
  /*width: 100vw !important;*/
  width: 100%;
}
.size-95-percent {
  width: 95%;
}
.size-90-percent {
  width: 90%;
}
.size-85-percent {
  width: 85%;
}
.size-80-percent {
  width: 80%;
}
.size-20-percent {
  width: 20%;
}
.size-15-percent {
  width: 15%;
}
.size-h350-pixels {
  height: 350px;
}
.two-columns,
.two-columns-nowrap,
.two-columns-wrap {
  display: flex;
  justify-content: space-between;
}
.two-columns {
  flex-wrap: nowrap;
}
.two-columns-wrap {
  flex-wrap: wrap;
}
.two-columns-nowrap {
  flex-wrap: nowrap;
}
.one-column {
  display: block;
  width: 100%;
  height: 100%;
}
.one-third {
  width: calc(33.33333333%) !important;
}
.two-thirds {
  width: calc(66.66666667%) !important;
}
.half-half {
  width: calc(50%);
}
.one-fourth {
  width: calc(25%) !important;
}
.three-fourths {
  width: calc(75%) !important;
}
.one-fifth {
  width: calc(20%) !important;
}
.two-fifths {
  width: calc(40%);
}
.three-fifths {
  width: calc(60%);
}
.four-fifths {
  width: calc(80%) !important;
}
.one-sixth {
  width: calc(16.66666667%);
}
.two-sixths {
  width: calc(33.33333333%);
}
.three-sixths {
  width: calc(50%);
}
.four-sixths {
  width: calc(66.66666667%);
  max-width: calc(66.66666667%);
}
.five-sixths {
  width: calc(83.33333333%);
  max-width: calc(83.33333333%);
}
.one-tenth {
  width: calc(10%);
}
.two-tenths {
  width: calc(20%);
}
.three-tenths {
  width: calc(30%);
}
.seven-tenths {
  width: calc(70%);
}
.eight-tenths {
  width: calc(80%);
}
.nine-tenths {
  width: calc(90%);
}
.vertical-column {
  width: 25px;
}
.column-split {
  width: 50px;
}
.column-padding-left {
  padding-left: calc(17.5px);
}
.column-padding-right {
  padding-right: calc(17.5px);
}
.one-third,
.one-fifth,
.two-fifths,
.three-fifths .one-fourth,
.one-sixth,
.one-tenth,
.two-thirds,
.two-sixths,
.four-fifths,
.four-sixths,
.nine-tenths,
.half-half,
.three-fourths,
.eight-tenths {
  position: relative;
}
@media screen (max-width: 768px) {
  .two-columns,
  .two-columns-nowrap {
    flex-wrap: wrap;
  }
  .one-third,
  .one-fifth,
  .two-fifths,
  .three-fifths .one-fourth,
  .one-sixth,
  .one-tenth,
  .two-thirds,
  .two-sixths,
  .four-fifths,
  .four-sixths,
  .nine-tenths,
  .half-half,
  .three-fourths,
  .eight-tenths {
    width: 100%;
    max-width: 100%;
  }
}
.clear-fix {
  clear: both;
  float: none;
}
.with-y-scroll {
  overflow-y: scroll;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.padding-right-10px {
  padding-right: 0 !important;
}
.padding-left-15px {
  padding-left: 15px !important;
}
.padding-right-15px {
  padding-right: 15px !important;
}
.padding-right-10px {
  padding-right: 10px !important;
}
.side-bars-padding {
  padding-left: 35px;
  padding-right: 35px;
}
.sidebars-padding-mobile {
  padding-left: 10px;
  padding-right: 10px;
}
.side-bars {
  width: 90vw;
  margin: 0 auto;
}
.no-side-bars {
  width: 100%;
  margin: 0 auto;
}
.no-side-bars-view-width {
  width: 100vw;
  margin: 0 !important;
}
.light-text-shadow {
  text-shadow: 1px 1px 8px rgba(150, 150, 150, 0.6);
}
.grey-gradient {
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
}
.img-margin {
  margin: 0 15px 5px 0;
}
.uppercase {
  text-transform: uppercase;
}
.dotted-anchor {
  padding: 2px 0 !important;
}
.dotted-anchor:hover {
  border-bottom: 1px dotted #000 !important;
}
.hyper-condensed {
  letter-spacing: -0.3px;
}
.extra-condensed {
  letter-spacing: -0.2px;
}
.condensed {
  letter-spacing: -0.1px;
}
.expanded {
  letter-spacing: 0.1px;
}
.extra-expanded {
  letter-spacing: 0.2px;
}
.hover:hover img {
  /*box-shadow: 0 0 11px @grey-active;*/
  border: 3px solid #646567;
}
.hover:hover h2,
.hover:hover h3,
.hover:hover h4,
.hover:hover h5,
.hover:hover h6,
.hover:hover strong {
  /*text-shadow: 0 0 11px @grey-dark;*/
}
.clickable {
  cursor: pointer;
}
.right-column-flex {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  /*flex-basis: calc(33.33% - 15px);*/
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
}
.fill-flex {
  display: flex;
  justify-content: center;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.invisible-line-break::before {
  content: "\A";
  white-space: pre;
}
.follow {
  margin-bottom: 20px;
}
.follow li {
  float: left;
  margin-right: 10px;
}
.follow li i {
  font-size: 2.5em;
}
.save {
  background: url('../images/save.png') no-repeat center;
  width: 263px;
  height: 143px;
  padding-left: 135px;
  padding-top: 20px;
  font-size: 2.7em;
  color: #fff;
  margin: 0 auto;
}
.reset-all {
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-duration: 0;
  -o-animation-duration: 0;
  -webkit-animation-duration: 0;
  animation-duration: 0;
  -moz-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-name: none;
  -o-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  -moz-background-origin: padding-box;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  -moz-columns: auto;
  -webkit-columns: auto;
  columns: auto;
  -moz-column-count: auto;
  -webkit-column-count: auto;
  column-count: auto;
  column-fill: balance;
  -moz-column-gap: normal;
  -webkit-column-gap: normal;
  column-gap: normal;
  -moz-column-rule: medium none currentColor;
  -webkit-column-rule: medium none currentColor;
  column-rule: medium none currentColor;
  -moz-column-rule-color: currentColor;
  -webkit-column-rule-color: currentColor;
  column-rule-color: currentColor;
  -moz-column-rule-style: none;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -moz-column-rule-width: none;
  -webkit-column-rule-width: none;
  column-rule-width: none;
  -webkit-column-span: 1;
  column-span: 1;
  -moz-column-width: auto;
  -webkit-column-width: auto;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  -moz-perspective: none;
  -ms-perspective: none;
  -webkit-perspective: none;
  perspective: none;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  -o-tab-size: 8;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  -moz-text-align-last: auto;
  -ms-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  -moz-text-decoration-color: inherit;
  text-decoration-color: inherit;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
  -moz-text-decoration-style: solid;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-style: flat;
  transform-style: flat;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}
section.maroon h1,
section.maroon h3,
section.maroon h5 {
  color: #7B2D0F;
}
section.maroon input:focus {
  outline: 2px solid #7B2D0F;
}
section.maroon input[type=radio]:checked + label > img {
  outline: #7B2D0F;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.maroon ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.maroon ::-webkit-scrollbar-thumb {
  background: #7B2D0F;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.maroon ::-webkit-scrollbar-corner {
  background: #646567;
}
section.maroon .button {
  color: #fff;
  background: #7B2D0F;
  border: 0 !important;
  padding: 5px 10px;
}
section.maroon .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.maroon .tabs li.active {
  border-top: 2px solid #7B2D0F !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #7B2D0F 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #7B2D0F 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #7B2D0F 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.red h1,
section.red h3,
section.red h5 {
  color: #C00418;
}
section.red input:focus {
  outline: 2px solid #C00418;
}
section.red input[type=radio]:checked + label > img {
  outline: #C00418;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.red ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.red ::-webkit-scrollbar-thumb {
  background: #C00418;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.red ::-webkit-scrollbar-corner {
  background: #646567;
}
section.red .button {
  color: #fff;
  background: #C00418;
  border: 0 !important;
  padding: 5px 10px;
}
section.red .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.red .tabs li.active {
  border-top: 2px solid #C00418 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #C00418 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #C00418 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #C00418 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.light-red h1,
section.light-red h3,
section.light-red h5 {
  color: #E53527;
}
section.light-red input:focus {
  outline: 2px solid #E53527;
}
section.light-red input[type=radio]:checked + label > img {
  outline: #E53527;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.light-red ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.light-red ::-webkit-scrollbar-thumb {
  background: #E53527;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.light-red ::-webkit-scrollbar-corner {
  background: #646567;
}
section.light-red .button {
  color: #fff;
  background: #E53527;
  border: 0 !important;
  padding: 5px 10px;
}
section.light-red .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.light-red .tabs li.active {
  border-top: 2px solid #E53527 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #E53527 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #E53527 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #E53527 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.gold h1,
section.gold h3,
section.gold h5 {
  color: #FFC300;
}
section.gold input:focus {
  outline: 2px solid #FFC300;
}
section.gold input[type=radio]:checked + label > img {
  outline: #FFC300;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.gold ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.gold ::-webkit-scrollbar-thumb {
  background: #FFC300;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.gold ::-webkit-scrollbar-corner {
  background: #646567;
}
section.gold .button {
  color: #fff;
  background: #FFC300;
  border: 0 !important;
  padding: 5px 10px;
}
section.gold .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.gold .tabs li.active {
  border-top: 2px solid #FFC300 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #FFC300 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #FFC300 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #FFC300 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.blue h1,
section.blue h3,
section.blue h5 {
  color: #0077B2;
}
section.blue input:focus {
  outline: 2px solid #0077B2;
}
section.blue input[type=radio]:checked + label > img {
  outline: #0077B2;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.blue ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.blue ::-webkit-scrollbar-thumb {
  background: #0077B2;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.blue ::-webkit-scrollbar-corner {
  background: #646567;
}
section.blue .button {
  color: #fff;
  background: #0077B2;
  border: 0 !important;
  padding: 5px 10px;
}
section.blue .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.blue .tabs li.active {
  border-top: 2px solid #0077B2 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #0077B2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #0077B2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #0077B2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.green h1,
section.green h3,
section.green h5 {
  color: #45A12B;
}
section.green input:focus {
  outline: 2px solid #45A12B;
}
section.green input[type=radio]:checked + label > img {
  outline: #45A12B;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.green ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.green ::-webkit-scrollbar-thumb {
  background: #45A12B;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.green ::-webkit-scrollbar-corner {
  background: #646567;
}
section.green .button {
  color: #fff;
  background: #45A12B;
  border: 0 !important;
  padding: 5px 10px;
}
section.green .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.green .tabs li.active {
  border-top: 2px solid #45A12B !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #45A12B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #45A12B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #45A12B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.orange h1,
section.orange h3,
section.orange h5 {
  color: #EE7F00;
}
section.orange input:focus {
  outline: 2px solid #EE7F00;
}
section.orange input[type=radio]:checked + label > img {
  outline: #EE7F00;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.orange ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.orange ::-webkit-scrollbar-thumb {
  background: #EE7F00;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.orange ::-webkit-scrollbar-corner {
  background: #646567;
}
section.orange .button {
  color: #fff;
  background: #EE7F00;
  border: 0 !important;
  padding: 5px 10px;
}
section.orange .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.orange .tabs li.active {
  border-top: 2px solid #EE7F00 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #EE7F00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #EE7F00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #EE7F00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.purple h1,
section.purple h3,
section.purple h5 {
  color: #5E1A6F;
}
section.purple input:focus {
  outline: 2px solid #5E1A6F;
}
section.purple input[type=radio]:checked + label > img {
  outline: #5E1A6F;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.purple ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.purple ::-webkit-scrollbar-thumb {
  background: #5E1A6F;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.purple ::-webkit-scrollbar-corner {
  background: #646567;
}
section.purple .button {
  color: #fff;
  background: #5E1A6F;
  border: 0 !important;
  padding: 5px 10px;
}
section.purple .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.purple .tabs li.active {
  border-top: 2px solid #5E1A6F !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #5E1A6F 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #5E1A6F 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #5E1A6F 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.dark-pink h1,
section.dark-pink h3,
section.dark-pink h5 {
  color: #BB1580;
}
section.dark-pink input:focus {
  outline: 2px solid #BB1580;
}
section.dark-pink input[type=radio]:checked + label > img {
  outline: #BB1580;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.dark-pink ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.dark-pink ::-webkit-scrollbar-thumb {
  background: #BB1580;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.dark-pink ::-webkit-scrollbar-corner {
  background: #646567;
}
section.dark-pink .button {
  color: #fff;
  background: #BB1580;
  border: 0 !important;
  padding: 5px 10px;
}
section.dark-pink .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.dark-pink .tabs li.active {
  border-top: 2px solid #BB1580 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #BB1580 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #BB1580 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #BB1580 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.dark-red h1,
section.dark-red h3,
section.dark-red h5 {
  color: #8B0E13;
}
section.dark-red input:focus {
  outline: 2px solid #8B0E13;
}
section.dark-red input[type=radio]:checked + label > img {
  outline: #8B0E13;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.dark-red ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.dark-red ::-webkit-scrollbar-thumb {
  background: #8B0E13;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.dark-red ::-webkit-scrollbar-corner {
  background: #646567;
}
section.dark-red .button {
  color: #fff;
  background: #8B0E13;
  border: 0 !important;
  padding: 5px 10px;
}
section.dark-red .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.dark-red .tabs li.active {
  border-top: 2px solid #8B0E13 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #8B0E13 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #8B0E13 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #8B0E13 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.login-form .form {
  min-height: 45vh;
  margin: 0 auto;
  width: 320px;
  padding: 20px;
  border: 1px solid #CFD0D1;
}
section.login-form .form input {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.login-form .form input[type='submit'],
section.login-form .form .button {
  background: #ccc;
  border: 1px solid #f2f2f2;
  height: 50px;
  /*border-radius: 5px;*/
  padding: 0 !important;
}
section.login-form .form input[type='submit']:hover,
section.login-form .form .button:hover {
  background: #0077B2;
  color: #f2f2f2;
}
section.login-form .form input[type='submit']:active,
section.login-form .form .button:active {
  background: #8B0E13;
  color: #fff;
}
section.login-form .oauth {
  margin-top: 20px;
}
section.login-form .oauth h6 {
  font-size: 1.2em;
}
section.login-form .oauth ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
section.login-form .oauth ul li i {
  font-size: 4em;
}
section.checkout h1,
section.checkout h3,
section.checkout h5 {
  color: #0077B2;
}
section.checkout input:focus {
  outline: 2px solid #0077B2;
}
section.checkout input[type=radio]:checked + label > img {
  outline: #0077B2;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.checkout ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.checkout ::-webkit-scrollbar-thumb {
  background: #0077B2;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.checkout ::-webkit-scrollbar-corner {
  background: #646567;
}
section.checkout .button {
  color: #fff;
  background: #0077B2;
  border: 0 !important;
  padding: 5px 10px;
}
section.checkout .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.checkout .tabs li.active {
  border-top: 2px solid #0077B2 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #0077B2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #0077B2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #0077B2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.checkout img {
  height: 40px;
  margin-right: 20px;
  margin-top: -20px;
}
section.checkout h2 {
  border-bottom: 1px solid #0077B2;
  line-height: 60px;
}
section.checkout .checkout-container * {
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
  animation: none;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -moz-animation-duration: 0;
  -o-animation-duration: 0;
  -webkit-animation-duration: 0;
  animation-duration: 0;
  -moz-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-name: none;
  -o-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  -moz-background-origin: padding-box;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  -moz-columns: auto;
  -webkit-columns: auto;
  columns: auto;
  -moz-column-count: auto;
  -webkit-column-count: auto;
  column-count: auto;
  column-fill: balance;
  -moz-column-gap: normal;
  -webkit-column-gap: normal;
  column-gap: normal;
  -moz-column-rule: medium none currentColor;
  -webkit-column-rule: medium none currentColor;
  column-rule: medium none currentColor;
  -moz-column-rule-color: currentColor;
  -webkit-column-rule-color: currentColor;
  column-rule-color: currentColor;
  -moz-column-rule-style: none;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -moz-column-rule-width: none;
  -webkit-column-rule-width: none;
  column-rule-width: none;
  -webkit-column-span: 1;
  column-span: 1;
  -moz-column-width: auto;
  -webkit-column-width: auto;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  outline: 0;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  -moz-perspective: none;
  -ms-perspective: none;
  -webkit-perspective: none;
  perspective: none;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  position: static;
  /* May need to alter quotes for different locales (e.g fr) */
  quotes: '\201C' '\201D' '\2018' '\2019';
  right: auto;
  -o-tab-size: 8;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  -moz-text-align-last: auto;
  -ms-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  -moz-text-decoration-color: inherit;
  text-decoration-color: inherit;
  -moz-text-decoration-line: none;
  text-decoration-line: none;
  -moz-text-decoration-style: solid;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-style: flat;
  transform-style: flat;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-property: none;
  -o-transition-property: none;
  -webkit-transition-property: none;
  transition-property: none;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
}
section.categories h1,
section.categories h3,
section.categories h5 {
  color: #EE7F00;
}
section.categories input:focus {
  outline: 2px solid #EE7F00;
}
section.categories input[type=radio]:checked + label > img {
  outline: #EE7F00;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.categories ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.categories ::-webkit-scrollbar-thumb {
  background: #EE7F00;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.categories ::-webkit-scrollbar-corner {
  background: #646567;
}
section.categories .button {
  color: #fff;
  background: #EE7F00;
  border: 0 !important;
  padding: 5px 10px;
}
section.categories .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.categories .tabs li.active {
  border-top: 2px solid #EE7F00 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #EE7F00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #EE7F00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #EE7F00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.product-section {
  /*.theme-color(@orange);*/
}
section.product-section .thumbnails-slider-container {
  margin-bottom: 25px;
  background: #ccc;
}
section.product-section .thumbnails-slider li {
  width: 420px;
  max-width: 420px;
  height: 360px;
  max-height: 360px;
  overflow: hidden;
}
section.product-section .thumbnails-slider li.zoom {
  display: inline-block;
  position: relative;
}
section.product-section .thumbnails-slider li.zoom p {
  position: absolute;
  top: 3px;
  right: 28px;
  color: #ccc;
  font: bold 13px/1 sans-serif;
}
section.product-section .thumbnails-slider li.zoom:after {
  content: ' ';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../../media/zoom/icon.png');
  z-index: 99;
}
section.product-section .thumbnails-slider li.zoom img {
  width: 100%;
  display: block;
}
section.product-section .thumbnails-slider li.zoom img:hover {
  cursor: url('../../Media/zoom/grab.cur'), default;
}
section.product-section .thumbnails-slider li.zoom img:active {
  cursor: url('../../media/zoom/grabbed.cur'), default;
}
section.product-section .thumbnails-slider li.zoom img::selection {
  background-color: transparent;
}
section.product-section .product-details {
  height: auto;
}
section.product-section .product-details .details {
  height: 400px;
  min-height: 400px;
}
section.product-section .product-details .details .details-text {
  width: 95%;
  height: 400px;
  max-height: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
section.product-section .product-details .product-description-warranty {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
section.product-section .product-details .product-description-warranty li {
  font-size: 0.85em !important;
  min-height: 30px;
}
section.product-section .product-details .product-description-warranty li.payment-types {
  height: 80px;
}
section.product-section .product-details .product-description-warranty li span {
  float: left;
  font-weight: 300;
  font-size: 0.8em;
  margin-right: 10px;
  width: 80px;
}
section.product-section .product-details .product-description {
  list-style: none;
  padding: 20px 10px 0 10px;
  background: #f2f2f2;
}
section.product-section .product-details .product-description > li {
  margin-bottom: 10px;
  padding: 0 10px;
  min-height: 30px;
}
section.product-section .product-details .product-description > li > span {
  float: left;
  font-weight: 300;
  min-width: 100px;
}
section.product-section .product-details .product-description > li span,
section.product-section .product-details .product-description > li strong {
  font-size: 0.9em;
}
section.product-section .product-details .product-description > li.add-remove .input-group {
  display: flex;
}
section.product-section .product-details .product-description > li.add-remove .input-group .input-number {
  width: 28px;
}
section.product-section .product-details .product-description > li.shipping {
  min-height: 45px;
}
section.product-section .product-details .product-description > li.shipping span:last-of-type {
  margin-left: 100px;
}
section.product-section .product-details .product-description > li.packages ul {
  float: left;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
section.product-section .product-details .product-description > li.packages ul li {
  float: left;
  margin-right: 5px;
}
section.product-section .product-details .price-table {
  margin-bottom: 20px;
}
section.product-section .product-details .price-table tr > td {
  padding: 5px 10px;
}
section.product-section .product-details .price-table tr > td .discount-percent {
  padding: 5px 10px;
  color: #fff;
  background: #C00418;
}
section.product-section .product-details .price-table tr > td:first-of-type {
  width: 30%;
}
section.product-section .product-details .tab-wrapper {
  height: 550px;
}
section.product-section .product-details .tabs {
  float: none;
  list-style: none;
  position: relative;
  text-align: left;
  padding: 0 !important;
  margin: 30px 0 50px 0;
}
section.product-section .product-details .tabs .shipping table {
  border: 1px solid #ccc;
  width: 100%;
}
section.product-section .product-details .tabs .shipping table th {
  background: #ccc;
  color: #fff;
}
section.product-section .product-details .tabs .shipping table th,
section.product-section .product-details .tabs .shipping table td {
  text-align: center;
  border: 1px solid #ccc;
}
section.product-section .product-details .tabs li {
  float: left;
  display: block;
}
section.product-section .product-details .tabs input[type="radio"] {
  display: none;
}
section.product-section .product-details .tabs label {
  margin: 0 !important;
  display: block;
  padding: 14px 21px;
  border-radius: 2px 2px 0 0;
  font-weight: normal;
  text-transform: uppercase;
  background: #f2f2f2;
  cursor: pointer;
  position: relative;
  top: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.product-section .product-details .tabs label:hover {
  background: #646567;
  color: #fff;
}
section.product-section .product-details .tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 453px;
  position: absolute;
  top: 53px;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
section.product-section .product-details .tabs .tab-content p {
  padding: 10px;
  font-weight: 300;
}
section.product-section .product-details .tabs .tab-content.voting {
  padding: 20px 10px;
}
section.product-section .product-details .tabs .tab-content.voting h4,
section.product-section .product-details .tabs .tab-content.voting .total-votes {
  color: #EE7F00;
}
section.product-section .product-details .tabs .tab-content.voting ul.specifications {
  width: 49%;
  float: left;
  margin-right: 10px;
}
section.product-section .product-details .tabs .tab-content.voting > div:last-of-type {
  width: 45%;
  float: left;
}
section.product-section .product-details .tabs .tab-content.voting .rating span {
  font-size: 2em;
}
section.product-section .product-details .tabs .tab-content ul.specifications {
  list-style: none;
  display: block;
  margin-bottom: 20px;
}
section.product-section .product-details .tabs .tab-content ul.specifications li {
  float: none !important;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 0.9em;
}
section.product-section .product-details .tabs .tab-content ul.specifications li span.votes {
  padding: 2px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
section.product-section .product-details .tabs .tab-content .comments {
  height: 450px;
  width: 100%;
}
section.product-section .product-details .tabs .tab-content .comments li {
  min-height: 120px;
  border-bottom: 1px solid #ccc;
}
section.product-section .product-details .tabs .tab-content .comments h6 {
  font-size: 0.79em;
  margin-top: 5px;
}
section.product-section .product-details .tabs .tab-content .comments p {
  font-size: 0.8em;
}
section.product-section .product-details .tabs .tab-content .comments img {
  margin: 0 15px 15px 0;
  float: left;
}
section.product-section .product-details .tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background: #ccc;
}
section.product-section .product-details .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}
section.product-section .product-details p.link {
  clear: both;
  margin: 380px 0 0 15px;
}
section.product-section .product-details p.link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #f2f2f2;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.product-section .product-details p.link a:hover {
  background-color: #87888A;
}
section.product-section .product-details .purchase-buttons {
  display: flex;
  justify-content: space-between;
}
section.product-section .product-details .purchase-buttons li:first-of-type {
  margin-right: 25px;
}
section.store-front {
  padding-top: 180px !important;
  padding-bottom: 40px !important;
  width: 80vw !important;
  /*.theme-color(@orange);*/
}
section.store-front .my-account-tabs .tab-content {
  display: none;
}
section.store-front .my-account-tabs .tab-content.active {
  display: block !important;
}
section.banner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 180px !important;
  width: 80vw;
  height: 450px;
}
section.sub-page h1,
section.sub-page h2 {
  margin-bottom: 0 !important;
}
section.sub-page h6 {
  color: #646567;
  margin-bottom: 20px;
}
section.sub-page h6.author {
  font-size: 0.8em;
  font-style: italic;
}
section.sub-page .blog-post-nav {
  width: 100%;
  height: 40px;
  background: #ccc;
  padding: 10px 20px;
}
section.sub-page .blog-post-nav a {
  font-size: 1em;
}
section.sub-page .blog-post-nav i {
  margin: 0 5px;
}
section.sub-page .author-box {
  margin-bottom: 25px;
}
section.sub-page .author-box img {
  float: left;
}
section.sub-page .author-box h6 {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 0 !important;
}
section .split {
  display: flex;
  justify-content: space-between;
}
section.issues-and-news .media-share ul {
  display: flex;
}
section.issues-and-news .current-magazine {
  position: relative;
  margin-bottom: 35px;
  display: flex;
  /*.hover(@green);*/
}
section.issues-and-news .previous-cover-slider {
  max-width: 100%;
}
section.issues-and-news .previous-cover-slider ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
section.issues-and-news .previous-cover-slider ul li {
  float: left;
  min-height: 200px;
  /*.hover(@light-green);*/
}
section.issues-and-news .previous-cover-slider ul li img {
  /*.clickable;*/
  width: 100%;
  height: 200px;
}
section.issues-and-news .previous-cover-slider ul li:first-child {
  margin-left: 0;
}
section.issues-and-news .previous-cover-slider ul li:last-child {
  margin-right: 0;
}
section.issues-and-news h4 {
  color: #646567;
}
section.issues-and-news a.more {
  position: absolute;
  bottom: 0;
  right: 0;
}
section.issues-and-news .news-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.issues-and-news .news-block li {
  /*.hover(@dark-red);*/
}
section.issues-and-news .news-block li .img-wrapper {
  width: 40%;
  float: left;
  margin: 0 15px 5px 0;
}
section.issues-and-news .news-block li p {
  margin-top: 0 !important;
}
section.issues-and-news .magazine-cover {
  position: relative;
  margin: 0 17px 35px 0;
  width: 100%;
  cursor: pointer;
  /*.hover(@green);*/
}
section.issues-and-news .magazine-cover h5 {
  margin-top: 35px;
}
section.issues-and-news .magazine-cover img {
  width: 99%;
  height: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
section.issues-and-news .magazine-cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
section.issues-and-news .magazine-cover > .magazine-cover-image {
  width: 100%;
  height: 70%;
  position: relative;
}
section.issues-and-news .magazine-cover > .magazine-cover-image:hover > .overlay {
  width: 100%;
  height: 98%;
  display: block;
  background: #45A12B;
  opacity: 0.6;
}
section.events {
  /*.hover(@blue);*/
}
section.events h1,
section.events h3,
section.events h5 {
  color: #0077B2;
}
section.events input:focus {
  outline: 2px solid #0077B2;
}
section.events input[type=radio]:checked + label > img {
  outline: #0077B2;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.events ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.events ::-webkit-scrollbar-thumb {
  background: #0077B2;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.events ::-webkit-scrollbar-corner {
  background: #646567;
}
section.events .button {
  color: #fff;
  background: #0077B2;
  border: 0 !important;
  padding: 5px 10px;
}
section.events .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.events .tabs li.active {
  border-top: 2px solid #0077B2 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #0077B2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #0077B2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #0077B2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.events .main-event {
  position: relative;
}
section.events .media-share {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
section.events .media-share ul {
  display: flex;
}
section.events .media-share i:hover {
  text-shadow: -1px -1px 1px #fff;
}
section.events img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
section.events .event-list {
  display: flex;
  justify-content: center;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
section.events .event-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  /*flex-basis: calc(33.33% - 15px);*/
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
  max-height: 100%;
}
section.events .event-list ul li {
  width: 100%;
  height: calc(33.33333333%);
  cursor: pointer;
  /*.hover(@blue);*/
}
section.events .event-list ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
section.events .event-list ul li h4 {
  margin-top: 0 !important;
  color: #646567;
  font-size: 1em !important;
}
section.events .event-list ul li h5 {
  color: #0077B2;
  font-size: 0.8em !important;
}
section.events .event-list ul li .event-screen {
  width: 60%;
  height: 100%;
  float: left;
  margin-right: 25px;
}
section.events .event-list ul li .event-screen img {
  width: 100%;
  height: 100%;
}
section.highlights h4 {
  color: #646567;
}
section.highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  /*flex-basis: calc(33.33% - 15px);*/
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
}
section.highlights .article {
  max-height: 250px;
  height: 230px;
  margin-bottom: 25px;
  /*.hover(@orange);*/
}
section.highlights .article .categories-list {
  margin-top: 65px !important;
}
section.highlights .article h2 {
  font-size: 1.6em;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
section.highlights .article h3 {
  font-size: 1em;
}
section.highlights .article i {
  font-size: 0.6em;
  color: #ccc;
}
section.highlights .article .img-wrapper {
  width: 40%;
  height: 100%;
  position: relative;
  margin: 0 20px 0 0;
  float: left;
  cursor: pointer;
}
section.highlights .article .img-wrapper .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
}
section.highlights .article .img-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
section.highlights .more-block ul {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  /*flex-basis: calc(33.33% - 15px);*/
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
}
section.highlights .more-block ul li {
  /*.hover(@orange);*/
}
section.highlights .more-block ul li .img-wrapper {
  width: 40%;
  float: left;
  margin: 0 20px 5px 0;
}
section.highlights .more-block ul li p {
  font-size: 1em;
  clear: both;
  float: none;
}
section.interviews {
  /*.theme-color(@purple);*/
}
section.interviews h2 {
  color: #000;
}
section.interviews h3 {
  color: #646567;
}
section.interviews h5 {
  font-size: 1.2em;
  font-weight: 800;
}
section.interviews ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
section.interviews ul.featured li {
  /*.hover(@purple);*/
  width: calc(33.33333333%);
}
section.interviews ul.featured li:not(:last-of-type) {
  margin-right: 25px;
}
section.interviews ul.featured li .img-wrapper {
  width: 45%;
  float: left;
  margin: 0 15px 15px 0;
}
section.interviews ul.featured li img {
  width: 100%;
  height: 100%;
}
section.interviews ul.featured li p {
  max-width: 100%;
}
section.interviews ul.others {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
section.interviews ul.others.related li {
  width: 30%;
}
section.interviews ul.others li {
  /*.hover(@purple);*/
  width: calc(20%);
}
section.interviews ul.others li:not(:last-of-type) {
  margin-right: 25px;
}
section.interviews ul.others li h3 {
  color: #5E1A6F;
  padding-bottom: 3px;
  border-bottom: 3px solid #000;
  text-align: center;
}
section.interviews ul.others li h2 {
  color: #646567;
  text-transform: none;
  min-height: 82px;
}
section.interviews ul.others li p {
  letter-spacing: -0.5px;
  padding: 0;
  padding-bottom: 10px;
}
section.photos {
  /*.theme-color(@maroon);*/
}
section.photos h2 {
  margin-top: 20px;
}
section.photos ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
section.photos ul:first-of-type li {
  width: 33%;
  /*.hover(@maroon);*/
}
section.photos ul:first-of-type li div {
  position: relative;
}
section.photos ul:first-of-type li div .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #7B2D0F;
}
section.photos ul:first-of-type li div:hover > .overlay {
  width: 100%;
  height: 98%;
  overflow: hidden;
  display: block;
}
section.photos ul:first-of-type li:not(:last-child) {
  margin-right: 25px;
}
section.photos ul:first-of-type li img {
  width: 100%;
  height: 100%;
}
section.photos ul:first-of-type li .magnify {
  margin-bottom: 0;
}
section.photos ul:last-of-type {
  margin-top: 20px;
}
section.photos ul:last-of-type li {
  /*.hover(@maroon);*/
}
section.photos ul:last-of-type li div {
  position: relative;
}
section.photos ul:last-of-type li div .overlay {
  position: absolute;
  top: 0;
  left: 0;
}
section.photos ul:last-of-type li div:hover > .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
section.photos ul:last-of-type li:not(:first-child):not(:last-child) {
  margin: 0 0.11%;
}
section.photos ul:last-of-type li img {
  width: 90%;
  height: 80px;
}
section.photos ul:last-of-type li .magnify {
  left: 0;
  bottom: 32px;
}
section.documentaries {
  /*.theme-color(@dark-pink);*/
  max-height: 100%;
}
section.documentaries .main-documentary {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: visible;
  /*.hover(@dark-pink);*/
}
section.documentaries .main-documentary .img-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
section.documentaries .main-documentary .play-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  text-align: center;
  padding-top: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.documentaries .main-documentary .play-wrapper:hover .play,
section.documentaries .main-documentary .play-wrapper:hover h5 {
  text-shadow: 0 0 12px #000;
  opacity: 1;
}
section.documentaries .main-documentary .play-wrapper .play {
  color: #fff;
  opacity: 0.6;
}
section.documentaries .main-documentary h2 {
  color: #C00418;
  /*text-shadow: 0 0 8px @black;*/
  position: absolute;
  margin: 40px 0 0 30px;
  text-transform: uppercase;
}
section.documentaries .main-documentary h3 {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 15px;
  font-size: 1.2em;
  text-shadow: 0 0 8px #000;
}
section.documentaries .main-documentary h3 span {
  font-family: 'Open Sans ExtraBold', sans-serif;
  font-size: 0.85em !important;
  text-transform: none;
  color: #000;
  margin-left: 15px;
  text-shadow: 0 0 8px #fff;
}
section.documentaries .main-documentary h3 span:before {
  content: " |  ";
  color: #000;
}
section.documentaries .main-documentary h5 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
  opacity: 0.6;
}
section.documentaries .other-docs {
  display: flex;
  justify-content: center;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 100%;
  /*.theme-color(@dark-pink);*/
}
section.documentaries .other-docs .img-wrapper {
  width: 100%;
  height: 100%;
}
section.documentaries .other-docs h5 {
  margin-bottom: 0 !important;
}
section.documentaries .other-docs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  /*flex-basis: calc(33.33% - 15px);*/
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
}
section.documentaries .other-docs ul li {
  width: 100%;
  height: calc(25%);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  overflow: visible;
  /*.hover(@dark-pink);*/
}
section.documentaries .other-docs ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
section.documentaries .other-docs ul li h4 {
  margin-top: 0 !important;
  color: #646567;
}
section.documentaries .other-docs ul li .documentary-screen {
  width: 55%;
  height: 100%;
  max-height: 100%;
  float: left;
  margin-right: 25px;
  position: relative;
  overflow: visible;
}
section.documentaries .other-docs ul li .documentary-screen .play-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.documentaries .other-docs ul li .documentary-screen .play-wrapper:hover .play {
  text-shadow: 0 0 12px #000;
  opacity: 1;
}
section.documentaries .other-docs ul li .documentary-screen .play-wrapper .play {
  color: #fff;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  opacity: 0.6;
  width: 48px !important;
  height: 48px !important;
  margin-left: -20px !important;
  margin-top: -20px !important;
  text-shadow: 0 0 3px #000;
}
section.blogs {
  /*.theme-color(@green);*/
}
section.blogs h3 {
  color: #646567;
  margin-top: 0;
  margin-left: 3px;
}
section.blogs h2 {
  color: #000;
  margin: 10px 0;
  font-size: 1.6em;
  margin-bottom: 30px;
  min-height: 80px;
}
section.blogs ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}
section.blogs ul li {
  position: relative;
  /*.hover(@dark-green);*/
}
section.blogs ul li img {
  width: 100%;
}
section.blogs ul li .read-more {
  float: right;
  padding: 2.5px 10px;
  margin: 5px 0;
}
section.forum h1,
section.forum h3,
section.forum h5 {
  color: #E53527;
}
section.forum input:focus {
  outline: 2px solid #E53527;
}
section.forum input[type=radio]:checked + label > img {
  outline: #E53527;
  /*border: 2px solid @color;*/
  /*box-shadow: 0 0 8px @color;*/
}
section.forum ::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #f2f2f2;
}
section.forum ::-webkit-scrollbar-thumb {
  background: #E53527;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
section.forum ::-webkit-scrollbar-corner {
  background: #646567;
}
section.forum .button {
  color: #fff;
  background: #E53527;
  border: 0 !important;
  padding: 5px 10px;
}
section.forum .button:hover {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}
section.forum .tabs li.active {
  border-top: 2px solid #E53527 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,abbd73+100;Olive+3D+%232 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f2f2 0%, #E53527 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #E53527 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2f2f2 0%, #E53527 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='@color', GradientType=0);
  /* IE6-9 */
}
section.forum h2 {
  color: #000;
}
section.forum h4 {
  text-transform: uppercase;
  color: #E53527;
  margin: 20px 0;
}
section.forum h4 span {
  color: #000;
}
section.forum p {
  padding-bottom: 20px;
}
section.forum ul {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  display: flex;
  -ms-flex-flow: nowrap;
  -webkit-flex-flow: nowrap;
  flex-flow: nowrap;
  justify-content: space-between;
}
section.forum ul li {
  width: calc(25%);
  position: relative;
  /*.hover(@light-red);*/
}
section.forum ul li .read-more {
  padding: 2.5px 10px;
  position: absolute;
  bottom: 0;
  right: 25px;
}
section.forum ul li:not(:last-child) {
  padding-right: 25px;
}
section.forum ul li:last-child h3 {
  line-height: 1.8em;
  text-align: center;
  color: #fff;
  background: #8B0E13;
  margin: 0;
  padding: 0;
  z-index: 999;
}
section.forum ul li:last-child .img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.forum ul li:last-child img {
  width: 100%;
  height: 100%;
  margin-top: -34px;
}
section.more-links ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
  display: flex;
}
section.more-links ul li {
  width: 25%;
  text-transform: uppercase;
}
section.more-links ul li input[type=text],
section.more-links ul li input[type=email] {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
}
section.more-links ul li input[type=text]:focus,
section.more-links ul li input[type=email]:focus {
  outline: 2px solid #8B0E13;
}
section.more-links ul li button {
  background: #8B0E13;
  border: 0;
  width: 100%;
  box-sizing: border-box;
}
section.more-links ul li:not(:first-child):not(:last-child) {
  margin: 0 1%;
}
section.more-links ul li:first-child {
  margin-right: 1%;
}
section.more-links ul li:last-child {
  margin-left: 1%;
}
section.more-links ul li img {
  width: 100%;
}
section.more-links ul li h3 {
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  background: #8B0E13;
}
section.more-links ul li h4,
section.more-links ul li li {
  font-family: 'Open Sans Regular', sans-serif;
  font-size: 1em;
  line-height: 1.6em;
}
section.more-links ul li ul {
  list-style: disc;
  display: block;
  margin: 20px 0 0 20px;
}
section.more-links ul li ul li {
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans Regular';
}
section.more-links ul li ul li a {
  text-decoration: none;
  padding: 5px 0;
  padding: 2px 0 !important;
}
section.more-links ul li ul li a:hover {
  border-bottom: 1px dotted #000 !important;
}
section.more-links ul li ul li a:hover {
  /*text-shadow: 0 0 8px @grey-active;*/
}
section.more-links ul li ul li:not(:first-child):not(:last-child) {
  margin: 0 auto;
}
section.more-links ul li ul li:first-child {
  margin: 0 auto;
}
section.more-links ul li ul li:last-child {
  margin: 0 auto;
}
section.before-footer h1 {
  height: 2px;
}
section.items-list img {
  float: left;
  margin: 10px 30px;
}
section.items-list ul {
  list-style: square !important;
  margin: 20px 30px;
}
section.items-list ul li {
  margin: 5px 0;
  /*&:before {
                    content: '👽';
                    margin: 0 5px 0 -15px;
                    color: @grey-active;
                    }*/
}
section.gallery ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex: 1 50%;
  -webkit-flex: 1 50%;
  flex: 1 50%;
  width: 100% !important;
}
section.gallery ul.gallery li {
  margin: 10px;
  padding: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
section.gallery ul.gallery li:hover {
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  box-shadow: 0 0 20px #000;
}
section.before-footer a,
section.items-list a {
  height: 2em;
  padding: 2px 0 !important;
}
section.before-footer a:hover,
section.items-list a:hover {
  border-bottom: 1px dotted #000 !important;
}
section.before-footer h1,
section.items-list h1 {
  border-bottom: 3px solid #646567;
  width: 100%;
}
section.before-footer .link-lists,
section.items-list .link-lists {
  display: flex;
  justify-content: space-between;
}
section.before-footer ul,
section.items-list ul {
  list-style: none;
  width: 14.28571429%;
  padding: 0;
  margin: 0;
}
section.before-footer ul:nth-of-type(4) li,
section.items-list ul:nth-of-type(4) li {
  text-align: center;
}
section.before-footer ul:nth-of-type(5) li,
section.items-list ul:nth-of-type(5) li,
section.before-footer ul:nth-of-type(6) li,
section.items-list ul:nth-of-type(6) li,
section.before-footer ul:nth-of-type(7) li,
section.items-list ul:nth-of-type(7) li {
  text-align: right;
}
section.before-footer ul li h5,
section.items-list ul li h5 {
  font-family: 'Open Sans ExtraBold', sans-serif;
  font-size: 1em;
  font-weight: 900;
}
section.before-footer ul li a,
section.items-list ul li a {
  color: #000;
}
section.before-footer-customer-service > div > div {
  display: flex;
  justify-content: space-between;
}
section.before-footer-customer-service ul {
  list-style: none;
  width: calc(25%);
  margin: 0;
  padding: 0;
}
section.before-footer-customer-service ul.cbpdv {
  float: right;
  width: 40%;
}
section.before-footer-customer-service ul.cbpdv li {
  color: #000;
  text-transform: none;
  text-align: right;
}
section.before-footer-customer-service ul.cbpdv li strong {
  width: 55%;
  float: left;
}
section.before-footer-customer-service ul.cbpdv li .img-wrapper {
  width: 44%;
  height: auto;
  margin: 0 0 0 25px;
  float: right;
}
section.before-footer-customer-service ul li {
  color: #8B0E13;
  width: 100%;
  display: flex;
  text-transform: uppercase;
}
section.before-footer-customer-service ul li h5 {
  font-family: 'Open Sans ExtraBold', sans-serif;
  letter-spacing: -1px;
}
section.before-footer-customer-service ul li strong {
  width: 30%;
}
section.before-footer-customer-service ul li a {
  color: #000;
  text-transform: none;
  min-height: 2em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 2px 0 !important;
}
section.before-footer-customer-service ul li a:hover {
  border-bottom: 1px dotted #000 !important;
}
section.before-footer-customer-service ul li span {
  color: #000;
  text-transform: none;
}
section.before-footer-customer-service ul li span:nth-child(1),
section.before-footer-customer-service ul li span:nth-child(2) {
  margin-left: 15px;
}
section.before-footer-logos .payments #pagseguro {
  float: left;
}
section.before-footer-logos .payments #paypal {
  width: 37%;
  float: left;
  margin: 0;
}
section.before-footer-logos .payments #bandeiras {
  width: 100%;
}
section.before-footer-logos .trustSign {
  padding-top: 15px;
}
section.before-footer-logos .trustSign #trustSign {
  width: 120px;
}
section.before-footer-logos #ajgevaerd,
section.before-footer-logos #cbpdv {
  float: left;
  width: 45%;
}
section.before-footer-logos h5 {
  font-family: 'Open Sans ExtraBold', sans-serif;
  padding-bottom: 35px;
  letter-spacing: -1px;
}
section .original-price {
  color: #646567;
  text-decoration: line-through;
}
section .discounted-price {
  font-size: 1.6em;
  line-height: 1.2em;
  color: #EE7F00;
}
section .not-active a {
  pointer-events: none;
  cursor: not-allowed;
  color: #646567;
}
section .not-active:hover {
  background: transparent !important;
}
section .results {
  display: flex;
  background: #f2f2f2;
  color: #000;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 50px;
}
section .results > li {
  margin: 10px 20px;
  display: flex;
}
section .results > li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
  line-height: 25px !important;
}
section .results > li ul li {
  padding: 0 10px;
  float: left;
}
section .results > li ul li:hover {
  background: #ccc;
}
section .results > li ul li.active {
  border: 1px solid #646567;
  background: #ccc;
  font-weight: 900;
}
section .visits-highlight {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px 10px;
  margin-right: 40px;
  text-align: center;
  float: left;
  font-size: 2.6em;
  font-weight: 900;
}
section .visits-highlight > span.visits-label {
  font-size: 0.3em;
  font-weight: 300;
  display: block;
}
section .simple-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section .simple-list > ul li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #646567;
}
section .simple-list .img-wrapper {
  float: left;
  margin: 0 25px 25px 0;
}
section .simple-list .img-wrapper.thumb {
  width: 100px !important;
  height: 100px !important;
}
section .simple-list .img-wrapper.blocklist {
  width: 250px !important;
}
section .simple-list .img-wrapper img {
  border: 1px solid #646567;
}
section .block-list > ul {
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
section .block-list > ul > li {
  width: calc(25%);
  padding: 25px;
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
}
section .block-list > ul > li:hover {
  border: 1px solid #CFD0D1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
section .block-list > ul > li .img-wrapper {
  width: 80%;
  margin: 0 auto;
}
section .block-list > ul > li img {
  width: 100%;
}
section .block-list > ul > li p {
  font-size: 1em;
  font-weight: 100;
  text-align: justify;
  margin: 20px 0;
}
section .block-list > ul > li h2,
section .block-list > ul > li h3,
section .block-list > ul > li h4,
section .block-list > ul > li h5 {
  text-align: center;
}
section .block-list > ul > li h5 {
  min-height: 30px;
}
section .block-list > ul > li h6 {
  font-size: 0.8em;
  color: #646567;
  font-style: italic;
  width: 100%;
}
section .posts-list .search-form {
  width: 100%;
}
section .posts-list .search-form input,
section .posts-list .search-form button {
  height: 40px;
}
section .posts-list .search-form input {
  width: 79%;
  float: left;
  border: 1px solid #ccc;
  margin: 0 !important;
}
section .posts-list .search-form button {
  width: 19%;
  float: left;
  color: #fff;
  margin: 0 !important;
  border: 0;
  background: #5E1A6F;
}
section .posts-list ul {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
section .posts-list ul li {
  width: 33%;
  padding: 10px;
  border: 1px solid #CFD0D1;
  margin-bottom: 10px;
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
section .posts-list ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
section .posts-list ul li img {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 120px;
}
section .posts-list ul li h4 {
  min-height: 120px;
}
section .posts-list ul li p {
  font-size: 1em;
  font-weight: 100;
  text-align: justify;
}
section .posts-list ul li h6 {
  font-size: 0.8em;
  color: #646567;
  font-style: italic;
}
section .inside ul,
section .related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section .inside ul li,
section .related ul li {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #646567;
}
section .inside ul li h3,
section .related ul li h3,
section .inside ul li h6,
section .related ul li h6 {
  margin-bottom: 0 !important;
}
section .inside .img-wrapper,
section .related .img-wrapper {
  width: 68px !important;
  height: 68px !important;
  float: left;
  margin: 0 25px 50px 0;
}
section .inside .img-wrapper img,
section .related .img-wrapper img {
  border: 1px solid #646567;
}
section .forum-list {
  width: 100%;
}
section .forum-list h3 {
  width: 100%;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
section .forum-list h3.post {
  background: #f2f2f2;
}
section .forum-list h3 span {
  font-size: 0.7em;
  font-weight: 500;
  text-transform: none;
}
section .forum-list h3 span:first-of-type {
  font-style: italic;
  color: #646567;
}
section .forum-list h3 span:last-of-type {
  color: #000;
}
section .forum-list h3 a {
  font-size: 2em;
  font-weight: 900;
  color: #C00418;
}
section .forum-list ul {
  list-style: none;
}
section .forum-list ul.alphabet {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
section .forum-list ul.alphabet li a {
  font-family: 'Inversionz';
  font-size: 3.2em;
  color: #646567;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section .forum-list ul.alphabet li a:hover {
  color: #000;
}
section .forum-thread {
  list-style: none;
  margin: 0;
  padding: 0;
}
section fieldset * {
  box-sizing: border-box;
}
section fieldset input[type=text],
section fieldset input[type=password],
section fieldset textarea {
  width: 100%;
  min-height: 38px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section fieldset .button {
  padding: 10px 20px !important;
  float: right;
}
section .forum-posts {
  font-size: 0.8em;
  font-weight: 300;
}
section .forum-posts tr th,
section .forum-posts tr td {
  border-bottom: 1px dotted #646567;
  padding-bottom: 5px;
}
section .forum-posts .post-count {
  text-align: center;
}
section .post-tools {
  list-style: none;
  margin: 0;
  padding: 0;
}
section .post-detail {
  background: #f2f2f2;
  padding: 10px 20px;
  display: flex;
  border-bottom: 1px dashed #646567;
}
section .post-detail:last-of-type {
  border-bottom: 0 !important;
}
section .post-detail .post-date,
section .post-detail .member-since {
  font-size: 0.7em;
  font-weight: 500;
  text-transform: none;
  font-style: italic;
  color: #646567;
}
section .post-detail .post-detail-info {
  width: 15%;
  padding-right: 25px;
  border-right: 3px solid #646567;
}
section .post-detail .post-detail-body {
  padding-left: 25px;
  width: 75%;
}
section .post-detail .post-author {
  width: 100%;
  text-align: center;
}
section .post-detail .author-detail img {
  height: 56px;
  width: 56px;
}
section .rating-vote {
  unicode-bidi: bidi-override;
  direction: rtl;
}
section .rating-vote > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
section .rating-vote > span:hover:before,
section .rating-vote > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
}
section .rating-votes-orders {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
section .rating-votes-orders > span {
  font-size: 0.8em;
  line-height: 1.8em;
  margin: auto;
}
section .rating-votes-orders > span.divider {
  margin: 0 5px;
  border-right: 1px solid #CFD0D1;
}
section .rating-votes-orders > span:first-of-type,
section .rating-votes-orders > span a {
  color: #646567;
}
section .rating {
  color: #FFC300;
}
section .rating span {
  font-size: 1.8em;
}
section ul.search-results {
  margin: 0;
  padding: 0;
  list-style: none;
}
section ul.search-results li {
  margin-bottom: 25px;
  border-bottom: 1px dotted #646567;
}
section .search-results ol li {
  min-height: 35px;
}
section .search-results ol li span {
  font-size: 0.8em;
  color: #87888A;
}
section .search-results.block-list {
  /*& > ul > li .purchase-buttons li {
                margin-right: 0 !important;
            }*/
}
section .search-results.block-list ul li {
  width: calc(25%);
}
section .search-results.block-list ul li p.ellipsis {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 23px;
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
  background: #fff;
}
section .search-results.block-list ul li p.ellipsis:after {
  content: '...';
  position: absolute;
  top: 0;
  z-index: 999;
}
section .search-results.block-list ul li p.ellipsis:hover {
  height: 160px;
  overflow: visible;
  /*white-space: normal;*/
  /*text-overflow: ellipsis;*/
}
section .search-results.block-list ul li p.ellipsis:hover:after {
  content: '';
}
section .content {
  max-width: 100%;
}
section .content img {
  max-width: 100%;
}
section .related-magazine {
  height: 160px;
  margin-bottom: 20px;
}
section .related-magazine .magazine-cover {
  height: 150px;
}
section .related-magazine .magazine-cover a {
  color: #87888A;
}
section .related-magazine .magazine-cover a:hover {
  color: #000;
}
section .related-magazine .magazine-cover img {
  width: 120px;
  float: left;
  margin: 0 15px 15px 0;
}
section .related-magazine .magazine-cover ul {
  margin: 0 !important;
  padding: 30px 0;
  display: block !important;
  list-style: none;
}
section .categories-list {
  min-height: 35px;
}
section .categories-list.two-columns {
  width: 65% !important;
}
section .categories-list,
section .related-magazine {
  border-top: 1px solid #646567;
  border-bottom: 1px solid #646567;
}
section .categories-list,
section .keywords-list {
  max-width: 100%;
  margin: 20px 0 30px 0;
  padding-top: 5px;
  line-height: 30px;
}
section .categories-list.no-margin-top,
section .keywords-list.no-margin-top {
  margin-top: 0 !important;
}
section .categories-list h6,
section .keywords-list h6 {
  font-style: italic;
  font-size: 0.8em;
}
section .categories-list ul,
section .keywords-list ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  width: 100%;
}
section .categories-list ul li,
section .keywords-list ul li {
  text-transform: uppercase;
  float: left;
  width: auto;
}
section .categories-list ul li:first-of-type,
section .keywords-list ul li:first-of-type {
  font-weight: 800;
  color: #87888A;
  padding: 0;
  margin: 0 20px 0 0;
}
section .categories-list ul li:after,
section .keywords-list ul li:after {
  content: ",";
  margin-right: 5px;
}
section .categories-list ul li:last-of-type:after,
section .keywords-list ul li:last-of-type:after,
section .categories-list ul li:first-of-type:after,
section .keywords-list ul li:first-of-type:after {
  content: "";
}
section .categories-list ul li a,
section .keywords-list ul li a {
  color: #87888A !important;
  font-size: 0.8em;
}
section .categories-list ul li a:hover,
section .keywords-list ul li a:hover {
  color: #000 !important;
}
section .end-section {
  border: 2px solid #646567;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
section .end-section:hover {
  /*text-shadow: 0 0 2px @grey-active;*/
  background: #646567;
}
section .end-section:hover a {
  color: #fff !important;
}
section .end-section a {
  color: #87888A !important;
}
section .end-section a i {
  color: #000 !important;
  margin-right: 10px;
}
section .end-section a:hover {
  text-decoration: none;
  color: #fff;
}
section .end-section a:after {
  font-family: 'FontAwesome';
  content: "     \f0a9";
}
section .section-break,
section .section-break-large {
  width: 100%;
  float: none;
  clear: both;
}
section .section-break-large {
  height: 30px;
}
section .section-break {
  height: 1px;
}
section .magnify {
  font-size: 1.2em;
  text-align: center;
  width: 32px;
  height: 32px;
  padding: 2px 0;
  margin-bottom: -30px;
  position: relative;
  bottom: 20px;
  left: -10px;
  border: 1px solid #fff;
  box-shadow: 0 0 4px #000;
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
}
section .magnify i {
  color: #646567;
}
section .magnify:hover {
  box-shadow: 0 0 2px #000;
}
section .magnify:active {
  box-shadow: 0 0 1px #646567;
}
section .media-share.horizontal {
  margin: 0 0 25px 0;
}
section .media-share.horizontal > ul {
  display: flex;
}
section .media-share.horizontal > ul li {
  display: inline-block;
}
section .media-share.horizontal > ul li a {
  padding: 5px 6px;
  height: 28px;
  font-size: 0.8em;
  border-radius: 4px;
  color: #fff;
}
section .media-share.horizontal > ul li a i {
  color: #fff !important;
  font-size: 1.2em;
}
section .media-share.horizontal > ul li a.facebook {
  background: #3b5998;
}
section .media-share.horizontal > ul li a.twitter {
  background: #00aced;
}
section .media-share.horizontal > ul li a.pinterest {
  background: #cb2027;
}
section .media-share.horizontal > ul li a.google {
  background: #dd4b39;
}
section .media-share.horizontal > ul li a.whatsapp {
  background: #43d854;
}
section .media-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section .media-share ul li {
  margin-right: 5px;
}
section .signup-search {
  /*background: @grey-background;*/
  /*height: 80px;*/
  /*display: flex;*/
}
section .signup-search .oauth {
  height: 100%;
}
section .signup-search .oauth ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
section .signup-search .oauth ul li {
  height: 80px;
  width: calc(16.66666667%);
}
section .signup-search .oauth ul li a {
  line-height: 1em !important;
}
section .signup-search .oauth ul li a img {
  width: 100%;
  height: 100%;
}
section .signup-search .facebook-login {
  position: relative;
  background: #3b5998;
  color: #fff;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 2.8em;
  padding: 5px 20px;
  width: 31%;
  text-transform: uppercase;
  cursor: pointer;
}
section .signup-search .facebook-login span {
  margin-left: 12%;
}
section .signup-search .facebook-login i {
  font-size: 2.3em;
  position: absolute;
  bottom: 3px;
  left: 3px;
}
section .signup-search .search-form i {
  position: absolute;
  bottom: 25px;
  left: 15px;
  font-size: 2em;
  /*z-index: -1;*/
  color: #646567;
}
section .signup-search .search-form input {
  width: 100%;
  height: 73px;
  background-color: transparent !important;
  padding-left: 60px;
  border: 1px solid #ccc;
}
section .signup-search .search-form button {
  width: 100%;
  text-align: center;
}
section .signup-search .login-form input {
  width: 100%;
  height: calc(33.5px);
}
section .signup-search .login-form input:first-of-type {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0 !important;
  border-left: 1px solid #ccc;
}
section .signup-search .login-form input:last-of-type {
  border-top: 0 !important;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
section .signup-search .login-form button {
  width: 100%;
  float: right;
}
section .signup-search .login-label {
  text-transform: uppercase;
}
section .slider-wrapper .unslider {
  max-height: 450px;
  overflow: hidden;
}
section .slider-wrapper nav.unslider-nav {
  background: transparent;
  position: relative;
  bottom: 40px;
}
section .slider-wrapper nav.unslider-nav ol {
  width: 100%;
}
section .slider-wrapper .slider ul,
section .slider-wrapper .slider img {
  height: 450px;
}
section .slider-wrapper .slider ul {
  list-style: none;
  overflow: hidden;
}
section .slider-wrapper .slider ul li {
  position: relative;
}
section .slider-wrapper .slider ul .info {
  position: absolute;
  width: 80%;
  height: 160px;
  top: 30px;
  left: 90px;
  background: transparent;
}
section .slider-wrapper .slider ul h5,
section .slider-wrapper .slider ul h6 {
  background: transparent !important;
}
section .slider-wrapper .slider ul h5 {
  margin: 5% auto 0 auto;
  color: #fff;
  font-size: 1.5em;
  font-weight: 900;
  text-shadow: 0 0 5px #000;
  text-transform: none;
}
section .slider-wrapper .slider ul h6 {
  margin: 8% auto 0 auto;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 1.4em;
}
section .slider-wrapper .slider .slider-img-caption {
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 1rem;
  line-height: 48px;
  width: 100%;
  height: 48px;
  padding: 0 25px;
  color: #fff;
  background: #000;
  position: absolute;
  top: 0;
}
section .slider-wrapper .slider .slider-img-caption .slider-img-caption-date {
  font-family: 'Open Sans ExtraBold', sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  color: #87888A;
  text-transform: uppercase;
}
section .slider-wrapper .slider .slider-img-caption .slider-img-caption-date:after {
  content: ' | ';
  color: #fff;
}
section .slider-wrapper .slider img {
  width: 100%;
}
section .profile-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
section .profile-details li {
  margin-bottom: 10px;
}
section.my-account {
  min-height: 450px;
}
table.bordered {
  border: 1px solid #646567;
  border-collapse: collapse;
}
table.bordered tr,
table.bordered td {
  border: 1px solid #646567;
  padding: 5px 10px;
}
table.colored {
  width: 100%;
}
table.colored tr {
  width: 100%;
}
table.colored tr:nth-child(odd) td {
  background: #CFD0D1;
}
table.colored tr:nth-child(even) td {
  background: #f2f2f2;
}
table.colored tr:hover td {
  background: #646567;
  color: #fff;
}
nav {
  /*width: 80vw;*/
  width: 100%;
  /*height: 40px;*/
  border: none !important;
  padding: 0;
  margin: 0;
  /*border-bottom-right-radius: 20px;*/
  position: relative;
}
nav.store-nav {
  color: #000;
  background: #fff;
  opacity: 1;
  z-index: 9999;
  margin: 0 auto;
  position: fixed;
  top: 0;
  height: 150px;
  max-height: 150px;
  border-radius: 0 !important;
}
nav.store-nav .store-logo {
  margin-top: 25px;
  width: 100%;
}
nav.store-nav .store-menu {
  width: 100%;
  background: #fff;
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-transform: uppercase;
}
nav.store-nav .store-menu li {
  padding: 0 5px;
  width: 100%;
}
nav.store-nav .store-menu li [data-category] {
  cursor: pointer;
}
nav.store-nav .store-menu li:first-of-type {
  padding-left: 0 !important;
  width: auto;
}
nav.store-nav .store-menu li:last-of-type {
  padding-right: 0 !important;
}
nav.store-nav .store-menu li * {
  color: #000;
}
nav.store-nav .store-menu li:hover * {
  color: #646567;
}
nav.store-nav .store-menu li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
nav.store-nav .store-menu li.center * {
  text-align: center;
}
nav.store-nav .store-menu li.left * {
  text-align: left;
}
nav.store-nav .store-menu li.right * {
  text-align: right;
}
nav.store-nav .store-menu li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  clear: both;
  float: none;
}
nav.store-nav:hover {
  opacity: 1;
}
nav.store-nav .fa-search {
  font-size: 1.2em;
  margin-left: -30px;
  color: #ccc;
  z-index: -1;
}
nav.store-nav .store-search input {
  background: #fff;
  border: 1px solid #87888A;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  margin-top: 5px;
}
nav.store-nav .cart a {
  position: relative;
}
nav.store-nav .cart a .cart-count {
  padding: 0 6px;
  color: #fff;
  background: #C00418;
  border-radius: 50%;
  position: absolute;
  left: 80%;
  top: 5px;
}
nav.store-nav .store-credentials {
  list-style: none;
  position: relative;
  float: right;
}
nav.store-nav .store-credentials div,
nav.store-nav .store-credentials div * {
  font-size: 0.9em;
}
nav.store-nav .store-credentials div i,
nav.store-nav .store-credentials div * i {
  font-size: 1.2em !important;
}
nav.store-nav .store-credentials div.credential {
  /*float: left;*/
  /*width: 65%;*/
}
nav.store-nav .store-credentials div.credential div:last-child {
  font-size: 0.9em;
}
nav.store-nav .store-credentials div.credential .user {
  font-size: 1.2em;
  cursor: pointer;
}
nav.store-nav .store-credentials .credentials-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 25px;
  display: none;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  box-shadow: 0 4px 12px -2px #646567;
}
nav.store-nav .store-credentials .credentials-menu li {
  padding: 5px 10px;
  font-size: 1.2em;
  border-bottom: 1px solid #f2f2f2;
}
nav.store-nav .store-credentials .credentials-menu li:hover {
  background: #646567;
}
nav.store-nav .store-credentials .credentials-menu li:hover > a {
  color: #fff;
}
nav.store-nav .store-credentials .redirect {
  color: #000;
}
nav.store-nav .store-credentials .redirect:hover {
  text-decoration: underline;
}
nav.store-nav .categories-box {
  border: none;
  font-size: 1.2em;
  position: absolute;
  width: 75%;
  z-index: 999;
}
nav.store-nav .categories-box > div {
  width: 100%;
  max-width: 100%;
  background: #fff;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #646567;
  border-right: 1px solid #646567;
  border-bottom: 1px solid #646567;
  box-shadow: 0 4px 8px -2px #000;
}
nav.store-nav .categories-box > div .all {
  display: flex !important;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
nav.store-nav .categories-box > div .all ul li a {
  font-size: 0.85em;
}
nav.store-nav .categories-box ul {
  list-style: square;
}
nav.store-nav .categories-box ul a {
  font-size: 1em;
  text-transform: none;
  text-decoration: none;
  color: #000;
}
nav.store-nav .categories-box ul a:hover {
  color: #87888A;
}
.navbar-fade {
  color: #fff;
  height: 55px;
  line-height: 55px;
  border: 1px solid transparent !important;
  box-shadow: 0 0 15px #87888A;
  background: #000;
  background: -moz-linear-gradient(top, #000 0%, #666666 50%, #646567 100%);
  background: -webkit-linear-gradient(top, #000 0%, #666666 50%, #646567 100%);
  background: linear-gradient(to bottom, #000 0%, #666666 50%, #646567 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@black', endColorstr='@grey-active', GradientType=0);
  opacity: 0.8;
  z-index: 999;
  display: none;
}
.navbar-fade.navbar-fixed-top {
  position: fixed;
  height: 55px;
  line-height: 55px;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 !important;
}
.navbar-fade:hover {
  opacity: 1;
}
.navbar-fade .navbar {
  width: 80vw !important;
  margin: 0 auto;
}
.navbar-fade .navbar-left {
  float: left;
}
.navbar-fade .navbar-right {
  float: right;
}
.navbar-fade .nav-login {
  display: flex;
  text-transform: uppercase;
}
.navbar-fade .nav-login .login-identity {
  list-style: none;
  display: flex;
  margin: 15px 0 0 0;
  padding: 0;
}
.navbar-fade .nav-login .login-identity li {
  color: #fff;
}
.navbar-fade .nav-login .login-identity li:not(:first-child) {
  margin: 0 5px;
}
.navbar-fade .nav-login .login-identity li a {
  color: #fff;
}
.navbar-fade .nav-login .login-identity li a:hover {
  color: #000;
  text-shadow: 0 0 2px #fff;
}
.navbar-fade .social-channels {
  color: #646567;
  background: transparent;
  padding: 0 5px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.navbar-fade .social-channels .nav-search {
  opacity: 1;
}
.navbar-fade .social-channels .nav-search form {
  width: 90vw;
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
}
.navbar-fade .social-channels .nav-search form input {
  background: transparent !important;
}
.navbar-fade .social-channels ul {
  list-style: none;
}
.navbar-fade .social-channels li {
  padding: 0 1.3px;
  line-height: 50px;
  float: left;
  background: transparent;
  margin: 0 3px;
}
.navbar-fade .social-channels li i {
  font-size: 1.3em;
}
.navbar-fade .social-channels li a i {
  color: #87888A;
  text-shadow: none;
}
.navbar-fade .social-channels li a i:hover {
  text-shadow: -1px -1px 0.1px #000;
  color: #f2f2f2;
}
.navbar-fade .social-channels li.menu-icon {
  color: #fff;
  width: 26px;
  margin: 0 5px;
}
.navbar-fade .social-channels li.menu-icon.open > a {
  background-color: transparent !important;
}
.navbar-fade .social-channels li.menu-icon a {
  line-height: 50px;
  font-size: 1.4em;
  padding: 0;
  color: #fff;
}
.navbar-fade .social-channels li.menu-icon a:hover {
  color: #ccc;
  background: transparent;
}
.navbar-fade .social-channels li.menu-icon .open > a,
.navbar-fade .social-channels li.menu-icon .open > a:hover,
.navbar-fade .social-channels li.menu-icon .open > a:focus {
  background: #646567;
  color: #f2f2f2;
}
.navbar-fade .social-channels li.menu-icon ul {
  width: 99vw;
  position: fixed;
  top: 57px;
  left: 0;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #f2f2f2;
  box-shadow: 0 0 10px #000;
  z-index: 999;
  display: none;
  -moz-transition: all 0.4s cubic-bezier(0.16, 0.17, 0.18, 0.19);
  -o-transition: all 0.4s cubic-bezier(0.16, 0.17, 0.18, 0.19);
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.17, 0.18, 0.19);
  transition: all 0.4s cubic-bezier(0.16, 0.17, 0.18, 0.19);
  border-bottom-right-radius: 0 !important;
}
.navbar-fade .social-channels li.menu-icon ul.fixed-sub-nav {
  opacity: 0.8;
}
.navbar-fade .social-channels li.menu-icon ul li {
  background: #646567;
  color: #f2f2f2;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  text-align: center;
  text-transform: uppercase;
}
.navbar-fade .social-channels li.menu-icon ul li:hover {
  background: #000;
}
.navbar-fade .social-channels li.menu-icon ul li:hover a {
  color: #f2f2f2;
}
#navbar {
  padding: 0;
}
#navbar .shopping-cart {
  margin: -30px 0 0 0;
  height: 70px;
  line-height: 70px;
  width: 100%;
  background: #8B0E13;
  border-radius: 20px;
  z-index: 1;
  float: right;
  text-align: center;
}
#navbar .shopping-cart:hover {
  background: #8B0E13;
}
#navbar .shopping-cart a {
  color: #fff;
  background: transparent;
  position: relative;
  margin: -18px 0;
  font-size: 1.2em;
}
#navbar .shopping-cart a:hover {
  background: transparent;
}
#navbar .shopping-cart i {
  font-size: 2.3em;
  position: relative;
  top: 5px;
}
#navbar ul {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navbar ul > li {
  background: #CFD0D1;
  float: left;
  padding: 0 10px;
}
#navbar ul > li a {
  line-height: 40px;
  height: 40px;
  text-align: center !important;
  color: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
#navbar ul > li:hover {
  background: #000;
}
#navbar ul > li:hover a {
  color: #fff;
}
#navbar ul > li.active {
  background: #646567;
}
#navbar ul > li.active a {
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 8px rgba(150, 150, 150, 0.6);
}
#navbar ul > li.active .dropdown-menu {
  list-style: none;
}
#navbar ul > li.active .dropdown-menu li {
  background: #fff;
  margin: 0 !important;
}
#navbar ul > li.active .dropdown-menu li a {
  text-align: left;
  color: #000;
}
#navbar ul > li.active .dropdown-menu li a:hover {
  color: #ccc;
  background: #000;
}
.large-form form {
  width: auto !important;
}
.overlay {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
.overlay:hover {
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.overlay:hover i {
  font-size: 3em !important;
}
.overlay i {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  font-size: 0;
  color: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.store header,
.store section,
.store footer {
  width: 100%;
  margin: 0 auto;
}
.media-share i {
  font-size: 2.3em;
}
.nav-banner .nav-banner-logo {
  position: relative;
  border: none;
}
.nav-banner .nav-banner-logo a {
  text-decoration: none;
}
.nav-banner .nav-banner-logo a img {
  width: 100%;
}
.purchase-buttons {
  width: 100% !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.purchase-buttons li {
  margin-bottom: 10px;
  font-size: 1.3em;
  border-radius: 6px;
  padding: 10px 0;
  width: 100% !important;
  text-align: center;
  font-size: 1em;
}
.purchase-buttons li.purchase-btn {
  background: #EE7F00;
}
.purchase-buttons li.purchase-btn:hover {
  background: #FFC300;
}
.purchase-buttons li.show-btn {
  background: #C00418;
}
.purchase-buttons li.show-btn:hover {
  background: #8B0E13;
}
.purchase-buttons li.add-cart-btn,
.purchase-buttons li.empty-cart {
  background: #E53527;
}
.purchase-buttons li.add-cart-btn:hover,
.purchase-buttons li.empty-cart:hover {
  background: #7B2D0F;
}
.purchase-buttons a {
  color: #fff;
}
.cart-table th:first-of-type {
  width: 30%;
}
.cart-table th:not(:first-of-type) {
  width: 14%;
}
.cart-table th:last-of-type {
  width: 5% !important;
}
.cart-table td p {
  font-size: 0.85em;
  font-weight: 100;
}
#back-top {
  padding: 5px;
}
#back-top:hover {
  box-shadow: 0 1px 2px #646567, /*bottom external highlight*/ 0 -1px 1px #000, /*top external shadow*/ inset 0 -1px 1px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/ inset 0 1px 1px #ccc;
  /*top internal highlight*/
}
#back-top a > i {
  color: #CFD0D1;
  font-size: 3.5em;
}
.styled-scrollbars::-webkit-scrollbar {
  width: 8px !important;
}
.styled-scrollbars::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.styled-scrollbars::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #87888A;
}
.combo-box.dark-pink ul li {
  border: 1px solid #BB1580;
}
.combo-box.dark-pink ul li h6 {
  background: #BB1580;
}
.combo-box.dark-pink ul li i {
  color: #BB1580;
}
.combo-box.dark-red ul li {
  border: 1px solid #8B0E13;
}
.combo-box.dark-red ul li h6 {
  background: #8B0E13;
}
.combo-box.dark-red ul li i {
  color: #8B0E13;
}
.combo-box.maroon ul li {
  border: 1px solid #7B2D0F;
}
.combo-box.maroon ul li h6 {
  background: #7B2D0F;
}
.combo-box.maroon ul li i {
  color: #7B2D0F;
}
.combo-box.blue ul li {
  border: 1px solid #0077B2;
}
.combo-box.blue ul li h6 {
  background: #0077B2;
}
.combo-box.blue ul li i {
  color: #0077B2;
}
.combo-box.orange ul li {
  border: 1px solid #EE7F00;
}
.combo-box.orange ul li h6 {
  background: #EE7F00;
}
.combo-box.orange ul li i {
  color: #EE7F00;
}
.combo-box.green ul li {
  border: 1px solid #45A12B;
}
.combo-box.green ul li h6 {
  background: #45A12B;
}
.combo-box.green ul li i {
  color: #45A12B;
}
.combo-box.red ul li {
  border: 1px solid #C00418;
}
.combo-box.red ul li h6 {
  background: #C00418;
}
.combo-box.red ul li i {
  color: #C00418;
}
.combo-box.black ul li {
  border: 1px solid #000;
}
.combo-box.black ul li h6 {
  background: #000;
}
.combo-box.black ul li i {
  color: #000;
}
.combo-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.combo-box ul li {
  width: 100%;
  padding-bottom: 10px;
}
.combo-box ul li h6 {
  color: #fff !important;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.combo-box ul li img,
.combo-box ul li i {
  margin: 0 15px 15px 15px;
}
.box {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}
.box h5 {
  width: 100%;
  text-align: center;
}
.box form.social {
  float: right;
}
.box .button {
  padding: 0 10px;
  margin-left: 8px;
  float: right;
  border: 1px solid #7B2D0F;
  background: #7B2D0F;
  color: #fff;
}
.box .button.connect:hover {
  font-size: 1em;
  background: #0077B2;
  color: #f2f2f2;
}
.box .button.connect:active {
  background: #45A12B;
  color: #fff;
}
.box .button.disconnect {
  font-size: 0.9em;
  padding: 2px 10px;
}
.box .button.disconnect:hover {
  background: #C00418;
  color: #f2f2f2;
}
.box .button.disconnect:active {
  background: #8B0E13;
  color: #fff;
}
.box.cart {
  display: flex;
  justify-content: space-between;
}
.box.cart > a {
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
}
.box.actions li,
.box.external li {
  margin-bottom: 10px;
}
.box.actions i,
.box.external i {
  width: 20px;
  margin-right: 12px;
}
.box.actions input[type=button],
.box.external input[type=button] {
  padding: 5px 10px;
  margin-left: 10px;
  float: right;
  border: 1px solid #7B2D0F;
  background: #7B2D0F;
  color: #fff;
  font-size: 1em;
}
.box.actions li {
  font-size: 1.4em;
}
.box.external li {
  font-size: 1.2em;
}
.box img {
  max-width: 100%;
}
.box h6 {
  text-align: center;
  padding: 5px 0;
  color: #fff !important;
  text-transform: uppercase;
}
.box h6 a {
  color: #fff;
}
.box p {
  padding: 10px;
  text-align: justify;
}
.box ul {
  padding: 10px;
  list-style: none;
  font-size: 0.8em;
}
.box ul.navigation {
  padding: 10px 0;
}
.box ul.navigation li {
  min-height: 1.8em;
  padding: 5px 20px;
}
.box ul.navigation li i {
  margin-right: 10px;
}
.box ul.navigation li:hover {
  background: #CFD0D1;
}
.box ul.navigation li:hover > a {
  color: #fff;
}
.box ul.flex {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 200px;
}
.box.highlight .lSAction a {
  filter: invert(100%);
}
.box.highlight ul li {
  padding: 20px;
  height: 280px;
}
.box.highlight ul li img {
  width: 100%;
  height: 100%;
}
.box.green {
  border: 2px solid #466624;
}
.box.green h6 {
  background: #466624;
}
.box.green button,
.box.green .button {
  width: 19%;
  float: left;
  background: #45A12B;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.green button:hover,
.box.green .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.orange {
  border: 2px solid #EE7F00;
}
.box.orange h6 {
  background: #EE7F00;
}
.box.orange button,
.box.orange .button {
  width: 19%;
  float: left;
  background: #EE7F00;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.orange button:hover,
.box.orange .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.red {
  border: 2px solid #C00418;
}
.box.red h6 {
  background: #C00418;
}
.box.red button,
.box.red .button {
  width: 19%;
  float: left;
  background: #C00418;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.red button:hover,
.box.red .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.black {
  border: 2px solid #000;
}
.box.black h6 {
  background: #000;
}
.box.black button,
.box.black .button {
  width: 19%;
  float: left;
  background: #000;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.black button:hover,
.box.black .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.purple {
  border: 2px solid #5E1A6F;
}
.box.purple h6 {
  background: #5E1A6F;
}
.box.purple button,
.box.purple .button {
  width: 19%;
  float: left;
  background: #5E1A6F;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.purple button:hover,
.box.purple .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.maroon {
  border: 2px solid #7B2D0F;
}
.box.maroon h6 {
  background: #7B2D0F;
}
.box.maroon button,
.box.maroon .button {
  /*width: 19%;*/
  float: left;
  background: #7B2D0F;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.maroon button:hover,
.box.maroon .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.blue {
  border: 2px solid #0077B2;
}
.box.blue h6 {
  background: #0077B2;
}
.box.blue button,
.box.blue .button {
  width: 19%;
  float: left;
  background: #0077B2;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.blue button:hover,
.box.blue .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.dark-red {
  border: 2px solid #8B0E13;
}
.box.dark-red h6 {
  background: #8B0E13;
}
.box.dark-red button,
.box.dark-red .button {
  width: 19%;
  float: left;
  background: #8B0E13;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.dark-red button:hover,
.box.dark-red .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.dark-pink {
  border: 2px solid #BB1580;
}
.box.dark-pink h6 {
  background: #BB1580;
}
.box.dark-pink button,
.box.dark-pink .button {
  width: 19%;
  float: left;
  background: #BB1580;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.dark-pink button:hover,
.box.dark-pink .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.grey {
  border: 1px solid #646567;
}
.box.grey button,
.box.grey .button {
  width: 19%;
  float: left;
  background: #646567;
  color: #fff;
  border: 0;
  margin: 0 !important;
}
.box.grey button:hover,
.box.grey .button:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.box.grey h6 {
  color: #fff;
  background: #646567;
  text-align: center;
}
.box.grey h6 a {
  float: right;
  font-size: 0.7em;
  font-weight: 100;
  line-height: 2.1em;
  color: #f2f2f2;
  text-transform: none !important;
  margin-right: 10px;
}
.box.grey h6 a:hover {
  color: #000;
}
.box.search-aside p {
  height: 50px;
}
.box.search-aside input,
.box.search-aside button {
  height: 40px;
  line-height: 40px;
}
.box.search-aside input {
  width: 79%;
  float: left;
  border: 1px solid #ccc;
  margin: 0 !important;
}
.box.search-aside button {
  width: 19%;
  float: left;
  color: #fff;
  margin: 0 !important;
}
.box.search-aside .search-form {
  padding: 0 20px 20px 20px;
  height: 50px;
}
.box .more-small,
.box .buy-small {
  font-size: 0.8em !important;
}
.box .about {
  width: 100%;
  text-align: center;
}
.box .follow {
  width: 80%;
  height: 2.5em;
  margin: 0 auto;
  padding-bottom: 25px;
}
.box .follow ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.box .follow ul li {
  width: 100%;
}
.box .follow ul li i {
  font-size: 3em;
}
.box .keywords-list.flex-keywords {
  display: flex;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box .keywords-list.flex-keywords li:not(:last-of-type):after {
  content: ', ';
  margin-right: 3px;
}
.box.related-products {
  min-height: 300px;
  height: 340px;
  max-height: 350px;
}
.box.related-products h6 {
  margin-bottom: 0 !important;
}
.box.related-products .lSSlideOuter {
  width: 95%;
  margin: 0 auto;
}
.box.customer-service ul li {
  font-size: 1.4em;
}
.search-results.orange ol li {
  color: #EE7F00;
  border-bottom: 2px solid #EE7F00;
}
.search-results.orange ol li a {
  color: #EE7F00;
}
.search-results.green ol li {
  color: #45A12B;
  border-bottom: 2px solid #45A12B;
}
.search-results.green ol li a {
  color: #45A12B;
}
.search-results.blue ol li {
  color: #0077B2;
  border-bottom: 2px solid #0077B2;
}
.search-results.blue ol li a {
  color: #0077B2;
}
.search-results.red ol li {
  color: #C00418;
  border-bottom: 2px solid #C00418;
}
.search-results.red ol li a {
  color: #C00418;
}
.search-results ol {
  padding-left: 3%;
}
.is-visible {
  display: block !important;
}
.break,
.line-break {
  clear: both;
  float: none;
}
.break {
  width: 100%;
}
.line-break {
  height: 15px;
}
.info-box {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  /*flex-basis: calc(33.33% - 15px);*/
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  align-items: stretch;
}
.info-box h2 {
  flex-grow: 2;
  flex-basis: 40%;
}
.breadcrumb {
  list-style: none;
  padding: 5px 0;
  background: #f2f2f2;
  display: flex;
}
.breadcrumb li,
.breadcrumb li a {
  font-weight: 300;
}
.breadcrumb li:after {
  font-family: 'FontAwesome';
  padding: 0 10px;
  content: '\f105';
  font-weight: 300;
}
.breadcrumb li:first-of-type {
  padding-left: 25px;
}
.breadcrumb li:last-of-type:after {
  content: '';
}
.img-wrapper.w256 {
  max-width: 256px !important;
  width: 256px !important;
}
.img-wrapper.floated {
  float: left;
}
.img-wrapper img {
  width: 100% !important;
  max-width: 100%;
}
.img-wrapper .form {
  width: auto !important;
  margin: 0 auto;
}
.img-wrapper.blocklist img {
  max-height: 150px;
  height: 150px;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 900;
}
.with-timer {
  position: relative;
  max-height: 500px !important;
}
.with-timer .img-wrapper {
  width: 100%;
  max-height: 450px;
}
.with-timer .img-wrapper img {
  max-height: 450px !important;
}
.with-timer .register-button {
  position: absolute;
  right: 30px;
  bottom: 160px;
}
.with-timer .register-button a {
  font-size: 2em;
}
.with-timer .timer-wrapper {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.with-timer .timer-wrapper * {
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.event-details .line {
  display: flex;
}
.event-details h6,
.event-details h6 ~ div {
  margin-right: 25px !important;
}
.tabs-content {
  position: relative;
  min-height: 500px;
  width: 100%;
  margin-bottom: 25px;
}
.tabs-content .tab {
  width: 100%;
  min-height: 300px;
  /*position: absolute;
        top: 0;
        left: 0;*/
  display: none;
}
.schedule-img {
  width: 100%;
  height: 450px;
  overflow-y: scroll;
  border: 1px solid #646567;
}
.schedule-img img {
  max-width: 100%;
}
.tabs-wrapper {
  margin-bottom: 25px;
}
.tabs-wrapper .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #646567;
  display: flex;
}
.tabs-wrapper .tabs li {
  background: #f2f2f2;
  width: 200px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  line-height: 2em;
  text-align: center;
  cursor: pointer;
  padding-top: 15px;
}
.tabs-wrapper .tabs li:hover {
  background: #ccc;
  margin-top: -1px;
  text-shadow: 0 0 2px #646567;
}
.tabs-wrapper .tabs li.active {
  text-shadow: 0 0 4px #000;
  margin-top: -5px;
}
.tabs-wrapper .tabs li.active h5 {
  color: #fff;
}
.regs input[type=text],
.regs input[type=password] {
  width: 100%;
  height: 38px;
  padding: 5px 10px;
  color: #000;
  background: #fff;
  box-sizing: border-box;
}
.regs input.input-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
}
.regs input[type=radio]:checked + label > img {
  background: transparent;
  border: 2px solid transparent;
}
.regs .spinner img {
  width: 24px;
  height: 24px;
}
.regs label {
  margin: 0 !important;
}
.regs img {
  border: 2px solid transparent;
  height: 70px;
  transition: 500ms all;
}
.regs button[type=submit] {
  width: 200px !important;
  font-size: 2em;
  padding: 5px 10px;
}
.regs ul {
  width: 100%;
  /*height: 280px;*/
  list-style: none;
  margin: 0;
  padding: 0;
}
.regs ul h3 {
  font-weight: 600;
  font-size: 1.2em;
  text-shadow: 0 0 5px #000;
  margin-bottom: 20px;
  text-align: center;
}
.regs ul li {
  width: auto;
}
.regs ul li details {
  font-size: 0.8em;
  margin-left: 20px;
  color: #646567;
  transition: all 0.3s ease-in-out;
}
.regs ul li.split-box {
  box-sizing: border-box;
}
.regs ul li.addons {
  float: left;
  width: 75%;
  font-size: 1.2em;
}
.regs ul li.addons ul {
  margin: 0 25px;
}
.regs ul li.payments {
  float: right;
  width: 22%;
}
.regs ul li.payments h6 {
  margin-bottom: 5px;
}
.regs ul li.payments p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.regs ul li.payments div {
  text-align: center;
}
.regs ul li.payments span {
  color: #EE7F00;
  font-size: 2em;
  font-weight: 800;
}
.regs ul li.button-line {
  float: right;
}
.regs .split-half-half input {
  width: 50%;
}
.regs .split {
  display: flex;
}
.regs .split-two-thirds input:first-of-type {
  width: calc(66.66666667%);
}
.regs .split-two-thirds input:last-of-type {
  width: calc(33.33333333%);
}
.regs .split-thirds input {
  width: calc(33.33333333%);
}
.confs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}
.sched ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 500px;
  overflow-y: scroll;
}
.sched ul li {
  display: flex;
  box-sizing: border-box;
}
.sched ul li:nth-of-type(even) {
  background: #f2f2f2;
  color: #000;
}
.sched ul li:first-of-type div {
  font-weight: 800;
  background: #ccc;
  color: #fff;
}
.sched ul li div {
  width: 30%;
  padding: 5px 15px;
  border: 1px solid #646567;
}
.small-text {
  font-size: 0.9em;
}
.small-text p {
  padding: 0 15px !important;
}
.logos-sponsors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.logos-sponsors li {
  margin-right: 25px;
}
.logos-sponsors li img {
  max-height: 120px;
}
.author {
  width: 270px;
}
.author h4,
.author h5 {
  text-shadow: 3px 3px 12px #646567;
}
.author h4 {
  font-size: 1.3em;
  font-weight: 900;
}
.author h5 {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0 !important;
}
.author .img-wrapper {
  height: 120px;
  float: left;
  margin: 0 25px 25px 0;
  border: 1px solid #fff;
  box-shadow: 3px 3px 12px #646567;
}
.author .img-wrapper img {
  height: 120px;
  width: auto !important;
}
.author.featured {
  width: 350px !important;
}
.author.featured .img-wrapper {
  height: 200px !important;
}
.author.featured .img-wrapper img {
  height: 200px !important;
  width: auto !important;
}
.qr {
  margin: 0 25px 0 25px;
}
.center {
  width: 60%;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.faqs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faqs li details {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  background: #f2f2f2;
  border-radius: 5px;
}
.faqs li details div {
  padding: 20px;
  font-size: 1em;
  font-style: italic;
}
.faqs li summary {
  font-weight: 900;
  background: #646567;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
}
.survey ul.unlisted {
  list-style: none;
  padding: 0;
  margin: 0;
}
.survey ul.unlisted input[type=radio] {
  width: 16px;
  height: 16px;
}
.survey .submit-survey {
  height: 38px;
  width: auto !important;
  padding: 5px 10px;
  float: right;
  line-height: 1em !important;
}
.survey .results {
  font-size: 0.7em;
  background: #fff;
}
.survey .results li {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
}
.survey .results li.isCorrect {
  background: #f2f2f2;
}
.survey .results label {
  width: 50%;
}
.survey .results i.fa {
  color: green;
  font-size: 1em;
}
.survey .meter {
  height: 1em;
  position: relative;
  background: #f2f2f2;
  border: 1px solid #ccc;
  width: 50%;
}
.survey .meter > span.percent {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 1em;
  line-height: 1em;
  z-index: 9;
}
.survey .meter > span.fill {
  display: block;
  height: 100%;
  background: #ccc;
  color: #000;
  position: absolute;
  top: 0;
  overflow: hidden;
  font-size: 0.7em;
}
.visits {
  font-size: 0.8em;
  color: #ccc;
}
.visit-counter-display {
  margin-top: 4px;
  display: inline-block;
  padding: 6px 4px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #000;
  margin-right: -2px;
}
.root {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.root ul li {
  word-break: break-word;
}
.root ul.level {
  margin: 15px 30px;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.take {
  width: 100%;
  padding: 5px 20px;
  background: #f2f2f2;
  text-align: left;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.take a {
  min-width: 20px;
}
.take a:not(:last-of-type):after {
  content: '|';
  margin: 0 15px;
}
.take a:hover {
  font-weight: 900;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
.custom-register .form {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #CFD0D1;
}
.custom-register .form h4 {
  text-transform: uppercase;
  font-size: 1.6em;
}
.custom-register .form .status {
  text-align: left;
  font-weight: 600;
  height: 50px;
  min-width: 200px;
  display: inline;
}
.custom-register .form .submit-button {
  height: 50px;
}
.custom-register .form input[type='submit'] {
  background: #ccc;
  border: 1px solid #f2f2f2;
  height: 50px;
  /*border-radius: 5px;*/
  padding: 0 !important;
  width: 200px;
  position: absolute;
  right: 0;
}
.custom-register .form input[type='submit']:hover {
  background: #0077B2;
  color: #f2f2f2;
}
.custom-register .form input[type='submit']:active {
  background: #8B0E13;
  color: #fff;
}
.custom-register .form input[type=text],
.custom-register .form input[type=password] {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-register .oauth {
  margin-top: 20px;
}
.custom-register .oauth h6 {
  font-size: 1.2em;
}
.custom-register .oauth ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.custom-register .oauth ul li i {
  font-size: 4em;
}
.submit-controls button {
  min-width: 200px;
}
.submit-controls .slider-title {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.4em;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 0;
  cursor: pointer;
}
.submit-controls .slider-content {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
}
.submit-controls .submitted-photos {
  width: 100%;
  box-sizing: border-box;
}
.submit-controls .submitted-photos tr {
  width: 100%;
}
.submit-controls .submitted-photos tr:nth-child(odd) td {
  background: #f2f2f2;
}
.submit-controls .submitted-photos tr:nth-child(even) td {
  background: #e0e0e0;
}
.submit-controls .submitted-photos tr td,
.submit-controls .submitted-photos tr th {
  min-width: 120px;
  padding: 5px 10px;
  vertical-align: top;
}
.submit-controls .submitted-photos tr td textarea,
.submit-controls .submitted-photos tr th textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}
.submit-controls .submitted-photos tr th {
  background: #ccc;
}
.submit-controls .submitted-photos tr a.fancybox img {
  width: 128px;
  height: 128px;
}
.event-form label,
.submitted-photos label,
.event-form input[type=text],
.submitted-photos input[type=text],
.event-form input[type=date],
.submitted-photos input[type=date] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 32px;
}
.alert {
  border-radius: 6px;
  width: 100%;
  clear: both;
  display: block;
  padding: 15px 30px;
  margin: 20px auto;
  box-sizing: border-box;
}
.alert.success {
  border: 1px solid #466624;
  background: #65AB44;
  color: #fff;
}
.alert.info {
  border: 1px solid #EE7F00;
  background: #FFC300;
  color: #EE7F00;
}
/********************************* END OF PROPERTIES ***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*hover effects*/
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  -moz-animation-name: hvr-pulse;
  -o-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  -moz-animation-name: hvr-pulse-grow;
  -o-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  -moz-animation-name: hvr-pulse-shrink;
  -o-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  -moz-animation-name: hvr-push;
  -o-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  -moz-animation-name: hvr-pop;
  -o-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -moz-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -moz-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  -moz-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  -o-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  -moz-animation-name: hvr-bob-float, hvr-bob;
  -o-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  -moz-animation-duration: .3s, 1.5s;
  -o-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  -moz-animation-delay: 0s, .3s;
  -o-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  -moz-animation-timing-function: ease-out, ease-in-out;
  -o-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  -moz-animation-name: hvr-hang-sink, hvr-hang;
  -o-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  -moz-animation-duration: .3s, 1.5s;
  -o-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  -moz-animation-delay: 0s, .3s;
  -o-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  -moz-animation-timing-function: ease-out, ease-in-out;
  -o-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  -moz-animation-name: hvr-wobble-vertical;
  -o-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  -moz-animation-name: hvr-wobble-horizontal;
  -o-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    -moz-transform: translate(8px, 8px);
    -ms-transform: translate(8px, 8px);
    -o-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    -moz-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    -o-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    -moz-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    -o-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    -moz-transform: translate(8px, 8px);
    -ms-transform: translate(8px, 8px);
    -o-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    -moz-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    -o-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    -moz-transform: translate(4px, 4px);
    -ms-transform: translate(4px, 4px);
    -o-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  -moz-animation-name: hvr-wobble-to-bottom-right;
  -o-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    -moz-transform: translate(8px, -8px);
    -ms-transform: translate(8px, -8px);
    -o-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    -moz-transform: translate(-6px, 6px);
    -ms-transform: translate(-6px, 6px);
    -o-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    -moz-transform: translate(4px, -4px);
    -ms-transform: translate(4px, -4px);
    -o-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    -moz-transform: translate(8px, -8px);
    -ms-transform: translate(8px, -8px);
    -o-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    -moz-transform: translate(-6px, 6px);
    -ms-transform: translate(-6px, 6px);
    -o-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    -moz-transform: translate(4px, -4px);
    -ms-transform: translate(4px, -4px);
    -o-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    -moz-transform: translate(-2px, 2px);
    -ms-transform: translate(-2px, 2px);
    -o-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  -moz-animation-name: hvr-wobble-to-top-right;
  -o-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    -o-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -ms-transform: skew(4deg);
    -o-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -moz-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    -o-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    -o-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -ms-transform: skew(4deg);
    -o-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -moz-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    -o-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  -moz-animation-name: hvr-wobble-top;
  -o-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    -o-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -ms-transform: skew(4deg);
    -o-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -moz-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    -o-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    -o-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -ms-transform: skew(4deg);
    -o-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -moz-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    -o-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  -moz-animation-name: hvr-wobble-bottom;
  -o-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    -o-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -ms-transform: skew(4deg);
    -o-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -moz-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    -o-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    -o-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    -moz-transform: skew(4deg);
    -ms-transform: skew(4deg);
    -o-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    -moz-transform: skew(-2deg);
    -ms-transform: skew(-2deg);
    -o-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  -moz-animation-name: hvr-wobble-skew;
  -o-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  -moz-animation-name: hvr-buzz;
  -o-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -moz-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    -o-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -moz-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    -o-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -moz-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    -o-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -moz-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    -o-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  -moz-animation-name: hvr-buzz-out;
  -o-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
  background-color: #2098d1;
  color: white;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  -moz-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  -moz-animation-name: hvr-back-pulse;
  -o-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  color: white;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
  background: none;
}
/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
  opacity: 1;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  -moz-animation-name: hvr-ripple-out;
  -o-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  -moz-animation-name: hvr-ripple-in;
  -o-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
  -o-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  -moz-transition-property: top, right, bottom, left;
  -o-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  -moz-transition-property: border-radius;
  -o-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
  border-radius: 1em;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  -moz-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
  left: 0;
}
/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
  right: 0;
}
/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  -moz-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
  left: 0;
}
/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  -moz-transition-property: border-width;
  -o-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  -moz-transition-property: box-shadow, transform;
  -o-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
  opacity: 1;
}
/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  left: calc(40%);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  top: calc(40%);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  left: calc(40%);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  top: calc(40%);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(40%);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(40%);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(40%);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(40%);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  transform: translateX(-4px);
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  -moz-animation-name: hvr-icon-down;
  -o-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  -moz-animation-name: hvr-icon-up;
  -o-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  -moz-animation-name: hvr-icon-drop;
  -o-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:active:before {
  color: #0F9E5E;
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    -o-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    -o-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before,
.hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  -moz-animation-name: hvr-icon-float-away;
  -o-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before,
.hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  -moz-animation-name: hvr-icon-sink-away;
  -o-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  -moz-transform: scale(1.3) translateZ(0);
  -ms-transform: scale(1.3) translateZ(0);
  -o-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  -moz-animation-name: hvr-icon-pulse;
  -o-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  -moz-animation-name: hvr-icon-pulse-grow;
  -o-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  -moz-animation-name: hvr-icon-pulse-shrink;
  -o-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  -moz-animation-name: hvr-icon-push;
  -o-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  -moz-animation-name: hvr-icon-pop;
  -o-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -moz-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  -moz-transform: scale(1.5) rotate(12deg);
  -ms-transform: scale(1.5) rotate(12deg);
  -o-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -moz-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -o-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  -moz-animation-duration: .3s, 1.5s;
  -o-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  -moz-animation-delay: 0s, .3s;
  -o-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  -moz-animation-timing-function: ease-out, ease-in-out;
  -o-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -moz-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -o-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  -moz-animation-duration: .3s, 1.5s;
  -o-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  -moz-animation-delay: 0s, .3s;
  -o-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  -moz-animation-timing-function: ease-out, ease-in-out;
  -o-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  -moz-animation-iteration-count: 1, infinite;
  -o-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    -o-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  -moz-animation-name: hvr-icon-wobble-horizontal;
  -o-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  -moz-animation-name: hvr-icon-wobble-vertical;
  -o-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  -moz-animation-name: hvr-icon-buzz;
  -o-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -moz-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    -o-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -moz-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    -o-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    -moz-transform: translateX(3px) rotate(2deg);
    -ms-transform: translateX(3px) rotate(2deg);
    -o-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    -moz-transform: translateX(-3px) rotate(-2deg);
    -ms-transform: translateX(-3px) rotate(-2deg);
    -o-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -moz-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    -o-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -moz-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    -o-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    -moz-transform: translateX(1px) rotate(0);
    -ms-transform: translateX(1px) rotate(0);
    -o-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    -moz-transform: translateX(-1px) rotate(0);
    -ms-transform: translateX(-1px) rotate(0);
    -o-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  -moz-animation-name: hvr-icon-buzz-out;
  -o-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -moz-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -moz-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -moz-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  -moz-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
.fa-instagram,
.fa-yahoo,
.fa-google-plus,
.fa-twitter-square,
.fa-facebook-square,
.fa-pinterest-square,
.fa-whatsapp {
  cursor: pointer;
}
.fa-instagram {
  color: #517fa4;
}
.fa-yahoo {
  color: #7B0099;
}
.fa-google-plus,
.fa-google-plus-square {
  color: #dd4b39;
}
.fa-twitter-square {
  color: #00aced;
}
.fa-facebook-square {
  color: #3b5998;
}
.fa-pinterest-square {
  color: #cb2027;
}
.fa-whatsapp {
  color: #43d854;
}
.fa-linkedin,
.fa-linkedin-square {
  color: #007bb6;
}
.fa-instagram-square,
.fa-instagram {
  color: #517fa4;
}
.nav-banner {
  background: url('/media/62477/spance2.jpg') no-repeat center;
  /*background: url('/media/1018/banner.png') no-repeat center;*/
  /* background: url('../images/Banner.png') no-repeat center;*/
}
.login-frame {
  position: absolute;
  bottom: 230px;
  right: 10px;
  z-index: 999;
  display: block;
}
.login-frame ul {
  list-style: none;
  display: flex;
}
.login-frame ul li {
  font-size: 0.8em;
  margin: 0 5px;
  color: #fff;
}
.login-frame ul li .search {
  font-size: 1.2em;
}
.login-frame ul li a {
  color: #fff;
}
.login-frame ul li a:hover {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  color: #ccc;
}
@media screen and (max-width: 479px) {
  .with-timer {
    font-size: 1.4em;
  }
  .with-timer .timer-wrapper {
    right: 0 !important;
    left: 5px;
  }
  section .media-share {
    max-width: 100%;
    box-sizing: border-box;
  }
  section .media-share i {
    font-size: 1em;
  }
  section .media-share > ul {
    flex-wrap: wrap;
  }
  section .media-share.horizontal {
    margin: 0;
  }
  .tabs-wrapper .tabs {
    display: flex;
  }
  .tabs-wrapper .tabs li {
    background: #f2f2f2;
    width: auto;
    line-height: 1em;
    font-size: 1em;
  }
  .tabs-wrapper .tabs li h5 {
    font-size: 1em;
  }
  .regs ul {
    display: flex;
    flex-wrap: wrap;
  }
  .regs ul li {
    width: 100% !important;
  }
  header,
  section,
  footer,
  header,
  .store-nav {
    width: 100%;
    margin: 0 auto;
  }
  html,
  body,
  nav,
  footer,
  p,
  a,
  i,
  li,
  span,
  div,
  label {
    max-width: 100%;
  }
  h1:after {
    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;
    content: "\f0c1";
    margin-left: 10px;
  }
  h2,
  h3,
  h4,
  h5 {
    width: 100%;
  }
  nav.default {
    display: none;
  }
  nav.store-nav {
    height: 90px;
    /**responsive menu**/
  }
  nav.store-nav .store-nav-menu {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  nav.store-nav .store-nav-menu .store-logo,
  nav.store-nav .store-nav-menu .store-credentials {
    margin: 0 !important;
  }
  nav.store-nav .store-nav-menu .store-logo {
    order: 1;
    width: 30% !important;
  }
  nav.store-nav .store-nav-menu .store-logo img {
    width: 60%;
  }
  nav.store-nav .store-nav-menu .store-search {
    order: 3;
    width: 100%;
  }
  nav.store-nav .store-nav-menu .store-search input {
    margin: 0 !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu {
    font-size: 1em;
    margin: 50px 0 !important;
    box-shadow: none !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu li {
    display: block;
    padding: 0 !important;
    width: 80px !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu i {
    font-size: 2em;
  }
  nav.store-nav .store-nav-menu .store-credentials {
    order: 2;
    margin-top: 0 !important;
    display: flex;
    justify-content: space-between;
    width: 65% !important;
  }
  nav.store-nav .store-nav-menu .store-credentials i {
    font-size: 3em;
  }
  nav.store-nav .store-nav-menu .toggle {
    display: block;
    width: 32px !important;
  }
  nav.store-nav .store-nav-menu .categories-box {
    width: 95%;
    font-size: 1em;
    color: #000;
    padding: 0 0 0 15px !important;
    background: #fff;
    position: relative;
    top: 70px;
    left: 80px;
    min-height: 60vh !important;
    z-index: 1 !important;
    display: none;
  }
  nav.store-nav .store-nav-menu .categories-box div {
    box-shadow: none !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #fff;
    min-width: 50vw !important;
    max-width: 100vw !important;
    height: 35vh !important;
  }
  nav.store-nav .store-nav-menu .categories-box div ul {
    float: none !important;
    width: 100%;
    list-style: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  nav.store-nav .store-nav-menu .categories-box div ul li {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
  }
  nav.store-nav .store-nav-menu .categories-box div ul li a {
    font-size: 1.3em;
  }
  nav.store-nav .dropdown {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    color: #000;
    /**
    Hide the checkbox itself. For selecting 
    it we will use the label instead.
*/
    /* Click to expand button */
    /*  The ul will have display:none by default */
    /**

    By using the Following-sibling selector (~),
    we can target elements positioned after our checkbox in the DOM tree.

    With the state pseudo selector (:checked),
    we can make changes depending on the state of the checkbox.

    Using this combination of selectors
    allows to change the color of the label
    and show the list of items
    only when the checkbox is checked.

*/
  }
  nav.store-nav .dropdown input[type=checkbox] {
    display: none;
  }
  nav.store-nav .dropdown label {
    font-size: 2em;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  nav.store-nav .dropdown > ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: 100vw;
    z-index: 1;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);*/
    display: none;
  }
  nav.store-nav .dropdown > ul li {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    color: #f2f2f2;
    margin-bottom: 1px;
    cursor: pointer;
  }
  nav.store-nav .dropdown > ul li:hover {
    background-color: #646567;
    color: #fff;
  }
  nav.store-nav .dropdown > ul li a {
    color: inherit;
    text-decoration: none;
  }
  nav.store-nav .dropdown input[type=checkbox]:checked ~ label {
    background-color: #fff;
  }
  nav.store-nav .dropdown input[type=checkbox]:checked ~ ul {
    display: block;
  }
  section {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    padding: 10px;
  }
  section h1 {
    height: auto !important;
  }
  section h2,
  section h3,
  section h4,
  section h5,
  section p {
    font-size: 1.5em;
  }
  section .slider-img-caption {
    font-size: 0.75em !important;
  }
  section .slider-img-caption-date {
    font-size: 1em !important;
  }
  section.store-front {
    padding-top: 120px !important;
    padding-bottom: 40px !important;
  }
  section.events .main-event {
    width: 100%;
    margin-bottom: 25px;
  }
  section.events .other-events {
    width: 100%;
  }
  section.events .other-events .event-screen {
    width: 100% !important;
    float: none !important;
  }
  section.ads-dual-block ul {
    display: block !important;
  }
  section.ads-dual-block ul li {
    width: 100% !important;
  }
  section.issues-news .media-share {
    bottom: -20px !important;
  }
  section.issues-news .previous-covers li {
    max-height: 250px !important;
  }
  section.landing .row {
    display: flex;
  }
  section.landing .row > div:first-child {
    width: 100%;
  }
  section.landing .row > div:last-child {
    display: none;
  }
  section.highlights .article {
    height: auto !important;
    max-height: 100% !important;
  }
  section.highlights .more-block .img-wrapper {
    width: 100% !important;
    float: none !important;
  }
  section.highlights .img-wrapper {
    width: 100% !important;
  }
  section.interviews ul {
    flex-wrap: wrap;
  }
  section.interviews ul li {
    width: 100% !important;
    margin: 0 !important;
  }
  section.interviews ul li .img-wrapper {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  section.interviews ul li .img-wrapper img {
    max-height: 100%;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  section.documentaries .four-sixths {
    margin-bottom: 25px;
  }
  section.documentaries .main-documentary {
    width: 100%;
  }
  section.documentaries .main-documentary .play-wrapper .play {
    margin-top: -68px !important;
  }
  section.documentaries .main-documentary h5 {
    top: 5px !important;
  }
  section.documentaries .main-documentary h3 {
    width: 70%;
  }
  section.documentaries .main-documentary h3 span {
    margin-left: 5px !important;
  }
  section.documentaries .other-docs {
    width: 100%;
  }
  section.documentaries .other-docs .documentary-screen {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  section.photos ul:last-of-type li img {
    height: 100% !important;
  }
  section.photos ul:last-of-type,
  section.photos ul:first-of-type {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.photos ul:last-of-type li,
  section.photos ul:first-of-type li {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
  }
  section.photos ul:last-of-type li img,
  section.photos ul:first-of-type li img {
    width: 100% !important;
    margin: 0 !important;
  }
  section.search-results-section .one-third,
  section.search-results-section .one-fourth {
    order: 2;
  }
  section.blogs ul {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.blogs ul li {
    width: 100%;
  }
  section.forum ul {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.forum ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  section.more-links ul {
    flex-flow: row wrap;
    flex: 1 50%;
    justify-content: space-between;
  }
  section.more-links ul li {
    margin-bottom: 10px !important;
    width: 100%;
  }
  section.more-links ul li a,
  section.more-links ul li i {
    font-size: 1.4em;
  }
  section.before-footer h1 {
    display: none;
  }
  section.before-footer .link-lists {
    display: block;
  }
  section.before-footer .link-lists ul {
    margin-bottom: 25px;
    width: 100%;
  }
  section.before-footer .link-lists li {
    text-align: left !important;
  }
  section.before-footer .link-lists li a,
  section.before-footer .link-lists li i {
    font-size: 1.4em;
  }
  section.more-links,
  section.before-footer,
  section.before-footer-logos {
    flex-wrap: wrap;
  }
  section.more-links ul,
  section.before-footer ul,
  section.before-footer-logos ul {
    width: 100% !important;
  }
  section.more-links h3,
  section.before-footer h3,
  section.before-footer-logos h3,
  section.more-links h5,
  section.before-footer h5,
  section.before-footer-logos h5 {
    font-size: 1em;
  }
  section.before-footer-customer-service .full-width {
    flex-wrap: wrap;
  }
  section.before-footer-customer-service ul {
    width: 100% !important;
    margin-bottom: 25px;
  }
  section.before-footer-customer-service ul li {
    flex-wrap: wrap;
  }
  section.before-footer-customer-service ul.cbpdv strong,
  section.before-footer-customer-service ul.cbpdv .img-wrapper {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  section.before-footer-customer-service ul.cbpdv .img-wrapper img {
    height: auto !important;
  }
  section.items-list,
  section.gallery {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  section.items-list ul,
  section.gallery ul {
    width: 50% !important;
  }
  section.items-list ul li,
  section.gallery ul li {
    margin-bottom: 10px !important;
  }
  section.items-list ul li a,
  section.gallery ul li a,
  section.items-list ul li i,
  section.gallery ul li i {
    font-size: 1.4em;
  }
  section.before-footer-logos {
    padding: 5px 15px 80px 15px;
  }
  section.before-footer-logos .trustSign,
  section.before-footer-logos .payments {
    max-width: 100% !important;
    float: none !important;
  }
  section.before-footer-logos .trustSign img,
  section.before-footer-logos .payments img,
  section.before-footer-logos .trustSign #paypal,
  section.before-footer-logos .payments #paypal {
    width: 95% !important;
    max-width: 95% !important;
  }
  section.before-footer-logos > div:first-of-type,
  section.before-footer-logos > div:last-of-type {
    width: 100% !important;
    float: none !important;
  }
  section.ad {
    height: auto !important;
  }
  section .current-magazine {
    flex-wrap: wrap;
  }
  section .current-magazine .split-left,
  section .current-magazine .split-right {
    width: 100% !important;
    max-width: 100% !important;
  }
  section .rating-votes-orders {
    width: 100%;
  }
  section .signup-search {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
  }
  section .signup-search .oauth,
  section .signup-search .content {
    width: 100%;
    margin-top: 25px;
  }
  section .signup-search input {
    margin: 0 !important;
    padding: 0 !important;
  }
  section .signup-search button {
    border: 1px solid #0077B2;
  }
  section .signup-search .facebook-login {
    width: 70%;
    height: 100px;
    margin-bottom: 10px;
  }
  section .signup-search .facebook-login span {
    font-size: 0.8em !important;
    margin-left: 25% !important;
    line-height: 9em !important;
  }
  section .signup-search .facebook-login i {
    font-size: 5em;
  }
  section .signup-search .login-form {
    width: 100%;
    margin-bottom: 10px;
  }
  section .signup-search .login-form input {
    height: 60px !important;
  }
  section .signup-search .search-form {
    width: 100% !important;
  }
  section .signup-search .search-form button {
    position: none !important;
  }
  section .more-block li,
  section .news-block li {
    min-height: 180px;
  }
  section .more-block li img,
  section .news-block li img {
    width: 100% !important;
    float: none;
    margin-bottom: 5px;
  }
  section .categories-list,
  section .keywords-list {
    max-width: 100%;
    margin: 0 0 5px 0 !important;
  }
  section .categories-list ul,
  section .keywords-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
    padding-bottom: 5px !important;
  }
  section .categories-list ul li {
    width: 50% !important;
  }
  .fancybox-wrap {
    z-index: 99999 !important;
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  .social-channels > li {
    display: none;
  }
  .social-channels > li.menu-icon {
    display: block;
  }
  .login-frame {
    display: none !important;
  }
  .nav-banner {
    background-size: auto;
    background-position-x: 62%;
    height: 120px;
    margin-top: 55px;
  }
  .nav-banner .nav-banner-logo {
    width: 120px;
    left: 20px;
    top: 40px;
  }
  .nav-bar {
    width: 100%;
    margin: 0 10px;
  }
  .navbar-fade {
    display: flex;
  }
  .navbar-fade .menu-icon {
    width: auto !important;
  }
  .navbar-fade .nav-login {
    float: left;
  }
  .navbar-fade .nav-login .login-identity {
    width: 30%;
  }
  .navbar-fade .nav-login .login-identity li:first-of-type,
  .navbar-fade .nav-login .login-identity li:last-of-type {
    display: none;
  }
  .navbar-fade .navbar-right {
    float: right;
  }
  .navbar-fade .navbar-right ul li {
    margin-right: 8px;
  }
  .navbar-fade .navbar-right ul li.menu-icon ul {
    width: 100%;
    top: 56px;
    z-index: 99 !important;
  }
  .navbar-fade .navbar-right ul li.menu-icon ul .search {
    border-bottom: none !important;
  }
  .navbar-fade .navbar-right ul li,
  .navbar-fade .navbar-right ul li a,
  .navbar-fade .navbar-right ul li i {
    font-size: 1.2em;
  }
  li.shopping-cart {
    padding: 20px 15px;
  }
  li.shopping-cart a {
    font-size: 1.1em;
  }
  li.shopping-cart i {
    margin-left: 0;
  }
  .current-wrapper {
    flex-flow: row wrap;
    flex: 1 50%;
    justify-content: space-between;
  }
  .current-wrapper .split-right,
  .current-wrapper .split-left {
    width: 100% !important;
  }
  .article-image {
    width: 100% !important;
    float: none !important;
  }
  .article-image img {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
  }
  .two-columns > .column {
    width: 100% !important;
  }
  .box > ul.navigation li a {
    font-size: 1.3em !important;
  }
  .product-section .product-details {
    order: 2;
    width: 100% !important;
    margin-top: 30px !important;
  }
  .product-section .product-details .tabs label {
    font-size: 0.9em !important;
  }
  .product-section .product-details .tab-content h6 {
    width: 100%;
  }
  .product-section .product-details .tab-content img {
    max-width: 100%;
  }
  .product-section .product-description > li {
    margin-bottom: 20px !important;
  }
  .product-section .product-description-warranty .payment-types {
    height: auto !important;
  }
  .product-section .product-description-warranty .payment-types img {
    width: 100%;
  }
  .product-section .thumbnails-slider {
    width: 100%;
    padding: 0 !important;
  }
  .product-section .thumbnails-slider li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .product-section .box {
    display: block;
    width: 100%;
    width: 100% !important;
    order: 3;
  }
  .product-section .box:first-of-type {
    order: 1;
  }
  .product-section .box:first-of-type img {
    width: 90%;
  }
  .product-section .box:nth-of-type(2),
  .product-section .box:nth-of-type(3),
  .product-section .box:nth-of-type(4),
  .product-section .box:nth-of-type(5),
  .product-section .box:nth-of-type(6) {
    display: none;
  }
  .cart-table p {
    display: none;
  }
  .cart-table h3 {
    font-size: 0.9em;
  }
  .cart-table img {
    float: none;
  }
  .thumbnails-slider li {
    width: 80% !important;
    margin: 0 auto !important;
    height: auto !important;
  }
  .thumbnails-slider li p {
    display: none;
  }
  .thumbnails-slider li.zoom:after {
    content: none !important;
  }
  .thumbnails-slider li.zoom:not(:first-of-type) {
    display: none !important;
  }
  .tabs label {
    padding: 15px 5px !important;
  }
  .inside ul li,
  .related ul li {
    width: 100% !important;
  }
  .block-list > ul > li {
    width: 100% !important;
  }
  .search-results.block-list ul li {
    width: 100% !important;
  }
  .labeled-image {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .labeled-image img {
    width: 100%;
  }
  .alphabet {
    flex-wrap: wrap;
  }
  .alphabet > li > a {
    font-size: 2.3em;
    padding: 10px 15px 10px 5px;
  }
  .posts-list > ul > li {
    width: 100% !important;
  }
  #back-top {
    display: none !important;
  }
  #store-front {
    padding-top: 90px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  header,
  section,
  footer,
  header,
  .store-nav {
    width: 100%;
    margin: 0 auto;
  }
  html,
  body,
  nav,
  footer,
  p,
  a,
  i,
  li,
  span,
  div,
  label {
    max-width: 100%;
  }
  h2,
  h3,
  h4,
  h5 {
    width: 100%;
  }
  nav.default {
    display: none;
  }
  nav.store-nav {
    height: 90px;
    /**responsive menu**/
  }
  nav.store-nav .store-nav-menu {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  nav.store-nav .store-nav-menu .store-logo,
  nav.store-nav .store-nav-menu .store-credentials {
    margin: 0 !important;
  }
  nav.store-nav .store-nav-menu .store-logo {
    order: 1;
    width: 30% !important;
  }
  nav.store-nav .store-nav-menu .store-logo img {
    width: 60%;
  }
  nav.store-nav .store-nav-menu .store-search {
    order: 3;
    width: 100%;
  }
  nav.store-nav .store-nav-menu .store-search input {
    margin: 0 !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu {
    font-size: 1em;
    margin: 50px 0 !important;
    box-shadow: none !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu li {
    display: block;
    padding: 0 !important;
    width: 80px !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu i {
    font-size: 2em;
  }
  nav.store-nav .store-nav-menu .store-credentials {
    order: 2;
    margin-top: 0 !important;
    display: flex;
    justify-content: space-between;
    width: 65% !important;
  }
  nav.store-nav .store-nav-menu .store-credentials i {
    font-size: 3em;
  }
  nav.store-nav .store-nav-menu .toggle {
    display: block;
    width: 32px !important;
  }
  nav.store-nav .store-nav-menu .categories-box {
    width: 95%;
    font-size: 1em;
    color: #000;
    padding: 0 0 0 15px !important;
    background: #fff;
    position: relative;
    top: 70px;
    left: 80px;
    min-height: 60vh !important;
    z-index: 1 !important;
    display: none;
  }
  nav.store-nav .store-nav-menu .categories-box div {
    box-shadow: none !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #fff;
    min-width: 50vw !important;
    max-width: 100vw !important;
    height: 35vh !important;
  }
  nav.store-nav .store-nav-menu .categories-box div ul {
    float: none !important;
    width: 100%;
    list-style: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  nav.store-nav .store-nav-menu .categories-box div ul li {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
  }
  nav.store-nav .store-nav-menu .categories-box div ul li a {
    font-size: 1.3em;
  }
  nav.store-nav .dropdown {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    color: #000;
    /**
    Hide the checkbox itself. For selecting 
    it we will use the label instead.
*/
    /* Click to expand button */
    /*  The ul will have display:none by default */
    /**

    By using the Following-sibling selector (~),
    we can target elements positioned after our checkbox in the DOM tree.

    With the state pseudo selector (:checked),
    we can make changes depending on the state of the checkbox.

    Using this combination of selectors
    allows to change the color of the label
    and show the list of items
    only when the checkbox is checked.

*/
  }
  nav.store-nav .dropdown input[type=checkbox] {
    display: none;
  }
  nav.store-nav .dropdown label {
    font-size: 2em;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  nav.store-nav .dropdown > ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: 100vw;
    z-index: 1;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);*/
    display: none;
  }
  nav.store-nav .dropdown > ul li {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    color: #f2f2f2;
    margin-bottom: 1px;
    cursor: pointer;
  }
  nav.store-nav .dropdown > ul li:hover {
    background-color: #646567;
    color: #fff;
  }
  nav.store-nav .dropdown > ul li a {
    color: inherit;
    text-decoration: none;
  }
  nav.store-nav .dropdown input[type=checkbox]:checked ~ label {
    background-color: #fff;
  }
  nav.store-nav .dropdown input[type=checkbox]:checked ~ ul {
    display: block;
  }
  section {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    padding: 10px;
  }
  section h1:after {
    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;
    content: "\f0c1";
    margin-left: 10px;
  }
  section h1 {
    height: auto !important;
  }
  section h2,
  section h3,
  section h4,
  section h5,
  section p {
    font-size: 1.5em;
  }
  section .slider-img-caption {
    font-size: 0.75em !important;
  }
  section .slider-img-caption-date {
    font-size: 1em !important;
  }
  section.store-front {
    padding-top: 120px !important;
    padding-bottom: 40px !important;
  }
  section.events .main-event {
    width: 100%;
    margin-bottom: 25px;
  }
  section.events .other-events {
    width: 100%;
  }
  section.events .other-events .event-screen {
    width: 100% !important;
    float: none !important;
  }
  section.ads-dual-block ul {
    display: block !important;
  }
  section.ads-dual-block ul li {
    width: 100% !important;
  }
  section.issues-news .media-share {
    bottom: -20px !important;
  }
  section.issues-news .previous-covers li {
    max-height: 250px !important;
  }
  section.landing .row {
    display: flex;
  }
  section.landing .row > div:first-child {
    width: 100%;
  }
  section.landing .row > div:last-child {
    display: none;
  }
  section.highlights .article {
    height: auto !important;
    max-height: 100% !important;
  }
  section.highlights .more-block .img-wrapper {
    width: 100% !important;
    float: none !important;
  }
  section.highlights .img-wrapper {
    width: 100% !important;
  }
  section.interviews ul {
    flex-wrap: wrap;
  }
  section.interviews ul li {
    width: 100% !important;
    margin: 0 !important;
  }
  section.interviews ul li .img-wrapper {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  section.interviews ul li .img-wrapper img {
    max-height: 100%;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  section.documentaries .four-sixths {
    margin-bottom: 25px;
  }
  section.documentaries .main-documentary {
    width: 100%;
  }
  section.documentaries .main-documentary .play-wrapper .play {
    margin-top: -68px !important;
  }
  section.documentaries .main-documentary h5 {
    top: 5px !important;
  }
  section.documentaries .main-documentary h3 {
    width: 70%;
  }
  section.documentaries .main-documentary h3 span {
    margin-left: 5px !important;
  }
  section.documentaries .other-docs {
    width: 100%;
  }
  section.documentaries .other-docs .documentary-screen {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  section.photos ul:last-of-type li img {
    height: 100% !important;
  }
  section.photos ul:last-of-type,
  section.photos ul:first-of-type {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.photos ul:last-of-type li,
  section.photos ul:first-of-type li {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
  }
  section.photos ul:last-of-type li img,
  section.photos ul:first-of-type li img {
    width: 100% !important;
    margin: 0 !important;
  }
  section.photos ul li {
    margin-right: 0 !important;
  }
  section.search-results-section .one-third,
  section.search-results-section .one-fourth {
    order: 2;
  }
  section.blogs ul {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.blogs ul li {
    width: 100%;
  }
  section.forum ul {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.forum ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  section.more-links ul {
    flex-flow: row wrap;
    flex: 1 50%;
    justify-content: space-between;
  }
  section.more-links ul li {
    margin-bottom: 10px !important;
    width: 100%;
  }
  section.more-links ul li a,
  section.more-links ul li i {
    font-size: 1.4em;
  }
  section.before-footer h1 {
    display: none;
  }
  section.before-footer .link-lists {
    display: block;
  }
  section.before-footer .link-lists ul {
    margin-bottom: 25px;
    width: 100%;
  }
  section.before-footer .link-lists li {
    text-align: left !important;
  }
  section.before-footer .link-lists li a,
  section.before-footer .link-lists li i {
    font-size: 1.4em;
  }
  section.more-links,
  section.before-footer,
  section.before-footer-logos {
    flex-wrap: wrap;
  }
  section.more-links ul,
  section.before-footer ul,
  section.before-footer-logos ul {
    width: 100% !important;
  }
  section.more-links h3,
  section.before-footer h3,
  section.before-footer-logos h3,
  section.more-links h5,
  section.before-footer h5,
  section.before-footer-logos h5 {
    font-size: 1em;
  }
  section.before-footer-customer-service .full-width {
    flex-wrap: wrap;
  }
  section.before-footer-customer-service ul {
    width: 100% !important;
    margin-bottom: 25px;
  }
  section.before-footer-customer-service ul li {
    flex-wrap: wrap;
  }
  section.before-footer-customer-service ul.cbpdv strong,
  section.before-footer-customer-service ul.cbpdv .img-wrapper {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  section.before-footer-customer-service ul.cbpdv .img-wrapper img {
    height: auto !important;
  }
  section.items-list,
  section.gallery {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  section.items-list ul,
  section.gallery ul {
    width: 50% !important;
  }
  section.items-list ul li,
  section.gallery ul li {
    margin-bottom: 10px !important;
  }
  section.items-list ul li a,
  section.gallery ul li a,
  section.items-list ul li i,
  section.gallery ul li i {
    font-size: 1.4em;
  }
  section.before-footer-logos {
    padding: 5px 15px 80px 15px;
  }
  section.before-footer-logos .trustSign,
  section.before-footer-logos .payments {
    max-width: 100% !important;
    float: none !important;
  }
  section.before-footer-logos .trustSign img,
  section.before-footer-logos .payments img,
  section.before-footer-logos .trustSign #paypal,
  section.before-footer-logos .payments #paypal {
    width: 95% !important;
    max-width: 95% !important;
  }
  section.before-footer-logos > div:first-of-type,
  section.before-footer-logos > div:last-of-type {
    width: 100% !important;
    float: none !important;
  }
  section.ad {
    height: auto !important;
  }
  section .current-magazine {
    flex-wrap: wrap;
  }
  section .current-magazine .split-left,
  section .current-magazine .split-right {
    width: 100% !important;
    max-width: 100% !important;
  }
  section .rating-votes-orders {
    width: 100%;
  }
  section .signup-search {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
  }
  section .signup-search .oauth,
  section .signup-search .content {
    width: 100%;
    margin-top: 25px;
  }
  section .signup-search input {
    margin: 0 !important;
    padding: 0 !important;
  }
  section .signup-search button {
    border: 1px solid #0077B2;
  }
  section .signup-search .facebook-login {
    width: 70%;
    height: 100px;
    margin-bottom: 10px;
  }
  section .signup-search .facebook-login span {
    font-size: 0.8em !important;
    margin-left: 25% !important;
    line-height: 9em !important;
  }
  section .signup-search .facebook-login i {
    font-size: 5em;
  }
  section .signup-search .login-form {
    width: 100%;
    margin-bottom: 10px;
  }
  section .signup-search .login-form input {
    height: 60px !important;
  }
  section .signup-search .search-form {
    width: 100% !important;
  }
  section .signup-search .search-form button {
    position: none !important;
  }
  section .more-block li,
  section .news-block li {
    min-height: 180px;
  }
  section .more-block li img,
  section .news-block li img {
    width: 100% !important;
    float: none;
    margin-bottom: 5px;
  }
  section .categories-list,
  section .keywords-list {
    max-width: 100%;
    margin: 0 0 5px 0 !important;
  }
  section .categories-list ul,
  section .keywords-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
    padding-bottom: 5px !important;
  }
  section .categories-list ul li {
    width: 50% !important;
  }
  .fancybox-wrap {
    z-index: 99999 !important;
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  .social-channels > li {
    display: none;
  }
  .social-channels > li.menu-icon {
    display: block;
  }
  .login-frame {
    display: none !important;
  }
  .nav-banner {
    background-size: auto;
    background-position-x: 62%;
    height: 120px;
    margin-top: 55px;
  }
  .nav-banner .nav-banner-logo {
    width: 120px;
    left: 20px;
    top: 40px;
  }
  .nav-bar {
    width: 100%;
    margin: 0 10px;
  }
  .navbar-fade {
    display: flex;
  }
  .navbar-fade .menu-icon {
    width: auto !important;
  }
  .navbar-fade .nav-login {
    float: left;
  }
  .navbar-fade .nav-login .login-identity {
    width: 30%;
  }
  .navbar-fade .nav-login .login-identity li:first-of-type,
  .navbar-fade .nav-login .login-identity li:last-of-type {
    display: none;
  }
  .navbar-fade .navbar-right {
    float: right;
  }
  .navbar-fade .navbar-right ul li {
    margin-right: 8px;
  }
  .navbar-fade .navbar-right ul li.menu-icon ul {
    width: 100%;
    top: 56px;
    z-index: 99 !important;
  }
  .navbar-fade .navbar-right ul li.menu-icon ul .search {
    border-bottom: none !important;
  }
  .navbar-fade .navbar-right ul li,
  .navbar-fade .navbar-right ul li a,
  .navbar-fade .navbar-right ul li i {
    font-size: 1.2em;
  }
  li.shopping-cart {
    padding: 20px 15px;
  }
  li.shopping-cart a {
    font-size: 1.1em;
  }
  li.shopping-cart i {
    margin-left: 0;
  }
  .current-wrapper {
    flex-flow: row wrap;
    flex: 1 50%;
    justify-content: space-between;
  }
  .current-wrapper .split-right,
  .current-wrapper .split-left {
    width: 100% !important;
  }
  .article-image {
    width: 100% !important;
    float: none !important;
  }
  .article-image img {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
  }
  .two-columns > .column {
    width: 100% !important;
  }
  .box > ul.navigation li a {
    font-size: 1.3em !important;
  }
  .product-section .product-details {
    order: 2;
    width: 100% !important;
    margin-top: 30px !important;
  }
  .product-section .product-details .tabs label {
    font-size: 0.9em !important;
  }
  .product-section .product-details .tab-content h6 {
    width: 100%;
  }
  .product-section .product-details .tab-content img {
    max-width: 100%;
  }
  .product-section .product-description > li {
    margin-bottom: 20px !important;
  }
  .product-section .product-description-warranty .payment-types {
    height: auto !important;
  }
  .product-section .product-description-warranty .payment-types img {
    width: 100%;
  }
  .product-section .thumbnails-slider {
    width: 100%;
    padding: 0 !important;
  }
  .product-section .thumbnails-slider li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .product-section .box {
    display: block;
    width: 100%;
    width: 100% !important;
    order: 3;
  }
  .product-section .box:first-of-type {
    order: 1;
  }
  .product-section .box:first-of-type img {
    width: 90%;
  }
  .product-section .box:nth-of-type(2),
  .product-section .box:nth-of-type(3),
  .product-section .box:nth-of-type(4),
  .product-section .box:nth-of-type(5),
  .product-section .box:nth-of-type(6) {
    display: none;
  }
  .cart-table p {
    display: none;
  }
  .cart-table h3 {
    font-size: 0.9em;
  }
  .cart-table img {
    float: none;
  }
  .thumbnails-slider li {
    width: 80% !important;
    margin: 0 auto !important;
    height: auto !important;
  }
  .thumbnails-slider li p {
    display: none;
  }
  .thumbnails-slider li.zoom:after {
    content: none !important;
  }
  .thumbnails-slider li.zoom:not(:first-of-type) {
    display: none !important;
  }
  .tabs label {
    padding: 15px 5px !important;
  }
  .inside ul li,
  .related ul li {
    width: 100% !important;
  }
  .block-list > ul > li {
    width: 100% !important;
  }
  .search-results.block-list ul li {
    width: 100% !important;
  }
  .labeled-image {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .labeled-image img {
    width: 100%;
  }
  .alphabet {
    flex-wrap: wrap;
  }
  .alphabet > li > a {
    font-size: 2.3em;
    padding: 10px 15px 10px 5px;
  }
  .posts-list > ul > li {
    width: 100% !important;
  }
  #back-top {
    display: none !important;
  }
  #store-front {
    padding-top: 90px !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  header,
  section,
  footer,
  header,
  .store-nav {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  html,
  body,
  nav,
  footer,
  p,
  a,
  i,
  li,
  span,
  div,
  label {
    max-width: 100%;
  }
  h1:after {
    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;
    content: "\f0c1";
    margin-left: 10px;
  }
  h2,
  h3,
  h4,
  h5 {
    width: 100%;
  }
  nav.default {
    display: none;
    width: 100%;
  }
  nav.store-nav {
    height: 90px;
    /**responsive menu**/
  }
  nav.store-nav .store-nav-menu {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  nav.store-nav .store-nav-menu .store-logo,
  nav.store-nav .store-nav-menu .store-credentials {
    margin: 0 !important;
  }
  nav.store-nav .store-nav-menu .store-logo {
    order: 1;
    width: 30% !important;
  }
  nav.store-nav .store-nav-menu .store-logo img {
    width: 60%;
  }
  nav.store-nav .store-nav-menu .store-search {
    order: 3;
    width: 100%;
  }
  nav.store-nav .store-nav-menu .store-search input {
    margin: 0 !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu {
    font-size: 1em;
    margin: 50px 0 !important;
    box-shadow: none !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu li {
    display: block;
    padding: 0 !important;
    width: 80px !important;
  }
  nav.store-nav .store-nav-menu .store-search .store-menu i {
    font-size: 2em;
  }
  nav.store-nav .store-nav-menu .store-credentials {
    order: 2;
    margin-top: 0 !important;
    display: flex;
    justify-content: space-between;
    width: 65% !important;
  }
  nav.store-nav .store-nav-menu .store-credentials i {
    font-size: 3em;
  }
  nav.store-nav .store-nav-menu .toggle {
    display: block;
    width: 32px !important;
  }
  nav.store-nav .store-nav-menu .categories-box {
    width: 95%;
    font-size: 1em;
    color: #000;
    padding: 0 0 0 15px !important;
    background: #fff;
    position: relative;
    top: 70px;
    left: 80px;
    min-height: 60vh !important;
    z-index: 1 !important;
    display: none;
  }
  nav.store-nav .store-nav-menu .categories-box div {
    box-shadow: none !important;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #fff;
    min-width: 50vw !important;
    max-width: 100vw !important;
    height: 35vh !important;
  }
  nav.store-nav .store-nav-menu .categories-box div ul {
    float: none !important;
    width: 100%;
    list-style: none !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  nav.store-nav .store-nav-menu .categories-box div ul li {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
  }
  nav.store-nav .store-nav-menu .categories-box div ul li a {
    font-size: 1.3em;
  }
  nav.store-nav .dropdown {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    color: #000;
    /**
    Hide the checkbox itself. For selecting 
    it we will use the label instead.
*/
    /* Click to expand button */
    /*  The ul will have display:none by default */
    /**

    By using the Following-sibling selector (~),
    we can target elements positioned after our checkbox in the DOM tree.

    With the state pseudo selector (:checked),
    we can make changes depending on the state of the checkbox.

    Using this combination of selectors
    allows to change the color of the label
    and show the list of items
    only when the checkbox is checked.

*/
  }
  nav.store-nav .dropdown input[type=checkbox] {
    display: none;
  }
  nav.store-nav .dropdown label {
    font-size: 2em;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  nav.store-nav .dropdown > ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: 100vw;
    z-index: 1;
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);*/
    display: none;
  }
  nav.store-nav .dropdown > ul li {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    color: #f2f2f2;
    margin-bottom: 1px;
    cursor: pointer;
  }
  nav.store-nav .dropdown > ul li:hover {
    background-color: #646567;
    color: #fff;
  }
  nav.store-nav .dropdown > ul li a {
    color: inherit;
    text-decoration: none;
  }
  nav.store-nav .dropdown input[type=checkbox]:checked ~ label {
    background-color: #fff;
  }
  nav.store-nav .dropdown input[type=checkbox]:checked ~ ul {
    display: block;
  }
  section {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    padding: 10px;
  }
  section h1 {
    height: auto !important;
  }
  section h2,
  section h3,
  section h4,
  section h5,
  section p {
    font-size: 1.5em;
  }
  section .slider-img-caption {
    font-size: 0.75em !important;
  }
  section .slider-img-caption-date {
    font-size: 1em !important;
  }
  section.store-front {
    padding-top: 120px !important;
    padding-bottom: 40px !important;
  }
  section.events .main-event {
    width: 100%;
    margin-bottom: 25px;
  }
  section.events .two-columns {
    flex-wrap: wrap;
  }
  section.events .four-sixths,
  section.events .two-sixths {
    width: 100%;
    max-width: 100%;
  }
  section.events .event-list {
    width: 100%;
  }
  section.events .event-list ul li {
    height: auto !important;
  }
  section.events .event-list .event-screen {
    width: 100% !important;
    float: none !important;
  }
  section.ads-dual-block ul {
    display: block !important;
  }
  section.ads-dual-block ul li {
    width: 100% !important;
  }
  section.issues-and-news .two-columns {
    flex-wrap: wrap;
  }
  section.issues-and-news .four-sixths,
  section.issues-and-news .two-sixths {
    width: 100%;
    max-width: 100% !important;
  }
  section.issues-and-news .current-magazine {
    width: 100%;
  }
  section.issues-and-news .media-share {
    bottom: -20px !important;
  }
  section.issues-and-news .previous-covers li {
    max-height: 250px !important;
  }
  section.landing .row {
    display: flex;
  }
  section.landing .row > div:first-child {
    width: 100%;
  }
  section.landing .row > div:last-child {
    display: none;
  }
  section.highlights .two-columns {
    flex-wrap: wrap;
  }
  section.highlights .four-sixths,
  section.highlights .two-sixths {
    width: 100%;
    max-width: 100%;
  }
  section.highlights .article {
    height: auto !important;
    max-height: 100% !important;
  }
  section.highlights .more-block .img-wrapper {
    width: 100% !important;
    float: none !important;
  }
  section.highlights .img-wrapper {
    width: 100% !important;
  }
  section.interviews ul {
    flex-wrap: wrap;
  }
  section.interviews ul li {
    width: 100% !important;
    margin: 0 !important;
  }
  section.interviews ul li .img-wrapper {
    width: 55% !important;
  }
  section.interviews ul li .img-wrapper img {
    max-height: 100%;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  section.documentaries .four-sixths {
    margin-bottom: 25px;
  }
  section.documentaries .two-columns {
    flex-wrap: wrap;
  }
  section.documentaries .four-sixths,
  section.documentaries .two-sixths {
    width: 100%;
    max-width: 100%;
  }
  section.documentaries .main-documentary {
    width: 100%;
  }
  section.documentaries .main-documentary .play-wrapper .play {
    margin-top: -68px !important;
  }
  section.documentaries .main-documentary h5 {
    top: 5px !important;
  }
  section.documentaries .main-documentary h3 {
    width: 70%;
  }
  section.documentaries .main-documentary h3 span {
    margin-left: 5px !important;
  }
  section.documentaries .other-docs {
    width: 100%;
  }
  section.documentaries .other-docs .documentary-screen {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  section.photos ul:last-of-type li img {
    height: 100% !important;
  }
  section.photos ul:last-of-type,
  section.photos ul:first-of-type {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.photos ul:last-of-type li,
  section.photos ul:first-of-type li {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
  }
  section.photos ul:last-of-type li img,
  section.photos ul:first-of-type li img {
    width: 100% !important;
    margin: 0 !important;
  }
  section.photos ul li {
    margin-right: 0 !important;
  }
  section.search-results-section .one-third,
  section.search-results-section .one-fourth {
    order: 2;
  }
  section.blogs ul {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.blogs ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  section.blogs ul li img {
    width: 55%;
    float: left;
    margin-right: 25px;
  }
  section.forum ul {
    flex-flow: row wrap;
    flex: 1 50%;
  }
  section.forum ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  section.more-links ul {
    flex-flow: row wrap;
    flex: 1 50%;
    justify-content: space-between;
  }
  section.more-links ul li {
    margin-bottom: 10px !important;
    width: 100%;
  }
  section.more-links ul li a,
  section.more-links ul li i {
    font-size: 1.4em;
  }
  section.before-footer h1 {
    display: none;
  }
  section.before-footer .link-lists {
    display: block;
  }
  section.before-footer .link-lists ul {
    margin-bottom: 25px;
    width: 100%;
  }
  section.before-footer .link-lists li {
    text-align: left !important;
  }
  section.before-footer .link-lists li a,
  section.before-footer .link-lists li i {
    font-size: 1.4em;
  }
  section.more-links,
  section.before-footer,
  section.before-footer-logos {
    flex-wrap: wrap;
  }
  section.more-links ul,
  section.before-footer ul,
  section.before-footer-logos ul {
    width: 100% !important;
  }
  section.more-links h3,
  section.before-footer h3,
  section.before-footer-logos h3,
  section.more-links h5,
  section.before-footer h5,
  section.before-footer-logos h5 {
    font-size: 1em;
  }
  section.before-footer-customer-service .full-width {
    flex-wrap: wrap;
  }
  section.before-footer-customer-service ul {
    width: 100% !important;
    margin-bottom: 25px;
  }
  section.before-footer-customer-service ul li {
    flex-wrap: wrap;
  }
  section.before-footer-customer-service ul.cbpdv strong,
  section.before-footer-customer-service ul.cbpdv .img-wrapper {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
  section.before-footer-customer-service ul.cbpdv .img-wrapper img {
    height: auto !important;
  }
  section.items-list,
  section.gallery {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  section.items-list ul,
  section.gallery ul {
    width: 50% !important;
  }
  section.items-list ul li,
  section.gallery ul li {
    margin-bottom: 10px !important;
  }
  section.items-list ul li a,
  section.gallery ul li a,
  section.items-list ul li i,
  section.gallery ul li i {
    font-size: 1.4em;
  }
  section.before-footer-logos {
    padding: 5px 15px 80px 15px;
  }
  section.before-footer-logos .trustSign,
  section.before-footer-logos .payments {
    max-width: 100% !important;
    float: none !important;
  }
  section.before-footer-logos .trustSign img,
  section.before-footer-logos .payments img,
  section.before-footer-logos .trustSign #paypal,
  section.before-footer-logos .payments #paypal {
    width: 95% !important;
    max-width: 95% !important;
  }
  section.before-footer-logos > div:first-of-type,
  section.before-footer-logos > div:last-of-type {
    width: 100% !important;
    float: none !important;
  }
  section.ad {
    height: auto !important;
  }
  section .current-magazine .split-left {
    padding-right: 25px;
  }
  section .rating-votes-orders {
    width: 100%;
  }
  section .signup-search {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
  }
  section .signup-search .oauth,
  section .signup-search .content {
    width: 100%;
    margin-top: 25px;
  }
  section .signup-search input {
    margin: 0 !important;
    padding: 0 !important;
  }
  section .signup-search button {
    border: 1px solid #0077B2;
    height: 100% !important;
  }
  section .signup-search .facebook-login {
    width: 70%;
    height: 100px;
    margin-bottom: 10px;
  }
  section .signup-search .facebook-login span {
    font-size: 0.8em !important;
    margin-left: 25% !important;
    line-height: 9em !important;
  }
  section .signup-search .facebook-login i {
    font-size: 5em;
  }
  section .signup-search .login-form {
    width: 100%;
    margin-bottom: 10px;
  }
  section .signup-search .login-form input {
    height: 60px !important;
  }
  section .signup-search .search-form {
    width: 100% !important;
  }
  section .signup-search .search-form input {
    height: 100%;
  }
  section .signup-search .search-form button {
    position: none !important;
  }
  section .more-block li,
  section .news-block li {
    min-height: 180px;
  }
  section .more-block li img,
  section .news-block li img {
    width: 100% !important;
    float: none;
    margin-bottom: 5px;
  }
  section .categories-list,
  section .keywords-list {
    max-width: 100%;
    margin: 0 0 5px 0 !important;
  }
  section .categories-list ul,
  section .keywords-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100% !important;
    padding-bottom: 5px !important;
  }
  section .categories-list ul li {
    width: 50% !important;
  }
  .fancybox-wrap {
    z-index: 99999 !important;
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  .social-channels > li {
    display: none;
  }
  .social-channels > li.menu-icon {
    display: block;
  }
  .login-frame {
    display: none !important;
  }
  .nav-banner {
    background-size: auto;
    background-position-x: 62%;
    height: 220px;
  }
  .nav-banner .nav-banner-logo {
    width: 160px;
    left: 20px;
    top: 85px;
  }
  .nav-bar {
    width: 100%;
    margin: 0 10px;
  }
  .navbar-fade {
    display: flex;
  }
  .navbar-fade .menu-icon {
    width: auto !important;
  }
  .navbar-fade .nav-login {
    float: left;
  }
  .navbar-fade .nav-login .login-identity {
    width: 30%;
  }
  .navbar-fade .nav-login .login-identity li:first-of-type,
  .navbar-fade .nav-login .login-identity li:last-of-type {
    display: none;
  }
  .navbar-fade .navbar-right {
    float: right;
  }
  .navbar-fade .navbar-right ul li {
    margin-right: 8px;
  }
  .navbar-fade .navbar-right ul li.menu-icon ul {
    width: 100%;
    top: 56px;
    z-index: 99 !important;
  }
  .navbar-fade .navbar-right ul li.menu-icon ul .search {
    border-bottom: none !important;
  }
  .navbar-fade .navbar-right ul li,
  .navbar-fade .navbar-right ul li a,
  .navbar-fade .navbar-right ul li i {
    font-size: 1.2em;
  }
  li.shopping-cart {
    padding: 20px 15px;
  }
  li.shopping-cart a {
    font-size: 1.1em;
  }
  li.shopping-cart i {
    margin-left: 0;
  }
  .current-wrapper {
    flex-flow: row wrap;
    flex: 1 50%;
    justify-content: space-between;
  }
  .current-wrapper .split-right,
  .current-wrapper .split-left {
    width: 100% !important;
  }
  .article-image {
    width: 100% !important;
    float: none !important;
  }
  .article-image img {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
  }
  .two-columns > .column {
    width: 100% !important;
  }
  .box > ul.navigation li a {
    font-size: 1.3em !important;
  }
  .product-section .product-details {
    order: 2;
    width: 100% !important;
    margin-top: 30px !important;
  }
  .product-section .product-details .tabs label {
    font-size: 0.9em !important;
  }
  .product-section .product-details .tab-content h6 {
    width: 100%;
  }
  .product-section .product-details .tab-content img {
    max-width: 100%;
  }
  .product-section .product-description > li {
    margin-bottom: 20px !important;
  }
  .product-section .product-description-warranty .payment-types {
    height: auto !important;
  }
  .product-section .product-description-warranty .payment-types img {
    width: 100%;
  }
  .product-section .thumbnails-slider {
    width: 100%;
    padding: 0 !important;
  }
  .product-section .thumbnails-slider li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .product-section .box {
    display: block;
    width: 100%;
    width: 100% !important;
    order: 3;
  }
  .product-section .box:first-of-type {
    order: 1;
  }
  .product-section .box:first-of-type img {
    width: 90%;
  }
  .product-section .box:nth-of-type(2),
  .product-section .box:nth-of-type(3),
  .product-section .box:nth-of-type(4),
  .product-section .box:nth-of-type(5),
  .product-section .box:nth-of-type(6) {
    display: none;
  }
  .cart-table p {
    display: none;
  }
  .cart-table h3 {
    font-size: 0.9em;
  }
  .cart-table img {
    float: none;
  }
  .thumbnails-slider li {
    width: 80% !important;
    margin: 0 auto !important;
    height: auto !important;
  }
  .thumbnails-slider li p {
    display: none;
  }
  .thumbnails-slider li.zoom:after {
    content: none !important;
  }
  .thumbnails-slider li.zoom:not(:first-of-type) {
    display: none !important;
  }
  .tabs label {
    padding: 15px 5px !important;
  }
  .inside ul li,
  .related ul li {
    width: 100% !important;
  }
  .block-list > ul > li {
    width: 100% !important;
  }
  .search-results.block-list ul li {
    width: 100% !important;
  }
  .labeled-image {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .labeled-image img {
    width: 100%;
  }
  .alphabet {
    flex-wrap: wrap;
  }
  .alphabet > li > a {
    font-size: 2.3em;
    padding: 10px 15px 10px 5px;
  }
  .posts-list > ul > li {
    width: 100% !important;
  }
  #navbar ul > li {
    padding: 0 5px;
  }
  #back-top {
    display: none !important;
  }
  #store-front {
    padding-top: 90px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header,
  section,
  footer,
  header,
  .store-nav {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .whatsapp {
    display: none;
  }
  #back-top {
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #CFD0D1;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 30px;
    right: 15px;
    opacity: 0.6;
    /*padding: 10px;*/
  }
  #back-top:hover {
    opacity: 1;
  }
  #back-top:hover > a > i {
    color: #000;
  }
  .nav-banner {
    background-size: 100% !important;
    height: 245px;
  }
  .nav-banner .nav-banner-logo {
    top: 75px;
    left: 100px;
    width: 227px;
    height: 112px;
  }
  .split-left {
    width: calc(33.33333333%);
    padding-right: calc(17.5px);
  }
  .split-right {
    width: calc(66.66666667%);
    padding-left: calc(17.5px);
  }
  .navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0 !important;
  }
  .navbar-fixed-top .nav-bar {
    width: 80vw;
    margin: 0 auto;
  }
  nav.store-nav #checkbox-toggle,
  nav.store-nav .toggle {
    display: none;
  }
  li.shopping-cart {
    padding: 15px;
  }
  li.shopping-cart a {
    font-size: 1.2em;
  }
  li.shopping-cart i {
    margin-left: 15px;
  }
  section {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  section.photos ul:last-of-type li {
    width: 11%;
  }
  section.blogs ul li:not(:first-child):not(:last-child) {
    margin: 0 1%;
  }
  section.blogs ul li:first-child {
    margin-left: 0;
    margin-right: 1%;
  }
  section.blogs ul li:last-child {
    margin-right: 0;
    margin-left: 1%;
  }
  section.forum ul li {
    width: 25%;
  }
  section .logo-blocks {
    margin-bottom: 35px;
  }
  .labeled-image {
    float: left;
    margin: 0 30px 5px 0;
  }
  .labeled-image img {
    width: 100%;
  }
  .posts-list > ul > li {
    width: 49% !important;
  }
  .signup-search {
    height: 100%;
    margin-bottom: 25px;
  }
  .signup-search .content {
    width: calc(33.33333333%);
    position: relative;
  }
  .signup-search .content:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  header,
  footer {
    width: 100%;
    margin: 0 auto;
  }
  section,
  .store-nav {
    width: 90vw;
    margin: 0 auto;
  }
  .whatsapp {
    display: none;
  }
  #back-top {
    text-align: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #CFD0D1;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 30px;
    right: 15px;
    /*padding: 10px;*/
  }
  #back-top:hover > a > i {
    color: #000;
  }
  .nav-banner {
    background-size: 100% !important;
    height: 245px;
  }
  .nav-banner .nav-banner-logo {
    top: 75px;
    left: 100px;
    width: 227px;
    height: 112px;
  }
  .split-left {
    width: calc(33.33333333%);
    padding-right: calc(17.5px);
  }
  .split-right {
    width: calc(66.66666667%);
    padding-left: calc(17.5px);
  }
  .navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0 !important;
  }
  .navbar-fixed-top .nav-bar {
    width: 80vw;
    margin: 0 auto;
    height: 55px;
  }
  nav.store-nav #checkbox-toggle,
  nav.store-nav .toggle {
    display: none;
  }
  li.shopping-cart {
    padding: 15px;
  }
  li.shopping-cart a {
    font-size: 1.2em;
  }
  li.shopping-cart i {
    margin-left: 15px;
  }
  section {
    padding: 35px;
  }
  section .slider ul,
  section .slider img {
    height: 450px;
  }
  section .events-block {
    display: flex;
  }
  section .events-block .main-event {
    width: 64%;
  }
  section .events-block .other-events {
    width: 36%;
  }
  section.sub-section {
    margin-top: 10px;
  }
  section.landing .row {
    display: flex;
  }
  section.landing .row > div:first-child {
    width: 85%;
  }
  section.landing .row > div:last-child {
    width: 15%;
  }
  section.photos ul:last-of-type li {
    width: 11%;
  }
  section .documentaries .other-docs .documentary-screen {
    width: 50%;
  }
  section.blogs ul li:not(:first-child):not(:last-child) {
    margin: 0 1%;
  }
  section.blogs ul li:first-child {
    margin-left: 0;
    margin-right: 1%;
  }
  section.blogs ul li:last-child {
    margin-right: 0;
    margin-left: 1%;
  }
  section.forum ul {
    min-height: 390px;
  }
  section .logo-blocks {
    margin-bottom: 35px;
  }
  .labeled-image {
    float: left;
    margin: 0 30px 5px 0;
  }
  .labeled-image img {
    width: 100%;
  }
  .posts-list > ul > li {
    width: 49% !important;
  }
  .signup-search {
    /*max-height: 80px;*/
  }
  .signup-search .content {
    width: calc(33.33333333%);
    position: relative;
  }
  .signup-search .content:not(:last-of-type) {
    margin-right: 15px;
  }
}