/*@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i';*/
@import 'fonts.css';
@import 'font-awesome.css';

body {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  font-size: 17px;
  color: #1a171b;
  line-height: 20px;
  font-family: 'Conv_SourceSansPro-Regular';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, audio, video, source {
  display: block;
  margin: 0;
  padding: 0;
}

a, img {
  border: medium none;
}

p > a {
  color: #ff0a1b;
  text-decoration: none;
}

div {
  margin: 0;
  padding: 0;
  font-family: "Conv_SourceSansPro-light";
}

p {
  font-family: "Conv_SourceSansPro-light";
  font-size: 15px;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
  color: #1a171b;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

strong {
  font-family: 'Conv_SourceSansPro-Semibold';
}

a {
  color: #1a171b;
  outline: none;
}

/*a:hover { color: #979796; }*/
a:focus, :focus {
  outline: none;
}

p > a:hover {
  text-decoration: none;
  color: #bb001b;
}

a:hover {
  text-decoration: none;
  color: #bb001b;
}

ul, ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

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

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

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

.clear {
  clear: both;
  line-height: 1px;
  padding: 0px;
  height: 0px;
  font-size: 1px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.anim {
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.anim2 {
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.row {
  width: 1220px;
  margin: auto;
  padding: 0px;
}

.row2 {
  width: 100%;
  margin: auto;
  padding: 0px;
}

/*!
 * 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.
 */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9)
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}

@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg)
}

.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg)
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-float:active, .hvr-float:focus, .hvr-float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate
}

@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate
}

.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg)
}

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}

.hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg)
}

.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}

.hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
  -webkit-transform: skew(10deg);
  transform: skew(10deg)
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px)
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px)
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px)
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px)
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px)
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px)
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px)
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px)
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px)
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px)
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px)
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px)
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px)
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px)
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px)
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg)
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg)
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0)
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg)
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg)
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0)
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}

.hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg)
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg)
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0)
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg)
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg)
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0)
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg)
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg)
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0)
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg)
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg)
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0)
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0)
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0)
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0)
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0)
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent
}

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-forward:active, .hvr-forward:focus, .hvr-forward:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px)
}

.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-backward:active, .hvr-backward:focus, .hvr-backward:hover {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px)
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color
}

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  background-color: #2098D1;
  color: #fff
}

@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, .75)
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, .75)
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color
}

.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: #fff
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
  color: #fff
}

.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover {
  color: #fff
}

.hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
  color: #fff
}

.hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
  color: #fff
}

.hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .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);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
  color: #fff
}

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66)
}

.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .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);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover {
  color: #fff
}

.hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66)
}

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .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);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
  color: #fff
}

.hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66)
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .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);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover {
  color: #fff
}

.hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(0.52, 1.64, .37, .66)
}

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover {
  color: #fff
}

.hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2)
}

.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover {
  color: #fff
}

.hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover {
  color: #fff
}

.hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
  color: #fff
}

.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover {
  color: #fff
}

.hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover {
  color: #fff
}

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover {
  color: #fff
}

.hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0)
}

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .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);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover {
  color: #fff
}

.hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent
}

.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
  background: 0 0
}

.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-trim:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
  opacity: 1
}

@-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: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  animation-duration: 1s
}

.hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out
}

@-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: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  animation-duration: 1s
}

.hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in
}

.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left
}

.hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px
}

.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left
}

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1
}

.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius
}

.hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
  border-radius: 1em
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
  right: 0
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
  left: 0;
  right: 0
}

.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
  left: 0
}

.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
  right: 0
}

.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-property: left, right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
  left: 0;
  right: 0
}

.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
  left: 0
}

.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-property: border-width;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px
}

.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow
}

.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow
}

.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5)
}

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform
}

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow
}

.hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}

.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px transparent
}

.hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px transparent
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-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, .35) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity
}

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-shadow-radial:after, .hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, transparent 80%)
}

.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, transparent 80%)
}

.hvr-shadow-radial:active:after, .hvr-shadow-radial:active:before, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:hover:before {
  opacity: 1
}

.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1
}

.hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1
}

.hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent
}

.hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent
}

.hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}

.hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px)
}

.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px)
}

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}

@-webkit-keyframes hvr-icon-down {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

@keyframes hvr-icon-down {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateZ(0)
}

.hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-up {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@keyframes hvr-icon-up {
  0%, 100%, 50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateZ(0)
}

.hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out
}

.hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg)
}

@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100%, 51% {
    opacity: 1
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  100%, 51% {
    opacity: 1
  }
}

.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateZ(0)
}

.hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, .37, .66);
  animation-timing-function: cubic-bezier(0.52, 1.64, .37, .66)
}

.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateZ(0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color;
  transition-property: color
}

.hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
  color: #0F9E5E
}

@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em)
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em)
  }
}

.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em
}

.hvr-icon-float-away:after, .hvr-icon-float-away:before {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome
}

.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em)
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em)
  }
}

.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em
}

.hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0)
}

.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8)
}

@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}

@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  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);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate
}

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}

.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg)
}

.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px)
}

.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px)
}

@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-hang:active:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:hover:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
}

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0)
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0)
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg)
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg)
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg)
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg)
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0)
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0)
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width, height;
  transition-property: width, height
}

.hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px
}

.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width, height;
  transition-property: width, height
}

.hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px
}

.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width, height;
  transition-property: width, height
}

.hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px
}

.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width, height;
  transition-property: width, height
}

.hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px
}

header {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  background: #fff;
  z-index: 999;
}

.head-top-line {
  border-bottom: 1px solid #e1e1e1;
  z-index: 1;
  position: relative;
  top: -1px;

}

.head-top {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  position: relative;

  /* height:135px; */

  /* background-position: 0 100%, 0 100%; background-repeat: no-repeat; */
  /* -moz-border-image: -moz-linear-gradient(right, #e0001b 0%, #4a0c26 100%); */
  /* -webkit-border-image: -webkit-linear-gradient(right, #e0001b 0%, #4a0c26 100%); */
  /* border-image: linear-gradient(to left, #e0001b 0%, #4a0c26 100%); border-image-slice: 1; */
}

/* .logo { position:absolute; left:50%; top:25px; margin:0px 0px 0px -105px; } */
.logo-ico img {
  height: 41PX;

}

.logo-ico {

  /* position:absolute; top:0px; left:0px; width:115px;  */

  display: none;
}

.top-social {
  float: left;
  padding: 0px;
  margin: 0px;
}

.top-social a {
  float: left;
  width: 15px;
  height: 16px;
  margin-right: 18px;
  font-size: 20px;
  color: grey;
}

.top-social a:hover {
  color: #bb001b
}

/*.top-social .twitter { background-position:0px 0px; }
.top-social .twitter:hover { background-position:0px -17px; }
.top-social .facebook { background-position:-32px 0px; }
.top-social .facebook:hover { background-position:-32px -17px; }
.top-social .google-plus { background-position:-60px 0px; }
.top-social .google-plus:hover { background-position:-60px -17px; }
.top-social .linkedin { background-position:-92px 0px; }
.top-social .linkedin:hover { background-position:-92px -17px; }
.top-social .youtube { background-position:-123px 0px; }
.top-social .youtube:hover { background-position:-123px -17px; }*/
.top-right {
  float: right;
  padding: 0px;
  margin: 0px;
}

.top-right ul {
  float: left;
  list-style-type: none;
  font-family: 'Conv_SourceSansPro-Light';
  font-size: 12px;
  color: #909090;
  padding: 0px;
  margin: 0px;
}

.top-right ul li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 50px;
}

.top-right ul li a {
  color: #636363;
}

.top-right ul li a:hover {
  color: #bb001b;
}

.cap_contacte_rus {
  position: relative;
  margin-left: 50px;
  float: left;
  top: 2px;
}

.cap_contacte_rus p {
  float: left;
  width: auto;
  font-size: 12px;
}

.cap_contacte_rus p:first-child {
  width: 245px;
}

.search-ico {
  display: none;
  float: right;
  background: url(../images/ru_lupa.png) no-repeat;
  width: 17px;
  height: 16px;
  margin-top: 8px;
  cursor: pointer;
}

.search-ico:hover {
  background-position: -26px 0px;
}

.top-search {
  padding: 0px;
  margin: 0px;
}

.head-top .top-left {
  width: 30%;
}

.head-top form {
  display: flex;
  padding: 8px 0px 8px 0px;
  margin: 0px;
  border-bottom: 1px solid #9a9a9a;
  justify-content: space-between;
}

.top-search input[type="text"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  font-family: 'Conv_SourceSansPro-Regular';
  font-size: 14px;
  color: #918d8d;
  line-height: 37px;
  display: inline-block;
  padding: 0;

}

.top-search input[type="text"]::-webkit-input-placeholder {
  color: #636363;
}

.top-search input[type="text"]:-ms-input-placeholder {
  color: #636363;
}

.top-search input[type="text"]::-ms-input-placeholder {
  color: #636363;
}

.top-search input[type="text"]::placeholder {
  color: #636363;
}

.top-search input[type="submit"] {
  border: 0px;
  background: url(../images/ru_lupa.png) no-repeat;
  width: 17px;
  height: 16px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;

}

.top-search input[type="submit"]:hover {
  background-position: -26px 0px;
}

.main-menu.contact-phones-menu {
  padding: 0 !important;
}

.main-menu {
  float: left;
  width: 100%;
  padding: 10px 0px 0;
  margin: 0px;
  position: relative;
}

.main-menu .row {
  position: relative;
}

#cbp-hrmenu ul li .cbp-hrsub {
  display: none;
}

#cbp-hrmenu ul li:hover .cbp-hrsub {
  display: block;
}

#cbp-hrmenu.cbp-hrmenu ul li.hropen a.menu_main {
  border-bottom: 0px solid #00A4E3;
}

#cbp-hrmenu.cbp-hrmenu ul li.hropen .cbp-hrsub {
  display: block;
}

.is-sticky .main-menu {
  left: 0;
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #e0001b;
  background-position: 0 100%, 0 100%;
  background-repeat: no-repeat;
  -moz-border-image: -moz-linear-gradient(right, #e0001b 0%, #4a0c26 100%);
  -webkit-border-image: -webkit-linear-gradient(right, #e0001b 0%, #4a0c26 100%);
  border-image: linear-gradient(to left, #e0001b 0%, #4a0c26 100%);
  border-image-slice: 1;
}

.is-sticky .logo-ico {
  display: block;
}

.banner-section {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

/*.banner-section .flexslider { max-height:520px; background:#ebebe2; }*/
.banner-section .flexslider {
  max-height: 520px;
  background: #ebebe2;
}

#cont-box {
  background: #df001d;
  color: #ffffff;
  font-size: 18px;
  right: -43px;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 60%;
  transition: all 0.3s ease-in 0s;
  z-index: 9999;
  padding: 15px 5px;
  text-transform: uppercase;
  transform: rotate(-90deg); /* Safari */
  -webkit-transform: rotate(-90deg); /* Firefox */
  -moz-transform: rotate(-90deg); /* IE */
  -ms-transform: rotate(-90deg); /* Opera */
  -o-transform: rotate(-90deg);
  width: 136px;
}

#cont-box:hover {
  background: #000000;
}

#cont-box a {
  color: #ffffff;
}

.home-products {
  float: left;
  width: 100%;
  padding: 6px 0px 0px;
  margin: 0px;
}

.home-products ul {
  float: left;
  list-style-type: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.home-products ul li {
  float: left;
  background: #d6d6d3;
  width: 33.5%;
  text-align: center;
  border-right: 3px solid #FFFFFF;
  padding: 0 2% 30px;
  margin: 0px;
}

.home-products ul li:last-child {
  width: 33%;
  border-right: 0px solid #FFFFFF;
}

.home-products ul li:hover {
  background: #f9f9f6;
}

.home-products ul ul {
  padding: 0 0 0 20%;
}

.home-products ul li li, .home-products ul li li:last-child {
  display: inline-block;
  background: url(../images/f-li.png) 0px 10px no-repeat;
  border: none;
  text-align: left;
  color: #a84e54;
  line-height: 22px;
  padding: 0 0 6px 26px;
  margin: 0;
  width: 100%;
}

.home-products ul li li:hover {
  background: url(../images/f-li.png) 0px 10px no-repeat;
}

.home-products ul li li a, .sector-lst ul li a {
  color: #960017;
  transition: 0.5s all ease;
}

.home-products ul li li a:hover, .sector-lst ul li a:hover {
  color: #000;
  margin-left: 2px;
  border-bottom: 1px dotted;
}

.sector-lst ul li a:hover {
  opacity: 0.4;
}

.rollover {
  transition: 0.5s all ease;
}

.rollover:hover {
  color: #bb001b; /*opacity: 0.4; border-bottom: 1px dotted;*/
}

.rollover-white {
  color: #fff;
}

.rollover-white:hover {
  color: #fff;
}

.mob-product {
  display: none;
}

.mob-product h2 {
  float: left;
  width: 100%;
  padding: 0px 15px;
  position: relative;
  text-align: center;
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 20px;
  color: #ffffff;
  line-height: 42px;
  background: -moz-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62d0506', endColorstr='#e6df001b', GradientType=1); /* IE6-9 */
}

.upcoming-box {
  float: left;
  width: 100%;
  padding-top: 50px;
  margin: 0px;
}

.upcoming-box .trade {
  float: left;
  width: 50%;
  margin-right: 3%;
}

.upcoming-box .news {
  float: right;
  width: 47%;
}

h3 {
  font-size: 30px;
  line-height: 25px;
  color: #1a171b;
  padding-bottom: 22px;
  margin: 0px;
}

h3 span {
  background: url(../images/f-li1.png) right center no-repeat;
  padding-right: 25px;
  margin: 0px;
}

.upcoming-box .trade ul {
  float: left;
  background: #f3f3ee;
  width: 100%;
}

.upcoming-box .trade ul li {
  float: left;
  background: #f3f3ee;
  width: 50%;
  font-size: 15px;
  color: #a3a29f;
  padding: 5%;
  margin: 0px;
}

.upcoming-box .trade ul li:nth-child(2n+1) {
  clear: both;
}

.white-box {
  display: block;
  background: #FFFFFF; /*width:233px;*/
  height: 130px;
  text-align: center;
  padding: 40px 5% 5%;
  margin: 0px;
}

.lft-date {
  display: block;
  border-left: 6px solid #8b0727;
  font-size: 14px;
  color: #a20529;
  line-height: 20px;
  padding: 0px 0px 0px 8px;
  margin: 0px 0px 3px;
}

.t-title {
  display: block;
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 20px;
  color: #2b2626;
  text-transform: uppercase;
  line-height: 20px;
  padding: 3px 0px 0px;
  margin: 0px;
}

.upcoming-box .news ul {
  float: left;
  list-style-type: none;
  width: 100%;
  padding: 0px 0px;
  margin: 0px 0px;
}

.upcoming-box .news ul li {
  font-family: "Conv_SourceSansPro-light";
  float: left;
  background: #ebebe2;
  font-size: 17px;
  color: #2b2626;
  width: 100%;
  padding: 4% 5% 3%;
  margin: 0px 0px 6px;
}

.upcoming-box .news ul li span {
  display: block;
  font-size: 23px;
  color: #bc0329;
  padding: 0px;
  margin: 0px 0px 10px;
}

/*.upcoming-box .news ul li:hover { background:#f3f3ee; }*/
.upcoming-box .news ul li:hover a {
  color: #bc0329;
}

#Upcoming_Trade {
  display: none;
}

a.readmore {
  border: 1px solid #940f28;
  border-radius: 25px;
  color: #b40000;
  display: inline-block;
  font-size: 11px;
  margin-top: 30px;
  padding: 4px 15px;
  text-transform: uppercase;
}

a.readmore:hover {
  background: #b40000;
  border: 1px solid rgb(102, 102, 102);
  color: #FFFFFF;
}

.trade-fair-dessktop a img {
  max-width: 100%;

}

.trade-fair-dessktop a {
  display: block;
  transition: 0.5s all ease;
}

.trade-fair-dessktop a:hover {
  /*
        box-shadow: 1px 1px 5px #cccccc;
        padding: 10px;*/
}

.trade-fair-dessktop a:hover,
.trade-fair-dessktop a:hover span {
  color: #a20529;
  /*opacity: 0.7;*/
}

.trade-fair-dessktop .white-box,
.date-pos-abs .img-newz,
.wats-happen-cont .img-newz {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: white;
  padding: 10px;
  text-align: center;
}

.trade-fair-dessktop .white-box img,
.date-pos-abs .img-newz img,
.wats-happen-cont .img-newz img {
  max-width: 100%;
  height: 110px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#EGMapContainer1 {
  width: 100% !important;
}

.trade-fair-dessktop .white-box:hover img,
.date-pos-abs .img-newz:hover img,
.wats-happen-cont .img-newz:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.txt-gradient {
  background-image: -moz-gradient(linear, left top, right top, color-stop(0, #4a0c26), color-stop(1, #e0001b));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #4a0c26), color-stop(1, #e0001b));
  background-image: gradient(linear, left top, right top, color-stop(0, #4a0c26), color-stop(1, #e0001b));
  color: transparent !important;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
}

.btn-gradient {
  cursor: pointer;
  clear: both;
  position: relative;
  border: 1px solid transparent;
  background: transparent;
  background-clip: padding-box;

  padding: 0 20px;
  display: block;
  font-size: 11px;
  font-family: 'Conv_SourceSansPro-Regular';
  color: #b40000;
  line-height: 32px;
  text-transform: uppercase;
}

/*.btn-gradient::after {
    position: absolute;
    top: -1px; bottom: -1px;
    left: -1px; right: -1px;
    background:linear-gradient(to left, #e0001b 0%, #4a0c26 100%);
    content: '';
    z-index: -1;
        border-radius:16px;
}*/

.info-section {
  float: left;
  width: 100%;
  padding: 40px 0 20px;
  /*margin-top: 40px;*/
  background: #ffffff;
}

h2.info-head {
  float: left;
  width: 44%;
  padding: 0 60px 0 75px;
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 35px;
  line-height: 35px;
  text-align: right;
}

.info-descr {
  float: left;
  width: 47%;
  padding-top: 6px;
  font-family: 'Conv_SourceSansPro-Light';
}

.info-descr p {
  color: #2b2626;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 18px;
  font-family: 'Conv_SourceSansPro-Light';
}

/*Videos & Download Section*/
.videos-section, .download-section {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 40px 0 0;
}

.video-banner, .downloads-banner {
  float: left;
  width: 100%;
  background: url(../images/banner_video.jpg) no-repeat center center;
  background-size: auto 100%;
  padding: 85px 0;
  margin: 0px;
}

.downloads-banner {
  background-image: url(../images/banner_downloads.jpg);
}

.gradient-bg {
  width: 550px;
  margin: 0 auto;
  padding: 60px 75px 30px;
  position: relative;
  text-align: center;
  background: -moz-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62d0506', endColorstr='#e6df001b', GradientType=1); /* IE6-9 */
}

.gradient-bg h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 22px;
}

.gradient-bg p {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 10px;
  line-height: 24px;
  text-align: left;
}

.gradient-bg .play-lnk {
  display: inline-block;
  background: url(../images/play.png) no-repeat left center;
  width: 75px;
  height: 55px;
}

.gradient-bg .down-lnk {
  display: inline-block;
  background: url(../images/pdf.png) no-repeat left center;
  height: 49px;
  text-align: left;
}

.catalog-img {
  position: absolute;
  right: -135px;
  top: 50%;
  margin-top: -116px;
}

/*Map Section*/
.map-section {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.map-location {
  float: left;
  width: 100%;
}

.map-location .multi-map {
  height: 450px;
}

#map-mob {
  display: none;
}

.map-country .gradient-bg {
  float: left;
  width: 475px;
  padding: 80px 75px 75px;
  z-index: 9;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.map-country h1 {
  font-size: 35px;
  color: #fff;
  text-align: left;
  margin-bottom: 55px;
}

.map-country h1::after {
  background: url(../images/f-li-white.png) no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 15px;
  width: 14px;
}

.map-country p {
  font-size: 16px;
}

.map-country .sbHolder {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 13px;
  font-size: 16px;
  color: #000;
  width: 270px;
  margin-top: 20px;
}

.map-country .sbSelector {
  text-transform: none;
  width: 100%;
  text-align: left;
  color: #000;
}

.map-country .sbOptions {
  width: 100%;
  text-align: left;
  top: 33px !important;
}

.map-country .sbOptions a {
  font-size: 16px;
  color: #000 !important
}

.map-country .sbToggle {
  background: rgba(0, 0, 0, 0) url("../images/select-arrow.png") no-repeat scroll 0 0;
  width: 12px;
  height: 7px;
  right: 15px;
  top: 15px
}

.map-country .sbHolder:hover .sbToggle {
  background-position: 0px -8px
}

a.country-rdmre {
  float: left;
}

.map-country a.readmore {
  color: #fff;
  border: solid 1px #fff;
  margin-top: 43px;
}

.selectbox {
  float: left;
  width: 100%;
}

.map-country {
  float: left;
  width: 100%;
  position: relative;
}

.btn-gradient {
  transition: 0.5s ease all;
  border: 1px solid #940f28;
  color: #b40000;
  float: left;
}

.btn-gradient:hover {
  color: #fff;
}

.mob-ico {
  float: right;
  display: none;
  width: 29px;
  height: 27px;
  padding: 4px;
  margin-top: 16px;
  border: 2px solid #e1001a;
  border-radius: 3px;
  cursor: pointer;
}

.mob-ico .menu-icon span {
  width: 100%;
  margin-bottom: 3px;
  height: 3px;
  background: #e1001a;
  float: left;
  margin-right: 0;
}

.menu-icon {
  float: left;
  width: 17px;
}

.mob-ico:hover .menu-icon span {
  background: #4d0b25;
}

.move #page .mob-ico {
  display: none;
}

.hole_div {
  width: 100%;
  position: relative;
  float: left;
}

.hole_div > div#page {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  float: left;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hole_div.move > div#page {
  left: -275px;
}

.hole_div.move > div#mobNav {
  right: -0px;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.6);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.6);
}

.hole_div > div#mobNav {
  display: block;
  z-index: 100;
  right: -275px;
  psition: absolute;
  top: 0;
  width: 275px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#new {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  color: #FFF;
  display: none;
  z-index: 2147483647;
}

#new a {
  color: #fff;
  position: relative;
  right: 12px;
  top: 28px;
}

#new a img {
  float: none;
}

.learnmore-img {
  padding: 7px;
  border: 1px solid #fff;
}

.learnmore-img:hover {
  border: 1px solid #fff !important;
  opacity: 1;
  color: #000;
}

.learnmore-img::before {
  background-color: #fff !important;
}

/* mobile menu css */
.mobNav {
  display: none;
  position: fixed;
  right: 0px;
  overflow: hidden;
}

.mob-map {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  line-height: 42px;
  font-size: 13px;
}

.mob-map a {
  color: #909090;
  display: block;
}

.mob-map .sbToggle {
  right: 10px;
}

.mob-map a:hover {
  color: #bb001b;
}

.mobile-lang {
  float: left;
  width: 100%;
  background: #ececec;
  border-bottom: 1px solid #ffffff;
  line-height: 42px;
}

.mobile-lang .sbSelector {
  width: 100%;
  line-height: 42px;
  text-align: center;
  font-size: 13px;
}

.mobile-lang .sbOptions li {
  text-align: center;
}

.mobile-lang .sbToggle {
  position: absolute;
  background: url(../images/fletxa_avall.png) no-repeat 0 0;
  width: 14px;
  height: 10px;
  right: 10px;
  top: 16px;
}

.mobile-lang:hover .sbToggle {
  background-position: 0 -10px;
}

.mobile-lang .sbOptions {
  width: 96%;
  margin: 0 2%;
}

.mobile-lang .sbOptions a {
  font-size: 13px;
}

.mobile-city {
  float: left;
  width: 100%;
  background: #ececec;
  border-bottom: 1px solid #ffffff;
  line-height: 42px;
}

.mobile-city .sbSelector {
  width: 100%;
  line-height: 42px;
  text-align: center;
  font-size: 13px;
}

.mobile-city .sbOptions li {
  text-align: center;
}

.mobile-city .sbToggle {
  position: absolute;
  background: url(../images/fletxa_avall.png) no-repeat 0 0;
  width: 14px;
  height: 10px;
  right: 10px;
  top: 16px;
}

.mobile-city:hover .sbToggle {
  background-position: 0 -10px;
}

.mobile-city .sbOptions {
  width: 96%;
  margin: 0 2%;
}

.mobile-city .sbOptions a {
  font-size: 13px;
}

.mob-search {
  float: left;
  width: 100%;
  background: #f4f5ef;
  border-bottom: 1px solid #ffffff;
  line-height: 42px;
}

.mob-search input[type="text"] {
  background: none;
  border: 0px;
  font-family: 'Conv_SourceSansPro-LightIt';
  font-size: 14px;
  color: #918d8d;
  line-height: 30px;
  width: 84%;
  padding: 0 8%;
}

.mob-search input[type="button"], .mob-search input[type="submit"] {
  border: 0px;
  background: url(../images/lupa.png) no-repeat;
  background-size: 44px auto;
  line-height: 23px;
  width: 22px;
  height: 23px;
  cursor: pointer;
  padding: 0px;
  margin: 2px 0 0;
}

.mob-search input[type="button"]:hover, .mob-search input[type="submit"]:hover {
  background-position: -22px 0px;
}

.mobNav ul {
  float: left;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}

.mobNav ul li {
  float: left;
  width: 100%;
}

.mobNav ul li a {
  display: block;
  font-size: 16px;
  font-family: 'Conv_SourceSansPro-Semibold';
  color: #2b2626;
  padding: 0 8%;
  line-height: 42px;
}

.mobNav ul li a:hover, .mobNav ul li a.active {
  color: #960017;
}

.mobNav ul ul {
  background: #f4f5ef;
}

.mobNav ul li li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

.mobNav ul li li a {
  color: #626169;
  font-size: 15px;
  padding: 0 8% 0 10%;
  background: url(../images/plus-ico.png) no-repeat 93% center;
}

.mobNav ul li li a:hover {
  background: #a8001a url(../images/plus-white-ico.png) no-repeat 93% center;
  color: #ffffff;
}

.mobNav ul li li a.active {
  background: #a8001a url(../images/minus-ico.png) no-repeat 93% center;
  color: #ffffff;
}

.mobNav ul ul ul {
  background: #ffffff;
  border: none;
  padding: 10px 5% 10px 10%;
}

.mobNav ul li li li {
  float: left;
  width: 100%;
  border-bottom: none;
}

.mobNav ul li li li a {
  background: none;
  color: #1a171b;
  font-family: 'Conv_SourceSansPro-Regular';
  font-size: 18px;
  padding: 0;
  line-height: 36px;
}

.mobNav ul li li li a:hover, .mobNav ul li li li a.active {
  background: none;
  color: #960017;
}

.mobNav ul ul ul ul {
  background: #ffffff;
  border: none;
  padding: 0 0 10px 0;
}

.mobNav ul li li li li {
  float: left;
  width: 100%;
  border-bottom: none;
}

.mobNav ul li li li li a {
  color: #1a171b;
  font-size: 15px;
  font-family: 'Conv_SourceSansPro-Regular';
  padding: 0 0 0 25px;
  line-height: 24px;
  background: url(../images/subm-line.png) no-repeat left 12px;
}

.mobNav ul li li li li a:hover, .mobNav ul li li li li a.active {
  background: url(../images/subm-line-hovr.png) no-repeat left 12px;
  color: #960017;
}

.mob-footer {
  float: left;
  width: 100%;
  background: #edece7;
  border-top: 1px solid #ffffff;
  padding: 25px 10px;
  text-align: center;
}

.mob-footer .newsletter-pad h2 {
  display: inline-block;
  padding-right: 3px;
  color: #1a171b;
  font-family: "Conv_SourceSansPro-Semibold";
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.mob-footer .newsletter-pad span {
  font-size: 14px;
  font-family: 'Conv_SourceSansPro-Semibold';
  color: #2b2626;
}

.mob-footer .newsletter-pad input[type="email"] { /*padding-top:5px; */
}

.mob-footer p {
  font-size: 16px;
  font-family: 'Conv_SourceSansPro-Semibold';
  color: #2b2626;
  line-height: 22px;
}

.mob-footer p span {
  display: block;
  padding-top: 6px;
}

.mob-footer p a {
  color: #e1001a;
}

.mob-footer p a:hover {
  color: #192432;
}

.mob-footer .f-social {
  float: none;
  margin: 0 auto;
  padding: 25px 0;
  width: 215px;
}

.mob-footer .certifiate-srch button[type="submit"] {
  padding: 0 3%;
}

.mob-footer .interpump {
  margin-top: 20px;
}

/* Footer styles */
footer {
  width: 100%;
  margin-top: 40px;
  background: #f2f2f2;
  overflow: hidden
}

.f-top {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.f-top-lft {
  min-height: 310px;
  float: left;
  width: 813px;
  position: relative;
  border-right: 3px solid #ffffff;
}

.f-top-right {
  float: right;
  width: 404px;
  position: relative;
}

footer h2 {
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 20px;
  color: #1a171b;
  padding-bottom: 2px;
  text-transform: uppercase;
  line-height: 24px;
}

.f-top-lft ul {
  float: left;
  width: 30%;
  margin-top: 25px;
}

.f-top-lft ul li {
  background: url(../images/f-li.png) no-repeat 0px 11px;
  padding: 0 0 8px 30px;
  line-height: 22px;
}

.f-top-lft ul li a {
  font-family: 'Conv_SourceSansPro-Regular';
  font-size: 17px;
  color: #960017;
}

.f-top-lft ul li a:hover {
  color: #ad3d4d;
}

.ask-btn {
  position: absolute;
  top: 52px;
  right: 58px;
}

.ask-btn a {
  line-height: 32px;
  display: block;
  font-size: 11px;
  font-family: 'Conv_SourceSansPro-Regular';
  color: #b40000;
  display: block;
}

.f-logo {
  margin-bottom: 20px;
}

.f-logo img {
  width: 135px;
  font-size: 1px;
  line-height: 0px;
}

.f-top-right p {
  font-size: 17px;
  line-height: 22px;
}

.f-top-right p span {
  display: block;
  padding-top: 6px;
}

.f-top-right p a {
  color: #e1001a;
}

.f-top-right p a:hover {
  color: #192432;
}

.newsletter-pad {
  margin: 20px 0 0;
}

.newsletter-pad span {
  font-size: 15px;
  display: block;
}

.newsletter-pad input[type="email"] {
  height: 39px;
  border: 1px solid #e4e4dd;
  border-radius: 5px;
  font-size: 15px;
  line-height: 35px;
  padding: 0 3%;
  width: 77%;
  /* margin-top: 10px; */
  /* float: left; */
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.newsletter-pad .submit-certificate {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.newsletter-pad input::-moz-placeholder {
  opacity: 0;
  font-family: 'Conv_SourceSansPro-LightIt';
}

.newsletter-pad input::-webkit-input-placeholder {
  opacity: 0;
  font-family: 'Conv_SourceSansPro-LightIt';
}

.f-btm {
  float: left;
  width: 100%;
  padding: 24px 0 20px;
  background: #e0e0e0;
}

.f-btm-lft {
  float: left;
}

.f-btm-right, .f-social {
  float: right;
}

.f-btm-lft ul {
  float: left;
  list-style-type: none;
  font-family: 'Conv_SourceSansPro-Light';
  font-size: 12px;
  color: #909090;
  padding: 0px;
  margin: 0px;
}

.f-btm-lft ul li {
  float: left;
  padding: 0px;
  margin: 0px 50px 0px 0;
}

.f-btm-lft ul li a {
  color: #909090;
}

.f-btm-lft ul li a:hover {
  color: #bb001b;
}

.f-btm-lft .sbOptions {
  bottom: 23px !important;
  top: auto !important;
}

.f-lnk {
  float: left;
  margin-right: 20px;
  font-size: 13px;
  color: #1a171b;
}

.f-lnk span {
  padding: 0 5px;
}

.f-lnk a {
  font-size: 13px;
  color: #1a171b;
  line-height: 28px;
}

.f-lnk a:hover {
  color: #e1001a;
}

.f-social a {
  float: left;
  width: 28px;
  height: 28px;
  margin-left: 15px;
  color: black;
  font-size: 28px;
}

.f-social a:hover {
  color: #bb001b
}

/*.f-social .tw { background-position:-3px -1px; }
.f-social .tw:hover { background-position:-3px -32px; }
.f-social .fb { background-position:-44px 0px; }
.f-social .fb:hover { background-position:-44px -31px; }
.f-social .g-plus { background-position:-91px -2px; }
.f-social .g-plus:hover { background-position:-91px -33px; }
.f-social .linkedin { background-position:-137px -2px; }
.f-social .linkedin:hover { background-position:-137px -33px; }
.f-social .youtube { background-position:-182px 0px; }
.f-social .youtube:hover { background-position:-182px -31px; }*/
/*index animation*/
.animation {
  display: none;
}

.animation {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.animation img {
  width: 100%;
  float: left;
}

.animation h3 {
  padding: 0 20px 15px;
}

.anim-cont {
  background: #f3f3ee;
  float: left;
  padding: 20px 20px 30px;
}

.anim-cont p {
  margin-bottom: 10px;
}

/*About Us*/
.contentarea {
  float: left;
  width: 100%;
  margin: 5px 0 0px;
}

.contentarea p {
  color: #2b2626;
  font-size: 17px;
  line-height: 23px;
}

.page-tit {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  padding: 0px 2% 0;
}

.page-tit h1 {
  float: left;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

.breadcum {
  float: left;
  width: 100%;
  margin: 8px 0 0px;
  font-size: 12px;
}

.breadcum ul li {
  color: #1a171b;
  font-size: 12px;
  display: block;
  font-weight: 600;
  float: left;
  padding: 0px 10px 0px 0px;
  position: relative;
}

.breadcum ul li a {
  color: #1a171b;
  font-size: 12px;
}

.breadcum ul li a:hover {
  color: #d0001b;
}

.breadcum ul ul {
  display: none;
  background: #f7f7f7;
  width: 200px;
  position: absolute;
  padding: 5px 0px;
}

.breadcum ul li:hover ul {
  display: block;
}

.breadcum ul li:last-child::after {
  background: url(../images/submenu-arrow.png) no-repeat;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  width: 12px;
}

.breadcum ul li ul li:last-child::after {
  background: none;
}

.breadcum ul ul li {
  float: none;
  padding: 6px 0px;
}

.breadcum ul ul li a {
  padding: 0px 15px;
}

.breadcum ul ul li a:hover {
  color: #b40000;
}

.abt-lft {
  float: left;
  width: 50%;
}

.abt-cont h2 {
  color: #1a171b;
  font-size: 35px;
  padding: 10px 0 28px;
  line-height: 36px;
}

/*.abt-cont h2::after{background:url(../images/subm-line-hovr.png) no-repeat right center; content:"";  margin-left: 15px; width: 14px;  display: inline-block;  height:12px;}*/
.abt-cont {
  padding: 40px 8% 55px;
  float: left;
  width: 100%;
}

.abt-cont p {
  clear: both;
  color: #2b2626;
  font-size: 17px;
  line-height: 22px;
}

.abt-cont a.btn-gradient {
  border: solid 1px #940f28;
  font-size: 11px;
  text-transform: uppercase;
  /*-webkit-border-radius: 25px;
-moz-border-radius: 25px;border-radius: 25px;*/
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 4px 15px;
  float: left;
}

.abr-rgt {
  float: left;
  width: 50%;
}

.contentarea img { /*float:left;*/
}

.full {
  text-align: center;
}

.full img {
  float: none;
  width: 100%;
}

.prod-detail-lft .gallery .full img {
  width: auto;
  max-height: 500px;
}

.abr-rgt .abt-cont {
  background: #f3f3ee;
}

.abt-content {
  float: left;
  width: 100%;
}

.abt-lft a:hover h2, .abr-rgt a:hover h2 {
  color: #b40000;
}

.abt-lft:hover img, .abr-rgt:hover img {
  opacity: 1;
}

/*.abt-lft:hover a, .abr-rgt:hover a{ color:#fff; background:#940f28;}*/
/*.abt-cont a:hover{ background:#fff; color:#b40000; border: solid 1px #666;}*/
li.background-none::after {
  background: none !important;
}

/*Company*/
.inner-banner {
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.cmpycont-center {
  float: left;
  width: 100%;
  margin: 0 auto 30px;
}

.cmpycont-center h3 {
  color: #1a171b;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}

.cmpycont-center p {
  color: #000;
  font-size: 18px;
  width: 750px;
  margin: 0 auto;
}

.cmpycont-center p span {
  display: block;
}

.cmpy-cont img {
  width: 100%;
}

.cmpy-cont .abt-lft .abt-cont {
  padding: 0 8% 0px;
}

/*.cmpy-cont .abt-lft .abt-cont{padding: 8% 8%}*/
.cmpy-cont .abr-rgt .backgrd-none {
  background: #fff;
  padding: 0 3% 0 8%;
}

.cmpy-cont .abt-cont p {
  margin-bottom: 15px;
}

.cmpy-cont .abt-cont p a {
  border: none;
  padding: 0px;
  font-size: 17px;
  float: none;
  margin-top: 0px;
}

.cmpy-cont .abt-cont h2 {
  float: left;
  color: rgba(0, 0, 0, 0);
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 35px;
  line-height: 36px;
}

.cmpy-cont .abt-cont h2::after {
  background: none;
}

.margtop-none {
  margin-top: 0px;
}

.production-section {
  float: left;
  width: 100%;
  margin-top: 50px;
}

/*.production-center{ float:left; margin-top:75px; position:absolute;  margin-top: 475px; left:0px; width:100%;}
.productimg-left{ background:url(../images/company2.jpg) no-repeat;width: 97%; float:left;height:465px;position:relative;background-size: 52%; }
.productimg-right{  background:url(../images/company2d.jpg) no-repeat; width: 3%;height:465px; float:right; }*/
.cmpy-cont .abt-lft .abt-cont.pt40 {
  padding-top: 40px;
}

.pos-margtop {
  margin-top: 535px;
  float: left;
}

.production-cont:hover a { /*color:#fff; background:#940f28;*/
}

.production-cont a:hover { /*background:#fff; color:#b40000; border: solid 1px #666;*/
}

.production-cont h1::after {
  background: url(../images/subm-line-hovr.png) no-repeat right center;
  content: "";
  margin-left: 15px;
  width: 14px;
  display: inline-block;
  height: 12px;
}

.production-cont h2 {
  float: left;
  color: rgba(0, 0, 0, 0);
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 35px;
  line-height: 36px;
  padding-bottom: 30px;
}

.production-cont p {
  clear: both;
  color: #2b2626;
  font-size: 17px;
  line-height: 22px;
}

.production-cont a {
  /*border: solid 1px #940f28; color:#b40000; font-size:11px; text-transform:uppercase;-webkit-border-radius: 25px;
-moz-border-radius: 25px;border-radius: 25px;*/
  margin-top: 30px;
  padding: 4px 15px;
  float: left;
}

.production-cont {
  width: 50%;
  padding: 70px 5%;
  background: #f2f2ec none repeat scroll 0 0;
  float: right
}

.tit-deg {
  color: #1a171b;
  font-size: 35px;
  padding-bottom: 25px;
}

.tit-deg::after {
  background: url(../images/subm-line-hovr.png) no-repeat right center;
  content: "";
  margin-left: 15px;
  width: 14px;
  display: inline-block;
  height: 12px;
}

.pos-margtop .abt-cont a {
  margin-top: 10px;
}

.section-margtop {
  float: left;
  margin-top: 50px;
  width: 100%;
}

/*.section-margtop{  float: left; margin-top: 0px; width: 100%;}*/
.worldwide-cont {
  padding: 60px 8% 65px;
}

.cmpy-cont .abt-cont.worldwide-cont p {
  margin: 15px 0px 26px;
}

.abr-rgt .abt-cont.whitebg {
  background: #fff;
}

.h1-padg {
  padding-bottom: 45px;
  padding-left: 50px;
}

.num-tit {
  margin-top: 30px;
}

.certificate {
  float: left;
  width: 100%;
}

.certificatebg {
  background: #f3f3f0;
  float: left;
  width: 100%;
  padding: 55px 3%;
  text-align: center;
}

.certificate p {
  color: #2b2626;
  font-size: 17px;
  line-height: 22px;
  margin: auto auto 45px;
  width: 620px;
  text-align: left;
}

.certificate ul li {
  display: inline-block;
  padding: 0 5px 10px;
}

.certificate ul li a {
  background: #ffffff;
  display: inline-block;
}

.certificate ul li a:hover {
  box-shadow: 1px 1px 5px #cccccc;
}

.video-banner p {
  color: #fff;
}

.gradient-bg .play-lnk {
  background: url(../images/play.png) no-repeat;
  width: 75px;
  height: 55px;
  display: inline-block;
}

/*History*/
.history-cont .cmpycont-center p {
  text-align: center;
  font-family: "Conv_SourceSansPro-light";
}

.cmpy-histry {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.cmpy-histry h1 {
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 35px;
  text-align: center;
  margin-bottom: 70px;
  line-height: 40px;
}

.histry-lft {
  float: left;
  width: 42%;
}

.histry-txt {
  background: #ebebe2;
  width: 100%;
  padding: 35px 7%;
  float: left;
  position: relative;
  margin-bottom: 50px;
}

.histry-lft .histry-line {
  background: url(../images/histry-line.jpg) repeat-x;
  height: 1px;
  position: absolute;
  right: -64px;
  top: 59px;
  width: 66px
}

.histry-rgt .histry-line {
  background: url(../images/histry-line.jpg) repeat-x;
  z-index: -1;
  height: 1px;
  position: absolute;
  left: -58px;
  top: 59px;
  width: 66px
}

.histry-txt p span {
  color: #790721
}

.map-cont {
  float: left;
  width: 60%;
}

.histry-txt img {
  background: #fff;
  padding: 4px;
  margin-bottom: 10px;
}

.map-img {
  position: absolute;
  right: 20px;
  top: -30px;
  box-shadow: -1px 0px 3px #e7e7e7;
}

.map-img-lft {
  position: absolute;
  left: 20px;
  top: -30px;
  box-shadow: -1px 0px 3px #e7e7e7;
}

.map-cont-rgt {
  float: right;
  width: 50%;
}

.full-cont {
  margin: 0 20px;
}

.bigcont {
  padding: 20px 3% 30px;
}

.histry-center {
  float: left;
  width: 14%;
  margin: 0 1.5%;
  text-align: center;
}

.year {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: -moz-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* FF3.6-15 */
  display: inline-block;
  width: 90px;
  background: -webkit-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62d0506', endColorstr='#e6df001b', GradientType=1); /* IE6-9 */
  font-size: 25px;
  color: #fff;
  padding: 33px 20px 35px;
  margin-bottom: 50px;
  margin-top: 20px;
  position: relative;
}

.year-07 {
  margin-top: 30px;
}

.year-87 {
  margin-top: 30px;
}

.double {
  margin-top: 185px;
}

.year-76 {
  margin-top: 69px;
}

.histry-line-yr {
  top: 88px;
  left: 45px;
  width: 1px;
  width: 1px;
  position: absolute;
  background: rgba(0, 0, 0, 0) url("../images/histry-line.jpg") repeat-y scroll 0 0;
}

.histry-rgt {
  float: right;
  width: 41%;
}

.histry-rgt .histry-txt {
  padding: 45px 7% 50px;
}

.histry-rgt .bigcont {
  padding: 20px 3% 30px;
}

.map-img-lft.imgtop {
  top: -100px;
}

.rgt-07 {
  margin-top: 164px;
}

.histry-line.top-80 {
  top: 198px;
}

.histry-txt.bigcont.rgt-72 {
  top: 130px;
}

.contentarea .gradient-bg p {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 12px;
  text-align: left;
}

.history-cont .downloads-banner {
  padding: 85px 0 74px;
}

/*History mob*/
.mob-year {
  float: left;
  width: 100%;
  display: none;
}

.mob-year h1 {
  font-size: 25px;
  padding: 0px 4%;
  margin-bottom: 20px;
}

.mob-year .histry-txt {
  background: #f2f2ec;
  padding: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
}

.mob-year .map-img {
  position: relative;
  float: right;
  right: 0px;
  top: 0px;
  width: 35%;
}

.mob-year .map-cont h3 {
  color: #a8001b;
  font-size: 25px;
  padding-bottom: 10px;
}

.mob-year .map-cont p {
  font-size: 16px;
  line-height: 18px;
}

.mob-year .histry-txt img {
  padding: 2px;
  margin-bottom: 0px;
}

.mobfulwdth {
  width: 100%;
  padding-bottom: 15px;
}

/*Service page*/
.service-cont p {
  margin-bottom: 15px;
}

.service-cont .abt-cont a {
  margin-top: 10px;
}

.red-txt {
  color: #bb001b;
}

.cls-to-cus-cont {
  padding: 40px 8% 55px;
}

.cls-to-cus-cont h2 {
  color: #d0001b;
  font-size: 35px;
  font-family: 'Conv_SourceSansPro-Semibold';
  line-height: 38px;
  padding-bottom: 16px;
}

.cls-to-cus-cont h2.txt-gradient {
  color: #d0001b;
}

.cls-to-cus-cont h2.txt-gradient::after {
  background: url(../images/subm-line-hovr.png) no-repeat right center;
  content: "";
  margin-left: 15px;
  width: 14px;
  display: inline-block;
  height: 12px;
}

.abt-cont h2.hdg-top {
  padding-top: 47px
}

/*Mission & Strategy*/
.mission-cont .cmpycont-center p {
  width: 72%;
}

.mission-cont .info-section {
  padding: 0 0 20px;
}

.mission-img {
  float: left;
  width: 100%;
  margin: 35px 0 40px;
}

.map-area {
  float: left;
  width: 100%;
}

.branch-det {
  float: left;
  padding: 45px 20px;
  width: 100%;
}

.branch-select {
  float: left;
  width: 37%;
}

.branch-select .sbHolder {
  background: #f3f3f3;
  padding: 6px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.branch-select .sbSelector {
  color: #2b2626;
  font-size: 15px;
  width: 100%
}

.branch-select .sbToggle {
  background: rgba(0, 0, 0, 0) url("../images/select-arrow.png") no-repeat scroll 0 0;
  width: 12px;
  height: 7px;
  right: 15px;
  top: 15px
}

.branch-select .sbOptions a {
  font-size: 15px;
}

.branch-select .sbHolder:hover .sbToggle {
  background-position: 0px -8px
}

.branch-select .sbOptions {
  width: 100%;
  top: 35px !important;
}

.branch-select .sbOptions, .map-country .sbOptions, .contact-pad .sbOptions {
  top: 35px !important;
  height: 200px;
  overflow-y: scroll;
}

.branch-select-rgt {
  float: right;
}

.branch-select-rgt ul li {
  float: left;
  font-size: 20px;
  padding-left: 60px;
  line-height: 71px;
  margin-right: 30px;
  text-transform: uppercase;
}

li.branch {
  background: url(../images/point1.png) no-repeat left center;
}

li.branch a {
  color: #a5041f;
}

li.distributor {
  background: url(../images/point2.png) no-repeat left center;
  color: #000;
}

li.distributor a {
  color: #000;
}

.branch-select-rgt ul li a:hover {
  color: #7e001c;
}

.branch-address {
  float: left;
  width: 100%;
  margin-top: 65px;
}

.branch-address h2 {
  color: #960017;
  font-size: 23px;
  line-height: 25px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.branch-address h2::before {
  background: #c0021d;
  content: "";
  width: 11px;
  vertical-align: middle;
  display: inline-block;
  height: 36px;
  margin-right: 10px;
}

.branch-address p {
  font-size: 17px;
  padding: 10px 0px;
  padding-left: 21px;
}

.add-box {
  float: left;
  width: 27%;
}

.add-box a:hover {
  color: #960017;
}

.branch-address .add-box {
  width: 24%;
  margin-right: 1%;
}

/**********/
.page-tit.product-tit {
  display: none;
}

/*.u-vmenu {float: left;padding: 35px 12px; width: 26%; border-right: solid 1px #e7e7e7; }
.u-vmenu ul { width:98%; float:left;}
.u-vmenu ul ul ul{ width:93%; margin-left:0px;}
.u-vmenu ul ul ul ul{ margin-left:18px;   margin-bottom: 8px;}
.u-vmenu li a {transition: 0.5s ease all; position:relative;  float: left; font-size:25px; font-family: 'Conv_SourceSansPro-Semibold'; color:#000000; border-bottom: 1px solid #b9b6ad;padding-bottom: 10px; width:100%; margin-bottom:25px;}
.u-vmenu li a.active, .u-vmenu li a:hover{ color:#a8001b;}
.u-vmenu li a:after { transition: 0.5s all ease; transform: rotate(0deg); font-weight: 100; position:absolute; content:"+"; color:#a5a5a5; font-size:40px; right:0; top:0; font-family: 'Conv_SourceSansPro-Light'; }
.u-vmenu li a.active:after { transform: rotate(46deg); }
.u-vmenu li a.nivell2 { padding-left: 10px; font-size:20px; font-weight:500; border:none; color:#000; margin-bottom:10px;font-family: 'Conv_SourceSansPro-Regular';}
.u-vmenu li a.nivell2:after { display:none;}
.u-vmenu li ul {margin-left: 20px; margin-bottom: 25px;}
.u-vmenu li ul li ul li a { font-size:17px; font-weight:500;margin-bottom: 0; background:url(../images/sub-accordion-lnk.png) no-repeat 0 10px;     padding-left: 22px;}
.u-vmenu li ul li ul li a.active{background:url(../images/sub-accordion-lnkactive.png) no-repeat 0 10px;}
.u-vmenu li ul li ul li a:hover{background:url(../images/sub-accordion-lnkactive.png) no-repeat 0 10px; color: #a8001b;}
.u-vmenu li ul li ul li ul li a { text-transform:uppercase; font-size: 15px; background:none; padding-left:15px; color:#969696}
.u-vmenu li ul li ul li ul li a:hover{ background:none; color:#000;}*/

.u-vmenu {
  float: left;
  padding: 35px 12px;
  width: 26%;
  border-right: solid 1px #e7e7e7;
}

.u-vmenu ul ul {
  display: none;
}

.u-vmenu ul ul ul {
  display: none;
}

.u-vmenu ul {
  width: 98%;
  float: left;
}

.u-vmenu ul ul ul {
  width: 93%;
  margin-left: 0px;
}

.u-vmenu ul ul ul ul {
  margin-left: 18px;
  margin-bottom: 8px;
}

.u-vmenu li a {
  transition: 0.5s ease all;
  position: relative;
  float: left;
  font-size: 25px;
  font-family: 'Conv_SourceSansPro-Semibold';
  color: #000000;
  border-bottom: 1px solid #b9b6ad;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 25px;
}

.u-vmenu li a.active, .u-vmenu li a:hover {
  color: #a8001b;
}

.u-vmenu li a:after {
  transition: 0.5s all ease;
  transform: rotate(0deg);
  font-weight: 100;
  position: absolute;
  content: "+";
  color: #a5a5a5;
  font-size: 40px;
  right: 0;
  top: 0;
  font-family: 'Conv_SourceSansPro-Light';
}

.u-vmenu li a.active:after {
  transform: rotate(46deg);
}

.u-vmenu li ul li a {
  font-size: 20px;
  font-weight: 500;
  border: none;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Conv_SourceSansPro-Regular';
}

.u-vmenu li ul li a:after {
  display: none;
}

.u-vmenu li ul {
  margin-left: 20px;
  margin-bottom: 25px;
}

.u-vmenu li ul li ul li a {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  background: url(../images/sub-accordion-lnk.png) no-repeat 0 10px;
  padding-left: 22px;
}

.u-vmenu li ul li ul li a.active {
  background: url(../images/sub-accordion-lnkactive.png) no-repeat 0 10px;
}

.u-vmenu li ul li ul li a:hover {
  background: url(../images/sub-accordion-lnkactive.png) no-repeat 0 10px;
  color: #a8001b;
}

.u-vmenu li ul li ul li ul li a {
  text-transform: uppercase;
  font-size: 15px;
  background: none;
  padding-left: 15px;
  color: #969696
}

.u-vmenu li ul li ul li ul li a:hover, .u-vmenu li ul li ul li ul li a.active {
  background: none;
  color: #000;
}

.products-pag {
  width: 100%;
  float: left;
  margin-bottom: 35px;
}

.product-content-pg {
  float: left;
  padding: 0 0 0 35px;
  width: 74%;
  border-left: 1px solid #e7e7e7;
  margin-left: -1px;
}

.product-content-pg .page-tit {
  padding: 0% 0;
  margin-bottom: 10px;
}

.product-content-pg .breadcum ul li:last-child::after {
  display: none;
}

.product-content-pg p {
  font-size: 18px;
  color: #000;
}

.products_list {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.products_list ul li {
  border: 1px solid #f5f5f5;
  float: left;
  margin: 20px 2% 20px 0; /*min-height:450px;*/
  padding: 5px 20px 20px 20px;
  width: 32%;
}

.products_list ul li:nth-child(3n) {
  margin-right: 0;
}

.products_list ul li:nth-child(3n+1) {
  clear: both;
}

.products_list ul li img {
  max-width: 100%;
}

.products_list ul li a > span {
  color: #a8001b;
  float: left;
  font-size: 20px;
  font-family: 'Conv_SourceSansPro-Semibold';
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.products_list ul li h5 {
  float: left;
  width: 100%;
  color: #959292;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 5px;
}

.products_list ul li p {
  color: #2b2626;
  font-size: 16px;
  line-height: 20px; /*min-height: 285px; */
}

.products_list ul li:hover {
  -moz-box-shadow: 0 0 5px #e7e7e7;
  -webkit-box-shadow: 0 0 5px #e7e7e7;
  box-shadow: 0 0 5px #e7e7e7;
}

.product-carousel {
  display: none;
}

.marg-btm {
  margin-bottom: 20px;
}

.info-section.prdut-det-dsktp {
  padding-top: 20px;
}

/*News*/
.mission-cont h2.info-head {
  padding: 0 60px;
}

.mission-cont h2.info-head span {
  font-size: 24px;
  font-weight: normal;
  display: block;
  font-family: 'Conv_SourceSansPro-Light';
}

.news-cont .info-descr img {
  margin-bottom: 30px;
  width: 100%;
}

.news-cont .info-descr a img {
  width: auto !important;
}

.news-cont h2 {
  color: #b42239;
}

.news a {
  color: #2b2626
}

.share {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.share ul li {
  float: left;
  margin-right: 10px;
  border-radius: 4px;
}

.share ul li a {
  color: #fff;
  font-family: 'Conv_SourceSansPro-Light';
  display: block;
  text-align: center;
  padding: 2px 0 0;
  width: 85px;
  text-transform: uppercase;
}

.share ul li:hover {
  background: #3f3f3f
}

.share ul li:last-child:hover {
  background: url(../images/share-icon.png) no-repeat left center;
}

.share ul li:last-child:hover a {
  color: #bb001b;
}

.fb-btn {
  background: #3c5897;
  border: solid 1px #334978;
  font-size: 11px;
}

.tw-btn {
  background: #02a9f0;
  border: solid 1px #1c8dc7;
  font-size: 11px;
}

li.share-icon {
  background: url(../images/share-icon.png) no-repeat left center;
  padding-left: 5px;
  margin-left: 15px;
}

.share ul li.share-icon a {
  color: #353535;
  font-size: 12px;
  letter-spacing: 1px;
}

.wats-happening {
  background: #f5f5f0;
  float: left;
  width: 100%;
  padding: 40px 2.5%;
  margin-top: 40px;
}

.wats-happening .tit-deg {
  font-size: 30px;
  padding-bottom: 30px;
}

.wats-happening.trade-fair ul li, .wats-happening.trade-past ul li {
  min-height: auto
}

.wats-happening ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 65px;
  min-height: 350px;
}

.wats-happening ul li:nth-child(4n) {
  margin-right: 0px;
}

.wats-happening ul li img {
  float: none;
  background: #fff;
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wats-happening h1 {
  text-align: center;
}

.date::before {
  background: #c0021d none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  width: 6px;
  vertical-align: bottom;
}

p.date {
  font-size: 14px;
  color: #b42239;
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.wats-happening h5 {
  color: #908d8b;
  font-size: 15px;
  float: left;
  width: 100%;
  line-height: 20px;
  font-family: 'Conv_SourceSansPro-light';
}

.wats-happening h2 {
  min-height: 55px;
  color: #2b2626;
  font-size: 20px;
  float: left;
  padding-top: 3px;
  text-transform: uppercase;
  line-height: 22px;
  padding-top: 8px;
}

.wats-happening h2 span {
  text-transform: none
}

/*.wats-happening ul li:hover img{ box-shadow:1px 1px 5px #bdbdbd;}*/
.wats-happening ul li:hover h2 {
  color: #b42239;
}

.wats-happening ul li:hover h5 {
  color: #b42239;
}

.product-rdmre {
  text-align: center;
  width: 100%;
  float: left;
}

.product-rdmre .readmore {
  margin-top: 10px;
}

/*Good to know 2*/
.news-cont a.readmore {
  margin-top: 15px;
  margin-bottom: 10px;
}

.goodtoknw1 h2 {
  float: left;
  padding-top: 20px;
}

.news-cont .product-rdmre .readmore {
  margin-top: 0px;
}

.margtop {
  margin-top: 3px;
}

a.lnk {
  padding: 4px 35px;
}

/*Pump Selectore*/
.pump-selector-lnks {
  float: left;
  width: 100%;
  margin: 15px 0 25px;
}

.pump-selector-lnks a {
  font-size: 17px;
  text-transform: uppercase;
  width: 165px;
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0) url("../images/fletxa-red.png") no-repeat scroll 125px center;
  margin-bottom: 20px;
}

.pump-selector-lnks a:hover {
  background: #8f001b url("../images/fletxa-white.png") no-repeat scroll 126px center;
}

/*Contact*/
.contact-pad {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.contact-lft {
  float: left;
  width: 28%;
  padding: 0 60px;
  border-right: 1px solid #e7e7e7;
}

.contact-add img {
  width: 155px;
  margin-bottom: 25px;
}

.contact-lft p {
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.contact-lft p span {
  color: #959292;
}

.contact-lft p a {
  color: #bb001b;
}

.contact-rgt ul li select {
  /*color: #9f9ea5 !important;*/
  /*font-style: italic;*/
  width: 100%;
  background: #f3f3f3;
  border: none;
  padding: 5px 10px;
  height: 40px;
}

.contact-lft p a:hover {
  color: #2b2626;
}

.contact-rgt {
  float: left;
  padding-left: 60px;
  margin-left: -1px;
  width: 70%;
  border-left: 1px solid #e7e7e7;
}

.contact-rgt.cnt-dim {
  float: none;
  padding-left: 0px;
  margin-left: -1px;
  width: 100%;
  border-left: none;
}

.contact-rgt .tit-deg {
  font-size: 30px;
}

.contact-rgt ul li {
  float: left;
  width: 100%;
  color: #2b2626;
  font-size: 16px;
  margin-bottom: 8px;
}

.contact-rgt ul li label {
  width: 90px;
  float: left;
  padding-top: 7px;
  text-align: right;
  margin-right: 35px;
  font-size: 16px !important
}

.contact-rgt.cnt-dim ul li label {
  width: 100%;
  float: none;
  padding-top: 7px;
  text-align: left;
  margin-right: 35px;
  font-size: 16px !important
}

.contact-rgt ul li span {
  float: left;
  width: 65%;
}

.contact-rgt ul {
  margin-top: 20px;
  float: left;
}

.contact-rgt.cnt-dim ul {
  margin-top: 0px;
  float: left;
}

.contact-rgt ul li input[type="text"], .contact-rgt ul li input[type="email"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: auto;
  background: #f3f3f3;
  padding: 10px 15px;
  border: none;
  color: #2b2626;
  font-size: 14px;
}

.contact-rgt ul li textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 100px;
  background: #f3f3f3;
  padding: 10px 15px;
  border: none;
  color: #2b2626;
  font-size: 14px;
}

.contact-rgt .sbHolder {
  background: #f3f3f3;
  padding: 6px 15px;
  color: #2b2626;
}

.contact-rgt .sbSelector {
  width: 100%;
  color: #2b2626;
  font-size: 15px;
  text-transform: none;
}

.contact-rgt .sbToggle {
  background: url(../images/submenu-arrow.png) no-repeat;
  right: 15px;
  top: 14px;
}

.contact-rgt .sbHolder:hover .sbToggle {
  background: url(../images/submenu-arrow-red.png) no-repeat;
}

.contact-rgt .sbOptions {
  width: 100%;
  top: 15px !important;
}

.contact-rgt .sbOptions a {
  font-size: 14px;
}

.form #codionum input {
  width: 90%;
  vertical-align: middle;
  display: inline-block;
}

#codionum span.boto_a_t {
  float: none;
  margin-right: 3px;
  margin-top: -3px;
  cursor: pointer;
  padding: 7px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 15px;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}

#codionum span.boto_a_t:hover {
  background-color: #e2e2e2;
}
/*radio style*/
.formcontacme input[type=checkbox]:not(old),
.formcontacme input[type=radio   ]:not(old){
    width     : 2em;
    float:left;
    padding   : 0;
    font-size : 1em;
    margin: 9px 0 0;
    opacity   : 0; cursor:pointer;
}
.formcontacme input[type=checkbox]:not(old),
.formcontacme input[type=radio   ]:not(old),
.customForm input[type=checkbox]:not(old),
.customForm input[type=radio   ]:not(old){
  width: 14px;
  height: 14px;
  float: left;
  padding: 0;
  font-size: 1em;
  margin: 14px 17px 0px 0px;
  opacity: 0;
  cursor: pointer;
}

.formcontacme input[type=checkbox]:not(old) + label,
.formcontacme input[type=radio   ]:not(old) + label,
.customForm input[type=checkbox]:not(old) + label,
.customForm input[type=radio   ]:not(old) + label{
  display: inline-block;
  margin-left: -2em;
  cursor: pointer;
  width: auto;
  float: left;
  line-height: 1.5em;
  color: #bb001b;
}
/*radio style*/
input[type=checkbox]:not(old) + label:hover {
  color: #000;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 6px 10px 0 0;
  border: solid 1px #e7e7e7;
  background: #fff;
  vertical-align: bottom;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: '';
  display: block;
  text-align: center;
  font-weight: bold;
  background: #bb001b;
  height: 14px;
  width: 14px;
}

input {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/*
.contact-rgt ul li input[type="submit"]{ border: solid 1px #93001b; cursor:pointer; margin-top: 20px; color:#fff; font-size:11px; text-transform:uppercase; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding: 6px 43px;background: rgba(77,9,36,1); background: -moz-linear-gradient(left, rgba(77,9,36,1) 0%, rgba(127,0,28,1) 34%, rgba(168,0,28,1) 50%, rgba(212,0,28,1) 71%, rgba(212,0,28,1) 100%);background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,9,36,1)), color-stop(34%, rgba(127,0,28,1)), color-stop(50%, rgba(168,0,28,1)), color-stop(71%, rgba(212,0,28,1)), color-stop(100%, rgba(212,0,28,1)));background: -webkit-linear-gradient(left, rgba(77,9,36,1) 0%, rgba(127,0,28,1) 34%, rgba(168,0,28,1) 50%, rgba(212,0,28,1) 71%, rgba(212,0,28,1) 100%);background: -o-linear-gradient(left, rgba(77,9,36,1) 0%, rgba(127,0,28,1) 34%, rgba(168,0,28,1) 50%, rgba(212,0,28,1) 71%, rgba(212,0,28,1) 100%);background: -ms-linear-gradient(left, rgba(77,9,36,1) 0%, rgba(127,0,28,1) 34%, rgba(168,0,28,1) 50%, rgba(212,0,28,1) 71%, rgba(212,0,28,1) 100%);background: linear-gradient(to right, rgba(77,9,36,1) 0%, rgba(127,0,28,1) 34%, rgba(168,0,28,1) 50%, rgba(212,0,28,1) 71%, rgba(212,0,28,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0924', endColorstr='#d4001c', GradientType=1 );}
.contact-rgt ul li input[type="submit"]:hover{ background:#fff; color:#93001b;}
*/

/*Sectors*/
.sectors {
  float: left;
  width: 100%;
}

.sectors p {
  padding: 0 2% 15px;
  width: 85%;
  font-size: 18px;
}

.sectors p.semi-bold {
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 19px;
}

.sector-cont {
  float: left;
  width: 100%;
  margin: 50px 0 20px;
}

.sector-box {
  margin-right: 4px;
  width: 33%;
  float: left;
  background: #d6d6d3;
}

.sector-box:nth-child(n+3) {
  margin-right: 0px;
}

.sector-img {
  background: #deded4;
  float: left;
  width: 100%;
  height: 230px;
}

.sector-img img {
  width: 100%;
  height: 250px;
}

.sector-descrptn {
  float: left;
  padding: 40px 7%;
  width: 100%;
}

.sector-descrptn h2 {
  font-size: 32px;
  color: #1a171b;
  line-height: 38px;
}

.sector-descrptn h2 span {
  background: url("../images/subm-line-hovr.png") no-repeat;
  height: 8px;
  margin-left: 10px;
  width: 14px;
  display: inline-block;
}

.sector-descrptn p {
  padding: 25px 0;
  width: 100%;
  font-size: 17px;
}

.sector-lst ul:last-child {
  float: left;
  margin-left: 10px;
  width: 165px;
}

.sector-lst ul:first-child {
  float: left;
  margin-left: 0px;
  width: 170px;
}

.sector-lst ul li {
  background: url(../images/subm-line-hovr.png) no-repeat left center;
  padding-left: 25px;
  color: #960017;
  margin-bottom: 8px;
}

.sector-lst.int ul {
  margin-left: 0px;
  margin-top: 20px;
}

.sector-box:hover {
  background: #eeeee9;
}

.sector-box:hover h2 {
  color: #960017;
}

.sector-descrptn h2 span.disply-blk {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  height: auto;
  margin-left: 0;
  width: auto;
}

.sector-margtop {
  margin-top: 15px;
}

/*Certificate finder*/
.certificate-cont h2 {
  color: #b42239;
}

.certificate-cont h2.info-head {
  padding: 0 60px 0 220px;
}

.certificate-cont .info-descr {
  width: 50%;
}

.certifiate-srch {
  float: left;
  width: 100%;
}

.certifiate-srch input[type="text"] {
  background: #f3f3f3;
  padding: 9px 10px;
  color: #2b2626;
  font-size: 15px;
  font-style: italic;
  border: none;
  float: left;
  height: 100%;
  width: 73%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.submit-certificate {
  height: 100%;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 4px;
  background: rgba(77, 9, 36, 1);
  background: -moz-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77, 9, 36, 1)), color-stop(34%, rgba(127, 0, 28, 1)), color-stop(50%, rgba(168, 0, 28, 1)), color-stop(71%, rgba(212, 0, 28, 1)), color-stop(100%, rgba(212, 0, 28, 1)));
  background: -webkit-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -o-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -ms-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: linear-gradient(to right, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d0924', endColorstr='#d4001c', GradientType=1);
}

.certifiate-srch button[type="submit"] {
  padding: 0 15px;
}

.certifiate-srch button[type="submit"] span {
  background: url(../images/fletxa-white.png) no-repeat center center;
  cursor: pointer;
  color: #fff;
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/*.submit-certificate:hover{ background:#fff;}*/
button[type="submit"].submit-certificate:hover span {
  background: url(../images/fletxa-red.png) no-repeat center center;
  color: #73001c;
}

.submit-certificate span {
  width: 25px;
}

.certificate-result {
  float: left;
  width: 100%;
  text-align: center;
  margin: 50px 0 30px;
}

.certificate-result h1 {
  font-size: 30px;
  padding-bottom: 35px;
}

.result-box {
  background: #f2f2ec;
  float: left;
  width: 100%;
  padding: 28px 150px;
  position: relative;
  margin-bottom: 13px;
}

.result-box ul li {
  float: left;
}

.dwnld-icon {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 125px;
  left: 22%;
  position: absolute;
  top: -18px;
  width: 125px;
}

.dwnld-icon a {
  padding: 30px 40px;
  display: inline-block;
}

li.certificate-no {
  width: 30%;
  font-size: 20px;
  text-align: left;
}

li.certificate-no a {
  color: #b50000;
  font-family: 'Conv_SourceSansPro-Semibold';
}

li.certificate-no a:hover {
  color: #2b2626;
}

.certificate-name a {
  color: #2b2626;
  font-size: 17px;
}

.certificate-name a:hover {
  color: #b50000;
}

.result-box:hover {
  box-shadow: -1px 1px 5px #cccccc;
}

/*b2b*/
.b2b-img {
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0 20px;
}

.b2b-img img {
  float: none;
}

.b2b-cont .cmpycont-center {
  margin: auto auto 0;
}

.b2b-cont .cmpycont-center h3 {
  margin: auto auto 0;
  padding-bottom: 10px;
}

.b2b-cont h2.info-head {
  padding: 0 60px 0 300px;
}

.b2b-cont .info-descr .red-txt {
  display: block;
  font-size: 24px;
  color: #bc0329;
  font-family: 'Conv_SourceSansPro-Light';
  padding-bottom: 15px;
}

/*videos*/
.video_lst ul li {
  min-height: auto;
  margin: 0 2% 20px 0px;
}

.video_lst ul li.video-hgt {
  min-height: 240px;
}

.video_lst ul li img {
  margin-bottom: 15px;
}

.video_lst ul li a {
  margin-bottom: 0px;
}

.video-menu {
  min-height: 850px;
}

/*downloads*/
.products-download {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 35px;
}

.products-download h3 {
  color: #ca001b;
  font-size: 30px;
  font-family: 'Conv_SourceSansPro-Semibold';
  margin-bottom: 25px;
}

.dwnload-lft {
  float: left;
  text-align: center;
  width: 33%;
}

.dwnload-rgt {
  float: left;
  width: 67%;
}

.acc_content ul li {
  float: left;
}

li.pdf-name {
  background: url(../images/subm-line.png) no-repeat left 11px;
  padding-left: 25px;
  width: 52%;
  margin-right: 21%;
  line-height: 23px;
}

li.downld-icon {
  width: 15%;
  text-align: center;
  padding-top: 9px;
}

li.downld-icon a {
  background: url(../images/descarregar.png) no-repeat -20px 0px;
  width: 20px;
  height: 27px;
  display: inline-block;
}

li.mail-icon {
  width: 10%;
  text-align: center;
  padding-top: 15px;
}

li.mail-icon a {
  background: url(../images/sobre.png) no-repeat -25px 0px;
  width: 25px;
  height: 17px;
  display: inline-block;
}

.acc_content ul:hover li.pdf-name {
  background: url(../images/subm-line-hovr.png) no-repeat left 11px;
}

.acc_content ul:hover li.pdf-name a {
  color: #a9001b;
}

.acc_content ul:hover li.downld-icon a {
  background: url(../images/descarregar.png) no-repeat 0px 0px;
}

.acc_content ul:hover li.mail-icon a {
  background: url(../images/sobre.png) no-repeat 0px 0px;
}

.smk_accordion .accordion_in .acc_content ul:last-child {
  border-bottom: none;
}

.product-det {
  margin-top: 25px;
  float: left;
  width: 100%;
}

/*Events Appoinment*/
.appoinment-section {
  float: left;
  margin: 25px 3% 0;
  width: 94%;
}

.appoinment-lft {
  float: left;
  width: 46%;
}

.appoin-lft-img {
  float: left;
  width: 25%;
}

.appoin-rgt-cont {
  float: left;
  width: 65%;
  margin-left: 50px;
}

.appoin-rgt-cont h2 {
  font-size: 30px;
  font-family: 'Conv_SourceSansPro-Semibold';
  margin-bottom: 20px;
  color: #ab0020
}

.appoin-rgt-cont h3 {
  font-size: 23px;
  font-family: 'Conv_SourceSansPro-Light';
  color: #b8082c;
  padding-bottom: 10px;
}

.appoin-rgt-cont p {
  padding-bottom: 20px;
}

.appoin-rgt-cont p span {
  color: #959595;
}

.appoin-rgt-cont a {
  color: #b8061c;
}

.appoin-rgt-cont a:hover {
  color: #353334;
}

.appoinment-rgt {
  float: left;
  width: 42%;
}

.appoinment-rgt ul {
  margin-top: 0px;
}

.dategradient {
  background: rgba(77, 9, 36, 1);
  background: -moz-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77, 9, 36, 1)), color-stop(34%, rgba(127, 0, 28, 1)), color-stop(50%, rgba(168, 0, 28, 1)), color-stop(71%, rgba(212, 0, 28, 1)), color-stop(100%, rgba(212, 0, 28, 1)));
  background: -webkit-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -o-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -ms-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: linear-gradient(to right, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d0924', endColorstr='#d4001c', GradientType=1);
  color: #fff !important;
  float: left;
  font-family: 'Conv_SourceSansPro-Light';
  padding: 10px 30px;
  position: absolute;
  left: -10px;
  bottom: -20px;
}

.wats-happen-cont {
  float: left;
  width: 100%;
}

.wats-happen-cont:hover h5 {
  color: #b42239;
}

.date-pos-abs {
  float: left;
  position: relative;
  width: 100%;
}

.wats-happening.events {
  margin-top: 60px;
  padding: 50px 2.5%;
}

.wats-happening.events h5 {
  margin-top: 0px;
}

.wats-happening.events .tit-deg {
  margin-bottom: 20px;
}

.appoinment-rgt input[type="text"], .appoinment-rgt textarea {
}

.events-mob {
  display: none;
}

/* products detail page */
h2.info-head-lft {
  float: left;
  width: 30%;
  padding: 0 60px 0 75px;
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 30px;
  line-height: 30px;
  text-align: right;
}

.info-descr-rgt {
  float: left;
  width: 57%;
  padding-top: 6px;
  margin-bottom: 45px;
}

.info-descr-rgt p {
  color: #2b2626;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 18px;
}

.info-descr-rgt p.txt-semi-bold {
  color: #2b2626;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 18px;
  font-family: 'Conv_SourceSansPro-Semibold';
}

.prod-detail-sec {
  float: left;
  width: 100%;
  margin: 40px 0px 0px 0px;
}

.prod-detail-lft {
  float: left;
  width: 50%;
  max-width: 500px;
}

.prod-desc-rgt {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 65px;
}

.gallery {
  float: left;
  width: 100%;
  border: 1px solid #e7e7e7;
}

.full {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.full > img {
  vertical-align: bottom;
  width: 100%;
  cursor: pointer;
}

.previews {
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
}

.previews #owl-demo a {
  display: inline-block;
}

.showMenu {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  display: none;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
}

.showMenu a {
  font-size: 20px;
  font-weight: 500;
  border: none;
  color: #000;
  font-family: 'Conv_SourceSansPro-Semibold';
}

/*.previews .owl-carousel .owl-item .item img {width: 100%;}*/
.previews .owl-carousel .owl-item .item img {
  /* width: 100%; */
  max-height: 150px;
}

.previews .owl-carousel .owl-item .item {
  line-height: 0px;
}

.previews > span {
  height: 95%;
  left: 0;
  position: absolute;
  top: 2px;
  width: 100%;
  text-align: left;
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 4px;
  cursor: pointer;
  z-index: 999;
}

.previews > span.btn-next {
  right: 0;
  left: auto;
}

.previews > span img {
  position: relative;
  top: 20px;
}

.youtube-prod {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.prod-desc-rgt p {
  color: #2b2626;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 25px;
}

.prod-desc-rgt p .txt-semi-bold {
  color: #2b2626;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 18px;
  font-family: 'Conv_SourceSansPro-Semibold';
}

.request-info {
  float: left;
  position: relative;
  width: 100%;
  border: 1px solid #ce001b;
  margin-top: 30px;
  padding: 0px 25px 30px;
}

.request-info h2 {
  color: #b42239;
  font-size: 30px;
  font-family: 'Conv_SourceSansPro-Regular';
  line-height: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  top: -22px;
  display: inline-block;
  left: -10px;
}

.request-info p {
  padding-bottom: 0px;
}

.request-info h4 {
  color: #2b2626;
  font-size: 20px;
  font-family: 'Conv_SourceSansPro-Regular';
  line-height: 25px;
  font-weight: 600;
}

a.info-btn {
  border: solid 1px #93001b;
  cursor: pointer;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 6px 21px;
  background: rgba(77, 9, 36, 1);
  background: -moz-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77, 9, 36, 1)), color-stop(34%, rgba(127, 0, 28, 1)), color-stop(50%, rgba(168, 0, 28, 1)), color-stop(71%, rgba(212, 0, 28, 1)), color-stop(100%, rgba(212, 0, 28, 1)));
  background: -webkit-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -o-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: -ms-linear-gradient(left, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  background: linear-gradient(to right, rgba(77, 9, 36, 1) 0%, rgba(127, 0, 28, 1) 34%, rgba(168, 0, 28, 1) 50%, rgba(212, 0, 28, 1) 71%, rgba(212, 0, 28, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d0924', endColorstr='#d4001c', GradientType=1);
}

a.info-btn:hover {
  background: #fff;
  color: #93001b;
}

.related_products {
  float: left;
  width: 100%;
  text-align: center;
}

.related_products h2 {
  color: #1a171b;
  font-size: 35px;
  font-family: 'Conv_SourceSansPro-Regular';
  line-height: 35px;
  margin-bottom: 30px;
  padding-right: 0px;
}

.related_products h2::after {
  background: url(../images/title-line.png) no-repeat center right;
  content: "";
  margin-left: 10px;
  width: 14px;
  display: inline-block;
  height: 12px;
}

.related_products ul {
  font-size: 0;
}

.related_products ul li {
  border: 1px solid #f5f5f5;
  display: inline-block;
  margin-bottom: 20px;
  min-height: 415px;
  padding: 20px;
  width: 25%;
  text-align: left;
  min-height: 0 !important;
  vertical-align: top;
}

.related_products ul li:nth-child(4n) {
  margin-right: 0;
}

.related_products ul li img {
  max-width: 100%;
  float: none;
}

.related_products ul li a {
  color: #a8001b;
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
}

.related_products ul li h5 {
  color: #959292;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.related_products ul li a span {
  text-transform: uppercase;
}

.related_products ul li p {
  color: #2b2626;
  font-size: 16px;
  line-height: 20px;
  font-family: "Conv_SourceSansPro-light";
  font-weight: normal;
}

.related_products ul li:hover {
  -moz-box-shadow: 0 0 5px #e7e7e7;
  -webkit-box-shadow: 0 0 5px #e7e7e7;
  box-shadow: 0 0 5px #e7e7e7;
}

.title-div {
  float: left;
  width: 100%;
  text-align: center;
}

.wats-happening.trade-fair {
  margin-bottom: 70px;
}

.wats-happening.trade-fair ul li img, .wats-happening.trade-past ul li img {
  border-radius: 0px;
}

.mob-req {
  display: none;
}

.prduct-det-mob {
  display: none !important;
}

.certificate-logo {
  display: none !important;
}

/* calender */
#calendar {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 25px;
}

.date-pad {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0px;
}

.inner-zoom-items li {
  position: relative;
}

.inner-zoom-items img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-zoom-items li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-section video {
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  height: 512px;
  position: absolute;
  display: none;
  background: #f1f6f7;
}

.banner-section li.video {
  height: 520px;
}

.banner-section .flex-caption {
  z-index: 99;
  max-width: 640px;
  position: relative;
  margin: 0 auto;

}

.banner-section .flex-caption span {

  display: block;
  color: #000000;
  font-size: 24px;
  font-family: 'Oswaldnormal', 'Conv_SourceSansPro-Regular';

}

.videos-section .video-banner {
  background-size: cover;
  background-image: url('../images/img_video2000.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

.downloads-banner {
  background-size: cover;
  background-image: url('../images/img_downloads2000.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

/*.banner-section .flexslider {
  height:512px;
  overflow: hidden;
}*/

.sbOptions {
  box-shadow: 0px 1px 20px -12px rgba(0, 0, 0, 1.0);
}

.products_list .show-more {
  display: none;
}

.imgcontainer1,
.imgcontainer {
  padding: 10px 0px;
  width: 100%;
  display: block;
  clear: both;
  float: left;
  text-align: center;
  height: 205px;
}

.products_list .imgcontainer img {
  /*max-height: 150px;*/
  /* margin-left: 40px;*/
  float: none;
}

/*
.products_list li .imgcontainer:hover {
        display: block;
        padding-top: 60px;
        background-color: #bc0329;
        height: 150px;
        transition: 0.5s all ease;
}

.products_list li .imgcontainer:hover img {
        display: none;
}

.products_list li .imgcontainer:hover:after {
        content: "+";
        text-align: center;

        font-size: 70px;
        color: #fff;
}

.products_list li .imgcontainer .show-more:hover {
        display: block;
}
*/

.products_list .imgcontainer,
.related_products .imgcontainer1 {
  position: relative;
  overflow: hidden;
}

.products_list .imgcontainer img,
.related_products .imgcontainer1 img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.related_products li:hover .imgcontainer1 img,
.products_list li:hover .imgcontainer img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.products_list li:hover h5,
.products_list li:hover a,
.products_list li:hover p,
.related_products li:hover h5,
.related_products li:hover a,
.related_products li:hover p {
  color: #a8001b;
}

.transgeneral {
  transition: 0.5s all ease;
}

.products_list .show-more {
  transition: 0.5s all ease;
}

.trade-fair-dessktop .show-more {
  display: none;
  background-color: #bc0329;
  height: 150px;
  text-align: center;
  padding-top: 50px;
  font-size: 70px;
  color: #fff;
  transition: 0.5s all ease;
}

/*
.trade-fair-dessktop li a:hover .white-box {
        display: none;
}
*/

.trade-fair-dessktop .show-more img {
  max-height: 150px;
}

.trade-fair-dessktop li a:hover .show-more {
  display: block;
  transition: 0.5s all ease;

}

/*
.trade-fair-dessktop li a:hover .white-box:hover {
        display: block;
        padding-top: 60px;
        background-color: #bc0329;
        height: 150px;
        transition: 0.5s all ease;
}

.trade-fair-dessktop li a:hover .white-box:hover img {
        display: none;
}

.trade-fair-dessktop li a:hover .white-box:hover:after {
        content: "+";
        text-align: center;

        font-size: 70px;
        color: #fff;
}
*/

/*
.upcoming-box .news ul li {
        transition: 0.5s all ease;
}

.upcoming-box .news ul li:hover {
        background-color: #bc0329;
        color: #fff;
}
*/

.upcoming-box .news ul li:hover a,
.upcoming-box .news ul li:hover span {

  /*color: #192432;*/
  color: #ffffff;
}

.hvr-sweep-to-right::before {
  /*background: #bc0329;*/
  background: -moz-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%);
  background: linear-gradient(to right, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62d0506', endColorstr='#e6df001b', GradientType=1);
}

.hvr-sweep-to-right.bgwhite::before {
  background: #ffffff;
}

.video-banner .hvr-sweep-to-right::before {
  background: white;
}

.news .hvr-sweep-to-right::before .x {
  background: #bc0329; /* Old browsers */
  background: -moz-linear-gradient(left, #bc0329 0%, #ebebe2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bc0329 0%, #ebebe2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bc0329 0%, #ebebe2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc0329', endColorstr='#ebebe2', GradientType=1); /* IE6-9 */
}

.news .hvr-sweep-to-right::before {
  background: -moz-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%);
  background: -webkit-linear-gradient(left, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%);
  background: linear-gradient(to right, rgba(45, 5, 6, 0.9) 0%, rgba(223, 0, 27, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62d0506', endColorstr='#e6df001b', GradientType=1);
}

.product-rdmre {
  /*float: none;*/
}

.product-rdmre .btn-gradient {
  display: inline-block;
  float: none;
}

.casosexit {
}

.casosexit .imatge {
  width: 30%;
  text-align: center;
}

.casosexit .imatge a {
  display: inline-block;
}

.casosexit .imatge a:hover {
  opacity: 0.8;
}

.casosexit .cont {
  width: 70%;
  color: #959292;
}

.casosexit .cont a {
  /*font-size: 18px;color:#b42239;*/
}

.casosexit .text p {
  padding-left: 0px;
  width: 100%;
}

.act_img {

}

.cookies h2 {
  margin-bottom: 10px;
  margin-top: 15px;

}

select, .sbOptions a:link, .sbOptions a:visited {
  color: #2b2626;
}

/*.u-vmenu li ul li a {

}*/
.microselect {
  width: 180px;
}

.microselect img {
  float: left;
}

.microselect .sbHolder {
  width: 120px;
  margin-left: 10px;
}

.microselect .sbHolder a.sbSelector {
  width: 100%;
}

.mob-map .sbSelector {
  width: 100%;
}

.metadades {
  color: #989898;
}

/*.contactme{width:255px;position:fixed;bottom:0;right:30px;z-index:999999;}*/
.contactme {
  width: 255px;
  position: fixed;
  bottom: 648px;
  right: -255px;
  z-index: 999999;
}

.contactme.petit {
  height: 130px;
}

.contactmecontenidor {
  right: 0px !important;
  position: absolute;
  bottom: -580px;
  width: 255px;
  height: 620px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contactme.petit .contactmecontenidor {
  height: 130px;
  bottom: -99px;
}

.botocontactme {
  display: inline-block;
  position: absolute;
  background: #bb001b;
  color: #ffffff;
  font-size: 18px;
  left: -90px;
  top: 50px;
  width: 140px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  z-index: 9999;
  padding: 10px 15px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.botocontactme:hover {
  color: #ffffff;
}

.colorgris {
  background-color: #6B6B6B;
  background-image: -moz-linear-gradient(top, #999B9D, #4A4A4A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999B9D), to(#4A4A4A));
  background-image: -webkit-linear-gradient(top, #999B9D, #4A4A4A);
  background-image: -o-linear-gradient(top, #999B9D, #4A4A4A);
  background-image: linear-gradient(to bottom, #999B9D, #4A4A4A);
  background-repeat: repeat-x;
  border-color: #4A4A4A #4A4A4A #4A4A4A;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.colorgris:hover {
  background-color: #4D4D4D
}

.formcontacme {
  padding: 20px;
  height: 680px;
  border: 1px solid #4D4D4D;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.4);
}

.contactme.petit .formcontacme {
  height: 100px;
}

.contactme.petit .alert {
  font-size: 11px;
  line-height: 15px;
}

.contactmecontenidor:hover {
  right: 255px !important;
}

.formcontacme  {
  width: 118%;
  margin: 0px;
}

.formcontacme  input[type=text], .formcontacme  input[type=email], .formcontacme  textarea, .formcontacme  label.checkbox, .formcontacme  select {
  width: 100%;
  padding: 5px 2%;
  margin: 0px;

}

.formcontacme  textarea {
  height: 75px;
}

.mayus {
  text-transform: uppercase;
}

.missatge_home {
  background-size: cover;
}

.missatge_home .esq {
  width: 47%;
  margin-right: 3%;
  float: left;
  color: #474646;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
  line-height: 20px;
}

.missatge_home .dre {
  width: 47%;
  margin-left: 3%;
  float: left;
  color: #474646;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
  line-height: 20px;
}

.missatge_home:hover .contmissatge_home {
  background: rgba(255, 255, 255, 0.8);
}

.contmissatge_home:hover {
  text-decoration: none;
}

.contmissatge_home {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
}

.contmissatge_home h3 {
  font-size: 28px;
  color: #e20025;
  margin-top: 0px;
  margin-bottom: 20px;
}

.contact-rgt.global {
  float: none;
  padding-left: 0px;
  margin-left: 0px;
  width: 100%;
  border-left: none;
}

.contact-rgt.global input[type=checkbox] {
  margin-right: 0px;
}

.contact-rgt.global ul li label {
  width: 100%;
  float: none;
  padding-top: 7px;
  text-align: left;
  font-size: 16px !important;
}

.contact-rgt.global ul li label {
  width: 100%;
  float: none;
  padding-top: 7px;
  text-align: left;
  font-size: 16px !important;
}

.contact-rgt.global ul li.accept label {
  width: 210px;;
  float: left;
  padding-top: 7px;
  text-align: left;
  margin-right: 0px;
  font-size: 12px !important;
}

.contact-rgt.global ul li.accept label.option {
  width: 195px;
  margin-left: -14px;
}

.contact-rgt.global ul li.accept label.option span {
  float: left;
  width: 16px;
  margin-top: 3px;
  height: 16px;
}

.contact-rgt.global ul li.accept label.option a {
  padding-top: 10px;
}

.contact-rgt.global ul {

  margin-top: 0px;
}

.contact-rgt.global ul li span {
  float: left;
  width: 100%;
}

.interpump {
  margin-top: 100px;
}

.contact-add .interpump {
  margin-top: -20px;
}

.mb5 {
  margin-bottom: 5px;
}

.blcint img {
  opacity: 1;
}

.blcint:hover img {
  opacity: 0.7;
}

.blcint:hover p {
  color: #b40000;
}

.notaPeuFotos {
  font-size: 13px;
  line-height: 28px;
}

.pro_thumb {
  /*width: 45%;*/
  display: inline-block;
  border: solid 1px #d6d6d6;
  -moz-box-shadow: 3px 3px 10px #999;
  -webkit-box-shadow: 3px 3px 10px #999;
  box-shadow: 3px 3px 10px #999;
  margin: 0 3px 10px;
}

.pro_thumb img {
  width: 100%;

}

.info-section.img-emp-bg {
  padding: 0px;
}

.img-emp-bg {
  background-image: url("../images/fons_txt.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.img-emp-bg .velat {
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 0 20px;
}

.linktotslider {
  position: relative;
  display: block;
  height: 100%;
  opacity: 1;
  z-index: 100;
}

.linktotslider:hover {
  opacity: 0.4;
}

.product-det-acc {
  position: relative;
}

.tooltipDownload {
  position: absolute;
  top: 20px;
  left: 130px;
  z-index: 999;
  background-color: #FFF;
  padding: 15px;
  display: none;
  font-size: 13px;
  -moz-box-shadow: 3px 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px 3px #ccc;
  width: 420px;
}

.filaTooltip {
  padding: 5px 0 5px 0;
}

.filaTooltip TD:first-child {
}

.linea2 TD, .linea4 TD, .linea6 TD {
  background-color: #eeeeee;
}

.imatgeDoc {
  width: 100px;
  float: left;
}

.taulaDoc {
  float: right;
  width: 280px;
}

.taulaTooltip2 {
  border-top: 2px solid #bb122f;
}

.textpictotooltip {
  padding-top: 13px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

/*.acc_active{
    overflow: visible !important;
}*/

.downloads-banner h2 {
  padding-left: 65px;
  width: auto;
  line-height: 50px;
}

.downloads-banner h2:hover {
  opacity: 0.4;
}

.clearnone {
  clear: none;
}

.botocontactme.tipus2 {
  left: -98px;

  height: 56px;
}

/*cercador*/
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
}

.gsib_a {
  padding: 1px 6px 0 !important;
}

input.gsc-search-button {
  background-color: #bb001b !important;

}

input.gsc-search-button:hover {
  background-color: #e1001a !important;
}

/*mailchimp*/
#mc_embed_signup input.mce_inline_error {
  border-color: #960017 !important;
}

.mce_inline_error {
  background: none !important;
  color: #960017 !important;
  font-weight: normal !important;
}

/* Landing */
.landing-content section {
  float: left;
}

.landing-content {
  width: 100%;
  border: none;
}

.landing_contingut {
  width: 50%;
  float: left;
  padding: 0px 20px 0px 0px;
}

.landing_contingut ul {
  list-style-type: initial;
  padding-left: 20px;
  margin-top: 15px;
}

.landing_contingut ul li {
  margin-bottom: 5px;
}

.landing-content .request-info {
  width: 50%;
  float: left;
}

/*.request-info.landing{padding-top:20px;}*/
.related_products.landing {
  padding-top: 25px;
}

.landing_contingut.tots a {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Conv_SourceSansPro-Semibold';
  color: #ff0a1b;
  text-decoration: none;
}

.landing_contingut.tots a:hover {
  color: text-decoration: none;
  color: #bb001b;
}

.landing_contingut.tots .text {
  margin-bottom: 20px;
}

.landing_contingut.tots .text a {
  color: #1a171b;
  font-family: "Conv_SourceSansPro-light";
}

/* Dades de les ciutats i telèfons de contacte a Inoxpa.Ru*/
.contact-phones {
  text-align: center;
  font-size: 14px;
  float: left;
  width: 100% !important;
  /* background-color: #bb001b; */
  color: #0c0616;
  z-index: 99999;
}

.logo-ico-contact {
  top: 20px !important;
}

.contact-lft .selectbox h4 {
  color: #bb001b;
}

.contact-lft .sbHolder {
  background: #f3f3f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 13px;
  font-size: 16px;
  color: #000;
  width: 100%;
}

.contact-lft .sbHolder a.sbToggle {
  background: rgba(0, 0, 0, 0) url(../images/select-arrow.png) no-repeat scroll 0 0;
  width: 12px;
  height: 7px;
  right: 15px;
  top: 15px;
}

/**/
.h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.products_list ul li .h5 {
  float: left;
  width: 100%;
  color: #959292;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 5px;
}

.span {
  display: inline !important;
  padding: 0px !important;
  float: none !important;
}

.footer_h2 {
  font-family: 'Conv_SourceSansPro-Semibold';
  font-size: 20px;
  color: #1a171b;
  padding-bottom: 2px;
  text-transform: uppercase;
  line-height: 24px;
}

.mob-footer_h2 {
  display: inline-block;
  padding-right: 3px;
  color: #1a171b;
  font-family: "Conv_SourceSansPro-Semibold";
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.gradient-bg_h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 22px;
}

.downloads-banner_h2 {
  padding-left: 65px;
  width: auto;
  line-height: 50px;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 22px;
}

.cbp-hrsub-inner .menu-lft ul li .h2 {
  font-size: 25px;
  color: #1a171b;
  font-family: 'Conv_SourceSansPro-Regular';
  margin: 30px 0px;
}

.line_menu_desktop .list_of_cities {
  position: relative;
}

.line_menu_desktop .list_of_cities::before {
  top: 1px;
  position: absolute;
  font-size: 30px;
  left: -26px;
  color: #b7b7b7;
}

.line_menu_desktop .list_of_cities > .selected_of_cities {
  cursor: pointer;
  font-weight: bold;
  color: #000;
  text-transform: none;
  border-bottom: 1px dashed #ea1c2a;
  display: inline-block;
  padding-bottom: 2px;
}

.line_menu_desktop .city_contact_info .city_contact_info_phone {
  font-weight: bold;
  font-size: 20px;
  color: #000;

}

.line_menu_desktop .city_contact_info .city_contact_info_schedule {
  font-size: 12px;

}

.line_menu_desktop .list_of_cities > .title {
  font-size: 12px;
  padding-bottom: 7px;

}

.line_menu_desktop div {
  font-family: "Conv_SourceSansPro-Regular";
}

.line_menu_desktop div.fa {
  font-family: FontAwesome;
}

.line_menu_desktop {
  font-family: "Conv_SourceSansPro-Regular";
  margin: 17px 0 17px 0px;
  text-transform: uppercase;
  font-size: 11pt;
  color: #636363;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.line_menu_desktop .city_contact-phones li:first-child {
  display: block;
}

.line_menu_desktop .city_contact-phones li {
  display: none;
}

.line_menu_desktop .logo img {
  height: 61px;

}

.is-sticky .line_menu_desktop .slogan > div:last-child {
  padding-top: 6px;
}

.is-sticky .line_menu_desktop .slogan {
  font-size: 12px;
  text-align: left;
  justify-content: space-between;
  line-height: 16px;
  justify-content: space-between;

}

.line_menu_desktop .slogan {
  width: 30%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.main-menu_desctop_line {
  /* margin:17px 0px 0px 0px; */
  border-bottom: 1px solid #e0001b;
  background-position: 0 100%, 0 100%;
  background-repeat: no-repeat;
  -moz-border-image: -moz-linear-gradient(right, #e0001b 0%, #4a0c26 100%);
  -webkit-border-image: -webkit-linear-gradient(right, #e0001b 0%, #4a0c26 100%);
  border-image: linear-gradient(to left, #e0001b 0%, #4a0c26 100%);
  border-image-slice: 1;
  position: absolute;
  top: 89px;
  left: 0px;
  width: 500%;
  margin-left: -250%;

}

.is-sticky .main-menu {
  border: 0px;
}

.is-sticky .logo {
  display: none;
}

.flex {
  display: flex;
}

.is-sticky .main-menu_desctop_line {
  position: relative;
  top: 2px;

}

.lang_ru header {
  overflow: hidden;
}

.lang_ru header.head-top > .logo {
  display: none;
}

.cbp-hrmenu {
  width: 100%;
  float: none;
  padding: 0px;
}

.cbp-hrmenu > ul {
  float: none;
  display: flex;
  margin: 0 auto;

  justify-content: space-between;
}

.lang_ru nav.main-menu {
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.lang_ru nav.main-menu.m_hide {

  opacity: 0;
}

.is-sticky {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  /* transition: 1s ease-in-out; */
}

.is-sticky.m_show {

  opacity: 1;
  transition: 0.1s ease-in-out;
}

.is-sticky .cbp-hrmenu > ul {
  margin-top: 7px;
}

.f-top-right-bg {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 500%;
  height: 100%;
  background: #e8e8e8;
  z-index: 1;
}

.f-top-right .in {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 40px 25px 42px;
  box-sizing: border-box;
  z-index: 2;
}

.f-top-lft .in {
  padding: 48px 58px 45px 44px;
}

.info-section-item {
  border-top: 1px solid #d7d7d7
}

.info-section-item::after {
  content: "";
  display: block;
  clear: both
}

.info-section-item .info-head-lft {
  float: left;
  margin: 0;
  padding: 35px 10px 0 0;
  width: 40%;
  font-size: 26px;
  line-height: 28px;
  font-weight: normal;
  color: #d8202d;
  text-align: left;
  font-family: "Conv_SourceSansPro-Regular", sans-serif
}

.info-section-item .info-descr-rgt {
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  padding: 35px 0 35px 10px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Conv_SourceSansPro-Regular", sans-serif
}

.info-section-item .info-descr-rgt p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Conv_SourceSansPro-Regular", sans-serif;
  margin: 0;
  padding: 0
}

.info-section-item p:empty {
  display: none
}

.info-section-item .info-descr-rgt ul {
  font-size: 16px;
  line-height: 24px;
  font-family: "Conv_SourceSansPro-Regular", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none
}

.info-section-item .info-descr-rgt ul li {
  margin: 10px 0 0 0;
  padding: 0 0 0 26px;
  position: relative;
  color: #000
}

.info-section-item .info-descr-rgt ul li:first-child {
  margin: 0
}

.info-section-item .info-descr-rgt ul li::before {
  content: "";
  display: block;
  background: #a9a9a9;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%
}

@media screen and (max-width: 1023px) {
  .info-section-item .info-head-lft {
    float: none;
    width: auto
  }

  .info-section-item .info-descr-rgt {
    float: none;
    width: auto
  }
}

.prod-detail-lft {
  max-width: 380px
}

.prod-detail-lft .full {
  height: 378px;
  line-height: 378px;
  position: relative
}

.prod-detail-lft .full a {
  display: block;
  max-height: 100%;
}

.prod-detail-lft .full img {
  max-width: 100% !important;
  max-height: 378px !important;
  vertical-align: middle
}

.full-prev,
.full-next {
  display: block;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer
}

.full-prev {
  left: 15px;
  background: url(../img/full-prev.png);
  width: 11px
}

.full-next {
  right: 15px;
  background: url(../img/full-next.png)
}

.previews .owl-carousel .owl-item .item {
  border: 1px solid #ebebeb;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center
}

.previews .owl-carousel .owl-item .item img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle
}

.prod-desc-rgt {
  float: right;
  width: 60%;
  padding: 0
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .prod-detail-lft {
    float: none;
    margin: 0 auto;
    overflow: hidden
  }

  .prod-desc-rgt {
    float: none;
    width: auto;
    margin: 2em 0 0 0;
    overflow: hidden
  }
}

.new-request {
  border: 1px solid #e1e1e1;
  padding: 22px 30px 40px 30px;
  margin: 15px 0 15px -10px
}

.new-request-title {
  font-size: 26px;
  line-height: 28px;
  font-weight: normal;
  color: #d8202d;
  text-align: left;
  font-family: "Conv_SourceSansPro-Regular", sans-serif
}

.new-request-form form {
  margin: 0;
  padding: 8px 0 0 0
}

.new-request-input {
  margin: 12px 0 0 0
}

.new-request-input input {
  border: 1px solid #e1e1e1;
  font: 16px/24px "Conv_SourceSansPro-Light", sans-serif;
  color: #656565;
  vertical-align: top;
  margin: 0;
  padding: 11px 16px 11px 16px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  outline: none;
  border-radius: 5px !important;
  background: #f5f5f5;
  -webkit-appearance: none;
  box-shadow: inset 4px 4px 3px rgba(0, 0, 0, 0.07) !important
}

.new-request-row::after {
  content: "";
  display: block;
  clear: both
}

.new-request-field-1 {
  float: left;
  width: 60%;
  padding: 0 5px 0 0
}

.new-request-field-2 {
  float: left;
  width: 40%;
  padding: 0 0 0 5px
}

.new-request-submit {
  float: left;
  width: 170px;
  margin: 12px 0 0 0
}

.new-request-submit input {
  display: block;
  vertical-align: top;
  border-radius: 0;
  background: #d8202d;
  margin: 0;
  padding: 0;
  outline: none;
  overflow: visible;
  border: none;
  text-decoration: none;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font: 16px/50px "Conv_SourceSansPro-Semibold", sans-serif;
  letter-spacing: 0;
  -webkit-appearance: none;
  cursor: pointer
}

.new-request-checkbox {
  float: left;
  width: 140px;
  margin: 18px 0 0 20px
}

.new-request-checkbox label {
  display: block;
  cursor: pointer
}

.new-request-checkbox input {
  /*display: none*/
}

.new-request-checkbox span {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  font: 12px/14px "Conv_SourceSansPro-Light", sans-serif;
  color: #656565
}

.new-request-checkbox span a {
  color: #656565;
  text-decoration: underline
}

.new-request-checkbox span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c2c2c2;
  background: #f5f5f5
}

.new-request-checkbox input:checked + span::before {
  background: #d8202d;
  border-color: #d8202d
}

.line_menu_desktop .list_of_cities > .selected_of_cities {
  font-weight: normal;
  font-family: "Conv_SourceSansPro-Regular", sans-serif
}

.line_menu_desktop .city_contact_info .city_contact_info_phone {
  position: relative;
  font-weight: normal;
  font-family: "Conv_SourceSansPro-Semibold", sans-serif
}

.line_menu_desktop .city_contact_info .city_contact_info_phone::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/header-phone.png);
  position: absolute;
  left: -27px;
  top: 50%;
  margin-top: -10px
}

.cbp-hrmenu > ul > li > a {
  padding: 0
}

.smk_accordion {
  margin-top: 25px; /*margin-top:-25px*/
}

.smk_accordion .accordion_in .acc_head {
  background: #f2f2f2
}

.related_products {
  text-align: left;
  border-top: 1px solid #d7d7d7
}

.related_products h2 {
  font-size: 26px;
  padding: 60px 0 0 0
}

.related_products h2::after {
  display: none
}

.related_products ul li {
  border: none
}

.related_products ul li:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.related_products .imgcontainer1 {
  border: 1px solid #d7d7d7
}

.related_products ul li a span {
  float: left;
  width: 100%;
  display: block;
  color: #d8202d;
  font-size: 18px;
  padding: 18px 0 0 0
}

.related_products ul li h5 {
  color: #797979
}

.f-top-lft {
  border-right: none
}

.f-top-lft ul li {
  padding: 0;
  background: none;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 15px 0 0 0
}

.f-top-lft ul li.f-top-menu-title {
  margin: -31px 0 28px 0;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-family: "Conv_SourceSansPro-Semibold", sans-serif;
  font-weight: normal;
  letter-spacing: 0.45px
}

.f-top-lft ul li a {
  font-size: 12px;
  line-height: 15px;
  color: #5c5c5c
}

.f-top-lft ul li.f-top-menu-title {
  background-image: -moz-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(1, #d8202d));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(1, #d8202d));
  background-image: gradient(linear, left top, right top, color-stop(0, #000000), color-stop(1, #d8202d));
  color: transparent !important;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
}

.newsletter-pad {
  padding: 18px 0 0 0
}

.footer_h2 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  font-family: "Conv_SourceSansPro-Semibold", sans-serif;
  font-weight: normal;
  letter-spacing: 0.45px
}

.footer_h2 {
  background-image: -moz-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(1, #d8202d));
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(1, #d8202d));
  background-image: gradient(linear, left top, right top, color-stop(0, #000000), color-stop(1, #d8202d));
  color: transparent !important;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
}

.newsletter-pad span {
  color: #5c5c5c;
  padding: 7px 0 3px 0
}

.newsletter-pad input[type="email"] {
  float: left;
  display: block;
  border: 1px solid #e1e1e1;
  font: 16px/24px "Conv_SourceSansPro-Light", sans-serif;
  color: #656565;
  vertical-align: top;
  margin: 0;
  padding: 11px 16px 11px 16px;
  width: 253px;
  height: 50px;
  box-sizing: border-box;
  outline: none;
  border-radius: 5px !important;
  background: #f5f5f5;
  -webkit-appearance: none;
  box-shadow: inset 4px 4px 3px rgba(0, 0, 0, 0.07) !important
}



.newsletter-pad button[type="submit"], .newsletter-pad .submit-button {
  float: left;
  display: block;
  vertical-align: top;
  border-radius: 0;
  background: transparent;
  margin: 0 0 0 20px;
  padding: 0;
  outline: none;
  overflow: visible;
  border: 1px solid #ea1c2a;
  text-decoration: none;
  width: 139px;
  height: 50px;
  box-sizing: border-box;
  color: #ea1c2a;
  text-align: center;
  text-transform: uppercase;
  font: 16px/50px "Conv_SourceSansPro-Regular", sans-serif;
  letter-spacing: 0;
  -webkit-appearance: none;
  cursor: pointer
}

.footer-company-title {
  font-family: "Conv_SourceSansPro-Semibold", sans-serif;
  text-transform: uppercase
}

.f-top-left {
  padding-bottom: 52px
}

.f-top-right {
  padding-bottom: 57px
}

.f-top-right span.span {
  margin: 0
}

.f-logo {
  margin-left: -20px
}

p > a.footer-phone {
  color: #000;
  font-size: 22px;
  font-family: "Conv_SourceSansPro-Semibold", sans-serif
}

p > a.footer-email {
  color: #000;
  text-decoration: underline
}

.f-social {
  float: none;
  padding: 80px 0 0 0
}

.f-social a {
  margin: 0 0 0 12px
}

.f-social a:first-child {
  margin: 0
}

.f-social a.facebook {
  background: url(../img/f-social-fb.png)
}

.f-social a.google-plus {
  background: url(../img/f-social-gp.png)
}

.f-social a.twitter {
  background: url(../img/f-social-tw.png)
}

.f-social a.youtube {
  background: url(../img/f-social-yt.png)
}

.f-social a i {
  display: none
}

.f-btn-logo {
  float: left;
  width: 135px;
  padding: 8px 0 0 0
}

.f-btn-logo img {
  width: 135px;
  height: 27px
}

.interpump {
  margin: 0
}

.f-btm-lft {
  margin: 0 0 0 40px;
  float: left;
  width: 489px;
  font-size: 12px;
  line-height: 15px;
  color: #929292
}

.notaPeuFotos {
  font-size: 12px;
  line-height: 15px;
  color: #929292
}

.f-lnk {
  float: none;
  font-size: 12px;
  line-height: 15px;
  color: #929292
}

.f-lnk a {
  color: #929292;
  text-decoration: underline;
  font-size: 12px;
  line-height: 15px
}

.renart {
  position: relative;
  float: left;
  margin: 0 0 0 78px;
  font-size: 13px;
  line-height: 16px;
  color: #5c5c5c
}

.renart::before {
  content: "";
  display: block;
  position: absolute;
  left: -78px;
  top: 8px;
  width: 60px;
  height: 38px;
  background: url(../img/renart.png)
}

.renart a {
  color: #000;
  text-decoration: underline
}

.f-btm-right {
  width: 362px
}

@media screen and (max-width: 1249px) and (min-width: 1024px) {
  .f-btm-right {
    width: auto
  }
}

.head-top .logo {
  display: none
}

@media screen and (max-width: 767px) {
  .f-btn-logo {
    float: none;
    width: auto;
    text-align: center;
    padding: 0
  }

  .f-btm-right {
    float: none;
    text-align: center;
    padding: 20px 0 0 0
  }

  .renart {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left
  }

  .head-top .logo {
    display: block
  }

  .mob-map {
    float: none
  }

  .mobile-lang {
    float: none
  }

  .mobile-city {
    float: none
  }

  .mob-search {
    float: none
  }

  .newsletter-pad input[type="email"] {
    width: 80% !important
  }

  .newsletter-pad button[type="submit"] {
    float: left;
    background: #ea1c2a;
    width: auto;
    margin: 0;
    clear: none
  }

  .newsletter-pad button span {
    padding: 0
  }
}

.city-confirm-open body {
  overflow: hidden
}

.city-confirm {
  display: none;
  position: absolute;
  left: -67px;
  top: 50px
}

.city-confirm-open .city-confirm {
  display: block
}

.city-confirm-open .city-confirm::before {
  content: "";
  display: block;
  position: fixed;
  left: -100vw;
  top: -100vh;
  width: 300vw;
  height:  300vw;
  z-index: 990;
  background: rgba(0, 0, 0, 0.5)
}

.city-confirm-open .list_of_cities {
  position: relative;
  z-index: 1000;
}

.city-confirm-window {
  position: relative;
  z-index: 991;
  background: #fff;
  padding: 16px 20px 20px 20px;
  white-space: nowrap
}

.city-confirm-window::before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: -9px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent
}

.city-confirm-window-title {
  color: #000;
  font: 15px/18px "Conv_SourceSansPro-Semibold", sans-serif;
  text-transform: none
}

.city-confirm-window-ctrl {
  padding: 10px 0 0 0
}

.city-confirm-window-close {
  display: inline-block;
  vertical-align: top
}

.city-confirm-window-close a {
  display: block;
  width: 62px;
  height: 26px;
  background: #d8202d;
  color: #fff;
  text-transform: uppercase;
  font: 14px/26px "Conv_SourceSansPro-Regular", sans-serif;
  text-decoration: none;
  text-align: center
}

.city-confirm-window-other {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 12px
}

.city-confirm-window-other a {
  color: #d8202d;
  font: 14px/26px "Conv_SourceSansPro-Regular", sans-serif;
  text-transform: none;
  text-decoration: underline
}

.lang_ru header {
  overflow: visible
}

.city-other-open body {
  overflow: hidden
}

.city-other {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: rgba(0, 0, 0, 0.5);
  text-transform: none
}

.city-other-open .city-other {
  display: block
}

.city-other-window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 400px;
  padding: 48px 50px 54px 50px;
  box-sizing: border-box
}

.city-other-window-title {
  color: #000;
  font: 36px/36px "Conv_SourceSansPro-Regular", sans-serif
}

.city-other-window-text {
  color: #000;
  font: 16px/24px "Conv_SourceSansPro-Light", sans-serif;
  padding: 14px 0 0 0
}

.city-other-window-list {
  color: #d8202d;
  font: 16px/18px "Conv_SourceSansPro-Regular", sans-serif;
  padding: 13px 0 0 0
}

.city-other-window-item {
  margin: 18px 0 0 0
}

.city-other-window-item a {
  color: #d8202d;
  text-decoration: underline
}

.form-confirm-open body {
  overflow: hidden
}

.form-confirm {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: rgba(0, 0, 0, 0.5);
  text-transform: none
}

.form-confirm-open .form-confirm {
  display: block
}

.form-confirm-window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 400px;
  padding: 48px 50px 54px 50px;
  box-sizing: border-box
}

.form-confirm-window-title {
  color: #000;
  font: 36px/36px "Conv_SourceSansPro-Regular", sans-serif
}

.form-confirm-window-text {
  color: #000;
  font: 16px/24px "Conv_SourceSansPro-Light", sans-serif;
  padding: 14px 0 0 0
}

.related_products .imgcontainer1 {
  height: auto;
  padding: 0
}

.related_products .imgcontainer1-inner {
  padding: 100% 0 0 0;
  position: relative
}

.related_products .imgcontainer1-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
}

.related_products .imgcontainer1-wrap img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 15%; /*top:50%; transform:translateY(-50%)*/
}

/*.related_products li:hover .imgcontainer1 img, .products_list li:hover .imgcontainer img {-moz-transform:translateY(-50%) scale(1.1); -webkit-transform:translateY(-50%) scale(1.1); transform:translateY(-50%) scale(1.1)}*/

.page-tit {
  padding: 0;
  margin: 0
}

.lang_ru {
  overflow: hidden !important
}

.new-request-form form input[name="policy"] {
  display: block
}

.seo_text {
  width: 100%;
}

.seo_text p {
  padding-bottom: 10px;
}

.seo_text ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
  margin-left: 15px;
}

.seo_text ol {
  padding-bottom: 5px;
}

.seo_text ul li {
  padding-bottom: 5px;
}

.seo_text ul li:before {
  content: " - ";
  padding-right: 10px;
}

.seo_text ul {
  padding-bottom: 5px;
}

.sector-cont .sector-descrptn {
  min-height: 330px;
}

#asd_subscribe_res, #asd_subscribe_form{
  display: block;
}
#asd_subscribe_form{
  display: block;
  width: 100%;
}

.formcontacme .contact-rgt  input[type=text], .formcontacme .contact-rgt  input[type=email], .formcontacme .contact-rgt  select {
  height: 30px;
}

.formcontacme .contact-rgt ul li textarea  {
  height: 75px;
}

.formcontacme {
  overflow: auto;
}

.formcontacme font.errortext {
  color: red;
  font-size: 13px;
}


div.bx-component-opener {
  position: absolute !important;
  z-index: 1005 !important;
}

.abt-lft .abt-cont, .abr-rgt .abt-cont{
  height: 437px;
}
.cmpy-histry {

  overflow: hidden;
  padding-top: 25px;
}

.contactForm .contact-rgt ul li label.option {
  width: auto;
  float: left;
  padding-top: 7px;
  text-align: right;
  margin-right: 35px;
  font-size: 16px !important;
}
.contactForm  input.Contacteweb_lopd, .contactForm  input.Contacteweb_lopd_news{
  /*display: none;*/
  width: 2px;
  border: none;
  background: #ffffff;
}

.contactForm{
  margin: 0px;
}

.youtube-prod {
   float: none;

  display: block;
}

.product-det-acc ,.product-det-acc li{
  list-style: none;
}
.product-det-acc li::before{
  display: none!important;
}

.acc_content ul li {
  float: left;
}

.accordion_in .acc_content ul li.downld-icon {
  width: 15%;
  text-align: center;
  padding-top: 9px;
}

.accordion_in .acc_content ul li.mail-icon {
  width: 10%;
  text-align: center;
  padding-top: 15px;
}

.downld-cont .products-download .dwnload-rgt .smk_accordion {
  margin-top: 25px!important;

  /* margin-top: -25px; */
}
.downld-cont .products-download .dwnload-rgt .smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.downld-cont .products-download .dwnload-rgt .accordion_in h3 {
  background: #f2f2f2;
  /* margin-top: -25px; */
}

.downld-cont .products-download .dwnload-rgt .accordion_in.acc_active h3 {
  background: #ebebe2;
  /* margin-top: -25px; */
}

.searchResultImg{
  max-width: 50px; vertical-align: middle; display: inline-block;
  border: 1px solid #e2e2e2;
}

@media screen and (max-width: 767px) {
  .abt-cont {
    height: auto!important;
  }
}

.contact-rgt select option {
  color: #2b2626!important;
}


.search-form{
  display: flex;
  width: 100%;
  
}
.search-form__input{
  width: 100%;
  padding: 5px 20px !important;
  margin-bottom: 0 !important;
  height: 30px !important;
}
.search-form__input-wrap{
  flex-grow: 1;
  position: relative;
}
.search-form__btn{
  border: none;
  border-color:1px solid #c40724;
  background-color: #e20025;
  background-image: none;
  filter: none;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  height: 30px;
  width: 70px;
}
.search-form__btn svg {
  fill: #FFFFFF;
}

.search-form__btn-reset{
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  color: #a1b9ed;
  cursor: pointer;
}

.searchResultLink{
  color: #c40724;
  text-decoration: underline;
  font-size: 14px;
}
.searchResultLink:hover{
  text-decoration: none;
}
.search-url{
  display: block;
  margin-bottom: 10px;
}

.searchResultText{
  font-size: 14px;
  display: flex;
  max-width: 900px;
  
}
    .searchResultText img{
      margin-right: 15px;
    }
.accept input, .accept input:focus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0px;
  left: -17px;
  width: 1px;
  z-index: -1;
}
.contactFormCustom input[type=checkbox]:not(old)  + span, input[type=radio ]:not(old) + span {
  display: inline-block;
  width: 14px!important;
  height: 14px!important;
  margin: 3px 10px 0 0;
  border: solid 1px #e7e7e7;
  background: #fff;
  vertical-align: bottom;
}

.contactFormCustom input[type=checkbox]:not(old):checked + span:before {
  content: '';
  display: block;
  text-align: center;
  font-weight: bold;
  background: #bb001b;
  height: 14px;
  width: 14px;
}

.modal-feed-form #Contacteweb_lopd{
  position: relative;
  left: 2px;
}

.formResults p{
  padding-bottom: 0px;
}

.eventsForm .option {
  width: 100%;
}

.eventsForm .option span{
  margin: 0px;
  margin-right: 40px!important;
}
.eventsForm .option input{
   margin: 0px!important;
  position: relative;
  z-index: -1;
  left: 13px;
 }

form.eventsForm .contact-rgt ul li label {

  text-align: left;

}