html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}

main,
li {
  display: block;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

strong {
  font-weight: bold;
}

a,
button {
  color: inherit;
  transition: .3s;
}

a {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

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

:focus {
  outline: 0;
}

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

.clearfix {
  clear: both;
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

* {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.woff2"), url("../fonts/iconfont.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Black';
  src: url("../fonts/Roboto-Black.woff2"), url("../fonts/Roboto-Black.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.woff2"), url("../fonts/Roboto-Bold.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Italic';
  src: url("../fonts/Roboto-Italic.woff2"), url("../fonts/Roboto-Italic.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto-Light.woff2"), url("../fonts/Roboto-Light.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium.woff2"), url("../fonts/Roboto-Medium.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.woff2"), url("../fonts/Roboto-Regular.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Thin';
  src: url("../fonts/Roboto-Thin.woff2"), url("../fonts/Roboto-Thin.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ZillaSlab-Bold';
  src: url("../fonts/ZillaSlab-Bold.woff2"), url("../fonts/ZillaSlab-Bold.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ZillaSlab-Italic';
  src: url("../fonts/ZillaSlab-Italic.woff2"), url("../fonts/ZillaSlab-Italic.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ZillaSlab-Light';
  src: url("../fonts/ZillaSlab-Light.woff2"), url("../fonts/ZillaSlab-Light.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ZillaSlab-Medium';
  src: url("../fonts/ZillaSlab-Medium.woff2"), url("../fonts/ZillaSlab-Medium.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ZillaSlab-Regular';
  src: url("../fonts/ZillaSlab-Regular.woff2"), url("../fonts/ZillaSlab-Regular.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ZillaSlab-MediumItalic';
  src: url("../fonts/ZillaSlab-MediumItalic.woff2"), url("../fonts/ZillaSlab-MediumItalic.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url("../fonts/RobotoCondensed-Bold.woff2"), url("../fonts/RobotoCondensed-Bold.woff");
  font-weight: normal;
  font-style: normal;
}

/*
@mixin font_style($style:'1'){

	@if $style == '1' {
		@include font_family('Montserrat', 'Bold');
		font-size: 25px;
		line-height: 25px;
		letter-spacing: 2px;
	}
	@else if $style == '2' {
		@include font_family('Montserrat', 'Bold');
		font-size: 14px;
		line-height: 11px;
		letter-spacing: 2px;
	}
	@else if $style == '3' {
		@include font_family('Lora', 'Regular');
		font-size: 14px;
		line-height: 22px;
	}
	@else if $style == '4' {
		@include font_family('Montserrat', 'Thin');
		font-size: 25px;
		line-height: 28px;
	}
	@else if $style == '5' {
		@include font_family('Montserrat', 'Light');
		font-size: 14px;
		line-height: 11px;
		letter-spacing: 2px;
	}
	@else if $style == '6' {
		@include font_family('Lora', 'Italic');
		font-size: 14px;
		line-height: 22px;
	}
	@else if $style == '7' {
		@include font_family('Lora', 'Bold');
		font-size: 14px;
		line-height: 25px;
	}


	@media screen and (min-width: 600px) and (max-width: 767px), screen and (min-width: 600px) and (max-width: 900px) and (orientation:landscape){
		@if $style == '1' {
			@include font_family('Montserrat', 'Bold');
			font-size: 23px;
			line-height: 23px;
			letter-spacing: 3px;
		}
		@else if $style == '2' {
			@include font_family('Montserrat', 'Bold');
			font-size: 14px;
			line-height: 16px;
			letter-spacing: 3px;
		}
		@else if $style == '3' {
			@include font_family('Lora', 'Regular');
			font-size: 14px;
			line-height: 25px;
		}
		@else if $style == '4' {
			@include font_family('Montserrat', 'Thin');
			font-size: 23px;
			line-height: 27px;
		}
		@else if $style == '5' {
			@include font_family('Montserrat', 'Light');
			font-size: 14px;
			line-height: 16px;
			letter-spacing: 3px;
		}
		@else if $style == '6' {
			@include font_family('Lora', 'Italic');
			font-size: 14px;
			line-height: 23px;
		}
		@else if $style == '7' {
			@include font_family('Lora', 'Bold');
			font-size: 16px;
			line-height: 27px;
		}
	}
	@media screen and (min-width: 1024px) and (max-width: 1679px){
		@if $style == '1' {
			@include font_family('Montserrat', 'Bold');
			font-size: 25px;
			line-height: 25px;
			letter-spacing: 4px;
		}
		@else if $style == '2' {
			@include font_family('Montserrat', 'Bold');
			font-size: 15px;
			line-height: 18px;
			letter-spacing: 3px;
		}
		@else if $style == '3' {
			@include font_family('Lora', 'Regular');
			font-size: 15px;
			line-height: 25px;
		}
		@else if $style == '4' {
			@include font_family('Montserrat', 'Light');
			font-size: 25px;
			line-height: 28px;
		}
		@else if $style == '5' {
			@include font_family('Montserrat', 'Light');
			font-size: 15px;
			line-height: 18px;
			letter-spacing: 3px;
		}
		@else if $style == '6' {
			@include font_family('Lora', 'Italic');
			font-size: 15px;
			line-height: 25px;
			letter-spacing: 3px;
		}
		@else if $style == '7' {
			@include font_family('Lora', 'Bold');
			font-size: 18px;
			line-height: 32px;
		}
	}

}
*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

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

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

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

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

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes arrowin {
  0% {
    right: 51px;
  }
  100% {
    right: 35px;
  }
}

@keyframes arrowin {
  0% {
    right: 51px;
  }
  100% {
    right: 35px;
  }
}

html:not(.ua-ie) .fade-in-1, html:not(.ua-ie) .fade-in-2, html:not(.ua-ie) .fade-in-3, html:not(.ua-ie) .fade-in-4, html:not(.ua-ie) .fade-in-5, html:not(.ua-ie) .fade-in-6, html:not(.ua-ie) .fade-in-7, html:not(.ua-ie) .fade-in-8, html:not(.ua-ie) .fade-in-9, html:not(.ua-ie) .fade-in-10, html:not(.ua-ie) .fade-in-11 {
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-2 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-3 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-4 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-5 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-6 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-7 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-8 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-9 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-10 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-11 {
  -webkit-animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeIn 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-1, html:not(.ua-ie) .fade-in-up-2, html:not(.ua-ie) .fade-in-up-3, html:not(.ua-ie) .fade-in-up-4, html:not(.ua-ie) .fade-in-up-5, html:not(.ua-ie) .fade-in-up-6, html:not(.ua-ie) .fade-in-up-7, html:not(.ua-ie) .fade-in-up-8, html:not(.ua-ie) .fade-in-up-9, html:not(.ua-ie) .fade-in-up-10, html:not(.ua-ie) .fade-in-up-11 {
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-2 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-3 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-4 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-5 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-6 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-7 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-8 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-9 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-10 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-up-11 {
  -webkit-animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInUp 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-1, html:not(.ua-ie) .fade-in-down-2, html:not(.ua-ie) .fade-in-down-3, html:not(.ua-ie) .fade-in-down-4, html:not(.ua-ie) .fade-in-down-5, html:not(.ua-ie) .fade-in-down-6, html:not(.ua-ie) .fade-in-down-7, html:not(.ua-ie) .fade-in-down-8, html:not(.ua-ie) .fade-in-down-9, html:not(.ua-ie) .fade-in-down-10, html:not(.ua-ie) .fade-in-down-11 {
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-2 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-3 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-4 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-5 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-6 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-7 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-8 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-9 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-10 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-down-11 {
  -webkit-animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-1, html:not(.ua-ie) .fade-in-right-2, html:not(.ua-ie) .fade-in-right-3, html:not(.ua-ie) .fade-in-right-4, html:not(.ua-ie) .fade-in-right-5, html:not(.ua-ie) .fade-in-right-6, html:not(.ua-ie) .fade-in-right-7, html:not(.ua-ie) .fade-in-right-8, html:not(.ua-ie) .fade-in-right-9, html:not(.ua-ie) .fade-in-right-10, html:not(.ua-ie) .fade-in-right-11 {
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-2 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-3 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-4 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-5 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-6 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-7 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-8 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-9 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-10 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-right-11 {
  -webkit-animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInLeft 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-1, html:not(.ua-ie) .fade-in-left-2, html:not(.ua-ie) .fade-in-left-3, html:not(.ua-ie) .fade-in-left-4, html:not(.ua-ie) .fade-in-left-5, html:not(.ua-ie) .fade-in-left-6, html:not(.ua-ie) .fade-in-left-7, html:not(.ua-ie) .fade-in-left-8, html:not(.ua-ie) .fade-in-left-9, html:not(.ua-ie) .fade-in-left-10, html:not(.ua-ie) .fade-in-left-11 {
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-2 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 200ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-3 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 300ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-4 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 400ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-5 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 500ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-6 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 600ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-7 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 700ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-8 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 800ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-9 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 900ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-10 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-in-left-11 {
  -webkit-animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeInRight 500ms forwards cubic-bezier(0, 0, 0, 1) 1100ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-1, html:not(.ua-ie) .fade-out-down-2, html:not(.ua-ie) .fade-out-down-3, html:not(.ua-ie) .fade-out-down-4, html:not(.ua-ie) .fade-out-down-5, html:not(.ua-ie) .fade-out-down-6, html:not(.ua-ie) .fade-out-down-7, html:not(.ua-ie) .fade-out-down-8, html:not(.ua-ie) .fade-out-down-9, html:not(.ua-ie) .fade-out-down-10, html:not(.ua-ie) .fade-out-down-11, html:not(.ua-ie) .fade-out-down-12, html:not(.ua-ie) .fade-out-down-13, html:not(.ua-ie) .fade-out-down-14, html:not(.ua-ie) .fade-out-down-15, html:not(.ua-ie) .fade-out-down-16, html:not(.ua-ie) .fade-out-down-17, html:not(.ua-ie) .fade-out-down-18, html:not(.ua-ie) .fade-out-down-19, html:not(.ua-ie) .fade-out-down-20, html:not(.ua-ie) .fade-out-down-21, html:not(.ua-ie) .fade-out-down-22, html:not(.ua-ie) .fade-out-down-23, html:not(.ua-ie) .fade-out-down-24, html:not(.ua-ie) .fade-out-down-25, html:not(.ua-ie) .fade-out-down-26, html:not(.ua-ie) .fade-out-down-27, html:not(.ua-ie) .fade-out-down-28 {
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 0s, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-2 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2100ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2100ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-3 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2200ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2200ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-4 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2300ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2300ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-5 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2400ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2400ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-6 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-7 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1200ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1200ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-8 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1400ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1400ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-9 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1600ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1600ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-10 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1800ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 1800ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-11 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-12 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-13 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-14 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-15 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-16 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-17 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-18 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-19 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-20 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-21 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-22 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-23 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-24 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-25 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-26 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-27 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

html:not(.ua-ie) .fade-out-down-28 {
  -webkit-animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
  animation: compact(fadeOutDown 500ms forwards cubic-bezier(0, 0, 0, 1) 2000ms, false, false, false, false, false, false, false, false, false);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scrollbar {
  position: fixed;
  width: 100%;
  height: 100%;
}

p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  color: #464646;
  line-height: 22px;
}

a {
  color: #464646;
}

a:hover {
  color: #274767;
}

.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .spacer-xs-75 {
    height: 75px;
    width: 100%;
    overflow: auto;
  }
}

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

.icon-facebook {
  width: 20px;
  height: auto;
  margin-top: 5px;
}

.section-l-wrapper {
  padding: 75px 200px;
  max-width: 1366px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .section-l-wrapper {
    padding: 75px 150px;
  }
}

@media screen and (max-width: 767px) {
  .section-l-wrapper {
    padding: 75px 100px;
  }
}

@media screen and (max-width: 480px) {
  .section-l-wrapper {
    padding: 50px 25px;
  }
}

.section-wrapper {
  padding: 75px 50px;
  max-width: 1366px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .section-wrapper {
    padding: 50px 25px;
  }
}

.section-wrapper.wrapper-no-padding {
  padding: 0;
}

.section-wrapper.wrapper-download {
  padding-bottom: 175px;
}

@media screen and (min-width: 992px) {
  .section-wrapper.wrapper-xm-left-padding {
    padding: 0 0 0 50px;
  }
}

.section-wrapper .more-wrapping-lr {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .section-wrapper.wrapper-catalogo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-wrapper .section-wrapper-internal {
  padding: 0 75px;
}

@media screen and (max-width: 992px) {
  .section-wrapper .section-wrapper-internal {
    padding: 0;
  }
}

.section-wrapper.big-wrapper-vertical {
  padding: 125px 50px;
}

.header-wrapper {
  margin: 0 auto;
  max-width: 1366px;
}

.section-chi-siamo {
  padding-top: 0;
  padding-bottom: 0;
}

.main-container {
  padding: 167px 0 0 0;
}

@media screen and (max-width: 992px) {
  .main-container {
    padding: 84px 0 0 0;
  }
}

.user-logged .main-container {
  padding: 183px 0 0 0;
}

@media screen and (max-width: 992px) {
  .user-logged .main-container {
    padding: 84px 0 0 0;
  }
}

.visible-down-nm {
  display: none;
}

@media screen and (max-width: 767px) {
  .visible-down-nm {
    display: block;
  }
}

.ua-ie .logo {
  padding: 0px 10px 15px 0px;
}

@media screen and (max-width: 992px) {
  body:not(.user-logged) .header-items {
    top: 195px !important;
  }
  body:not(.user-logged) #top_nav {
    top: 254px !important;
  }
  body:not(.user-logged) #menu-lingue,
  body:not(.user-logged) #menu-catalogo {
    top: 250px !important;
  }
  body:not(.user-logged) #menu-catalogo {
    max-height: 400px;
  }
}

#header-nav-wrapper {
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  right: 0;
}

#header-nav-wrapper:after {
  content: "";
  height: 50px;
  pointer-events: none;
  margin-top: 0;
  position: absolute;
  width: 100%;
  background-image: url("../images/shadow.png");
}

#header-nav-wrapper #main-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: linear-gradient(to bottom, #fff 0%, #fff 70%, #ededed 70%, #fff 100%);
  padding: 0 50px;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header {
    background: #fff;
    padding: 15px 25px;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1366px;
  margin: 0 auto;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
}

#header-nav-wrapper #main-header .main-header-wrapper .results {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #DDDADA;
  top: 100%;
  max-height: 400px;
  overflow: scroll;
  border-top: 1px solid grey;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper .results {
    width: calc(100% - 20px);
    padding: 10px;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper .results.showing {
  display: block;
}

#header-nav-wrapper #main-header .main-header-wrapper .results .results-container {
  max-width: 1366px;
  margin: 0 auto;
}

#header-nav-wrapper #main-header .main-header-wrapper .results .results-container .result {
  padding-top: 20px;
  font-size: 17px;
  text-transform: uppercase;
}

#header-nav-wrapper #main-header .main-header-wrapper .results .results-container .result .result-title {
  text-decoration: underline;
  padding-bottom: 5px;
}

#header-nav-wrapper #main-header .main-header-wrapper .results .results-container .result .result-item {
  font-size: 15px;
  padding: 5px 0;
}

#header-nav-wrapper #main-header .main-header-wrapper .results .results-container .result .result-item a {
  text-decoration: none;
}

#header-nav-wrapper #main-header .main-header-wrapper .results .results-container .result:last-child {
  padding-bottom: 20px;
}

#header-nav-wrapper #main-header .main-header-wrapper .header-top-wrapper {
  text-align: right;
  padding: 20px 0;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper .header-top-wrapper {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    position: absolute;
    background: #fff;
    text-align: left;
    top: 182px;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  #header-nav-wrapper #main-header .main-header-wrapper .header-top-wrapper.item-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#header-nav-wrapper #main-header .main-header-wrapper .header-top-wrapper span {
  font-family: "ZillaSlab-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #464646;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper .header-top-wrapper span {
    padding-left: 25px;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper .header-top-wrapper span strong {
  font-family: "ZillaSlab-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#header-nav-wrapper #main-header .main-header-wrapper .header-logo {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  width: 60%;
  padding: 10px 0;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper .header-logo {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-basis: 85%;
        -ms-flex-preferred-size: 85%;
            flex-basis: 85%;
    width: 85%;
    padding: 0;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper .header-logo .logo {
  display: inline-block;
  width: 100px;
  height: 50px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

#header-nav-wrapper #main-header .main-header-wrapper .header-logo h2 {
  display: inline-block;
  font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  vertical-align: super;
  letter-spacing: -0.45px;
  font-weight: 500;
  text-align: left;
  color: #464646;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper .header-logo h2 {
    display: none;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper .header-items {
  padding: 10px 0;
  width: 30%;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper .header-items {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    top: 236px;
    padding-left: 25px;
    box-sizing: border-box;
    position: absolute;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #fff;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  #header-nav-wrapper #main-header .main-header-wrapper .header-items.item-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 1;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper .header-items a {
  margin: 0px 15px;
  transition: all .2s;
}

#header-nav-wrapper #main-header .main-header-wrapper .header-items a:first-of-type {
  margin: 0;
}

#header-nav-wrapper #main-header .main-header-wrapper .header-items a:last-of-type {
  margin-right: 0;
}

@media (max-width: 361px) {
  #header-nav-wrapper #main-header .main-header-wrapper .header-items a.btn-blue svg {
    display: none;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper .header-items .cart-total {
  position: absolute;
  top: -15px;
  right: -22px;
  min-width: 18px;
  background: #c91e1e;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 7px;
  color: #fff;
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon-wrapper {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #menu-icon-wrapper {
    -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
    width: 15%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon {
  width: 35px;
  height: 24px;
  position: relative;
  display: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #menu-icon {
    display: block;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
  left: 8px;
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 24px;
  left: 8px;
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon span {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #464646;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#header-nav-wrapper #main-header .main-header-wrapper #menu-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#header-nav-wrapper #main-header .main-header-wrapper #top_nav {
  width: 80%;
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  padding: 18px 0;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #top_nav {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: absolute;
    top: 295px;
    background: #fff;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 40px 0px;
  }
  #header-nav-wrapper #main-header .main-header-wrapper #top_nav.item-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #header-nav-wrapper #main-header .main-header-wrapper #top_nav .menu-item {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #top_nav .nav-container #main_menu {
    max-height: 30vh;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #top_nav .nav-container #main_menu #menu-standard-menu {
    padding: 0 25px;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #top_nav .nav-container #main_menu #menu-standard-menu li {
  position: relative;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #top_nav .nav-container #main_menu #menu-standard-menu li {
    padding: 0 5px;
    font-family: "ZillaSlab-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #464646;
    border-bottom: 1px solid #cecece;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #top_nav .nav-container #main_menu #menu-standard-menu li:first-child {
  padding-left: 0;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #top_nav .nav-container #main_menu #menu-standard-menu li:first-child {
    border-top: 1px solid #cecece;
    padding-left: 5px;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #top_nav .nav-container #main_menu #menu-standard-menu li a {
  display: block;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #top_nav .nav-container #main_menu #menu-standard-menu li a {
    padding-left: 10px;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #top_nav li {
  display: inline-block;
  font-family: "ZillaSlab-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #464646;
  padding: 0 10px;
}

@media screen and (min-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search {
    width: 0;
    position: absolute;
    left: 0;
    transition: width 0.3s;
    background: #dcdada;
    margin-top: -12px;
    height: 54px;
    bottom: 0;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search.showing #search-svg, #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search.showing #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper #close-search-svg, #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper #form-mobile-search.showing #close-search-svg {
  text-indent: -9999px;
}

@media screen and (min-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search.showing {
    width: 100%;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search.showing input {
  border: none;
  background: transparent;
  height: 56px;
  font-size: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1366px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1366px) {
  #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search.showing input {
    padding-left: 50px;
  }
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search {
    position: relative;
    display: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
  }
  #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search.item-visible {
    display: block;
    position: fixed;
    top: 117px;
    z-index: 10;
    width: 68%;
  }
  #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search input {
    background: transparent;
  }
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search input {
    width: 100%;
    font-size: 26px;
    border: none;
  }
}

@media screen and (min-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #form-mobile-search input {
    margin-left: -10px;
    width: 0;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #search-icon {
  width: 20%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  z-index: 1;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #search-icon {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    position: absolute;
    background: #274767;
    height: 98px;
    top: 84px;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
  #header-nav-wrapper #main-header .main-header-wrapper #search-icon.item-visible {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search {
  background: transparent;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 54px;
    border-radius: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-search-svg-wrapper, #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper {
  z-index: 9;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-search-svg-wrapper, #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper {
    width: 64px;
    height: 42px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #c91e1e;
    position: absolute;
    right: 6px;
    top: 6px;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-search-svg-wrapper #search-svg, #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper #search-svg, #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper #close-search-svg {
  padding-right: 50px;
  line-height: 33px;
  background-repeat: no-repeat;
  background-position: top right;
  font-family: "ZillaSlab-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background-image: url("../svg/search-icon-bold-grey.svg");
  width: 45px;
  height: 31px;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-search-svg-wrapper #search-svg, #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper #search-svg, #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper #close-search-svg {
    background-image: url("../svg/search-icon-thin-fff.svg");
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-indent: -9999px;
    padding: 0;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper {
  margin-left: 30px;
  z-index: 9;
  display: none;
}

#header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper.open {
  display: block;
}

@media screen and (max-width: 992px) {
  #header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper {
    display: none;
  }
}

#header-nav-wrapper #main-header .main-header-wrapper #search-icon .wrapper-mobile-search #mobile-close-search-svg-wrapper #close-search-svg {
  background-image: url("../svg/close-search.svg");
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

#menu-catalogo {
  display: none;
  transition: opacity 0.25s ease-in-out;
  top: 167px;
  background: white;
  position: fixed;
  width: 100%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.6);
  z-index: 5;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  #menu-catalogo {
    max-height: calc(100% - 200px);
    overflow-y: auto;
    top: 295px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 20px 50px -19px;
  }
}

#menu-catalogo.visible-item {
  display: block;
  pointer-events: all;
  max-height: calc(100% - 50px);
  overflow: auto;
}

#menu-catalogo .menu-catalogo-wrapper {
  padding: 65px 50px 140px 50px;
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  #menu-catalogo .menu-catalogo-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 21px 25px 140px 25px;
  }
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  width: 70%;
}

@media screen and (max-width: 992px) {
  #menu-catalogo .menu-catalogo-wrapper .catalogo-box-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  #menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .back-button-wrapper {
    display: none;
  }
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .back-button-wrapper .back-button {
  font-family: "ZillaSlab-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
  text-align: left;
  color: #464646;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
  margin-bottom: 20px;
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  #menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item {
  -webkit-flex-basis: 22%;
      -ms-flex-preferred-size: 22%;
          flex-basis: 22%;
  width: 22%;
  box-sizing: border-box;
  margin-left: 20px;
  margin-bottom: 30px;
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item:hover .cbi-title h3 {
  color: #2368ad;
}

@media screen and (max-width: 992px) {
  #menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    border-bottom: 1px solid #cecece;
  }
  #menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item:first-child {
    border-top: 1px solid #cecece;
  }
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item:first-child, #menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item:nth-child(4n + 1) {
  margin-left: 0;
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item .cbi-wrapper-image {
  position: relative;
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item .cbi-wrapper-image .catalogo-box-item-image {
  position: relative;
  transition: opacity 0.25s;
}

@media screen and (max-width: 992px) {
  #menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item .cbi-wrapper-image .catalogo-box-item-image {
    width: 123px;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item .cbi-wrapper-image .catalogo-box-item-image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  border: 0px solid #fff;
  transition: border 0.1s;
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item .cbi-wrapper-image:hover .catalogo-box-item-image-overlay {
  border-width: 2px;
}

@media screen and (max-width: 992px) {
  #menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item .cbi-title {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item .cbi-title p {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #464646;
}

#menu-catalogo .menu-catalogo-wrapper .catalogo-box-container .catalogo-box-section .catalogo-box-item .cbi-title h3 {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  color: #464646;
  transition: color 0.25s;
}

#menu-catalogo .menu-catalogo-wrapper .produttori-list-container {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
}

@media screen and (max-width: 992px) {
  #menu-catalogo .menu-catalogo-wrapper .produttori-list-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
  }
}

#menu-catalogo .menu-catalogo-wrapper .produttori-list-container .produttori-list-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#menu-catalogo .menu-catalogo-wrapper .produttori-list-container .produttori-list-section ul {
  width: 100%;
}

#menu-catalogo .menu-catalogo-wrapper .produttori-list-container .produttori-list-section ul li {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 30px;
  list-style: none;
  color: #464646;
  border-bottom: 1px solid #cecece;
}

#menu-catalogo .menu-catalogo-wrapper .produttori-list-container .produttori-list-section ul li:first-child {
  border-top: 1px solid #cecece;
}

#menu-catalogo .menu-catalogo-wrapper .produttori-list-container .produttori-list-section ul li a {
  display: inline-block;
  width: 100%;
}

#menu-catalogo .menu-catalogo-wrapper .title-menu-catalogo {
  font-family: "Roboto-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-align: left;
  color: #c91e1e;
}

.user-logged #menu-catalogo {
  top: 183px;
}

#menu-lingue {
  display: block;
  opacity: 0;
  pointer-events: none;
  top: 171px;
  background: white;
  position: fixed;
  width: 100%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.6);
  z-index: 5;
  transition: opacity 0.25s ease-in-out;
}

@media screen and (max-width: 992px) {
  #menu-lingue {
    max-height: calc(100% - 200px);
    overflow-y: auto;
    top: 295px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 20px 50px -19px;
  }
}

@media screen and (min-width: 992px) {
  #menu-lingue {
    box-shadow: none;
    top: 110px;
    height: 56px;
  }
}

#menu-lingue.visible-menu {
  pointer-events: all;
  opacity: 1;
}

#menu-lingue .menu-lingue-wrapper {
  padding: 65px 50px 140px 50px;
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  #menu-lingue .menu-lingue-wrapper {
    padding-top: 0;
  }
}

@media screen and (max-width: 992px) {
  #menu-lingue .menu-lingue-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 21px 25px 140px 25px;
  }
}

#menu-lingue .menu-lingue-wrapper #lang-list ul li {
  padding: 0 5px;
  font-family: "ZillaSlab-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  color: #464646;
  border-bottom: 1px solid #cecece;
}

#menu-lingue .menu-lingue-wrapper #lang-list ul li:first-child {
  border-top: 1px solid #cecece;
}

@media screen and (min-width: 992px) {
  #menu-lingue .menu-lingue-wrapper #lang-list ul li:first-child {
    border: none;
  }
}

@media screen and (min-width: 992px) {
  #menu-lingue .menu-lingue-wrapper #lang-list ul li {
    display: inline-block;
    border: none;
    line-height: 56px;
  }
}

#menu-lingue .menu-lingue-wrapper #lang-list ul li a {
  padding-left: 10px;
}

@media screen and (min-width: 992px) {
  #menu-lingue .menu-lingue-wrapper #lang-list ul li a:first-child {
    padding-left: 0;
  }
}

.user-logged #menu-lingue {
  top: 125px;
}

@media screen and (max-width: 992px) {
  .user-logged #menu-lingue {
    top: 305px;
  }
}

#btn-lang {
  width: 29px;
}

#btn-lang svg {
  display: none;
  width: 17px;
  height: auto;
  padding: 10px 0;
  margin: auto;
}

#btn-lang p {
  display: block;
}

#btn-lang.open p {
  display: none;
}

#btn-lang.open svg {
  display: block;
}

@media screen and (min-width: 992px) {
  #btn-lang:hover svg {
    fill: #c91e1e;
  }
}

@media screen and (max-width: 992px) {
  #btn-lang:hover {
    background: #c91e1e;
  }
}

@media screen and (max-width: 992px) {
  #btn-lang:hover p {
    color: #fff;
  }
}

.section-dark-grey {
  background-color: #cecece;
}

.section-grey {
  background-color: #ededed;
}

.section-blue {
  background-color: #274767;
}

.section-search .section-wrapper {
  text-align: center;
}

.section-search .section-wrapper .search-keyword-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  width: 700px;
}

@media screen and (max-width: 1023px) {
  .section-search .section-wrapper .search-keyword-wrapper {
    width: 100%;
  }
}

.section-search .section-wrapper .search-keyword-wrapper #search-keyword {
  margin-bottom: 65px;
  margin-top: 15px;
  margin-left: -13px;
  width: 100%;
  padding-left: 25px;
  height: 70px;
  border-radius: 10px;
  background-color: #fff;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
}

@media screen and (min-width: 992px) {
  .section-search .section-wrapper .search-keyword-wrapper #search-keyword {
    margin-left: -17px;
  }
}

.section-search .section-wrapper .search-keyword-wrapper #sk-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 79px;
  height: 54px;
  border-radius: 6px;
  border: 2px solid #c91e1e;
  background-color: #c91e1e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.section-search .section-wrapper .search-keyword-wrapper #sk-btn:hover {
  background-color: #fff;
}

.section-search .section-wrapper .search-keyword-wrapper #sk-btn:hover svg {
  fill: #c91e1e;
}

.section-search .section-wrapper .search-keyword-wrapper #sk-btn svg {
  width: 22px;
  height: 33px;
  fill: #fff;
}

.section-search .section-wrapper .select2-container {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .section-search .section-wrapper .select2-container {
    display: block;
  }
}

.section-search .section-wrapper p {
  color: #fff;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
}

.section-search .section-wrapper label {
  color: #fff;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  display: block;
}

.section-search .section-wrapper #ig-button {
  width: 74px;
  height: 50px;
  vertical-align: top;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: solid 2px #fff;
  color: #464646;
  font-size: 22px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .section-search .section-wrapper #ig-button {
    display: block;
    width: 100%;
  }
}

.select2-dropdown {
  border: 2px solid #f3f3f3;
}

.input-group, .filter-items .input-group-image-fields, .inputgroup {
  display: inline-block;
}

.input-group select, .filter-items .input-group-image-fields select, .inputgroup select {
  width: 241px;
}

.input-group.home-logged, .filter-items .home-logged.input-group-image-fields, .inputgroup.home-logged {
  margin-top: 15px;
}

.input-group.home-logged .separator-grey, .filter-items .home-logged.input-group-image-fields .separator-grey, .inputgroup.home-logged .separator-grey {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .input-group.home-logged, .filter-items .home-logged.input-group-image-fields, .inputgroup.home-logged {
    display: block;
  }
  .input-group.home-logged select, .filter-items .home-logged.input-group-image-fields select, .inputgroup.home-logged select {
    width: 100%;
  }
}

.input-group .select2-container, .filter-items .input-group-image-fields .select2-container, .inputgroup .select2-container {
  margin-right: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.input-group .select2-container .select2-selection--single, .filter-items .input-group-image-fields .select2-container .select2-selection--single, .inputgroup .select2-container .select2-selection--single {
  height: 50px;
  border: none;
  border-radius: 10px;
}

.input-group .select2-container .select2-selection--single .select2-selection__rendered, .filter-items .input-group-image-fields .select2-container .select2-selection--single .select2-selection__rendered, .inputgroup .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
  text-align: left;
  padding-left: 17px;
  text-transform: uppercase;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}

.input-group .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .filter-items .input-group-image-fields .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder, .inputgroup .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #464646;
  font-size: 16px;
}

.input-group .select2-container .select2-selection--single .select2-selection__arrow, .filter-items .input-group-image-fields .select2-container .select2-selection--single .select2-selection__arrow, .inputgroup .select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  width: 44px;
  height: 38px;
  border-radius: 6px;
  background-color: #c91e1e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.input-group .select2-container .select2-selection--single .select2-selection__arrow b, .filter-items .input-group-image-fields .select2-container .select2-selection--single .select2-selection__arrow b, .inputgroup .select2-container .select2-selection--single .select2-selection__arrow b {
  background-image: url("../svg/arrow-down-fff.svg");
  border: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 17px;
  height: 11px;
  background-position: center center;
  background-repeat: no-repeat;
}

.filter-items .input-group-image-fields {
  margin-bottom: 25px;
}

.filter-items .input-group-image-fields h3 {
  color: #f8c61c;
  font-size: 20px;
  font-weight: 500;
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.select2-results ul {
  /*
    li:first-child {
      display: none;
    }
    */
}

.select2-results ul li {
  color: #464646;
}

#search-keyword + .select2-container .select2-selection {
  height: 54px;
}

#search-keyword + .select2-container .select2-selection .select2-selection__rendered {
  line-height: 54px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#search-keyword + .select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brochure-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
}

@media screen and (max-width: 992px) {
  .brochure-items {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .brochure-items {
    padding-right: 0;
  }
}

.brochure-items .brochure-box-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18%;
  max-height: 400px;
  margin-bottom: 35px;
  padding: 30px 20px 50px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cecece;
}

.brochure-items .brochure-box-wrapper > a {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  .brochure-items .brochure-box-wrapper {
    width: 47%;
  }
}

@media screen and (max-width: 480px) {
  .brochure-items .brochure-box-wrapper {
    width: 100%;
  }
}

.brochure-items .brochure-box-wrapper.hidden {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

.brochure-items .brochure-box-wrapper .brochure-box {
  width: 100%;
  text-align: center;
}

.brochure-items .brochure-box-wrapper .brochure-box img {
  margin-bottom: 30px;
}

.brochure-items .brochure-box-wrapper .brochure-box .bb-info {
  display: block;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding-top: 10px;
  border-top: 1px solid #cecece;
  font-size: 13px;
  height: 10px;
}

.brochure-items .brochure-box-wrapper .brochure-box .bb-info > a {
  text-align: right;
}

.brochure-items .brochure-box-wrapper .brochure-box .bb-info h3 {
  display: inline;
  float: left;
  -webkit-flex-basis: 85%;
      -ms-flex-preferred-size: 85%;
          flex-basis: 85%;
}

.brochure-items .brochure-box-wrapper .brochure-box .bb-info h3 > a {
  color: #464646;
  font-weight: 500;
  float: left;
}

.brochure-items .brochure-box-wrapper .brochure-box .bb-info h3 > a:hover {
  color: #2368ad;
}

.brochure-items .brochure-box-wrapper .brochure-box .bb-info a {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  float: right;
  color: #2368ad;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
}

.three-col-left {
  float: left;
  width: 76%;
  margin-top: -115px;
}

@media screen and (max-width: 992px) {
  .three-col-left {
    margin-top: -100px;
  }
}

@media screen and (max-width: 992px) {
  .three-col-left {
    width: 100%;
  }
}

.three-col-left.scheda-prodotto {
  margin-top: -110px;
  margin-bottom: 100px;
  box-sizing: border-box;
  padding-right: 75px;
}

@media screen and (max-width: 992px) {
  .three-col-left.scheda-prodotto {
    padding-right: 0;
    margin-top: -75px;
  }
}

.three-col-left.view-inline {
  margin: 10px 40px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.three-col-left.view-inline .deal-item {
  height: auto;
  width: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 40px;
  overflow: hidden;
}

.three-col-left.view-inline .deal-item .sd-right {
  position: relative;
  margin-top: 0;
  padding-left: 30px;
}

.three-col-left.view-inline .deal-item .sd-right .sd-code {
  margin-bottom: 15px;
}

.three-col-left.view-inline .deal-item .sd-right .sd-price {
  margin: 0;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.three-col-left.view-inline .deal-item .btn-small {
  max-width: 220px;
}

.select-view {
  display: inline-block;
  float: right;
  /*
  @media screen and (max-width: 767px) {
    position: absolute;
    top: 530px;
    right: 25px;
  }
  */
}

@media screen and (max-width: 480px) {
  .select-view {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .select-view p {
    display: none !important;
  }
}

.select-view .select-view-box {
  width: 89px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 6px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.select-view .select-view-box a {
  padding: 11px;
  border-radius: 6px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.select-view .select-view-box a:hover svg {
  fill: #cecece;
}

.select-view .select-view-box a.vb-active {
  background: #c91e1e;
}

.select-view .select-view-box a.vb-active svg {
  fill: #fff;
}

.select-view .select-view-box a svg {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  fill: #464646;
}

.section-product-components {
  padding: 90px 0 0 0;
}

.show-more-link {
  float: left;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #c91e1e;
}

#search {
  width: 100%;
  background-color: #fff;
}

.slider-container {
  font-family: "Arvo-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 230px;
  margin: 8px 0px 18px 0;
}

.slider-container .back-bar {
  height: 2px;
  position: relative;
  background: red;
}

.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}

.slider-container .back-bar .pointer {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -6px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: blue;
  border: 3px solid red;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
}

.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}

.slider-container .back-bar .pointer-label {
  position: absolute;
  bottom: -24px;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1;
}

.slider-container .back-bar .focused {
  z-index: 10;
}

.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-container .scale {
  top: 2px;
  position: relative;
}

.slider-container .scale span {
  display: block;
  position: absolute;
  top: -7px;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 4px;
}

.slider-container .scale ins {
  display: none;
}

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}

.product-specs {
  padding-top: 90px;
  padding-bottom: 0;
}

.section-paga-online-main {
  padding: 0 0 200px 0;
}

.section-paga-online-main .fulltext {
  margin-bottom: 70px;
}

.section-paga-online-main .fields-paga {
  max-width: 992px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .section-paga-online-main .fields-paga {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-paga-online-main .fields-paga .fp-input {
  display: inline-block;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .section-paga-online-main .fields-paga .fp-input {
    margin-bottom: 30px;
  }
}

.section-paga-online-main .fields-paga .fp-input.input-group .select2-container, .section-paga-online-main .fields-paga .filter-items .fp-input.input-group-image-fields .select2-container, .filter-items .section-paga-online-main .fields-paga .fp-input.input-group-image-fields .select2-container {
  margin-right: 0;
  width: 100%;
}

.section-paga-online-main .fields-paga .fp-input h3 {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #464646;
}

.section-paga-online-main .fields-paga .fp-input input {
  width: 200px;
  height: 48px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  color: #464646;
  font-size: 16px;
  margin-right: 3px;
}

.section-paga-online-main .btn-red {
  float: right;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  float: right;
  margin-top: 30px;
}

.login-section .ls-input {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 25px;
}

.login-section .ls-input h3 {
  color: #464646;
  font-weight: 500;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
}

.login-section .ls-input input {
  width: 250px;
  height: 48px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  color: #464646;
  font-size: 16px;
}

.login-section .btn-submit {
  display: block;
  width: 124px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.carrello-non-cliente-table-wrapper, .carrello.carrello-cliente-table-wrapper, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper,
#paga-online.carrello-cliente-table-wrapper, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper,
#pay-online.carrello-cliente-table-wrapper, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper {
  margin-top: -120px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cecece;
}

@media screen and (max-width: 992px) {
  .carrello-non-cliente-table-wrapper, .carrello.carrello-cliente-table-wrapper, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper,
  #tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper,
  #paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper,
  #pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper,
  #paga-online.carrello-cliente-table-wrapper, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper,
  #tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper,
  #paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper,
  #pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper,
  #pay-online.carrello-cliente-table-wrapper, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper,
  #tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper,
  #paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper,
  #pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper {
    margin-top: -80px;
  }
}

.cmc-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .cmc-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .cmc-container {
    padding-left: 25px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 992px) {
  .cmc-container .cmc-left {
    margin-bottom: 75px;
  }
}

.cmc-container .cmc-left h2 {
  font-family: "Roboto-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 70px;
  color: #c91e1e;
  line-height: 0.79;
  font-weight: 300;
  margin-bottom: 80px;
}

.cmc-container .cmc-left p {
  color: #464646;
  font-size: 24px;
  line-height: 34px;
}

.cmc-container .cmc-left p.contact-name {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cmc-container .cmc-left p.contact-address {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cmc-container .cmc-left p.contact-numbers {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.cmc-container .cmc-left p.contact-numbers a {
  color: #2368ad;
}

.cmc-container .cmc-right img {
  max-width: 300px;
}

.ricerca-avanzata-section .ricerca-avanzata-wrapper {
  margin-top: -100px;
}

@media screen and (max-width: 992px) {
  .ricerca-avanzata-section .ricerca-avanzata-wrapper {
    margin-top: -75px;
  }
}

.ricerca-avanzata-section .search-list {
  padding-right: 0 !important;
  margin-top: 50px !important;
}

.ricerca-avanzata-section .search-list .search-item {
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media screen and (max-width: 992px) {
  .ricerca-avanzata-section .search-list .search-item {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.ricerca-avanzata-section .search-list .search-item .si-pic {
  margin: 0;
  padding-right: 30px;
  width: 10%;
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
}

@media screen and (max-width: 992px) {
  .ricerca-avanzata-section .search-list .search-item .si-pic {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
}

.ricerca-avanzata-section .search-list .search-item .si-pic img {
  width: 80px;
}

@media screen and (max-width: 992px) {
  .ricerca-avanzata-section .search-list .search-item .si-pic img {
    width: 150px;
  }
}

.ricerca-avanzata-section .search-list .search-item .si-code {
  width: 70%;
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
}

@media screen and (max-width: 992px) {
  .ricerca-avanzata-section .search-list .search-item .si-code {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.ricerca-avanzata-section .search-list .search-item .si-code p {
  font-size: 16px;
}

.ricerca-avanzata-section .search-list .search-item .si-code p:first-child {
  color: #c91e1e;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ricerca-avanzata-section .search-list .search-item .si-code .si-codici-produttori {
  margin-top: 30px;
}

.ricerca-avanzata-section .search-list .search-item .si-code .si-codici-produttori h4 {
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  margin-bottom: 5px;
}

.ricerca-avanzata-section .search-list .search-item .si-code .si-codici-produttori ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.ricerca-avanzata-section .search-list .search-item .si-code .si-codici-produttori ul li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 50%;
  font-size: 14px;
  line-height: 18px;
  color: #464646;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ricerca-avanzata-section .search-list .search-item .si-code .si-codici-produttori ul li span {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #c91e1e;
}

.ricerca-avanzata-section .search-list .search-item .si-last {
  width: 20%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

@media screen and (max-width: 992px) {
  .ricerca-avanzata-section .search-list .search-item .si-last {
    margin-top: 25px;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.ricerca-avanzata-section .search-list .search-item .si-last .pic-price {
  font-size: 16px;
  margin-bottom: 5px !important;
}

.empty-section {
  padding: 50px 25px;
}

.wrapper-input-search-code {
  position: relative;
}

.wrapper-input-search-code .input-search-code {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 15px;
  padding-right: 62px;
  width: 100%;
  font-size: 16px;
  color: #464646;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 transparent;
  margin-bottom: 30px;
  padding-left: 15px;
  box-sizing: border-box;
}

.wrapper-input-search-code + form {
  margin-bottom: 25px;
}

.wrapper-input-search-code + form input {
  height: 50px;
}

#search-svg-wr {
  z-index: 3;
  width: 44px;
  cursor: pointer;
  height: 38px;
  top: 7px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #c91e1e;
  position: absolute;
  right: 6px;
}

#search-svg-wr #search-btn-code {
  background-repeat: no-repeat;
  background-image: url("../svg/search-icon-thin-fff.svg");
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-wrapper {
  position: fixed;
  left: 0;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal-wrapper.visible-modal-wrapper {
  display: block;
}

.modal {
  position: fixed;
  padding: 35px;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  height: 150px;
  background: #ffffff;
  display: none;
  z-index: 999999;
}

.modal.visible-modal {
  display: block;
}

.modal #close-modal {
  cursor: pointer;
  width: 30px;
  position: fixed;
  right: 35px;
  fill: #2368ad;
}

.modal .modal-text {
  color: #464646;
}

#btn-ricerca {
  margin-bottom: 40px;
}

#btn-download {
  margin-bottom: 50px;
}

#btn-ricerca,
#btn-download {
  height: 42px;
  display: block;
}

#btn-ricerca p,
#btn-download p {
  line-height: 23px;
}

.filter-preview-image {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: 50px;
  margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
  .filter-preview-image {
    margin-left: 0;
  }
}

.filter-preview-image img {
  vertical-align: bottom;
  max-width: 60px;
}

.page-not-found .not-found-row {
  max-width: 625px;
}

.page-not-found p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 42px;
  color: #464646;
  display: inline-block;
}

.page-not-found a {
  text-decoration: underline;
}

.page-not-found form {
  display: inline-block;
  width: 100%;
  position: relative;
}

.page-not-found form input {
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 25px;
  width: 100%;
  line-height: 54px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.page-not-found form img {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 33px;
  height: 31px;
}

.btn, .btn-main, .btn-small {
  display: inline-block;
  border-radius: 10px;
  padding: 0 5px;
  text-align: center;
  color: #fff;
  border: 2px solid;
}

.btn > svg, .btn-main > svg, .btn-small > svg {
  width: 20px;
  height: 14px;
  vertical-align: middle;
  fill: #fff;
}

.btn > p, .btn-main > p, .btn-small > p {
  line-height: 1;
  display: inline-block;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}

.btn-main {
  height: 50px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-main > p {
  line-height: 1;
  padding: 17px 15px;
}

.btn-small {
  position: relative;
  padding: 0 15px;
  height: 36px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-small > p {
  line-height: 1;
  padding: 10px 0;
}

@media screen and (max-width: 1340px) {
  .btn-small span {
    display: none;
  }
}

.btn-blue {
  background-color: #2368ad;
  border-color: #2368ad;
}

.btn-blue > p {
  color: #fff;
}

.btn-blue:hover {
  background-color: #fff;
  color: #2368ad;
}

.btn-blue:hover > p {
  color: #2368ad;
}

.btn-blue:hover svg {
  fill: #2368ad;
}

.btn-blue:disabled {
  background: #ededed;
  cursor: no-drop;
  color: #adadad;
  border-color: currentColor;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
}

.btn-white p {
  color: #2368ad;
}

.btn-white:hover {
  background-color: #2368ad;
  color: #fff;
}

.btn-white:hover svg {
  fill: #fff;
}

.btn-white:hover p {
  color: #fff;
}

.btn-right {
  float: right;
}

.btn-left {
  float: left;
}

.btn-red {
  background-color: #c91e1e;
  border-color: #c91e1e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-red p {
  color: #fff;
}

.btn-red:hover {
  background-color: #fff;
  color: #c91e1e;
}

.btn-red:hover > p {
  color: #c91e1e;
}

.btn-red:hover svg {
  fill: #fff;
}

.btn-red:disabled {
  background: #ededed;
  cursor: no-drop;
  color: #adadad;
  border-color: currentColor;
}

.btn-submit {
  transition: all 0.25s;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  width: 100%;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.btn-submit.status_0:before, .btn-submit.status_1:before, .btn-submit.status_2:before, .btn-submit.status_3:before {
  content: "";
  display: inline-block;
  opacity: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 2px;
}

.btn-submit.status_0:before {
  background-color: lightblue;
}

.btn-submit.status_1:before {
  background-color: yellow;
}

.btn-submit.status_2:before {
  background-color: yellow;
}

.btn-submit.status_3:before {
  background-color: greenyellow;
}

.user-logged .btn-submit.status_0:before, .user-logged .btn-submit.status_1:before, .user-logged .btn-submit.status_2:before, .user-logged .btn-submit.status_3:before {
  opacity: 1;
}

.full-width {
  width: 100%;
}

.view-inline .product-in-catalogo .btn-add-order-down, .view-inline .ricerca-avanzata-section .search-list .search-item .btn-add-order-down, .ricerca-avanzata-section .search-list .view-inline .search-item .btn-add-order-down {
  max-width: 175px;
}

@media screen and (max-width: 767px) {
  .view-inline .product-in-catalogo .btn-add-order-down, .view-inline .ricerca-avanzata-section .search-list .search-item .btn-add-order-down, .ricerca-avanzata-section .search-list .view-inline .search-item .btn-add-order-down {
    max-width: 150px;
  }
  .view-inline .product-in-catalogo .btn-add-order-down .pmb-quantity, .view-inline .ricerca-avanzata-section .search-list .search-item .btn-add-order-down .pmb-quantity, .ricerca-avanzata-section .search-list .view-inline .search-item .btn-add-order-down .pmb-quantity, .view-inline .product-in-catalogo .btn-add-order-down button, .view-inline .ricerca-avanzata-section .search-list .search-item .btn-add-order-down button, .ricerca-avanzata-section .search-list .view-inline .search-item .btn-add-order-down button {
    margin-right: 0;
  }
}

#btn-lang p {
  padding-top: 4px;
}

.title-section {
  line-height: 66px;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 15px;
}

.title-section.dark {
  color: #464646;
}

.title-section.light {
  color: #fff;
}

.title-section.big-margin {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .title-section {
    line-height: 42px;
  }
}

.subtitle-section {
  font-size: 16px;
  padding: 0 150px;
  text-align: center;
  line-height: 21px;
}

.subtitle-section.dark {
  color: #464646;
}

.subtitle-section.light {
  padding: 0 75px;
  color: #fff;
}

.subtitle-section.medium-margin {
  margin-bottom: 30px;
}

.subtitle-section.big-margin {
  margin-bottom: 55px;
}

.subtitle-section.big-font {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .subtitle-section {
    padding: 0;
    text-align: left;
  }
}

.medium-title {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  color: #2368ad;
  padding-left: 45px;
  margin-bottom: 20px;
}

.medium-title.padding-bottom {
  padding-left: 0;
}

#tabs-details {
  border-radius: 8px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#tabs-details.ui-widget {
  background: none;
}

@media screen and (max-width: 767px) {
  #tabs-details {
    max-width: 100%;
  }
}

#tabs-details .ui-tabs-nav {
  border: none;
  background: transparent;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #tabs-details .ui-tabs-nav {
    width: 20%;
  }
}

#tabs-details .ui-tabs-nav .ui-tabs-tab {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: none;
  background-color: #cecece;
  border: solid 1px #cecece;
  font-size: 20px;
  margin-right: 15px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  #tabs-details .ui-tabs-nav .ui-tabs-tab {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
}

#tabs-details .ui-tabs-nav .ui-tabs-tab a {
  color: rgba(70, 70, 70, 0.5);
  padding: 15px 35px;
  white-space: normal;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media screen and (max-width: 767px) {
  #tabs-details .ui-tabs-nav .ui-tabs-tab a {
    font-size: 14px;
    padding: 15px;
    width: 100%;
  }
}

#tabs-details .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  background-color: #fff;
  border: 1px solid #cecece;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  #tabs-details .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
    border: none;
  }
}

#tabs-details .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
  color: #464646;
}

#tabs-details .ui-tabs-panel {
  background: #fff;
  border: 1px solid #cecece;
}

@media screen and (max-width: 767px) {
  #tabs-details .ui-tabs-panel {
    width: 70%;
    float: left;
    margin-top: 1px;
    border: none;
  }
}

#tabs-details table {
  border-collapse: collapse;
  width: 100%;
}

#tabs-details table tr {
  border-bottom: 1px solid #cecece;
}

#tabs-details table tr td {
  width: 60%;
  vertical-align: top;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26.5px;
  text-align: left;
  color: #464646;
  padding: 15px 0 5px 0;
}

#tabs-details table tr td:first-child {
  width: 40%;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
}

#tabs-orders-new {
  border-radius: 8px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#tabs-orders-new.ui-widget {
  background: none;
}

@media screen and (max-width: 767px) {
  #tabs-orders-new {
    max-width: 100%;
  }
}

#tabs-orders-new .ui-tabs-nav {
  border: none;
  background: transparent;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #tabs-orders-new .ui-tabs-nav {
    width: 100%;
  }
}

#tabs-orders-new .ui-tabs-nav .ui-tabs-tab {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: none;
  background-color: rgba(206, 206, 206, 0.8);
  border: solid 1px #afb5ba;
  font-size: 20px;
  margin-right: 15px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  #tabs-orders-new .ui-tabs-nav .ui-tabs-tab {
    border-radius: 8px;
    width: 100%;
    margin-bottom: 5px;
  }
}

#tabs-orders-new .ui-tabs-nav .ui-tabs-tab a {
  color: #464646;
  padding: 15px 50px;
  white-space: normal;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media screen and (max-width: 767px) {
  #tabs-orders-new .ui-tabs-nav .ui-tabs-tab a {
    font-size: 14px;
    padding: 15px;
    width: 100%;
  }
}

#tabs-orders-new .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  #tabs-orders-new .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
    border: none;
  }
}

#tabs-orders-new .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
  color: #464646;
}

#tabs-orders-new .ui-tabs-panel {
  background: #fff;
  border: none;
}

@media screen and (max-width: 767px) {
  #tabs-orders-new .ui-tabs-panel {
    margin-top: 1px;
    border: none;
  }
}

#tabs-orders-new table {
  border-collapse: collapse;
  width: 100%;
  padding: 60px 50px;
}

#tabs-orders-new table tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media screen and (max-width: 992px) {
  #tabs-orders-new table tr {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#tabs-orders-new table tr:nth-child(2n) {
  border-bottom: 1px solid #cecece;
  padding: 0 0 20px 0;
}

#tabs-orders-new table tr td {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 26.5px;
  text-align: left;
  color: #464646;
  padding: 15px 0 5px 0;
}

#tabs-orders-new table tr td.td-fullwidth {
  width: 100%;
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  padding-top: 30px;
}

#tabs-orders-new table tr td.td-fullwidth h3 {
  font-family: "ZillaSlab-BoldItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2368ad;
}

#tabs-orders-new table tr td.to-f-code {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 10%;
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
}

#tabs-orders-new table tr td.to-f-desc {
  width: 35%;
  -webkit-flex-basis: 355;
      -ms-flex-preferred-size: 355;
          flex-basis: 355;
}

#tabs-orders-new table tr td.to-f-price {
  width: 35%;
  -webkit-flex-basis: 35%;
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
}

#tabs-orders-new table tr td.to-f-btn {
  width: 20%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#tabs-orders-new table tr td.to-f-btn .btn-small > p {
  padding: 7px 0;
  color: #fff;
}

#tabs-orders-new table tr td.to-f-btn .btn-small:hover > p {
  color: #2368ad;
}

#tabs-orders-new table tr td.to-f-btn .loading {
  display: none;
  width: 50px;
}

.ui-tabs-vertical {
  width: 55em;
}

.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: left;
  width: 12em;
}

.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 40em;
}

#tab-orders-1 .order-tab .tab-order-header,
#tab-orders-2 .order-tab .tab-order-header,
#pay-online .order-tab .tab-order-header,
#paga-online .order-tab .tab-order-header {
  font-family: "ZillaSlab-Mediumitalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  cursor: pointer;
  color: #464646;
  font-size: 22px;
}

#tab-orders-1 .order-tab .tab-order-header h3,
#tab-orders-2 .order-tab .tab-order-header h3,
#pay-online .order-tab .tab-order-header h3,
#paga-online .order-tab .tab-order-header h3 {
  display: inline-block;
  font-family: "ZillaSlab-BoldItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2368ad;
}

@media screen and (max-width: 992px) {
  #tab-orders-1 .order-tab .tab-order-header,
  #tab-orders-2 .order-tab .tab-order-header,
  #pay-online .order-tab .tab-order-header,
  #paga-online .order-tab .tab-order-header {
    padding: 25px 50px 25px 25px !important;
  }
}

#tab-orders-1 .order-tab .order-tab-arrow,
#tab-orders-2 .order-tab .order-tab-arrow,
#pay-online .order-tab .order-tab-arrow,
#paga-online .order-tab .order-tab-arrow {
  width: 17px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px 0;
  cursor: pointer;
}

#tab-orders-1 .order-tab .order-tab-arrow > .tab-arrow,
#tab-orders-2 .order-tab .order-tab-arrow > .tab-arrow,
#pay-online .order-tab .order-tab-arrow > .tab-arrow,
#paga-online .order-tab .order-tab-arrow > .tab-arrow {
  width: 17px;
  height: 10px;
  background-image: url("../svg/arrow-down-blue.svg");
}

#tab-orders-1 .order-tab .order-tab-status,
#tab-orders-2 .order-tab .order-tab-status,
#pay-online .order-tab .order-tab-status,
#paga-online .order-tab .order-tab-status {
  position: absolute;
  right: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px 0;
}

#tab-orders-1 .order-tab .order-tab-status span,
#tab-orders-2 .order-tab .order-tab-status span,
#pay-online .order-tab .order-tab-status span,
#paga-online .order-tab .order-tab-status span {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  right: 75px;
  margin-top: 2px;
}

@media screen and (max-width: 992px) {
  #tab-orders-1 .order-tab .order-tab-status span,
  #tab-orders-2 .order-tab .order-tab-status span,
  #pay-online .order-tab .order-tab-status span,
  #paga-online .order-tab .order-tab-status span {
    right: -15px;
    margin-top: -8px;
  }
}

#tab-orders-1 .order-tab .order-tab-status span.aperto,
#tab-orders-2 .order-tab .order-tab-status span.aperto,
#pay-online .order-tab .order-tab-status span.aperto,
#paga-online .order-tab .order-tab-status span.aperto {
  background: #88C52C;
}

#tab-orders-1 .order-tab .order-tab-status span.inserito,
#tab-orders-2 .order-tab .order-tab-status span.inserito,
#pay-online .order-tab .order-tab-status span.inserito,
#paga-online .order-tab .order-tab-status span.inserito {
  background: #f8c61c;
}

#tab-orders-1 .order-tab .order-tab-status span.eliminato,
#tab-orders-2 .order-tab .order-tab-status span.eliminato,
#pay-online .order-tab .order-tab-status span.eliminato,
#paga-online .order-tab .order-tab-status span.eliminato {
  background: #c91e1e;
}

#tab-orders-1 .order-tab .order-tab-status span.archiviato,
#tab-orders-2 .order-tab .order-tab-status span.archiviato,
#pay-online .order-tab .order-tab-status span.archiviato,
#paga-online .order-tab .order-tab-status span.archiviato {
  background: green;
}

#tab-orders-1 .order-tab .order-tab-status p,
#tab-orders-2 .order-tab .order-tab-status p,
#pay-online .order-tab .order-tab-status p,
#paga-online .order-tab .order-tab-status p {
  font-family: "ZillaSlab-BoldItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  #tab-orders-1 .order-tab .order-tab-status p,
  #tab-orders-2 .order-tab .order-tab-status p,
  #pay-online .order-tab .order-tab-status p,
  #paga-online .order-tab .order-tab-status p {
    display: none;
  }
}

#tab-orders-1 .order-tab.open .order-tab-arrow > .tab-arrow,
#tab-orders-2 .order-tab.open .order-tab-arrow > .tab-arrow,
#pay-online .order-tab.open .order-tab-arrow > .tab-arrow,
#paga-online .order-tab.open .order-tab-arrow > .tab-arrow {
  background-image: url("../svg/arrow-top-blue.svg");
}

.ordini-tab-wrapper {
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .ordini-tab-wrapper {
    margin-top: -80px;
  }
}

#form-diventa-cliente .wpcf7-submit, #form-info-in-carrello .wpcf7-submit {
  margin-top: 25px;
  color: #fff;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.25s;
}

#form-diventa-cliente .wpcf7-submit:hover, #form-info-in-carrello .wpcf7-submit:hover {
  color: #c91e1e;
  background: #fff;
}

#form-diventa-cliente .form-row, #form-info-in-carrello .form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  #form-diventa-cliente .form-row, #form-info-in-carrello .form-row {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}

#form-diventa-cliente .form-row.row-full .label-wrapper, #form-info-in-carrello .form-row.row-full .label-wrapper {
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

#form-diventa-cliente .form-row .label-wrapper, #form-info-in-carrello .form-row .label-wrapper {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 50%;
  padding: 0 5%;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  #form-diventa-cliente .form-row .label-wrapper, #form-info-in-carrello .form-row .label-wrapper {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 2px solid #c91e1e;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-checkbox.wpcf7-not-valid, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-checkbox.wpcf7-not-valid {
  border: none;
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap textarea, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap textarea {
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: none;
  font-size: 18px;
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap input, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap input {
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 38px;
  border-radius: 10px;
  font-size: 18px;
  padding: 0px 16px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap input.wpcf7-file, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap input.wpcf7-file {
  margin-top: 25px;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  width: inherit;
  color: #fff;
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  -webkit-transform: translate(17px, 10px);
          transform: translate(17px, 10px);
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-list-item, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-list-item {
  color: #fff;
}

#form-diventa-cliente .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-list-item input, #form-info-in-carrello .form-row .label-wrapper .wpcf7-form-control-wrap .wpcf7-list-item input {
  width: inherit;
  height: inherit;
  vertical-align: bottom;
}

#form-diventa-cliente .form-row .label-wrapper label, #form-info-in-carrello .form-row .label-wrapper label {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 15px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}

#form-diventa-cliente .form-row .label-wrapper label input, #form-info-in-carrello .form-row .label-wrapper label input {
  width: 100%;
  height: 38px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#form-diventa-cliente .wpcf7-submit, #form-info-in-carrello .wpcf7-submit {
  width: 124px;
  height: 50px;
  border-radius: 10px;
  border: 3px solid transparent;
  background-color: #c91e1e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

#form-diventa-cliente .wpcf7-submit:hover, #form-info-in-carrello .wpcf7-submit:hover {
  border-color: #c91e1e;
}

#diventa-cliente-form {
  display: none;
}

.wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  border: none;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.diventa-cliente-form-download h2 {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  color: #464646;
}

.diventa-cliente-form-download #diventa-cliente-form {
  display: block;
}

.diventa-cliente-form-download #diventa-cliente-form .section-wrapper {
  padding: 0;
}

.diventa-cliente-form-download #diventa-cliente-form .label-wrapper label {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin-left: 10px;
  text-align: left;
  color: #464646;
}

.diventa-cliente-form-download #diventa-cliente-form .label-wrapper input {
  width: 350px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  height: 38px;
}

@media screen and (max-width: 992px) {
  .diventa-cliente-form-download #diventa-cliente-form {
    overflow: hidden;
  }
}

.wrapper-form-download {
  padding: 0 150px;
}

@media screen and (max-width: 992px) {
  .wrapper-form-download {
    padding: 0;
  }
}

.wrapper-form-download .wpcf7-file {
  color: #464646 !important;
}

.wrapper-form-download .wpcf7-list-item input {
  vertical-align: top !important;
}

.wrapper-form-download .wpcf7-list-item .wpcf7-list-item-label {
  color: #464646;
  line-height: 25px;
}

@media screen and (max-width: 992px) {
  .wrapper-form-download .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    width: 90%;
  }
}

.wrapper-form-download h2 {
  padding-top: 55px;
  padding-bottom: 60px;
}

.wrapper-form-download p {
  text-align: center;
  padding-bottom: 45px;
}

#form-info-in-carrello .form-row .label-wrapper label {
  color: #464646;
}

#form-info-in-carrello .form-row .label-wrapper .wpcf7-list-item-label {
  color: #464646;
}

#tr-form-info {
  display: none;
}

#tr-form-info p {
  text-align: center;
}

#tr-form-info .full-width-form {
  width: 100%;
  margin-top: 55px;
  display: block !important;
}

#tr-form-info .full-width-form .wpcf7 {
  width: inherit;
}

.carrello table,
#paga-online table,
#pay-online table {
  width: 100%;
  padding: 60px 50px;
}

.carrello table tfoot tr,
#paga-online table tfoot tr,
#pay-online table tfoot tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carrello table tfoot tr td > *,
#paga-online table tfoot tr td > *,
#pay-online table tfoot tr td > * {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .carrello table tfoot tr td:first-child,
  #paga-online table tfoot tr td:first-child,
  #pay-online table tfoot tr td:first-child {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .carrello table tfoot tr td:last-child,
  #paga-online table tfoot tr td:last-child,
  #pay-online table tfoot tr td:last-child {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.carrello table tfoot tr td a,
#paga-online table tfoot tr td a,
#pay-online table tfoot tr td a {
  max-width: 320px;
}

.carrello table thead tr,
#paga-online table thead tr,
#pay-online table thead tr {
  padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .carrello table thead,
  #paga-online table thead,
  #pay-online table thead {
    display: none;
  }
}

.carrello table tr,
#paga-online table tr,
#pay-online table tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cecece;
  padding: 20px 0;
}

@media screen and (max-width: 992px) {
  .carrello table tr,
  #paga-online table tr,
  #pay-online table tr {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.carrello table tr.deleting,
#paga-online table tr.deleting,
#pay-online table tr.deleting {
  background-color: #f4bc18;
}

.carrello table tr th,
#paga-online table tr th,
#pay-online table tr th {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #2368ad;
}

.carrello table tr th.th-img-cell,
#paga-online table tr th.th-img-cell,
#pay-online table tr th.th-img-cell {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  width: 15%;
}

.carrello table tr th.th-cod-cell,
#paga-online table tr th.th-cod-cell,
#pay-online table tr th.th-cod-cell {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  width: 15%;
}

.carrello table tr th.th-desc-cell,
#paga-online table tr th.th-desc-cell,
#pay-online table tr th.th-desc-cell {
  text-align: left;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
}

.carrello table tr th.th-quant-cell,
#paga-online table tr th.th-quant-cell,
#pay-online table tr th.th-quant-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello table tr th.th-elimina-cell,
#paga-online table tr th.th-elimina-cell,
#pay-online table tr th.th-elimina-cell {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
}

.carrello table tr td,
#paga-online table tr td,
#pay-online table tr td {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #464646;
}

.carrello table tr td .mobile-header,
#paga-online table tr td .mobile-header,
#pay-online table tr td .mobile-header {
  display: none;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #2368ad;
}

@media screen and (max-width: 992px) {
  .carrello table tr td,
  #paga-online table tr td,
  #pay-online table tr td {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100% !important;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
  }
  .carrello table tr td .mobile-header,
  #paga-online table tr td .mobile-header,
  #pay-online table tr td .mobile-header {
    display: block;
  }
  .carrello table tr td > *,
  #paga-online table tr td > *,
  #pay-online table tr td > * {
    width: 50%;
  }
}

.carrello table tr td.img-cell,
#paga-online table tr td.img-cell,
#pay-online table tr td.img-cell {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  width: 15%;
}

.carrello table tr td.img-cell img,
#paga-online table tr td.img-cell img,
#pay-online table tr td.img-cell img {
  max-width: 80px;
}

.carrello table tr td.cod-cell,
#paga-online table tr td.cod-cell,
#pay-online table tr td.cod-cell {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  width: 15%;
}

.carrello table tr td.desc-cell,
#paga-online table tr td.desc-cell,
#pay-online table tr td.desc-cell {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.carrello table tr td.quant-cell,
#paga-online table tr td.quant-cell,
#pay-online table tr td.quant-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello table tr td.quant-cell input,
#paga-online table tr td.quant-cell input,
#pay-online table tr td.quant-cell input {
  width: 64px;
  height: 38px;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #cecece;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #464646;
}

.carrello table tr td.quant-cell .row-quantity-button,
#paga-online table tr td.quant-cell .row-quantity-button,
#pay-online table tr td.quant-cell .row-quantity-button {
  width: 20px;
}

.carrello table tr td.elimina-cell,
#paga-online table tr td.elimina-cell,
#pay-online table tr td.elimina-cell {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
}

.carrello table tr td.elimina-cell .junk-submit,
#paga-online table tr td.elimina-cell .junk-submit,
#pay-online table tr td.elimina-cell .junk-submit {
  background: url("../svg/junk.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 26px;
  border: none;
  cursor: pointer;
}

.carrello.carrello-cliente-table-wrapper tr th.th-img-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-img-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-img-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-img-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-img-cell,
#paga-online.carrello-cliente-table-wrapper tr th.th-img-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-img-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-img-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-img-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-img-cell,
#pay-online.carrello-cliente-table-wrapper tr th.th-img-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-img-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-img-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-img-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-img-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr th.th-cod-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-cod-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-cod-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-cod-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-cod-cell,
#paga-online.carrello-cliente-table-wrapper tr th.th-cod-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-cod-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-cod-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-cod-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-cod-cell,
#pay-online.carrello-cliente-table-wrapper tr th.th-cod-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-cod-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-cod-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-cod-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-cod-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr th.th-desc-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-desc-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-desc-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-desc-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-desc-cell,
#paga-online.carrello-cliente-table-wrapper tr th.th-desc-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-desc-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-desc-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-desc-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-desc-cell,
#pay-online.carrello-cliente-table-wrapper tr th.th-desc-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-desc-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-desc-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-desc-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-desc-cell {
  text-align: left;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
}

.carrello.carrello-cliente-table-wrapper tr th.th-quant-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-quant-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-quant-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-quant-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-quant-cell,
#paga-online.carrello-cliente-table-wrapper tr th.th-quant-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-quant-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-quant-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-quant-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-quant-cell,
#pay-online.carrello-cliente-table-wrapper tr th.th-quant-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-quant-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-quant-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-quant-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-quant-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr th.th-prezzo-pz-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#paga-online.carrello-cliente-table-wrapper tr th.th-prezzo-pz-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#pay-online.carrello-cliente-table-wrapper tr th.th-prezzo-pz-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-prezzo-pz-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-prezzo-pz-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr th.th-prezzo-tot-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#paga-online.carrello-cliente-table-wrapper tr th.th-prezzo-tot-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#pay-online.carrello-cliente-table-wrapper tr th.th-prezzo-tot-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-prezzo-tot-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-prezzo-tot-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr th.th-sconto-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-sconto-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-sconto-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-sconto-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-sconto-cell,
#paga-online.carrello-cliente-table-wrapper tr th.th-sconto-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-sconto-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-sconto-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-sconto-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-sconto-cell,
#pay-online.carrello-cliente-table-wrapper tr th.th-sconto-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-sconto-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-sconto-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-sconto-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-sconto-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr th.th-elimina-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-elimina-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-elimina-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-elimina-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr th.th-elimina-cell,
#paga-online.carrello-cliente-table-wrapper tr th.th-elimina-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-elimina-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-elimina-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-elimina-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr th.th-elimina-cell,
#pay-online.carrello-cliente-table-wrapper tr th.th-elimina-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-elimina-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-elimina-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-elimina-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr th.th-elimina-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr td.img-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.img-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.img-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.img-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.img-cell,
#paga-online.carrello-cliente-table-wrapper tr td.img-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.img-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.img-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.img-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.img-cell,
#pay-online.carrello-cliente-table-wrapper tr td.img-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.img-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.img-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.img-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.img-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr td.cod-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.cod-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.cod-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.cod-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.cod-cell,
#paga-online.carrello-cliente-table-wrapper tr td.cod-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.cod-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.cod-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.cod-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.cod-cell,
#pay-online.carrello-cliente-table-wrapper tr td.cod-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.cod-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.cod-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.cod-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.cod-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr td.desc-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.desc-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.desc-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.desc-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.desc-cell,
#paga-online.carrello-cliente-table-wrapper tr td.desc-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.desc-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.desc-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.desc-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.desc-cell,
#pay-online.carrello-cliente-table-wrapper tr td.desc-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.desc-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.desc-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.desc-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.desc-cell {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
}

.carrello.carrello-cliente-table-wrapper tr td.quant-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.quant-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.quant-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.quant-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.quant-cell,
#paga-online.carrello-cliente-table-wrapper tr td.quant-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.quant-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.quant-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.quant-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.quant-cell,
#pay-online.carrello-cliente-table-wrapper tr td.quant-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.quant-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.quant-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.quant-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.quant-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr td.prezzo-pz-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.prezzo-pz-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.prezzo-pz-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.prezzo-pz-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.prezzo-pz-cell,
#paga-online.carrello-cliente-table-wrapper tr td.prezzo-pz-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.prezzo-pz-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.prezzo-pz-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.prezzo-pz-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.prezzo-pz-cell,
#pay-online.carrello-cliente-table-wrapper tr td.prezzo-pz-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.prezzo-pz-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.prezzo-pz-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.prezzo-pz-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.prezzo-pz-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr td.prezzo-tot-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.prezzo-tot-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.prezzo-tot-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.prezzo-tot-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.prezzo-tot-cell,
#paga-online.carrello-cliente-table-wrapper tr td.prezzo-tot-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.prezzo-tot-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.prezzo-tot-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.prezzo-tot-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.prezzo-tot-cell,
#pay-online.carrello-cliente-table-wrapper tr td.prezzo-tot-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.prezzo-tot-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.prezzo-tot-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.prezzo-tot-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.prezzo-tot-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr td.sconto-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.sconto-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.sconto-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.sconto-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.sconto-cell,
#paga-online.carrello-cliente-table-wrapper tr td.sconto-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.sconto-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.sconto-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.sconto-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.sconto-cell,
#pay-online.carrello-cliente-table-wrapper tr td.sconto-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.sconto-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.sconto-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.sconto-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.sconto-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.carrello.carrello-cliente-table-wrapper tr td.elimina-cell, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.elimina-cell,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.elimina-cell,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.elimina-cell,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.elimina-cell,
#paga-online.carrello-cliente-table-wrapper tr td.elimina-cell, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.elimina-cell,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.elimina-cell,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.elimina-cell,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.elimina-cell,
#pay-online.carrello-cliente-table-wrapper tr td.elimina-cell, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.elimina-cell,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.elimina-cell,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.elimina-cell,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.elimina-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

.carrello.carrello-cliente-table-wrapper tr td.elimina-cell .junk-submit, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#paga-online.carrello-cliente-table-wrapper tr td.elimina-cell .junk-submit, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#pay-online.carrello-cliente-table-wrapper tr td.elimina-cell .junk-submit, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.elimina-cell .junk-submit,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr td.elimina-cell .junk-submit {
  background: url("../svg/junk.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 26px;
  border: none;
  cursor: pointer;
}

.carrello.carrello-cliente-table-wrapper tr.subtotale-row, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row,
#paga-online.carrello-cliente-table-wrapper tr.subtotale-row, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row,
#pay-online.carrello-cliente-table-wrapper tr.subtotale-row, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row {
  padding: 30px 100px 30px 30px;
  border: none;
  border-radius: 10px;
  background-color: #ededed;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}

.carrello.carrello-cliente-table-wrapper tr.subtotale-row td, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row td,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row td,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row td,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row td,
#paga-online.carrello-cliente-table-wrapper tr.subtotale-row td, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row td,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row td,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row td,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row td,
#pay-online.carrello-cliente-table-wrapper tr.subtotale-row td, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row td,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row td,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row td,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row td {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #464646;
}

.carrello.carrello-cliente-table-wrapper tr.subtotale-row td.subtotale-val, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#paga-online.carrello-cliente-table-wrapper tr.subtotale-row td.subtotale-val, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#pay-online.carrello-cliente-table-wrapper tr.subtotale-row td.subtotale-val, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row td.subtotale-val,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.subtotale-row td.subtotale-val {
  text-align: right;
}

.carrello.carrello-cliente-table-wrapper tr.totale-row, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row,
#paga-online.carrello-cliente-table-wrapper tr.totale-row, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row,
#pay-online.carrello-cliente-table-wrapper tr.totale-row, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row {
  padding: 30px 100px 30px 30px;
  border: none;
  border-radius: 10px;
  background-color: #cecece;
  margin-top: 10px;
}

.carrello.carrello-cliente-table-wrapper tr.totale-row h3, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row h3,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row h3,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row h3,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row h3,
#paga-online.carrello-cliente-table-wrapper tr.totale-row h3, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row h3,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row h3,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row h3,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row h3,
#pay-online.carrello-cliente-table-wrapper tr.totale-row h3, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row h3,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row h3,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row h3,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row h3 {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  color: #464646;
}

.carrello.carrello-cliente-table-wrapper tr.totale-row p, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row p,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row p,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row p,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.totale-row p,
#paga-online.carrello-cliente-table-wrapper tr.totale-row p, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row p,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row p,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row p,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.totale-row p,
#pay-online.carrello-cliente-table-wrapper tr.totale-row p, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row p,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row p,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row p,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.totale-row p {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  color: #464646;
}

.carrello.carrello-cliente-table-wrapper tr.last-row, #tab-orders-1 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.last-row,
#tab-orders-2 .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.last-row,
#paga-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.last-row,
#pay-online .order-tab .tab-order-content .carrello.tab-order-table-wrapper tr.last-row,
#paga-online.carrello-cliente-table-wrapper tr.last-row, #tab-orders-1 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.last-row,
#tab-orders-2 .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.last-row,
#paga-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.last-row,
#pay-online .order-tab .tab-order-content #paga-online.tab-order-table-wrapper tr.last-row,
#pay-online.carrello-cliente-table-wrapper tr.last-row, #tab-orders-1 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.last-row,
#tab-orders-2 .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.last-row,
#paga-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.last-row,
#pay-online .order-tab .tab-order-content #pay-online.tab-order-table-wrapper tr.last-row {
  border: none;
}

#tab-orders-1 .order-tab,
#tab-orders-2 .order-tab,
#paga-online .order-tab,
#pay-online .order-tab {
  margin-bottom: 25px;
}

#tab-orders-1 .order-tab .tab-order-header,
#tab-orders-2 .order-tab .tab-order-header,
#paga-online .order-tab .tab-order-header,
#pay-online .order-tab .tab-order-header {
  position: relative;
  padding: 25px 25px;
}

@media screen and (max-width: 992px) {
  #tab-orders-1 .order-tab .tab-order-header,
  #tab-orders-2 .order-tab .tab-order-header,
  #paga-online .order-tab .tab-order-header,
  #pay-online .order-tab .tab-order-header {
    padding: 25px 100px 25px 25px !important;
  }
}

#tab-orders-1 .order-tab .tab-order-header:after,
#tab-orders-2 .order-tab .tab-order-header:after,
#paga-online .order-tab .tab-order-header:after,
#pay-online .order-tab .tab-order-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: #2368ad;
  padding-left: 25px;
  width: calc(100% - 50px);
}

#tab-orders-1 .order-tab .tab-order-content,
#tab-orders-2 .order-tab .tab-order-content,
#paga-online .order-tab .tab-order-content,
#pay-online .order-tab .tab-order-content {
  display: none;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr {
  background: #2368ad;
  border-radius: 10px;
  padding: 0 25px;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th {
  padding: 30px 10px 15px 10px;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-img-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-img-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-img-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-img-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
  padding-left: 0;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-cod-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-cod-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-cod-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-cod-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-desc-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-desc-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-desc-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-desc-cell {
  text-align: left;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-quant-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-quant-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-quant-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-quant-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
  text-align: right;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-prezzo-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-prezzo-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-prezzo-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-prezzo-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
  text-align: right;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-data-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-data-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-data-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-data-cell {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  width: 15%;
  padding-right: 0;
  text-align: right;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-dettaglio-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-dettaglio-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-dettaglio-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead tr th.th-dettaglio-cell {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  width: 15%;
  padding-right: 0;
  text-align: right;
}

@media screen and (max-width: 992px) {
  #tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table thead,
  #tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table thead,
  #paga-online .order-tab .tab-order-content .tab-order-table-wrapper table thead,
  #pay-online .order-tab .tab-order-content .tab-order-table-wrapper table thead {
    display: none;
  }
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ededed;
  border-radius: 10px;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p {
  font-size: 30px;
  color: #464646;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p.table-footer-text,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p.table-footer-text,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p.table-footer-text,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p.table-footer-text {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 64px;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p.total-price,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p.total-price,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p.total-price,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr p.total-price {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-right: 250px;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr td,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr td,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr td,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tfoot tr td {
  padding: 20px 0;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody {
  padding-top: 25px;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr {
  border: none;
  position: relative;
  padding: 0 25px;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr:after,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr:after,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr:after,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: #cecece;
  padding-left: 25px;
  width: calc(100% - 50px);
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td {
  padding: 20px 10px;
}

@media screen and (min-width: 768px) {
  #tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td:first-child,
  #tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td:first-child,
  #paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td:first-child,
  #pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td:first-child {
    padding-left: 0;
  }
  #tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td:last-child,
  #tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td:last-child,
  #paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td:last-child,
  #pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td:last-child {
    padding-right: 0;
  }
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td .mobile-header,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td .mobile-header,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td .mobile-header,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td .mobile-header {
  display: none;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #2368ad;
}

@media screen and (max-width: 992px) {
  #tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td,
  #tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td,
  #paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td,
  #pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    width: 100% !important;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
  }
  #tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td .mobile-header,
  #tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td .mobile-header,
  #paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td .mobile-header,
  #pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td .mobile-header {
    display: block;
  }
  #tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td > *,
  #tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td > *,
  #paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td > *,
  #pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td > * {
    width: 50%;
  }
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.img-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.img-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.img-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.img-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.cod-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.cod-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.cod-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.cod-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.desc-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.desc-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.desc-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.desc-cell {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  width: 30%;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.quant-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.quant-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.quant-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.quant-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.prezzo-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.prezzo-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.prezzo-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.prezzo-cell {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.data-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.data-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.data-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.data-cell {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  width: 15%;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#tab-orders-1 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.dettaglio-cell,
#tab-orders-2 .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.dettaglio-cell,
#paga-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.dettaglio-cell,
#pay-online .order-tab .tab-order-content .tab-order-table-wrapper table tbody tr td.dettaglio-cell {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  width: 15%;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#paga-online .order-tab,
#pay-online .order-tab {
  background-color: white;
  padding: 75px 50px;
  max-width: 1366px;
  margin: 0 auto;
}

#paga-online table tr th,
#pay-online table tr th {
  color: white;
}

#map .map-content {
  padding: 10px;
}

#map .map-content .map-heading {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  color: #2368ad;
  font-weight: 500;
}

#map .map-content p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #464646;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 40px !important;
}

.swiper-container .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .swiper-container .swiper-slide {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.swiper-container .swiper-slide .ss-left {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .swiper-container .swiper-slide .ss-left {
    width: 100%;
  }
}

.swiper-container .swiper-slide .ss-left h3 {
  font-family: "ZillaSlab-Italic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  color: #464646;
  border-bottom: 2px solid #cecece;
  padding-bottom: 5px;
  margin-bottom: 45px;
}

@media screen and (max-width: 480px) {
  .swiper-container .swiper-slide .ss-left h3 {
    display: none;
  }
}

.swiper-container .swiper-slide .ss-left .ss-code {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #c91e1e;
}

.swiper-container .swiper-slide .ss-left .ss-name {
  font-family: "Roboto-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  text-align: left;
  line-height: 53px;
  color: #464646;
  margin-bottom: 80px;
}

.swiper-container .swiper-slide .ss-left .ss-price {
  position: relative;
  float: left;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 11px;
}

.swiper-container .swiper-slide .ss-left .ss-price.ss-price-del {
  margin-right: 10px;
  color: #909090;
}

.swiper-container .swiper-slide .ss-left .ss-price.ss-price-del:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #c91e1e;
}

.swiper-container .swiper-slide .ss-left .btn-small {
  float: left;
  clear: both;
  margin-left: 2px;
}

.swiper-container .swiper-slide .ss-right {
  width: 200px;
  padding-bottom: 25px;
  margin-right: 50px;
}

.swiper-container .swiper-slide .ss-right .product-image {
  float: right;
}

@media screen and (max-width: 480px) {
  .swiper-container .swiper-slide .ss-right {
    width: 100%;
  }
}

.swiper-container .swiper-pagination-bullets {
  bottom: 0px !important;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 1;
  border: 2px solid #464646;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #464646;
}

.custom-checkbox + label {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  color: #464646;
  padding-left: 35px;
  cursor: pointer;
}

.custom-checkbox:checked, .custom-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-checkbox:checked + label:before, .custom-checkbox:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 2px;
  border: solid 1px #909090;
}

.custom-checkbox:checked + label:after, .custom-checkbox:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #c91e1e;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 0.2s ease;
}

.custom-checkbox:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sidebar {
  float: right;
  width: 24%;
}

.sidebar.sidebar-single-product {
  width: 24%;
  border-radius: 10px;
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  .sidebar.sidebar-single-product {
    width: 100%;
  }
}

.sidebar.sidebar-single-product .related-product-box {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cecece;
}

.sidebar.sidebar-single-product .related-product-box p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #464646;
  margin-bottom: 20px;
}

.sidebar.sidebar-single-product .related-product-box .rpb-code {
  color: #c91e1e;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 7px;
}

.sidebar.sidebar-single-product .related-product-box .rpb-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar.sidebar-single-product .related-product-box .rpb-wrapper .rpb-left {
  width: 50%;
  padding-right: 5px;
}

.sidebar.sidebar-single-product .related-product-box .rpb-wrapper .rpb-right {
  width: 50%;
  padding-left: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sidebar.sidebar-single-product .related-product-box .rpb-wrapper .rpb-right h3 {
  margin-bottom: 10px;
}

.sidebar.sidebar-single-product .related-product-box .rpb-wrapper .rpb-right .btn-small {
  float: none;
  max-width: 320px;
}

.sidebar.sidebar-single-product .related-product-box .rpb-wrapper .rpb-right .btn-small p {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}

.sidebar.sidebar-single-product .related-product-box .rpb-wrapper .rpb-right .btn-small:hover p {
  color: #2368ad;
}

@media screen and (max-width: 992px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar .sidebar-title {
  padding-bottom: 7px;
  margin-bottom: 26px;
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #c91e1e;
}

.sidebar .filter-materiali {
  margin-top: 40px;
  margin-bottom: 100px;
}

.sidebar .filter-materiali h3 {
  margin-bottom: 25px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #464646;
}

.sidebar .related-machines li {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 2.67;
  color: #464646;
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 767px) {
  .sidebar .related-machines {
    display: none;
  }
}

.sidebar-list ul {
  margin-top: 26px;
  text-align: left;
}

.sidebar-list ul li {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 2.67;
  color: #464646;
  border-bottom: 1px solid #cecece;
}

.sidebar-list ul li a:hover {
  color: #2368ad;
}

.accordion {
  margin: 50px 0;
}

.accordion .accordion-panel header {
  padding: 10px 0;
  height: 48px;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 50px;
  font-size: 24px;
  text-align: left;
  color: #2368ad;
  border-bottom: 2px solid #2368ad;
}

.accordion .accordion-panel header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 167px;
  background: #ededed;
}

@media screen and (max-width: 767px) {
  .accordion .accordion-panel header.sticky {
    top: 75px;
  }
}

.accordion .accordion-panel header .accordion-panel-anchor {
  display: block;
  background-image: url("../svg/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.accordion .accordion-panel header .accordion-panel-anchor.open {
  background-image: url("../svg/arrow-top-blue.svg");
}

.accordion .accordion-panel header .accordion-panel-anchor svg {
  fill: #2368ad;
  width: 17px;
  height: 50px;
  float: right;
}

.accordion .accordion-panel ul {
  padding: 10px 0;
  display: none;
}

.accordion .accordion-panel ul li {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 2.67;
  color: #464646;
  border-bottom: 1px solid #cecece;
}

.section-news-card-home {
  background-color: #ededed;
  width: 100%;
}

.section-news-card-home .swiper-wrapper.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
          transform: translate3d(0px, 0, 0) !important;
}

.section-news-card-home .swiper-pagination.disabled {
  display: none;
}

.section-news-card-home .title-section {
  margin-bottom: 30px;
}

.section-news-card-home .swiper-slide {
  background-color: transparent;
}

.section-news-card-home .swiper-slide .slide-content {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background-color: white;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 70%;
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-news-card-home .swiper-slide .slide-content .image {
  max-width: 33.333333%;
  -webkit-flex: 1 1 33.333333%;
      -ms-flex: 1 1 33.333333%;
          flex: 1 1 33.333333%;
  width: 33.333333%;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content .image {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content .image {
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content .image {
    width: 100%;
  }
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content .image {
    margin-bottom: 30px;
  }
}

.section-news-card-home .swiper-slide .slide-content .texts {
  padding-left: 30px;
  max-width: 66.666666%;
  -webkit-flex: 1 1 66.666666%;
      -ms-flex: 1 1 66.666666%;
          flex: 1 1 66.666666%;
  width: 66.666666%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content .texts {
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content .texts {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content .texts {
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media screen and (max-width: 1023px), screen and (max-width: 899px) and (orientation: portrait) {
  .section-news-card-home .swiper-slide .slide-content .texts {
    width: 100%;
  }
}

.section-news-card-home .swiper-slide .slide-content .texts .title {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  text-transform: uppercase;
  font-size: 29px;
}

@media screen and (min-width: 1025px) {
  .section-news-card-home .swiper-slide .slide-content .texts .title {
    font-size: 29px;
  }
}

.section-news-card-home .swiper-slide .slide-content .texts .description {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #464646;
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  .section-news-card-home .swiper-slide .slide-content .texts .description {
    font-size: 16px;
  }
}

.section-news-card-home .swiper-slide .slide-content .texts .cta-container {
  padding: 20px 0 0 0;
}

.section-news-card-home .swiper-slide .slide-content .texts .cta-container .btn-small {
  line-height: 36px;
  text-transform: uppercase;
}

.section-services {
  min-height: 615px;
  transition: background 0.5s;
  background: #fff;
}

.section-services.bg-azure {
  background: #c0d3e6;
}

.section-services .icon-boxes-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .section-services .icon-boxes-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-services .icon-boxes-wrapper .icon-box {
  cursor: pointer;
}

.section-services .icon-boxes-wrapper .icon-box:hover .icon-wrapper {
  border-width: 10px;
}

.section-services .icon-boxes-wrapper .icon-box p {
  margin-top: 22px;
  padding: 0 21px;
  line-height: 22px;
  max-width: 150px;
  min-height: 36px;
  text-align: center;
}

.section-services .icon-boxes-wrapper .icon-box .icon-wrapper {
  position: relative;
  width: 186px;
  height: 186px;
  margin-top: 70px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border: solid 3px #2368ad;
  box-sizing: border-box;
  border-radius: 50%;
  transition: border 0.25s;
}

.section-services .icon-boxes-wrapper .icon-box .icon-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
}

.section-services .icon-boxes-wrapper .icon-box .icon-wrapper svg#delivery-icon {
  width: 75px;
}

.section-services .icon-boxes-wrapper .icon-box .icon-wrapper svg#world-icon {
  width: 66px;
}

.section-services .icon-boxes-wrapper .icon-box .icon-wrapper svg#support-icon {
  width: 76px;
}

.section-services .icon-boxes-wrapper .icon-box .icon-wrapper svg#spareparts-icon {
  width: 76px;
}

.section-services .single-service-section {
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0 0 0;
}

.section-services .single-service-section.service-visible {
  position: relative;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 992px) {
  .section-services .single-service-section.service-visible {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-services .single-service-section.service-visible .sss-left svg {
    margin: 45px 0;
  }
  .section-services .single-service-section.service-visible .sss-right svg {
    margin: 45px 0;
    top: 0;
  }
}

@media screen and (max-width: 992px) {
  .section-services .single-service-section {
    padding: 20px 0;
  }
}

.section-services .single-service-section h2 {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  color: #464646;
}

.section-services .single-service-section p {
  font-size: 16px;
  text-align: left;
}

.section-services .single-service-section .close-service-icon {
  cursor: pointer;
  width: 60px;
  position: absolute;
  right: 0;
  padding-right: 0;
  top: 60px;
}

.section-services .single-service-section svg {
  height: auto;
  padding-right: 75px;
  width: 153px;
}

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

.main-brands .brands-list-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .main-brands .brands-list-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-brands .brands-list-wrapper .brand-list {
  width: 30%;
  margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
  .main-brands .brands-list-wrapper .brand-list {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .main-brands .brands-list-wrapper .brand-list:first-child {
    display: block;
    width: 100%;
  }
}

.main-brands .brands-list-wrapper .brand-list:last-child {
  margin-right: 0;
}

.main-brands .brands-list-wrapper .brand-list li {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  padding: 10px 0;
  text-align: left;
  border-top: 1px solid #cecece;
}

.main-brands .brands-list-wrapper .brand-list li:last-child {
  border-bottom: 1px solid #cecece;
}

.main-brands .brands-list-wrapper .brand-list li a {
  line-height: 22px;
  display: block;
}

.deals-section .section-wrapper-internal {
  color: #464646;
  text-align: center;
  line-height: 20px;
}

.deals-section .deals-boxes-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 55px;
}

@media screen and (max-width: 992px) {
  .deals-section .deals-boxes-wrapper {
    display: block;
  }
}

.deals-section .deals-boxes-wrapper .deal-box {
  position: relative;
  box-sizing: border-box;
  margin: 20px 10px;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cecece;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.deals-section .deals-boxes-wrapper .deal-box:first-child {
  margin-left: 0;
}

.deals-section .deals-boxes-wrapper .deal-box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1340px) {
  .deals-section .deals-boxes-wrapper .deal-box {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .deals-section .deals-boxes-wrapper .deal-box:first-child {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .deals-section .deals-boxes-wrapper .deal-box {
    margin: 30px 0 0 0;
    width: inherit;
  }
}

.deals-section .deals-boxes-wrapper .deal-box h3 {
  margin-bottom: 25px;
  font-family: "ZillaSlab-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  color: #464646;
  width: 100%;
}

.deals-section .deals-boxes-wrapper .deal-box .single-deal {
  padding: 35px 0;
  border-bottom: 2px solid #cecece;
  overflow: auto;
  display: block;
  width: 33.33333%;
}

@media screen and (max-width: 992px) {
  .deals-section .deals-boxes-wrapper .deal-box .single-deal {
    border: none;
    width: 100%;
  }
  .deals-section .deals-boxes-wrapper .deal-box .single-deal:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 50px;
    border-bottom: 2px solid #cecece;
  }
  .deals-section .deals-boxes-wrapper .deal-box .single-deal:last-child:after {
    display: none;
  }
}

.deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-left {
  padding-right: 10px;
  display: inline-block;
  min-height: 120px;
}

.deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-left .product-image {
  max-width: 100px;
}

@media screen and (max-width: 992px) {
  .deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-left {
    display: block;
    width: inherit;
    text-align: center;
  }
  .deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-left img {
    margin-bottom: 50px;
    width: 100%;
    max-width: 400px;
  }
}

.deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-right {
  padding-left: 10px;
  text-align: left;
  width: 50%;
  min-height: 120px;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-right {
    display: block;
    width: inherit;
  }
}

.deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-right .sd-code {
  color: #c91e1e;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}

.deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-right .sd-price {
  position: relative;
  display: inline-block;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #464646;
}

.deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-right .sd-price.sd-price-del {
  margin-right: 10px;
  color: #909090;
}

.deals-section .deals-boxes-wrapper .deal-box .single-deal .sd-right .sd-price.sd-price-del:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #c91e1e;
}

.section-customer {
  background: url("../images/bg-become-costumer.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
}

.main-footer {
  background-image: linear-gradient(to top, #4d4c4c, #333333);
  border-top: 4px solid #909090;
}

.main-footer strong {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}

.main-footer p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
}

.section-contact-box {
  text-align: center;
}

.section-contact-box h2 {
  font-size: 40px;
  margin-bottom: 5px;
}

.section-contact-box .btn-main {
  min-width: 285px;
  margin-bottom: 25px;
}

.section-contact-box .btn-main p {
  font-size: 18px;
}

.section-intro-default, .section-intro-news, .section-intro-download, .container-esplosi .section-intro-esplosi {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%;
}

@media screen and (max-width: 767px) {
  .section-intro-default, .section-intro-news, .section-intro-download, .container-esplosi .section-intro-esplosi {
    background: #274767;
    background-position: center center;
  }
}

.section-intro-default.is-blue, .is-blue.section-intro-news, .is-blue.section-intro-download, .container-esplosi .is-blue.section-intro-esplosi {
  position: relative;
}

.section-intro-default.is-blue:before, .is-blue.section-intro-news:before, .is-blue.section-intro-download:before, .container-esplosi .is-blue.section-intro-esplosi:before {
  content: "";
  background: linear-gradient(to right, #274767, transparent);
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .section-intro-default.is-blue:before, .is-blue.section-intro-news:before, .is-blue.section-intro-download:before, .container-esplosi .is-blue.section-intro-esplosi:before {
    background: linear-gradient(to right, rgba(39, 71, 103, 0.5), transparent);
    width: 100%;
  }
}

.section-intro-default .sid-main p, .section-intro-news .sid-main p, .section-intro-download .sid-main p, .container-esplosi .section-intro-esplosi .sid-main p, .section-intro-download .sidd-main p, .container-esplosi .section-intro-esplosi .sidd-main p {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  color: #f8c61c;
  margin-bottom: 10px;
  display: inline-block;
}

.section-intro-default .sid-main h3, .section-intro-news .sid-main h3, .section-intro-download .sid-main h3, .container-esplosi .section-intro-esplosi .sid-main h3, .section-intro-download .sidd-main h3, .container-esplosi .section-intro-esplosi .sidd-main h3 {
  font-family: "Roboto-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-align: left;
  color: #fff;
}

.section-intro-ricerca-avanzata, .section-intro-ricerca-avanzata-risultati, .section-intro-ricerca-standard {
  background-image: url("../images/header-search-trasp.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%;
}

@media screen and (max-width: 767px) {
  .section-intro-ricerca-avanzata, .section-intro-ricerca-avanzata-risultati, .section-intro-ricerca-standard {
    background-size: cover;
    background-position: center;
  }
}

.section-intro-ricerca-avanzata .sira-left p, .section-intro-ricerca-avanzata-risultati .sira-left p, .section-intro-ricerca-standard .sira-left p {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  color: #f8c61c;
  margin-bottom: 10px;
}

.section-intro-ricerca-avanzata .sira-left h3, .section-intro-ricerca-avanzata-risultati .sira-left h3, .section-intro-ricerca-standard .sira-left h3 {
  font-family: "Roboto-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  text-align: left;
}

.section-intro-ricerca-avanzata .filter-items, .section-intro-ricerca-avanzata-risultati .filter-items, .section-intro-ricerca-standard .filter-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}

.section-intro-ricerca-avanzata .filter-items .filter-item, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item, .section-intro-ricerca-standard .filter-items .filter-item {
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .section-intro-ricerca-avanzata .filter-items .filter-item, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item, .section-intro-ricerca-standard .filter-items .filter-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    width: 50%;
  }
}

@media (max-width: 500px) {
  .section-intro-ricerca-avanzata .filter-items .filter-item, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item, .section-intro-ricerca-standard .filter-items .filter-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
  }
}

.section-intro-ricerca-avanzata .filter-items .filter-item.inline-filter-item label, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item.inline-filter-item label, .section-intro-ricerca-standard .filter-items .filter-item.inline-filter-item label {
  display: inline-block;
  min-width: 125px;
}

.section-intro-ricerca-avanzata .filter-items .filter-item.filter-item-full-width, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item.filter-item-full-width, .section-intro-ricerca-standard .filter-items .filter-item.filter-item-full-width {
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.section-intro-ricerca-avanzata .filter-items .filter-item.filter-item-full-width .input-group-image-fields, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item.filter-item-full-width .input-group-image-fields, .section-intro-ricerca-standard .filter-items .filter-item.filter-item-full-width .input-group-image-fields {
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.section-intro-ricerca-avanzata .filter-items .filter-item.filter-item-full-width .input-group-image-fields .img, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item.filter-item-full-width .input-group-image-fields .img, .section-intro-ricerca-standard .filter-items .filter-item.filter-item-full-width .input-group-image-fields .img {
  max-width: 50px;
}

.section-intro-ricerca-avanzata .filter-items .filter-item label, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item label, .section-intro-ricerca-standard .filter-items .filter-item label {
  display: block;
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 14px;
  text-align: left;
  color: #f8c61c;
}

.section-intro-ricerca-avanzata .filter-items .filter-item input:not([type='checkbox']), .section-intro-ricerca-avanzata-risultati .filter-items .filter-item input:not([type='checkbox']), .section-intro-ricerca-standard .filter-items .filter-item input:not([type='checkbox']) {
  border-radius: 10px;
  background-color: #fff;
  border: none;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 30px;
  width: 110px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  color: #464646;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.section-intro-ricerca-avanzata .filter-items .filter-item input:not([type='checkbox']).tolleranza, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item input:not([type='checkbox']).tolleranza, .section-intro-ricerca-standard .filter-items .filter-item input:not([type='checkbox']).tolleranza {
  width: 40px;
}

.section-intro-ricerca-avanzata .filter-items .filter-item .minus-plus, .section-intro-ricerca-avanzata-risultati .filter-items .filter-item .minus-plus, .section-intro-ricerca-standard .filter-items .filter-item .minus-plus {
  color: #f8c61c;
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
}

.section-intro-ricerca-avanzata .btn-search-wrapper, .section-intro-ricerca-avanzata-risultati .btn-search-wrapper, .section-intro-ricerca-standard .btn-search-wrapper {
  margin-top: 20px;
  text-align: center;
}

.section-intro-ricerca-avanzata .btn-search-wrapper a, .section-intro-ricerca-avanzata-risultati .btn-search-wrapper a, .section-intro-ricerca-standard .btn-search-wrapper a {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  width: 200px;
  text-transform: uppercase;
}

.section-intro-ricerca-avanzata .btn-submit, .section-intro-ricerca-avanzata-risultati .btn-submit, .section-intro-ricerca-standard .btn-submit {
  text-transform: uppercase;
  max-width: 200px;
  height: 48px;
}

.section-intro-ricerca-avanzata-risultati .sira-left {
  width: 50%;
  float: left;
}

.section-intro-ricerca-avanzata-risultati .sira-right {
  width: 50%;
  float: right;
}

@media screen and (max-width: 992px) {
  .section-intro-ricerca-avanzata-risultati .sira-right {
    width: 100%;
    float: left;
  }
}

.section-intro-ricerca-avanzata-risultati .sira-right .btn-search-wrapper {
  text-align: right;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .section-intro-ricerca-avanzata-risultati .sira-right .btn-search-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.section-intro-ricerca-avanzata-risultati .sira-right .btn-search-wrapper a {
  width: 330px !important;
}

@media screen and (max-width: 992px) {
  .section-intro-ricerca-avanzata-risultati .sira-right .btn-search-wrapper a {
    width: 225px !important;
  }
}

.section-intro-ricerca-avanzata-risultati .filter-items {
  margin: 0;
  padding-top: 50px;
}

.section-intro-ricerca-standard .sira-left {
  float: left;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-intro-ricerca-standard .sira-right {
  float: right;
  margin-top: 35px;
}

.section-intro-ricerca-standard .wrapper-input-filter .align-left {
  float: left;
}

.section-intro-ricerca-standard .wrapper-input-filter .align-left .select2-container {
  margin: 0;
}

.section-intro-ricerca-standard .wrapper-input-filter .align-right {
  float: right;
}

.section-intro-ricerca-standard .wrapper-input-filter .align-right .select2-container {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .section-intro-ricerca-standard .wrapper-input-filter .align-right {
    margin-top: 20px;
    float: left;
    clear: both;
  }
}

.section-intro-news {
  background-position: center center;
  background-size: contain;
  height: 400px;
}

.section-intro-download {
  background: #274767;
}

.section-intro-download .sidd-main {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.section-intro-download .sidd-sub {
  margin-top: 20px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  color: #fff;
  width: 75%;
}

#ordini-archivio-fatture .section-intro-default.header-archivio-ordini, #ordini-archivio-fatture .header-archivio-ordini.section-intro-news, #ordini-archivio-fatture .header-archivio-ordini.section-intro-download, #ordini-archivio-fatture .container-esplosi .header-archivio-ordini.section-intro-esplosi, .container-esplosi #ordini-archivio-fatture .header-archivio-ordini.section-intro-esplosi {
  background-image: url("../images/header-ordini01.jpg") !important;
}

#ordini-archivio-fatture .section-intro-default.header-ordini-aperti, #ordini-archivio-fatture .header-ordini-aperti.section-intro-news, #ordini-archivio-fatture .header-ordini-aperti.section-intro-download, #ordini-archivio-fatture .container-esplosi .header-ordini-aperti.section-intro-esplosi, .container-esplosi #ordini-archivio-fatture .header-ordini-aperti.section-intro-esplosi {
  background-image: url("../images/header-ordini01.jpg") !important;
}

#ordini-archivio-fatture .section-intro-default.header-fatture, #ordini-archivio-fatture .header-fatture.section-intro-news, #ordini-archivio-fatture .header-fatture.section-intro-download, #ordini-archivio-fatture .container-esplosi .header-fatture.section-intro-esplosi, .container-esplosi #ordini-archivio-fatture .header-fatture.section-intro-esplosi {
  background-image: url("../images/header-ordini.jpg") !important;
}

.section-intro-chi-siamo h4 {
  font-family: "Roboto-Thin", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  text-align: left;
  color: #fff;
}

.section-intro-scheda-prodotto .sisp-title a:hover p {
  text-decoration: underline;
}

.section-intro-scheda-prodotto .sisp-title p {
  display: inline-block;
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: left;
  color: #f4bc18;
}

.section-intro-scheda-prodotto .sisp-title h2 {
  font-family: "Roboto-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
  text-align: left;
  color: #fff;
}

.section-intro-scheda-prodotto .sisp-title h3 {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  color: #f4bc18;
}

.image-intro-mobile img {
  width: 100%;
  display: block;
}

.section-intro-brochure {
  background-image: url("../images/header-ordini.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%;
}

.section-intro-brochure .blue-background-opaque {
  position: absolute;
  background: linear-gradient(to right, #274767, rgba(0, 0, 0, 0.2));
  width: 50%;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .section-intro-brochure .blue-background-opaque {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-intro-brochure {
    background: #274767;
  }
}

.section-intro-brochure .si-title a {
  color: #f8c61c;
}

.section-intro-brochure .si-title a:hover {
  text-decoration: underline;
}

.section-intro-brochure.ice---cold-catalogue {
  background-image: url("../../../../../../uploads/sepmedia/cataloghi/catalogo_21_header.jpg");
}

.section-intro-brochure.washing-catalogue {
  background-image: url("../../../../../../uploads/sepmedia/cataloghi/catalogo_22_header.jpg");
}

.section-intro-brochure.cooking-catalogue {
  background-image: url("../../../../../../uploads/sepmedia/cataloghi/catalogo_23_header.jpg");
}

.section-intro-brochure.coffee-catalogue {
  background-image: url("../../../../../../uploads/sepmedia/cataloghi/catalogo_24_header.jpg");
}

.section-intro-brochure.water-treatment {
  background-image: url("../../../../../../uploads/sepmedia/cataloghi/catalogo_25_header.jpg");
}

.section-intro-brochure.bar-and-catering-equipment {
  background-image: url("../../../../../../uploads/sepmedia/cataloghi/catalogo_26_header.jpg");
}

.section-intro-catalogo-prodotti {
  background-image: url("../images/header-ordini.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%;
}

@media screen and (max-width: 767px) {
  .section-intro-catalogo-prodotti {
    background: #274767;
  }
}

.section-intro-catalogo-prodotti .si-title a {
  color: #f8c61c;
}

.section-intro-catalogo-prodotti .si-title a:hover {
  text-decoration: underline;
}

.section-intro-catalogo-prodotti .si-last {
  margin-bottom: 50px;
}

.section-intro-catalogo-prodotti .si-last .header-three-col {
  float: left;
  width: 76%;
}

@media screen and (max-width: 992px) {
  .section-intro-catalogo-prodotti .si-last .header-three-col {
    width: 100%;
  }
}

.section-intro-catalogo-prodotti .si-last .header-three-col .header-tc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
}

@media screen and (max-width: 992px) {
  .section-intro-catalogo-prodotti .si-last .header-three-col .header-tc-wrapper {
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .section-intro-catalogo-prodotti .si-last .header-three-col .header-tc-wrapper {
    padding-right: 0;
  }
}

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

.section-intro p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #fff;
  display: inline-block;
}

.section-intro .si-left p, .section-intro .si-right p {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  text-align: left;
  color: #f8c61c;
  margin-bottom: 10px;
}

.section-intro h4 {
  font-family: "Roboto-Thin", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  text-align: left;
  color: #fff;
}

.section-intro h3 {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  text-align: left;
  color: #fff;
}

.section-intro h2 {
  font-family: "Roboto-Thin", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  text-align: left;
  color: #fff;
}

.section-intro .si-right {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  margin-bottom: 40px;
  max-width: 70%;
}

@media screen and (max-width: 767px) {
  .section-intro .si-right {
    display: block;
    padding-left: 0;
    max-width: 100%;
  }
  .section-intro .si-right .si-title p {
    font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #f4bc18;
  }
  .section-intro .si-right .si-title h2 {
    font-family: "Roboto-Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    color: #fff;
  }
}

.section-intro .si-right .si-excerpt {
  margin-top: 55px;
}

.section-intro .si-right .si-excerpt p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.section-intro .si-right .si-excerpt a {
  display: block;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.section-intro .si-left {
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .section-intro .si-left {
    border-right: none;
    margin-bottom: 25px;
  }
  .section-intro .si-left p {
    font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
  }
  .section-intro .si-left p::after {
    content: ":";
  }
  .section-intro .si-left h3 {
    display: inline-block;
    font-size: 24px;
    text-align: left;
    color: #fff;
  }
}

.image-carousel-wrapper {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.image-carousel-wrapper .image-carousel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.image-carousel-wrapper .image-carousel > div {
  padding: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-flex-basis: 108px;
      -ms-flex-preferred-size: 108px;
          flex-basis: 108px;
  width: 108px;
}

@media screen and (max-width: 992px) {
  .image-carousel-wrapper .image-carousel > div {
    -webkit-flex-basis: 108px;
        -ms-flex-preferred-size: 108px;
            flex-basis: 108px;
    width: 108px;
  }
}

@media screen and (max-width: 480px) {
  .image-carousel-wrapper .image-carousel > div {
    -webkit-flex-basis: 108px;
        -ms-flex-preferred-size: 108px;
            flex-basis: 108px;
    width: 108px;
  }
}

.image-carousel-wrapper .image-carousel > div.hidden-box {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

.image-carousel-wrapper .image-carousel > div.selectedImg {
  border-color: #2368ad;
}

.image-carousel-wrapper .image-carousel > div img {
  display: block;
  margin: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  max-width: 100% !important;
}

.ua-safari .download-list-content {
  margin-top: 0 !important;
}

.download-list-container .download-list-content .download-list .dl-box {
  min-height: 300px;
  background-image: url("../images/img-mobile-01.jpg");
  background-size: contain;
  padding: 0 !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.download-list-container .download-list-content .download-list .dl-box .dl-box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #fff;
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.download-list-container .download-list-content .download-list .dl-box .dl-box-content .dl-box-date {
  padding-top: 0 !important;
}

.download-list-container .download-list-content .download-list .dl-box .dl-box-content .dl-box-title {
  font-weight: 500;
}

.download-list-container .download-list-content .download-list .dl-box .dl-box-content .dl-box-arrow svg {
  width: 29px;
}

.single-news-container {
  padding-bottom: 200px;
}

.single-news-container .sn-date h2 {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  color: #464646;
}

.single-news-container .sn-main .sn-right {
  padding-top: 80px;
}

.single-news-container .sn-main .sn-left .sn-title,
.single-news-container .sn-main .sn-right .sn-title {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  text-align: left;
  font-weight: 500;
  color: #2368ad;
  line-height: 48px;
  padding-right: 45px;
}

@media screen and (max-width: 992px) {
  .single-news-container .sn-main .sn-left .sn-title,
  .single-news-container .sn-main .sn-right .sn-title {
    padding: 0;
    margin-bottom: 20px;
  }
}

.single-news-container .sn-main .sn-left .attachments-title,
.single-news-container .sn-main .sn-right .attachments-title {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  text-align: left;
  font-weight: 500;
  color: #2368ad;
  line-height: 38px;
  margin: 30px 0;
}

.single-news-container .sn-main .sn-left .attachments .attachment,
.single-news-container .sn-main .sn-right .attachments .attachment {
  margin-top: 10px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}

.single-news-container .sn-main .sn-left .gallery,
.single-news-container .sn-main .sn-right .gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-news-container .sn-main .sn-left .gallery .pic,
.single-news-container .sn-main .sn-right .gallery .pic {
  padding: 10px;
  max-width: 100px;
}

.single-news-container .sn-main .sn-left .sn-content,
.single-news-container .sn-main .sn-right .sn-content {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  padding-top: 45px;
  line-height: 24px;
  text-align: left;
  color: #464646;
}

@media screen and (max-width: 992px) {
  .single-news-container .sn-main .sn-left .sn-content,
  .single-news-container .sn-main .sn-right .sn-content {
    padding: 0;
  }
}

.single-news-container .sn-main .sn-left .sn-content .alignleft,
.single-news-container .sn-main .sn-right .sn-content .alignleft {
  padding: 0 10px 10px 0;
  float: left;
}

.single-news-container .sn-main .sn-left .sn-content .alignright,
.single-news-container .sn-main .sn-right .sn-content .alignright {
  padding: 0 0 10px 10px;
  float: right;
}

.other-news-container, .download-list-container {
  background-color: #ededed;
}

.other-news-container .other-news-content, .download-list-container .other-news-content, .download-list-container .download-list-content {
  margin-top: -175px;
}

.other-news-container .other-news-content .on-title > h2, .download-list-container .other-news-content .on-title > h2, .download-list-container .download-list-content .on-title > h2 {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 20px;
  color: #464646;
}

.other-news-container .other-news-content .news-list, .download-list-container .other-news-content .news-list, .download-list-container .download-list-content .news-list, .download-list-container .download-list-content .download-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-news-container .other-news-content .news-list .nl-box, .download-list-container .other-news-content .news-list .nl-box, .download-list-container .download-list-content .news-list .nl-box, .download-list-container .download-list-content .download-list .nl-box, .download-list-container .download-list-content .download-list .dl-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border: solid 1px #cecece;
  margin-bottom: 55px;
  width: 27%;
}

@media screen and (max-width: 992px) {
  .other-news-container .other-news-content .news-list .nl-box, .download-list-container .other-news-content .news-list .nl-box, .download-list-container .download-list-content .news-list .nl-box, .download-list-container .download-list-content .download-list .nl-box, .download-list-container .download-list-content .download-list .dl-box {
    width: 47%;
  }
}

@media screen and (max-width: 480px) {
  .other-news-container .other-news-content .news-list .nl-box, .download-list-container .other-news-content .news-list .nl-box, .download-list-container .download-list-content .news-list .nl-box, .download-list-container .download-list-content .download-list .nl-box, .download-list-container .download-list-content .download-list .dl-box {
    width: 100%;
  }
}

.other-news-container .other-news-content .news-list .nl-box.hidden, .download-list-container .other-news-content .news-list .nl-box.hidden, .download-list-container .download-list-content .news-list .nl-box.hidden, .download-list-container .download-list-content .download-list .nl-box.hidden, .download-list-container .download-list-content .download-list .hidden.dl-box {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

.other-news-container .other-news-content .news-list .nl-box .nl-box-content .nl-box-date, .download-list-container .other-news-content .news-list .nl-box .nl-box-content .nl-box-date, .download-list-container .download-list-content .news-list .nl-box .nl-box-content .nl-box-date, .download-list-container .download-list-content .download-list .nl-box .nl-box-content .nl-box-date, .download-list-container .download-list-content .download-list .dl-box .nl-box-content .nl-box-date, .download-list-container .download-list-content .download-list .dl-box .dl-box-content .nl-box-date, .download-list-container .download-list-content .download-list .dl-box .dl-box-content .dl-box-date {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-top: 200px;
  color: #464646;
}

.other-news-container .other-news-content .news-list .nl-box .nl-box-content .nl-box-title, .download-list-container .other-news-content .news-list .nl-box .nl-box-content .nl-box-title, .download-list-container .download-list-content .news-list .nl-box .nl-box-content .nl-box-title, .download-list-container .download-list-content .download-list .nl-box .nl-box-content .nl-box-title, .download-list-container .download-list-content .download-list .dl-box .nl-box-content .nl-box-title, .download-list-container .download-list-content .download-list .dl-box .dl-box-content .nl-box-title, .download-list-container .download-list-content .download-list .dl-box .dl-box-content .dl-box-title {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #464646;
}

.other-news-container .other-news-content.no-margin, .download-list-container .other-news-content.no-margin, .download-list-container .no-margin.download-list-content {
  margin-top: 0;
}

.news-title h1 {
  color: #fff;
  font-size: 100px;
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  -webkit-transform: translateY(240px);
          transform: translateY(240px);
}

.section-chi-siamo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .section-chi-siamo {
    display: block;
  }
}

.section-chi-siamo .text-wrapper {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .section-chi-siamo .text-wrapper {
    width: 100%;
  }
}

.section-chi-siamo .text-wrapper p {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #464646;
}

.section-chi-siamo img {
  width: 50%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

@media screen and (max-width: 992px) {
  .section-chi-siamo img {
    margin-bottom: 50px;
    width: 100%;
  }
}

.section-chi-siamo.chi-siamo-fl img {
  margin-top: -65px;
}

@media screen and (max-width: 992px) {
  .section-chi-siamo.chi-siamo-fl img {
    margin-top: 0;
  }
}

.section-chi-siamo.chi-siamo-fl p {
  margin-top: 90px;
}

@media screen and (min-width: 992px) {
  .section-chi-siamo.chi-siamo-fl p {
    padding-right: 100px;
  }
}

@media screen and (max-width: 992px) {
  .section-chi-siamo.chi-siamo-fl p {
    margin: 50px 0;
  }
}

.section-chi-siamo.chi-siamo-sl {
  margin-bottom: 90px;
}

.section-chi-siamo.chi-siamo-sl .text-wrapper {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

@media screen and (min-width: 992px) {
  .section-chi-siamo.chi-siamo-sl .text-wrapper p {
    padding-left: 100px;
  }
}

.ua-ie .product-in-catalogo img, .ua-ie .ricerca-avanzata-section .search-list .search-item img, .ricerca-avanzata-section .search-list .ua-ie .search-item img {
  width: 200px;
}

.products-list-catalogo, .ricerca-avanzata-section .search-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 100px;
}

@media screen and (max-width: 992px) {
  .products-list-catalogo, .ricerca-avanzata-section .search-list {
    padding-right: 50px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .products-list-catalogo, .ricerca-avanzata-section .search-list {
    padding-right: 0;
    margin-top: 80px;
  }
}

.products-list-catalogo.view-inline .product-in-catalogo, .ricerca-avanzata-section .view-inline.search-list .product-in-catalogo, .products-list-catalogo.view-inline .ricerca-avanzata-section .search-list .search-item, .ricerca-avanzata-section .search-list .products-list-catalogo.view-inline .search-item, .ricerca-avanzata-section .view-inline.search-list .search-item {
  width: 100%;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
}

.products-list-catalogo.view-inline .product-in-catalogo .pic-left, .ricerca-avanzata-section .view-inline.search-list .product-in-catalogo .pic-left, .products-list-catalogo.view-inline .ricerca-avanzata-section .search-list .search-item .pic-left, .ricerca-avanzata-section .search-list .products-list-catalogo.view-inline .search-item .pic-left, .ricerca-avanzata-section .view-inline.search-list .search-item .pic-left {
  margin: 0;
  min-width: 60px;
  padding-right: 30px;
}

.products-list-catalogo.view-inline .product-in-catalogo .pic-price, .ricerca-avanzata-section .view-inline.search-list .product-in-catalogo .pic-price, .products-list-catalogo.view-inline .ricerca-avanzata-section .search-list .search-item .pic-price, .ricerca-avanzata-section .search-list .products-list-catalogo.view-inline .search-item .pic-price, .ricerca-avanzata-section .view-inline.search-list .search-item .pic-price {
  margin: 0;
}

.products-list-catalogo .product-in-catalogo, .ricerca-avanzata-section .search-list .product-in-catalogo, .ricerca-avanzata-section .search-list .search-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border: solid 1px #cecece;
  margin-bottom: 35px;
  width: 30%;
}

@media screen and (max-width: 992px) {
  .products-list-catalogo .product-in-catalogo, .ricerca-avanzata-section .search-list .product-in-catalogo, .ricerca-avanzata-section .search-list .search-item {
    width: 47%;
  }
}

@media screen and (max-width: 480px) {
  .products-list-catalogo .product-in-catalogo, .ricerca-avanzata-section .search-list .product-in-catalogo, .ricerca-avanzata-section .search-list .search-item {
    width: 100%;
  }
}

.products-list-catalogo .product-in-catalogo.hidden, .ricerca-avanzata-section .search-list .product-in-catalogo.hidden, .ricerca-avanzata-section .search-list .hidden.search-item {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

.products-list-catalogo .product-in-catalogo .pmb-quantity, .ricerca-avanzata-section .search-list .product-in-catalogo .pmb-quantity, .ricerca-avanzata-section .search-list .search-item .pmb-quantity {
  width: 100%;
}

.products-list-catalogo .product-in-catalogo .pic-last-row, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-last-row, .ricerca-avanzata-section .search-list .search-item .pic-last-row {
  width: 100%;
}

.products-list-catalogo .product-in-catalogo .pic-last-row .pic-price, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-last-row .pic-price, .ricerca-avanzata-section .search-list .search-item .pic-last-row .pic-price {
  float: left;
}

.products-list-catalogo .product-in-catalogo .pic-right, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-right, .ricerca-avanzata-section .search-list .search-item .pic-right {
  text-align: left;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .products-list-catalogo .product-in-catalogo .pic-right, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-right, .ricerca-avanzata-section .search-list .search-item .pic-right {
    display: block;
  }
}

.products-list-catalogo .product-in-catalogo .pic-right .pic-code, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-right .pic-code, .ricerca-avanzata-section .search-list .search-item .pic-right .pic-code {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}

.products-list-catalogo .product-in-catalogo .pic-right .pic-code a, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-right .pic-code a, .ricerca-avanzata-section .search-list .search-item .pic-right .pic-code a {
  color: #c91e1e;
}

.products-list-catalogo .product-in-catalogo .pic-right .pic-desc, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-right .pic-desc, .ricerca-avanzata-section .search-list .search-item .pic-right .pic-desc {
  padding-right: 10px;
}

.products-list-catalogo .product-in-catalogo .pic-price, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-price, .ricerca-avanzata-section .search-list .search-item .pic-price {
  position: relative;
  display: inline-block;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}

.products-list-catalogo .product-in-catalogo .pic-price.pic-price-del, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-price.pic-price-del, .ricerca-avanzata-section .search-list .search-item .pic-price.pic-price-del {
  margin-right: 10px;
  color: #909090;
}

.products-list-catalogo .product-in-catalogo .pic-price.pic-price-del:before, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-price.pic-price-del:before, .ricerca-avanzata-section .search-list .search-item .pic-price.pic-price-del:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #c91e1e;
}

.products-list-catalogo .product-in-catalogo .pic-left, .ricerca-avanzata-section .search-list .product-in-catalogo .pic-left, .ricerca-avanzata-section .search-list .search-item .pic-left {
  margin-bottom: 25px;
}

.products-list-catalogo .product-in-catalogo .btn-small, .ricerca-avanzata-section .search-list .product-in-catalogo .btn-small, .ricerca-avanzata-section .search-list .search-item .btn-small {
  padding: initial;
  width: 100%;
}

.other-products-section {
  margin-top: 90px;
}

.other-products-section h3 {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 40px;
  padding-left: 45px;
  font-size: 22px;
  text-align: left;
  font-weight: 500;
  color: #c91e1e;
}

.other-products-section .other-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}

.other-products-section .other-products .other-product-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border: solid 1px #cecece;
  margin-bottom: 35px;
  width: 27%;
}

@media screen and (max-width: 992px) {
  .other-products-section .other-products .other-product-box {
    width: 47%;
  }
}

@media screen and (max-width: 480px) {
  .other-products-section .other-products .other-product-box {
    width: 100%;
  }
}

.other-products-section .other-products .other-product-box.hidden {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

.other-products-section .other-products .other-product-box .opb-right {
  text-align: left;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .other-products-section .other-products .other-product-box .opb-right {
    display: block;
  }
}

.other-products-section .other-products .other-product-box .opb-right .opb-code {
  color: #c91e1e;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}

.other-products-section .other-products .other-product-box .opb-price {
  position: relative;
  display: inline-block;
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}

.other-products-section .other-products .other-product-box .opb-price.opb-price-del {
  margin-right: 10px;
  color: #909090;
}

.other-products-section .other-products .other-product-box .opb-price.opb-price-del:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #c91e1e;
}

.other-products-section .other-products .other-product-box .opb-left {
  margin-bottom: 25px;
}

.other-products-section .other-products .other-product-box .btn-small {
  padding: initial;
  width: 100%;
}

.product-main-box, .product-component-tab {
  padding: 48px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.product-main-box .pmb-top, .product-component-tab .pmb-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 225px;
}

@media screen and (max-width: 767px) {
  .product-main-box .pmb-top, .product-component-tab .pmb-top {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-main-box .pmb-top .pmb-top-left, .product-component-tab .pmb-top .pmb-top-left {
  padding-right: 25px;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-main-box .pmb-top .pmb-top-left, .product-component-tab .pmb-top .pmb-top-left {
    width: 100%;
  }
}

.product-main-box .pmb-top .pmb-top-left img, .product-component-tab .pmb-top .pmb-top-left img {
  width: 100%;
  max-width: 200px;
}

.product-main-box .pmb-top .pmb-top-right, .product-component-tab .pmb-top .pmb-top-right {
  padding: 10px 0 10px 25px;
  width: 100%;
  float: right;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .product-main-box .pmb-top .pmb-top-right, .product-component-tab .pmb-top .pmb-top-right {
    width: 100%;
    padding-left: 0;
  }
}

.product-main-box .pmb-top .pmb-top-right .pmb-br-top, .product-component-tab .pmb-top .pmb-top-right .pmb-br-top {
  padding-bottom: 8px;
}

.product-main-box .pmb-top .pmb-top-right .pmb-br-bottom, .product-component-tab .pmb-top .pmb-top-right .pmb-br-bottom {
  padding-top: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-main-box .pmb-bottom, .product-component-tab .pmb-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .product-main-box .pmb-bottom, .product-component-tab .pmb-bottom {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-main-box .pmb-bottom .pmb-bottom-left, .product-component-tab .pmb-bottom .pmb-bottom-left {
  width: 50%;
  padding-right: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .product-main-box .pmb-bottom .pmb-bottom-left, .product-component-tab .pmb-bottom .pmb-bottom-left {
    width: 100%;
    padding-right: 0;
  }
}

.product-main-box .pmb-bottom .pmb-bottom-right, .product-component-tab .pmb-bottom .pmb-bottom-right {
  padding-left: 25px;
  width: 100%;
  text-align: right;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #464646;
}

@media screen and (max-width: 767px) {
  .product-main-box .pmb-bottom .pmb-bottom-right, .product-component-tab .pmb-bottom .pmb-bottom-right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}

.product-main-box .pmb-bottom .pmb-bottom-right h4, .product-component-tab .pmb-bottom .pmb-bottom-right h4 {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 10px;
}

.product-main-box form, .product-component-tab form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-main-box form.disabling .pmb-quantity, .product-component-tab form.disabling .pmb-quantity {
  display: none;
}

.product-main-box h3, .product-component-tab h3 {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  color: #464646;
}

.product-main-box .pmb-thumbs-wrapper, .product-component-tab .pmb-thumbs-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-radius: 10px;
  padding: 7px;
  background: #ededed;
}

.product-main-box .pmb-thumbs-wrapper .pmb-thumb, .product-component-tab .pmb-thumbs-wrapper .pmb-thumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  border: solid 1px transparent;
  box-shadow: 2px 2px 4px 0 transparent;
  border-radius: 6px;
}

.product-main-box .pmb-thumbs-wrapper .pmb-thumb.active-thumb, .product-component-tab .pmb-thumbs-wrapper .pmb-thumb.active-thumb {
  background-color: #fff;
  border-color: #cecece;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.product-main-box .pmb-thumbs-wrapper .pmb-thumb img, .product-component-tab .pmb-thumbs-wrapper .pmb-thumb img {
  width: 94px;
  box-sizing: border-box;
  padding: 10px 15px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.product-main-box .pmb-details, .product-component-tab .pmb-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1100px) {
  .product-main-box .pmb-details, .product-component-tab .pmb-details {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-main-box .pmb-details .pmb-details-item, .product-component-tab .pmb-details .pmb-details-item {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 50%;
  margin-top: 21px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-size: 16px;
  text-align: left;
}

.product-main-box .pmb-details .pmb-details-item svg, .product-component-tab .pmb-details .pmb-details-item svg {
  width: 44px;
  height: auto;
  vertical-align: middle;
}

.product-main-box .pmb-details .pmb-details-item p, .product-component-tab .pmb-details .pmb-details-item p {
  display: inline-block;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #464646;
  font-size: 13px;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}

.product-main-box .pmb-details .pmb-details-item.pmb-off, .product-component-tab .pmb-details .pmb-details-item.pmb-off {
  display: none;
}

.product-main-box .pmb-details .pmb-details-item.pmb-prize, .product-component-tab .pmb-details .pmb-details-item.pmb-prize {
  max-width: 50px;
  width: 50px;
}

.product-main-box .buttons, .product-component-tab .buttons {
  width: 100%;
}

.product-main-box .buttons .btn-small, .product-component-tab .buttons .btn-small {
  margin: 0 1% 0 0;
  max-width: 48%;
}

@media screen and (max-width: 767px) {
  .product-main-box .buttons .btn-small, .product-component-tab .buttons .btn-small {
    max-width: 100%;
    margin: 0;
  }
}

.pmb-quantity {
  width: 133px;
  height: 40px;
  margin-right: 15px;
  float: left;
  border-radius: 8px;
  border: 1px solid #cecece;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.pmb-quantity .quantity-nav {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #464646;
  width: 20px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

.pmb-quantity input {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #464646;
  width: 90px;
  border: none;
}

.pmb-quantity input::-webkit-inner-spin-button, .pmb-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-component-box-header > h1 {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  text-align: left;
  color: #c91e1e;
}

.product-component-box-header > h1 a {
  color: #c91e1e;
}

.product-component-box-header > h2 {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  text-align: left;
  color: #464646;
}

.product-component-tab {
  position: relative;
  padding: 20px 70px 20px 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-component-tab .tab-arrow-wrapper {
  width: 17px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 15px 0;
  cursor: pointer;
}

.product-component-tab .tab-arrow-wrapper > .tab-arrow {
  width: 17px;
  height: 10px;
  background-image: url("../svg/arrow-down-blue.svg");
}

.product-component-tab .pmb-top {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
}

.product-component-tab .pmb-top .pmb-top-left {
  display: none;
  text-align: left;
}

.product-component-tab .pmb-top .pmb-price {
  font-size: 16px;
}

.product-component-tab .pmb-top .pmb-availability {
  font-size: 16px;
}

.product-component-tab .pmb-details {
  margin: 0;
}

.product-component-tab .inline-img {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  width: 10%;
  padding-right: 10px;
  display: block;
}

.product-component-tab .inline-img img {
  width: 60px;
}

.product-component-tab .product-component-box-header {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  width: 40%;
}

.product-component-tab .product-component-box-header > h1 {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-component-tab .product-component-box-header > h2 {
  font-size: 16px;
}

.product-component-tab .pmb-bottom {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  width: 40%;
}

.product-component-tab .pmb-bottom .pmb-bottom-right {
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-component-tab .pmb-bottom .pmb-bottom-right .pmb-br-bottom {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

.product-component-tab .pmb-bottom .pmb-bottom-right .pmb-br-bottom .pmb-quantity {
  display: none;
}

.product-component-tab .pmb-bottom .pmb-bottom-right .pmb-br-top {
  padding: 0;
}

.product-component-tab .pmb-bottom .pmb-bottom-right .pmb-br-top .pmb-price {
  float: left;
  font-size: 16px;
  margin-right: 25px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .product-component-tab .pmb-bottom .pmb-bottom-right .pmb-br-top .pmb-price {
    display: none;
  }
}

.product-component-tab .pmb-bottom .pmb-bottom-left {
  display: none;
}

.product-component-tab .tab-arrow-wrapper {
  -webkit-flex-basis: 5%;
      -ms-flex-preferred-size: 5%;
          flex-basis: 5%;
  width: 5%;
}

.product-component-tab .pmb-bottom {
  display: none;
}

.product-component-tab.open {
  display: block;
  padding: 48px;
}

.product-component-tab.open .pmb-availability {
  font-size: 26px;
}

.product-component-tab.open .tab-arrow-wrapper {
  top: 70px;
}

.product-component-tab.open .tab-arrow-wrapper > .tab-arrow {
  background-image: url("../svg/arrow-top-blue.svg");
}

.product-component-tab.open .inline-img {
  display: none;
}

.product-component-tab.open .pmb-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-component-tab.open .pmb-top .pmb-top-left {
  display: block;
}

.product-component-tab.open .pmb-top {
  width: 100%;
}

.product-component-tab.open .pmb-top .pmb-top-right {
  padding-left: 0;
  width: 50%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-component-tab.open .pmb-top .pmb-top-right .pmb-br-bottom {
  padding-top: 15px;
}

.product-component-tab.open .pmb-top .pmb-top-right .pmb-br-bottom .pmb-quantity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.product-component-tab.open .pmb-top .pmb-top-right .pmb-price {
  float: none;
  line-height: 26px;
  padding-right: 0;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .product-component-tab.open .pmb-top .pmb-top-right .pmb-price {
    display: block;
  }
}

.product-component-tab.open .pmb-top .pmb-top-right .pmb-br-top {
  padding-bottom: 15px;
}

.product-component-tab.open .pmb-top .pmb-bottom-left {
  display: block;
}

.product-component-tab.open .product-component-box-header {
  width: 100%;
}

.product-component-tab.open .product-component-box-header > h1 {
  font-size: 24px;
}

.product-component-tab.open .product-component-box-header > h2 {
  font-size: 30px;
}

.items-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.items-pagination .item-page {
  width: 38px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  margin-right: 12px;
  border: solid 2px transparent;
}

.items-pagination .item-page.active {
  border-color: #909090;
}

form .disabled-form .pmb-quantity {
  display: none;
}

@media screen and (max-width: 767px) {
  .view-inline .product-in-catalogo, .view-inline .ricerca-avanzata-section .search-list .search-item, .ricerca-avanzata-section .search-list .view-inline .search-item {
    padding: 12px;
  }
  .view-inline .product-in-catalogo .pic-right p, .view-inline .ricerca-avanzata-section .search-list .search-item .pic-right p, .ricerca-avanzata-section .search-list .view-inline .search-item .pic-right p {
    font-size: 3vw;
    line-height: 1;
  }
  .view-inline .product-in-catalogo .pic-right .pic-desc, .view-inline .ricerca-avanzata-section .search-list .search-item .pic-right .pic-desc, .ricerca-avanzata-section .search-list .view-inline .search-item .pic-right .pic-desc {
    height: auto !important;
  }
  .view-inline .product-in-catalogo .pic-last-row, .view-inline .ricerca-avanzata-section .search-list .search-item .pic-last-row, .ricerca-avanzata-section .search-list .view-inline .search-item .pic-last-row {
    width: 0;
  }
  .view-inline .product-in-catalogo form, .view-inline .ricerca-avanzata-section .search-list .search-item form, .ricerca-avanzata-section .search-list .view-inline .search-item form {
    width: 22vw;
    text-align: right;
  }
  .view-inline .product-in-catalogo .pmb-quantity, .view-inline .ricerca-avanzata-section .search-list .search-item .pmb-quantity, .ricerca-avanzata-section .search-list .view-inline .search-item .pmb-quantity {
    float: right;
    clear: both;
  }
  .view-inline .product-in-catalogo .pmb-quantity input, .view-inline .ricerca-avanzata-section .search-list .search-item .pmb-quantity input, .ricerca-avanzata-section .search-list .view-inline .search-item .pmb-quantity input {
    width: 16vw;
  }
}

.brochure-image-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .brochure-image-boxes {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.brochure-image-boxes .bib-box {
  height: 300px;
  width: 33.333333%;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  position: relative;
}

@media screen and (min-width: 768px), screen and (max-width: 900px) and (orientation: landscape) {
  .brochure-image-boxes .bib-box:hover {
    z-index: 3;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .brochure-image-boxes .bib-box:hover .bib-box-shadow {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .brochure-image-boxes .bib-box {
    height: 200px;
    width: 100%;
  }
}

.brochure-image-boxes .bib-box:nth-child(1) {
  background-image: url("../images/img-mobile-01.jpg");
}

.brochure-image-boxes .bib-box:nth-child(2) {
  background-image: url("../images/img-mobile-02.jpg");
}

.brochure-image-boxes .bib-box:nth-child(3) {
  background-image: url("../images/img-mobile-03.jpg");
}

.brochure-image-boxes .bib-box:nth-child(4) {
  background-image: url("../images/img-mobile-04.jpg");
}

.brochure-image-boxes .bib-box:nth-child(5) {
  background-image: url("../images/img-mobile-05.jpg");
}

.brochure-image-boxes .bib-box .bib-box-info {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .brochure-image-boxes .bib-box .bib-box-info {
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}

.brochure-image-boxes .bib-box .bib-box-info p {
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.brochure-image-boxes .bib-box .bib-box-info h3 {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 29px;
  line-height: 1.0;
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.brochure-image-boxes .bib-box .bib-box-shadow {
  height: 100%;
}

@media screen and (min-width: 768px), screen and (max-width: 900px) and (orientation: landscape) {
  .brochure-image-boxes .bib-box .bib-box-shadow {
    background: #333;
    opacity: 0.2;
    transition: opacity 0.25s;
  }
}

.content-header {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-header .wrp-brochure-news {
  width: 75%;
}

.content-header .new-news {
  width: 25%;
  background-color: #fff;
}

.content-header .new-news .section-news-list {
  padding: 40px 20px 0 20px;
}

.content-header .new-news .section-news-list .title-section-red {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: #d31113;
  font-family: "ZillaSlab-MediumItalic", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.content-header .new-news .section-news-list hr {
  border-color: #d31113;
  border-style: solid;
}

.content-header .new-news .section-news-list .slide-content {
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #cecece;
}

.content-header .new-news .section-news-list .slide-content .texts .date {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #464646;
}

.content-header .new-news .section-news-list .slide-content .texts a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-header .new-news .section-news-list .slide-content .texts a .title {
  font-size: 15px;
}

.content-header .new-news .section-news-list .slide-content .texts a img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 10px;
  transition: 0.3s;
}

.content-header .new-news .section-news-list .slide-content .texts a:hover img {
  -webkit-transform: rotate(-90deg) scale(1.3);
          transform: rotate(-90deg) scale(1.3);
}

@media screen and (max-width: 767px) {
  .content-header {
    display: block;
  }
  .content-header .new-news, .content-header .wrp-brochure-news {
    width: 100%;
  }
  .content-header .new-news {
    padding-bottom: 25px;
  }
}

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=gloss_wave&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=glass&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=gloss_wave&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=gloss_wave&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #77d5f7;
}

.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #2191c0 url("images/ui-bg_gloss-wave_75_2191c0_500x100.png") 50% 50% repeat-x;
  color: #eaf5f7;
  font-weight: bold;
}

.ui-widget-header a {
  color: #eaf5f7;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #77d5f7;
  background: #0078ae url("images/ui-bg_glass_45_0078ae_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #448dae;
  background: #79c9ec url("images/ui-bg_glass_75_79c9ec_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #026890;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #026890;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #acdd4a;
  background: #6eac2c url("images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #acdd4a;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd113;
  background: #f8da4e url("images/ui-bg_glass_55_f8da4e_1x400.png") 50% 50% repeat-x;
  color: #915608;
}

.ui-state-checked {
  border: 1px solid #fcd113;
  background: #f8da4e;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #915608;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #e14f1c url("images/ui-bg_gloss-wave_45_e14f1c_500x100.png") 50% top repeat-x;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_0078ae_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_d8e7f3_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_056b93_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_f5e175_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_f7a50d_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_fcd113_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_e0fdff_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 5px 5px 0px #999999;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

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

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

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.jquery-reels {
  overflow: hidden;
}

.jquery-reels > *:first-child {
  /* Style for reels */
  width: 10000%;
  overflow: hidden;
}

.jquery-reels > *:first-child > *:first-child {
  /* Style for train */
  width: 100%;
  overflow: hidden;
}

.jquery-reels > *:first-child > *:first-child > * {
  /* Style for vagons */
  float: left;
  display: block;
}

.jquery-reels > *:first-child > *:first-child.wide > * {
  width: 1%;
}

.-reels-transited {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease;
}

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.section-paga-online-main div.btn-red {
  height: 26px;
  line-height: 26px;
}

.section-paga-online-main .instructions {
  margin-top: 30px;
}

.section-paga-online-main .instructions .title {
  font-weight: bold;
  margin-bottom: 20px;
}

.section-paga-online-main .instructions li {
  display: list-item;
  margin-left: 20px;
}

.container-esplosi .section-intro-esplosi {
  background: #274767;
}

.container-esplosi .section-intro-esplosi .sidd-main {
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.container-esplosi .section-intro-esplosi .sidd-sub {
  margin-top: 20px;
  font-family: "Roboto-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  color: #fff;
  width: 75%;
}

.container-esplosi .section-intro-esplosi .header-two-col {
  margin-top: 30px;
}

.container-esplosi .section-intro-esplosi .header-two-col .header-tc-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.container-esplosi .section-intro-esplosi .header-two-col .header-tc-wrapper .inputgroup {
  width: 100%;
}

@media screen and (min-width: 768px), screen and (max-width: 900px) and (orientation: landscape) {
  .container-esplosi .section-intro-esplosi .header-two-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container-esplosi .section-intro-esplosi .header-two-col .header-tc-wrapper {
    width: 40%;
    margin-bottom: 0;
  }
  .container-esplosi .section-intro-esplosi .header-two-col .header-tc-wrapper .inputgroup {
    width: 100%;
  }
}

.esplosi-list .esplosi-intro {
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .esplosi-list .esplosi-intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.esplosi-list .esplosi-intro h2 {
  font-family: "Roboto-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #464646;
}

.esplosi-list .esplosi-intro h2 a {
  color: #c91e1e;
}

.esplosi-list .esplosi-intro h2 a span {
  color: #464646;
  font-size: 60%;
}

.esplosi-list .esplosi-intro h2 a:hover {
  text-decoration: underline;
}

.esplosi-list ul li {
  padding: 8px 0;
  border-bottom: 1px solid #cecece;
}

.esplosi-list ul li a {
  display: block;
  color: #464646;
  text-decoration: none;
}

.esplosi-list ul li a svg {
  vertical-align: bottom;
  width: 26px;
}

.esplosi-list ul li a span {
  padding-left: 15px;
  font-size: 20px;
  font-weight: bold;
}

.esplosi-list ul li a:hover {
  color: #464646;
  text-decoration: none;
}

.esplosi-list ul li a:hover span {
  text-decoration: underline;
}
