/* Minification failed. Returning unminified contents.
(512,1): run-time error CSS1019: Unexpected token, found '@import'
(512,9): run-time error CSS1019: Unexpected token, found 'url("https://fast.fonts.net/lt/1.css?apiType=css&c=1ab388cf-bd83-4ae4-a724-df49b109cfd5&fontids=1475944,1475956,1475968")'
 */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  width: 100% !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-disabled{opacity:.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-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-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-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-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-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-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .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,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;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-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.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%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-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%;-webkit-background-size:100%;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)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/*@font-face {
    font-family: UniversLTStd;
    src: url("/Content/fonts/Linotype-UniversLTStd.otf");
    font-weight: normal;
}

@font-face {
    font-family: UniversLTStd;
    src: url('/Content/fonts/Linotype-UniversLTStd-Bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: UniversLTStd;
    src: url('/Content/fonts/Linotype-UniversLTStd-Light.otf');
    font-weight: lighter;
}*/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=1ab388cf-bd83-4ae4-a724-df49b109cfd5&fontids=1475944,1475956,1475968");

@font-face {
    font-family: "UniversLTStd";
    src: url("/Content/fonts/1475956/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix");
    src: url("/Content/fonts/1475956/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix") format("eot"),url("/Content/fonts/1475956/5c8d59c2-9c85-4a22-88e3-bf3fba01dcd8.woff2") format("woff2"),url("/Content/fonts/1475956/fc51d03b-0d7d-45df-9415-3c6270c80749.woff") format("woff"),url("/Content/fonts/1475956/74bdff6d-c5de-42e8-a4d8-11ea14eddb22.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "UniversLTStd";
    src: url("/Content/fonts/1475968/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix");
    src: url("/Content/fonts/1475968/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix") format("eot"),url("/Content/fonts/1475968/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"),url("/Content/fonts/1475968/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff"),url("/Content/fonts/1475968/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "UniversLTStd";
    src: url("/Content/fonts/1475944/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix");
    src: url("/Content/fonts/1475944/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix") format("eot"),url("/Content/fonts/1475944/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"),url("/Content/fonts/1475944/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff"),url("/Content/fonts/1475944/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype");
    font-weight: lighter;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-family: UniversLTStd !important;
    height: 100%;
}

.wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    overflow-x: hidden;
}

body.openedPopup {
    overflow: hidden;
}

.maxbodywrap {
    min-height: calc(100% - 165px);
}

.bodyWrap {
    min-height: calc(100% - 361px);
}

.heightHomeWrap {
    min-height: calc(100% - 816px);
}

.heightCatWrap {
    min-height: calc(100% - 536px);
}

.heightFAWrap {
    min-height: calc(100% - 400px);
}

.wrapRightMenu {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.noverflow {
    overflow: visible;
}

.clearBoth {
    clear: both;
}

.fillHeight {
    height: 100%;
}

.emptyList {
    font-size: 30px;
    margin: 20px;
}

/* #region header */

.darkHeader {
    position: relative;
    width: 100%;
    background: #2f3034;
    height: 75px;
    z-index: 10;
}

#mainLogo {
    position: absolute;
    display: block;
    left: 0;
    top: 15px;
}

    #mainLogo img {
        height: 40px;
    }

.searchArea {
    /*position: absolute;
    right: 0;
    /*width: 200px;*/
    height: 100%;
    position: relative;
    margin: 0 auto;
    width: 400px;
    height: 100%;
}

#searchInput {
    position: absolute;
    height: 35px;
    border: 1px solid #515254;
    padding-left: 50px;
    color: #fff !important;
    background-color: transparent;
    background-image: url(/Content/images/icon_lente.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 240px;
    top: 16px;
    right: 50px;
    font-size: 14px;
}

#searchGhost {
    position: absolute;
    top: 18px;
    right: 305px;
    width: 35px;
    height: 35px;
    z-index: 2;
    cursor: pointer;
}

#searchInputMobile {
    display: none;
}

#searchGhostMobile {
    display: none;
}


#profileIcon {
    position: absolute;
    display: block;
    right: 0;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/*#profileIcon img {
        height: 40px;
    }*/

.HMbar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#bar1 {
    top: 7px;
}

#bar2 {
    top: 19px;
}

#bar3 {
    bottom: 7px;
}


#hamburgerMenu.opened #bar1, #profileIcon.opened #bar1 {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 19px;
}

#hamburgerMenu.opened #bar2, #profileIcon.opened #bar2 {
    opacity: 0;
}

#hamburgerMenu.opened #bar3, #profileIcon.opened #bar3 {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 19px;
}

.lightHeader {
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
    z-index: 2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


.menuItem {
    height: 100%;
    display: inline-block;
    line-height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.profileChooses {
    position: absolute;
    right: 0;
    top: 15px;
    background: #2e2f33;
    width: 200px;
    -moz-transform: translateX(41%);
    -ms-transform: translateX(41%);
    -o-transform: translateX(41%);
    -webkit-transform: translateX(41%);
    transform: translateX(41%);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    opacity: 0;
}

    .profileChooses.opened {
        opacity: 1;
    }

.profileSubmenu {
    position: relative;
    display: none;
}


#triangleProfile {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2e2f33;
}

.itemChose {
    position: relative;
    display: block;
    width: 84%;
    height: 59px;
    line-height: 60px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    margin: 0 8%;
    border-bottom: 1px solid #525253;
}

    .itemChose:last-child {
        border: none;
    }

#profileIcon:hover .profileChooses {
    height: 72px;
}

#hamburgerMenu {
    display: none;
}

/* #endregion */

/* #region slider */

.sliderContainer {
    position: relative;
    padding-top: 31%;
    width: 100%;
    background: #000;
}

.responsiveInnerSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#homeLiveEmbed {
    position: relative;
    display: block;
    height: 100%;
    border: 0;
    margin: 0 auto;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    /*background: #fff !important;*/
    background: #555655 !important;
    margin: 0 3px !important;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    /*background: #e82126 !important;*/
    background: #fff !important;
}

.blackFade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

/*.innerSlideText {
    position: absolute;
    top: 50%;
    left: 10%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
}*/

.innerSlideText {
    position: absolute;
    bottom: 50px;
    left: 10%;
    right: 10%;
    /*-moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);*/
    color: #fff;
    font-weight: bold;
    display: none;
}

.contentSquare {
    position: relative;
    height: 30px;
}

.squareHome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 30px;
    background: #fff;
}



user agent stylesheet
div {
    display: block;
}

.bigSlideText {
    position: relative;
    font-size: 50px;
}

.smallSlideText {
    position: relative;
    font-size: 30px;
}

.bigSlideText,
.smallSlideText,
.slideButton {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.redWord {
    color: #e82126;
}

.slideButton {
    position: relative;
    padding: 0px 10px 0px 30px;
    width: 110px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    background-color: #e82126;
    background-image: url(/Content/images/icon_play.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 30px;
}

.swiper-button-next-pers,
.swiper-button-prev-pers {
    position: absolute;
    width: 43px !important;
    height: 44px !important;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
    z-index: 2;
}
.swiper-button-next-pers {
    right: 0;
    background-image: url(/Content/images/freccia_home_dx.png) !important;
}

.swiper-button-prev-pers {
    left: 0;
    background-image: url(/Content/images/freccia_home_sx.png) !important;
}

.sliderContainer .swiper-button-next-pers {
    right: 18%;
    background-image: url(/Content/images/freccia_dx.png) !important;
}

.sliderContainer .swiper-button-prev-pers {
    left: 18%;
    background-image: url(/Content/images/freccia_sx.png) !important;
}

/*.swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/

.sliderContainer .swiper-slide {
    opacity: 0.3;
    width: 54% !important;
    /* Center slide text vertically */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

.sliderContainer .swiper-slide-active {
    opacity: 1 !important;
}

    .sliderContainer .swiper-slide-active .innerSlideText {
        display: block;
        z-index: 11;
    }

.sliderContainer .swiper-container {
    width: 100% !important;
    height: 100% !important;
}

.sliderContainer .swiper-slide:nth-child(2n) {
    width: 46%;
}

.sliderContainer .swiper-slide:nth-child(3n) {
    width: 23%;
}

.fadeHomeSlider {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8267682072829132) 0%, rgba(0,0,0,0) 100%);
    height: 45%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

/*.fadeLeftSlide {
    position: absolute;
    left: 0 !important;
    height: 100%;
    width: 20%;
    z-index: 100;
}

.fadeRightSlide {
    position:absolute;
    right: 0 !important;
    height: 100%;
    width: 20%;
    z-index:100;
}*/
/* #endregion */
/* #region main items */
.mainItemContainerTitle {
    position: relative;
    width: 100%;
    margin: 15px 0;
    font-size: 21px;
    cursor: default;
    padding-bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-weight: bold;
}

    .mainItemContainerTitle a {
        text-decoration: none;
        display: block;
        color: #000;
        cursor: pointer;
    }

.text-underline {
    text-decoration: underline;
}

.mainItemContainer {
    position: relative;
    width: calc(100% + 10px);
}

.mainItem {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 25px 0;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.mainItemImg {
    position: relative;
    width: 100%;
    padding-top: 55.25%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px #ccc solid;
}

.mainItemImgInternal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mainItemRed {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    /*background-color: #e82126;*/
    background-color: rgba(0,0,0,0.4);
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-top: -22px;
    margin-left: -22px;
    z-index: 2;
}

.imageRed {
    background-image: url(/Content/images/icon_image.png);
}

.imageBackGallery {
    background-image: url(/Content/images/icon_gallery.png);
}

.triangleRed {
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 0;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #fff;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -6px;
}

.orangeItem {
    position: relative;
    margin: 5px auto;
    top: auto;
    left: auto;
    background-color: rgba(0,0,0,0.4);
}

.galleryText {
    position: relative;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 12px;
}

.centerContainerGallery {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blackBackGallery {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.liveRed {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e82126;
    color: #fff;
    height: 20px;
    width: 60px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    z-index: 2;
}

    .liveRed::before {
        content: "live";
    }

.mainItemDecription,
.mainItemTitle {
    position: relative;
    width: 100%;
    color: #858585;
    overflow: hidden;
    height: 20px;
}

.mainItemDecription {
    height: 33px;
    line-height: 16px;
    font-size: 15px;
    margin-top: 5px;
}

    .mainItemDecription p {
        margin: 0;
    }


.mainItemTitle {
    /*font-weight: bold;*/
    color: #000;
    margin-top: 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* #endregion */

/* #region footer */
.darkFooter {
    position: relative;
    width: 100%;
    background: #050608;
}

.darkFooterLight {
    background: #101010;
}

.footerLogo {
    position: relative;
    margin-bottom: 20px;
    float: right;
}

    .footerLogo img {
        display: block;
    }

.footerMenu {
    position: relative;
    float: left;
    height: 100%;
}

.contentFooter {
    width: 100%;
    position: relative;
    height: 90px;
}

.contentExternalLinkFooter {
    width: 100%;
    position: relative;
    height: 50px;
    padding-left: 10px;
}

.footerRoute {
    color: white;
    width: 100%;
    position: relative;
    padding: 30px 10px;
}

.footerRouteBox {
    width: 33%;
    float: left;
    left: 0;
}

.footerRouteItem {
    width: 100%;
    float: left;
    left: 0;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
}

    .footerRouteItem a {
        color: white;
        text-decoration: none;
        text-transform: capitalize;
    }

    .footerRouteItem span {
        color: #28c1e3;
        margin-left: 7px;
    }

.footerItem {
    position: relative;
    float: left;
    height: 100%;
    line-height: 90px;
    display: block;
    margin: 0 10px;
    color: #28c1e3;
    text-decoration: none;
}

.separator {
    position: absolute;
    border-right: 1px solid #47484a;
    height: 40%;
    top: 30%;
}

.footerExternalLink {
    /*width: 100%;*/
    margin-right: 20px;
    float: left;
    margin-top: 15px;
    left: 0;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
}



    .footerExternalLink a {
        color: #fefdfd;
        text-decoration: none;
        text-transform: capitalize;
    }

/* #endregion */

/*#region Category */

.categoryTitleContainer {
    position: relative;
    width: 100%;
    height: 155px;
    background: #e82126;
    margin-bottom: 20px;
}

.emptyTitle {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 155px;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.dynamicBackground {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fullTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    background: rgba(232,33,38,0.5);
    color: #fff;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.titleCategory {
    /*position: absolute;*/
    top: 0;
    /*left: 100px;*/
    height: 100%;
    /*padding: 0 0 0 40px;*/
    font-weight: bold;
    color: #fff;
    line-height: 155px;
    font-size: 60px;
}

    .titleCategory .titleRectCategory {
        width: 25px;
        height: 60%;
        position: absolute;
        top: 20%;
        left: 0px;
        background: #fff;
    }
    .titleCategory span{
        margin-left:50px;
    }
.contentTitleCat {
    position: relative;
    height: 100%;
}
.breadCumbCategory {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 15px;
    color: #888;
    cursor: default;
}

    .breadCumbCategory a {
        text-decoration: none;
        color: #888;
        cursor: pointer;
    }

        .breadCumbCategory a:hover {
            text-decoration: underline;
        }

/*#seeMoreCat {
    float: left;
}*/

/*#endregion */

/*#region Detail */

.redBackPanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 715px;
    background: #e82126;
}

.detailTitleContainer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    color: #fff;
    margin: 10px 0 5px;
}

.detailTitle,
.detailSubtitle {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: lighter;
}

.detailTitle {
    font-weight: bold;
}

.detailItemContainer {
    position: relative;
    width: 100%;
    /*height: 560px;*/
    padding-top: 56.25%;
    background: #000;
}

.detailItemContainerReal {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    color: #fff;
}

#detailItemImage {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.detailStatisticContainer {
    position: relative;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e1e1e1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numericContainer {
    position: relative;
    height: 100%;
    float: left;
}

    .numericContainer div {
        float: left;
        margin-right: 5px;
    }

.buttonContainer {
    position: relative;
    height: 100%;
    float: right;
}

    .buttonContainer div {
        float: left;
        margin-left: 5px;
        text-transform: capitalize;
        cursor: pointer;
    }


        .buttonContainer div:last-child {
            margin-right: 0;
        }

.buttonLabel {
    margin-right: 10px;
}


#viewsCount {
    font-size: 16px;
    font-weight: bold;
    color: #ee1280;
}

#viewsLabel {
    font-size: 16px;
}

.contentData {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #ccc;
    background: #fff;
}

.contentOtherInfo span {
    font-size: 16px;
    font-weight: bold;
    color: #ee1280;
}

.rowOtherInfo {
    min-height: 30px;
    margin-top: 5px;
}

#likeCount {
    font-size: 16px;
    font-weight: bold;
    color: #ee1280;
}

#likeLabel {
    font-size: 16px;
}

.detailButton {
    width: 42px;
    height: 42px;
    margin-top: 14px;
    border-radius: 50%;
    background-color: #a0a0a0;
    background-position: center;
    background-repeat: no-repeat;
}

#btn_like {
    /*background-image: url(/Content/images/cuore.png);*/
    background-image: url(/Content/images/icon/icon_like.png);
    background-position: center 9px;
}

    #btn_like.active {
        background-color: #e85858;
    }

#btn_share {
    background-color: #f08e2f;
    background-image: url(/Content/images/icon_share.png);
}

#btn_documents {
    background-color: #4dc055;
    background-image: url(/Content/images/icon_documenti.png);
}

#btn_favorite {
    background-image: url(/Content/images/icon/icon_stellina.png);
    /*background-image: url(/Content/images/stellina.png);*/
    background-position: center 9px;
}

    #btn_favorite.active {
        background-color: #32b8e6;
    }

.detailDescriptionContainer {
    position: relative;
    width: 100%;
    max-height: 80px;
    overflow: hidden;
    padding: 20px 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#commentsContainer {
    padding-top: 10px;
}

#commentsContainer,
.detailStatisticContainer,
.detailDescriptionContainer,
.detailSeeMore {
    background: #fff;
}

.openedDesc {
    max-height: 1000px;
}

    .openedDesc .whiteShadow {
        opacity: 0;
    }

.detailSeeMoreLong {
    position: relative;
    width: 100%;
    /*cursor: pointer;*/
    text-transform: uppercase;
    text-align: center;
    /*border-top: 1px solid #e1e1e1;*/
    /*border-bottom: 1px solid #e1e1e1;*/
    font-size: 12px;
    display: none;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.detailSeeMoreLongInt {
    position: relative;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    display: none;
    height: 30px;
    line-height: 30px;
}

.detailSeeMore {
    position: relative;
    width: 150px;
    margin: auto;
    cursor: pointer;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e1e1e1;
    font-size: 12px;
    padding: 10px 0;
    min-height: 14px;
}

.catPageLoadMore {
    display: block;
    margin-bottom: 10px;
}

/*#region Commenti */
.commentsBlockTitle {
    position: relative;
    width: 100%;
    font-weight: bold;
}

.commentsRow {
    position: relative;
    width: 100%;
    margin: 35px 0;
}

.commentsDetailContainer,
.commentsImageContainer {
    position: relative;
    float: left;
}

.commentsImageContainer {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 44px;
    font-size: 16px;
}

    .commentsImageContainer img {
        width: 100%;
    }

.commentsDetailContainer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 42px);
    padding-left: 20px;
}

    .commentsDetailContainer textarea {
        width: 100%;
        resize: none;
        height: 60px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-color: #dfdfdf;
        padding: 10px;
        font-family: UniversLTStd;
    }

.commentsTitle {
    font-weight: bold;
    float: left;
}

.commentsTime {
    float: left;
    color: #a1a1a1;
    font-size: 12px;
    margin: 4px 0 0 8px;
}

.commentsText {
    color: #a1a1a1;
    margin-top: 5px;
}

.whiteShadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), #fff);
    transition: all 0.3s;
    display: none;
}

.commentsButton {
    display: block !important;
    float: right !important;
    margin: 10px 0 !important;
}

/*#endregion */

/*#region Recomended */
.recommmendedTitle {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #202020;
    font-size: 17px;
    padding: 5px 0;
}

    .recommmendedTitle img {
        margin-left: 10px;
    }

.detailSwiperContainer {
    position: relative;
    width: calc(100% + 10px);
    margin: 10px 0;
    padding-bottom: 0px;
}

#outPagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

    #outPagination .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
        background: #bfbfbf !important;
        z-index: 11;
    }

        #outPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #434343 !important;
        }

#outerArrowLeft,
#outerArrowRight,
.slider-arrows {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 70px;
    background-color: rgba(0,0,0,0.6);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -35px;
    z-index: 2;
    cursor: pointer;
    display: block;
}

.swiper-button-disabled {
    display: none !important;
}

#outerArrowRight,
.slider-arrows-right {
    right: -40px;
    background-image: url(/Content/images/freccia_dx.png);
}

#outerArrowLeft,
.slider-arrows-left {
    left: -50px;
    background-image: url(/Content/images/freccia_sx.png);
}


    #outerArrowLeft.swiper-button-disabled,
    #outerArrowRight.swiper-button-disabled {
        opacity: 0 !important;
    }

.slider-arrows-homepage {
    top: 30%;
}

.home-slider-desktop {
    display: block;
}

.home-slider-mobile {
    display: none;
}

/*#endregion */

.documentContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 6;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .documentContainer.opened {
        width: 35%;
    }

    .documentContainer #upBarDocument {
        position: relative;
        width: 100%;
        height: 40px;
        background-color: #000;
        line-height: 40px;
        box-sizing: border-box;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        padding-left: 10px;
    }

    .documentContainer #closeDocument {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 5px;
        top: 5px;
        background-image: url(/Content/images/icon/x.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .documentContainer .documentItem {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
    }

        .documentContainer .documentItem .documentItemIcon {
            position: absolute;
            left: 0;
            top: 0;
            height: 50px;
            width: 50px;
            background-position: center;
            background-repeat: no-repeat;
        }

        .documentContainer .documentItem .documentItemTitle {
            position: absolute;
            left: 50px;
            top: 0;
            height: 50px;
            width: calc(100% - 50px);
            line-height: 50px;
            box-sizing: border-box;
            padding-left: 10px;
            color: #fff;
            font-family: 20px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .documentContainer .documentItem .documentItemTitle :hover {
                text-decoration: underline;
            }

.contentInfoCountries span:not(:first-child),
.contentInfoTags a,
.contentInfoCategories a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

    .contentInfoTags a:hover,
    .contentInfoCategories a:hover {
        text-decoration: underline;
    }

    .contentInfoTags a:after,
    .contentInfoCountries span:not(:first-child):after,
    .contentInfoCategories a:after {
        content: ",";
    }

    .contentInfoTags a:last-child:after,
    .contentInfoCountries span:last-child:after,
    .contentInfoCategories a:last-child:after {
        content: "";
    }


#blackShareContainer {
    position: absolute;
    bottom: 70px;
    right: 50px;
    width: 250px;
    /*height: 200px;*/
    background: rgba(0,0,0,0.5);
    /*background: yellow;*/
    z-index: 5;
    color: #fff;
    margin-left: 0;
    display: none;
}

    #blackShareContainer #blackTriangle {
        position: absolute;
        bottom: -11px;
        left: 50%;
        margin-left: -10px;
        width: 1px;
        height: 1px;
        border-width: 10px 10px 0 10px;
        border-style: solid;
        /*border-color: yellow transparent transparent transparent;*/
        border-color: rgba(0,0,0,0.5) transparent transparent transparent;
    }

    #blackShareContainer div {
        margin-left: 0;
        float: none;
        cursor: default;
    }

    #blackShareContainer.opened {
        display: block;
    }

.shareHeader {
    position: relative;
    height: 40px;
    width: 100%;
    background: #000;
    line-height: 40px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

#closeShare {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    background-image: url(/Content/images/icon/x.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer !important;
}

.shareItem {
    position: relative;
    height: 50px;
    padding-left: 60px;
    line-height: 50px;
    font-size: 14px;
    cursor: pointer !important;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 10%;
    display: block;
    text-decoration: none;
    color: #fff;
}

#yammer {
    background-image: url(/Content/images/icon_yammer.png);
}

#email {
    background-image: url(/Content/images/icon_mail.png);
}

#link {
    background-image: url(/Content/images/icon_link.png);
}

#containerShareYammer .input-validation-error {
    border: 1px solid red;
}
/*#endregion */

/*#region FirstAccess */
.outerBackCategory {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-top: 30px;
}

    .outerBackCategory:first-child {
        margin: 0;
    }

.firstBackCategory {
    position: absolute;
    top: -26px;
    left: 0;
    color: #e5e8ed;
    font-size: 120px;
    text-transform: uppercase;
    font-weight: bold;
}

.firstCategoryTitle {
    position: relative;
    padding: 25px 0 100px 5px;
    font-size: 40px;
}

.csBlock {
    position: relative;
    width: 100%;
}

.csName {
    position: relative;
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.csNameText {
    position: absolute;
    color: #fff;
    font-size: 30px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    text-align: center;
}

#lang_img {
    background-position: 0 -65px;
}

.csCatContainer {
    position: relative;
    width: calc(100% + 25px);
    margin-top: -40px;
}

.csItem {
    position: relative;
    float: left;
    /*width: 281.25px;*/
    width: calc(25% - 25px);
    height: 80px;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 30px #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 40px;
    background-color: #fff;
    /*background-image: url(/Content/images/cartella_blu.png);*/
    background-image: url(/Content/images/cartella.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.csItemText {
    position: relative;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.selectedV {
    position: absolute;
    right: 10px;
    top: 27px;
    display: none;
}

.csItem.selected {
    background-color: #202b3d;
    color: #fff;
    background-image: url(/Content/images/cartella_wh.png);
}

    .csItem.selected .selectedV {
        display: block;
    }

.firstAccessButton {
    display: block !important;
    margin: 70px auto !important;
}

/*#endregion */

/*#region Profile */

#profileTitle {
    position: relative;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 30px;
}

.profileTitle {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 30px;
}

    .profileTitle a {
        text-decoration: none;
        color: #000 !important;
    }

.ProfileButtonArea {
    position: relative;
    margin: 20px 0 50px;
    width: 100%;
    text-align: center;
}

.profileButton {
    position: relative;
    display: inline-block;
    width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: #202020;
    color: #202020;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 20px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.profileRedButton {
    color: #fff;
    border-color: #e82126;
    background-color: #e82126;
    margin-bottom: 30px;
}

.profileMargin {
    margin: 20px 0 40px;
}

    .profileMargin .csItem {
        cursor: default;
    }

.historyTitle {
    background: #e1e1e1;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    width: 90px;
    text-align: center;
}

.favoritesIcon {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 5px;
    right: 15px;
    background-color: #DE5821;
    background-repeat: no-repeat;
    background-position: center 7px;
    background-image: url(/Content/images/stellina.png);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.title-profile {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #313134;
    text-transform: uppercase;
    margin-top: 20px;
}

.subtitle-profile {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #cccccc;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

.profile-cats-container {
    position: relative;
    float: left;
    width: 100%;
    height: 360px;
    margin-bottom: 30px;
}

.profile-macro-cat {
    position: relative;
    float: left;
    width: 240px;
    height: 100%;
    background-color: red;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.profile-cat-column {
    position: relative;
    float: left;
    width: 328px;
}

.profile-cat-container {
    position: relative;
    float: left;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

    .profile-cat-container .profile-cat-check {
        position: relative;
        float: left;
        width: 20px;
        height: 20px;
        margin: 7px 10px;
        border: solid 1px #000;
        border-radius: 3px;
    }

        .profile-cat-container .profile-cat-check.selected {
            background-color: #000;
        }

            .profile-cat-container .profile-cat-check.selected:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-image: url('/Content/images/check_white.png');
                background-position: center center;
                background-repeat: no-repeat;
                background-size: 70% auto;
            }

.profile-cats-color1 .profile-cat-check {
    border-color: #37b349;
}

    .profile-cats-color1 .profile-cat-check.selected {
        background-color: #37b349;
    }

.profile-cats-color2 .profile-cat-check {
    border-color: #6f106d;
}

    .profile-cats-color2 .profile-cat-check.selected {
        background-color: #6f106d;
    }

.profile-cats-color3 .profile-cat-check {
    border-color: #cd1c69;
}

    .profile-cats-color3 .profile-cat-check.selected {
        background-color: #cd1c69;
    }

.profile-cats-color4 .profile-cat-check {
    border-color: #e34a21;
}

    .profile-cats-color4 .profile-cat-check.selected {
        background-color: #e34a21;
    }

.profile-cats-color5 .profile-cat-check {
    border-color: #f5d20d;
}

    .profile-cats-color5 .profile-cat-check.selected {
        background-color: #f5d20d;
    }

.profile-cats-color6 .profile-cat-check {
    border-color: #2c3890;
}

    .profile-cats-color6 .profile-cat-check.selected {
        background-color: #2c3890;
    }

.profile-cats-color7 .profile-cat-check {
    border-color: #00aded;
}

    .profile-cats-color7 .profile-cat-check.selected {
        background-color: #00aded;
    }

.profile-cats-label-color1 {
    color: #37b349;
}

.profile-cats-label-color2 {
    color: #6f106d;
}

.profile-cats-label-color3 {
    color: #cd1c69;
}

.profile-cats-label-color4 {
    color: #e34a21;
}

.profile-cats-label-color5 {
    color: #f5d20d;
}

.profile-cats-label-color6 {
    color: #2c3890;
}

.profile-cats-label-color7 {
    color: #00aded;
}

.contentCheckAllCategories {
    margin-bottom: 15px;
    height: 60px;
    width: 350px;
    margin: 0 auto;
}

#selectAllCountriesID {
    float: right;
    width: auto;
    margin-top: 20px;
}

.profile-cat-container .profile-cat-name {
    position: relative;
    float: left;
    width: calc(100% - 44px);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.profile-cat-column .profile-cat-container .profile-cat-name {
    white-space: normal;
}
/*#endregion */
/*#region Search */
.searchFilterContainer {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 20px 0;
}

.searchTitle {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#openFilterButton {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border: 1px solid #202020;
    line-height: 40px;
    width: 200px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 10px;
}

    #openFilterButton div {
        position: relative;
        display: inline-block;
        height: 100%;
    }

#arrowIndication {
    width: 25px;
    background-image: url(/Content/images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    #arrowIndication.opened {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.filterArea {
    position: relative;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding-bottom: 30px;
}

    .filterArea.opened {
        opacity: 1;
        max-height: 1600px;
    }

.filterAreaContainer {
    width: 100%;
    float: left;
    clear: both;
}

.singleFilterContainer {
    position: relative;
    float: left;
    width: 50%;
    margin: 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}

    .singleFilterContainer:nth-child(2n) {
        padding-right: 0;
        padding-left: 10px;
    }

.filterLabel {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.chosen-select {
    width: 100%;
}

.chosen-choices {
    min-height: 40px !important;
    padding: 0 4px !important;
}

.chosen-search-input {
    height: 38px !important;
    margin: 0 !important;
}

.search-choice {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-image: none !important;
    background-color: #E9511F !important;
    color: #fff !important;
    padding: 0 30px 0 10px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    margin: 4px 4px 4px 0 !important;
}

.chosen-container {
    background-image: linear-gradient(#eee 1%, #fff 15%);
}

.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices {
    border: 1px solid #e9511f !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #e9511f !important;
    background-image: none !important;
}

.chosen-container-single .chosen-single {
    min-height: 40px !important;
    border-radius: 0 !important;
    /*border: none !important;*/
    box-shadow: none !important;
    background-image: none !important;
}

    .chosen-container-single .chosen-single span {
        display: block !important;
        width: 100%;
        height: 100%;
        line-height: 38px;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
    }

.search-choice-close {
    background: url(/Content/images/close.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    width: 20px !important;
    top: 0 !important;
}

.chosen-container-single .chosen-single div {
    width: 60px;
}

    .chosen-container-single .chosen-single div b {
        background: url(/Content/images/arrow.png) no-repeat center;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: center;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url(/Content/images/icon_lente_black.png) no-repeat 98% center;
}


.chosen-container .chosen-drop {
    border-color: #e9511f;
}

.searchButton {
    display: block;
    margin: 15px auto 0;
}

.paginationContainer {
    position: relative;
    /*left: 10px;
    right: 2px;*/
    /*bottom: 50px;*/
    text-align: center;
    width: calc(100% - 10px);
}

    .paginationContainer .paginationItem {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid #7c7c7c;
        line-height: 42px;
        text-decoration: none;
        text-align: center;
        color: #000;
        margin-top: 4px;
    }

        .paginationContainer .paginationItem.selected {
            background: #e82126;
            border-color: #e82126;
            color: #fff;
        }

.searchMainItem {
    padding-bottom: 200px;
}


.filterDatepicker {
    width: 100%;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    height: 40px;
    line-height: 40px;
    border: none;
    border: 1px solid #aaa;
    padding-left: 4px;
    font-size: 100%;
    box-sizing: border-box;
    font-family: UniversLTStd !important;
}

#ui-datepicker-div {
    z-index: 3 !important
}

.enelDatepicker.ui-datepicker {
    border-radius: 0;
}

.enelDatepicker .ui-datepicker-header {
    border-radius: 0;
    background: #E9511F;
    color: #fff !important;
    border: 0;
}

.enelDatepicker .ui-state-default {
    border: 0 !important;
}

    .enelDatepicker .ui-state-default.ui-state-highlight {
        background: #888;
        color: #fff;
    }

    .enelDatepicker .ui-state-default.ui-state-active {
        background: #e9511f;
        color: #fff;
        border: 0;
    }

.enelDatepicker .ui-datepicker-prev {
    background: url('/Content/images/arrow.png') no-repeat center;
    cursor: pointer;
    transform: rotate(90deg);
}

    .enelDatepicker .ui-datepicker-prev span.ui-icon-circle-triangle-w {
        display: none;
    }

.enelDatepicker .ui-datepicker-next {
    background: url('/Content/images/arrow.png') no-repeat center;
    cursor: pointer;
    transform: rotate(-90deg);
}

    .enelDatepicker .ui-datepicker-next span.ui-icon-circle-triangle-w {
        display: none;
    }

.enelDatepicker .ui-datepicker-header .ui-state-hover,
.enelDatepicker .ui-datepicker-prev-hover
.enelDatepicker .ui-datepicker-next-hover {
    background: url('/Content/images/arrow.png') no-repeat center !important;
    background-color: transparent !important;
    border: 0 !important;
}


/*#endregion */

/*#region MODAL */

.modalArea {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 90;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .modalArea.opened {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .modalArea.active {
        opacity: 1;
    }

.modalBody {
    position: absolute;
    width: 600px;
    max-width: 100%;
    height: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e1e1e1;
    border: 10px solid #fff;
    top: -100%;
    margin-top: -100px;
    left: 50%;
    margin-left: -300px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .modalBody.opened {
        top: 50%;
    }

.moreBlack {
    background: rgba(0,0,0,0.8);
}

.modalText {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 40%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #868686;
    max-height: 290px;
    overflow-y: auto;
}

.modalButtonContainer {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 10px;
    height: 50px;
}

#modalCancel {
    display: none;
}

    #modalCancel.active {
        display: inline-block;
    }

/*#endregion */

/*#region Logout */

.logoutContainer {
    width: 100%;
    text-align: center;
    top: 40%;
    height: calc(100% - 165px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8%;
}

    .logoutContainer img {
        position: relative;
        display: inline-block;
    }

    .logoutContainer div {
        color: #868686;
    }

        .logoutContainer div.blackLabel {
            font-weight: bold;
            text-transform: capitalize;
            color: #000;
            margin: 5px 0 30px;
        }

/*#endregion */

/* #region Error */
.error-code {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color: #171717;
    margin-top: 80px;
    margin-bottom: 40px;
}

.error-title-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

    .error-title-container .error-title {
        position: relative;
        text-align: center;
        font-size: 70px;
        font-weight: bold;
        color: #515151;
        padding: 10px 30px;
        background-color: #f2f2f2;
    }

.error-link-homepage {
    position: relative;
    left: 50%;
    margin-left: -90px;
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: solid 1px #7c7c7c;
    color: #191919;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
    text-decoration: none;
}
/* #endregion */

/*#region LOADING */

.loadingContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 4;
    display: none;
}

    .loadingContainer .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -32px;
        margin-left: -32px;
        width: 64px;
        height: 64px;
        /*background-image: url("/Content/images/25.gif");*/
    }

/*#endregion */

/*#region NewPROFILE*/

.whiteSpace {
    position: relative;
    width: 100%;
    height: 30px;
}

.modalBodyProfile {
    position: relative;
    width: 80%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 10px solid #fff;
    /*padding: 0 40px;*/
    margin: -100% auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .modalBodyProfile.opened {
        margin: 30px auto;
    }

.modalAreaProfile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 90;
    /*-moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);*/
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0.8);
}

    /*.modalAreaProfile.opened {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }*/

    .modalAreaProfile.active {
        opacity: 1;
    }

.centerClass {
    width: auto !important;
    float: none !important;
    display: inline-block !important;
}

.centerParent {
    width: 100% !important;
    text-align: center !important;
}

.profileStep {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: all 0.5s;
}

    .profileStep.inactiveStep {
        display: none;
    }

#secondProfileStep {
    opacity: 0;
}

.profileMainTitle {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.profileSubTitle {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #d6d6d6;
    margin: 10px 0;
}

.buttonContainerProfile {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}

.buttonProfile {
    display: inline-block;
    margin: 10px 5px;
    max-width: 200px;
    padding: 10px 20px;
    color: #fff;
    background: #d6d6d6;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 200px;
}

.headerProfile {
    position: relative;
    /*height: 40px;*/
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contentCountryProfile {
    position: relative;
    width: 100%;
    margin: 20px 0;
    height: 280px;
}

.leftBoxCountry {
    position: relative;
    float: left;
    width: 60%;
}

    .leftBoxCountry img {
        width: 80%;
    }

        .leftBoxCountry img.cut {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

        .leftBoxCountry img.active {
            display: block;
        }

.rightBoxCountry {
    position: relative;
    float: left;
    width: 40%;
    padding-top: 40px;
    box-sizing: border-box;
}


#errorLabel {
    width: 100%;
    text-align: center;
    color: red;
    font-size: 18px;
    visibility: hidden;
}


.rightBoxCountry.error {
    border: 1px solid red;
}

#errorLabel.error {
    visibility: visible;
}

.itemCountryLabel {
    position: relative;
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

    .itemCountryLabel.selected {
        background: #efefef;
    }

.selectedCountry {
    position: absolute;
    right: 10px;
    top: 0px;
    display: none;
}

.itemCountryLabel.selected .selectedCountry {
    display: block;
}

.itemCountryLabel:hover {
    background-color: #ccc;
}

.flagindex_1:before {
    content: url("/Content/images/flags/italia.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_2:before {
    content: url("/Content/images/flags/bandiera_iberia.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_3:before {
    content: url("/Content/images/flags/romania.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

/*.flagindex_3:before {
    content: url("/Content/images/flags/russia.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}*/

.flagindex_4:before {
    content: url("/Content/images/flags/brasile.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_5:before {
    content: url("/Content/images/flags/peru.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_6:before {
    content: url("/Content/images/flags/cile.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_7:before {
    content: url("/Content/images/flags/argentina.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_8:before {
    content: url("/Content/images/flags/colombia.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_9:before {
    content: url("/Content/images/flags/bandiera_messico.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_10:before {
    content: url("/Content/images/flags/sud-africa.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

/*.flagindex_10:before {
    content: url("/Content/images/flags/grecia.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}*/


.flagindex_11:before {
    content: url("/Content/images/flags/bandiera_canadausa.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_12:before {
    content: url("/Content/images/flags/bandiera_africa_asia.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.flagindex_13:before {
    content: url("/Content/images/flags/bandiera_europa_nordafrica.png");
    vertical-align: -14%;
    margin-right: 10px;
    margin-left: 10px;
}

.contentInfoProfile {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.csItemProfile {
    position: relative;
    float: left;
    /* width: 281.25px; */
    width: calc(25% - 25px);
    height: 60px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 2px solid #ccc;
    background-repeat: no-repeat;
    background-position: 20px center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    overflow: hidden;
}

    .csItemProfile.selected .selectedVProfile {
        display: block;
    }

.selectedVProfile {
    position: absolute;
    left: 10px;
    top: 17px;
    display: none;
}

.csCatContainerProfile {
    position: relative;
    width: calc(100% + 25px);
    margin-top: 15px;
}

.selectLanguageProfile {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.btnLanguage {
    position: relative;
    float: left;
    left: 0;
    width: 150px;
    height: 100%;
    background-color: #ccc;
    color: white;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.contentBtnProfile {
    text-align: center;
    margin: 20px 0;
}

.btnProfile {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 60px;
    background-color: #ccc;
    line-height: 60px;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
    font-size: 30px;
    /*font-weight: bold;*/
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
}

.select-style-profile {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    float: left;
    width: calc(100% - 150px);
    overflow: hidden;
    background-color: #fff;
    background-image: url(/Content/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 99% center;
}

    .select-style-profile select {
        padding: 5px 8px;
        width: 100%;
        border: none;
        box-shadow: none;
        font-size: 18px;
        text-transform: capitalize;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        max-height: 31px;
    }

        .select-style-profile select:focus {
            outline: none;
        }

/*.errorCountry {
    color: red;
    font-size: 18px;
    position: relative;
    margin: 20px 0;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s;
    opacity: 0;
}*/

/*#endregion*/

/* #region Contact */

.blueContainer {
    background: #0454FA;
}

.panelContact {
    position: relative;
    width: 48%;
    box-sizing: border-box;
    height: 400px;
    padding: 20px;
    float: left;
}

.rightPanel {
    float: right;
}

.contactTitle {
    position: relative;
    font-size: 24px;
    margin-bottom: 15px;
}

.contactInput {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    font-family: UniversLTStd;
}

.textarea-contact {
    resize: none;
    height: 250px;
}

.contactInput.input-validation-error {
    border: 1px solid red;
}

#sendButton {
    position: relative;
    width: 150px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto 70px;
    background: #fff;
    display: block;
    cursor: pointer;
}

/* #endregion */


/* #region placeholder */
#placeholderCountdown {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 40px;
    font-family: Arial;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    color: #fff;
}
/* #endregion */
@media only screen and (max-width: 1500px) {
    /*#region SliderTop*/

    .squareHome {
        height: 25px;
    }

    .bigSlideText {
        font-size: 45px;
    }

    .smallSlideText {
        font-size: 25px;
    }

    /*#endregion*/
}

@media only screen and (max-width:1320px){
    #outerArrowRight,
    .slider-arrows-right {
        right: 12px;
    }

}

@media only screen and (max-width: 1200px) {
    .contentTitleCat{
        margin-left:20px;
    }
    .mainItemTitle, .mainItemDecription {
        padding: 0 5px;
        box-sizing: border-box;
    }

    .noverflow {
        overflow: hidden;
    }

    #outerArrowLeft,
    .slider-arrows-left {
        left: 1px;
    }

    #outerArrowRight,
    .slider-arrows-right {
        right: 12px;
    }

    /*.redBackPanel {
        height: 300px;
    }*/

    .detailDescriptionContainer {
        padding: 20px 10px;
    }

    /*.searchArea {
        margin-right: 10px;
    }*/

    #profileIcon {
        margin-right: 10px;
    }

    #mainLogo,
    #profileTitle,
    .detailTitleContainer,
    #commentsContainer,
    .detailStatisticContainer {
        padding: 0 10px;
    }

    #commentsContainer {
        padding-top: 10px;
    }

    .profileChooses {
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        top: 0;
        max-height: 0px;
        overflow: hidden;
        opacity: 1;
    }

        .profileChooses.opened {
            max-height: 200px;
        }

    #triangleProfile {
        display: none;
    }

    .contentOtherInfo,
    .mainItemContainerTitle {
        padding-left: 5px;
    }

    .filterAreaContainer {
        width: 94%;
        margin-left: 3%;
    }

    /*#region SliderTop*/

    .squareHome {
        height: 25px;
    }

    .bigSlideText {
        font-size: 40px;
    }

    .smallSlideText {
        font-size: 20px;
    }

    /*#endregion*/

    .titleCategory {
        /*left: 50px;
        padding: 0 0 0 40px;*/
        font-size: 60px;
    }
}

@media only screen and (max-width: 1000px) {
    .modalBodyProfile {
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    .sliderContainer .swiper-slide {
        width: 100% !important;
    }

    .sliderContainer .swiper-button-next-pers {
        right: 0px;
        background-image: url(/Content/images/freccia_home_dx.png) !important;
    }

    .sliderContainer .swiper-button-prev-pers {
        left: 0px;
        background-image: url(/Content/images/freccia_home_sx.png) !important;
    }
}

@media only screen and (max-width: 880px) {
    .profile-cat-column {
        width: 220px;
    }
}

@media only screen and (max-width: 800px) {
    .titleCategory {
        /*left: 30px;
        padding: 0 0 0 35px;*/
        font-size: 40px;
    }
        .titleCategory .titleRectCategory {
            width: 20px;
            height: 40%;
            top: 30%;
        }
    .contentCheckAllCategories {
        margin: 0;
    }

    .itemCountryLabel {
        font-size: 10px;
    }

    .slider-arrows {
        top: 25%;
    }

    .sliderContainer {
        padding-top: 240px;
    }

    .bigSlideText {
        font-size: 35px;
    }

    .smallSlideText {
        font-size: 22px;
    }

    .slideButton {
        font-size: 10px;
        width: 80px;
    }

    .buttonLabel {
        display: none;
    }

    .csItem {
        width: calc(33.33% - 25px);
    }

    .modalBody {
        left: 0;
        margin-left: 0;
        height: 250px;
        margin-top: -125px;
    }

    #lang_img {
        background-position: center;
    }

    .csItemProfile {
        width: calc(50% - 25px);
    }

    .modalBodyProfile.opened {
        top: 0;
        margin-top: 0;
        height: auto;
    }

    .rightPanel,
    .panelContact {
        float: none;
        width: 100%;
        height: auto;
    }

    .menuItem {
        margin: 0 4px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 900px) {
    .titleCategory {
        /*left: 30px;
        padding: 0 0 0 35px;*/
        font-size: 30px;
    }

        .titleCategory .titleRectCategory {
            width: 20px;
            height: 40%;
            top: 30%;
        }
    .home-slider-desktop {
        display: none;
    }

    .itemCountryLabel {
        font-size: 14px;
    }

    .home-slider-mobile {
        display: block;
    }

    .searchArea {
        display: none;
    }

    .bigSlideText {
        font-size: 24px;
    }

    .smallSlideText {
        font-size: 18px;
    }

    .slideButton {
        font-size: 10px;
        width: 80px;
    }

    .mainItem {
        width: 100%;
    }

    .csItem {
        width: calc(50% - 25px);
    }

    #searchInput {
        display: none;
    }

    #mainLogo {
        width: 100%;
        text-align: center;
        padding: 0;
        height: 30px;
    }

        #mainLogo img {
            height: 100%;
        }

    .darkHeader {
        height: 60px;
    }

    #searchInputMobile {
        display: block;
        height: 60px;
        border: none;
        padding-left: 50px;
        background-color: transparent;
        background-image: url(/Content/images/icon_lente_black.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        width: 90%;
        margin: 0 5%;
        font-size: 14px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #searchInputMobile.detailInput {
            color: #fff;
            background-image: url(/Content/images/icon_lente.png);
            /*border-bottom: 1px solid #eee;*/
        }

            #searchInputMobile.detailInput:placeholder {
                color: #ccc;
            }

            #searchInputMobile.detailInput::-webkit-input-placeholder {
                color: #ccc;
            }

            #searchInputMobile.detailInput::-moz-placeholder {
                color: #ccc;
            }

            #searchInputMobile.detailInput:-ms-input-placeholder {
                color: #ccc;
            }

            #searchInputMobile.detailInput:-moz-placeholder {
                color: #ccc;
            }

    #searchGhostMobile {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 40px;
    }

    .detailTitleContainer {
        padding: 10px;
    }

    /*#region responsiveMenu */

    #profileIcon {
        display: none;
    }

    #hamburgerMenu {
        position: absolute;
        display: block;
        top: 10px;
        left: 15px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

    .profileSubmenu {
        display: block;
        background: #2e2f33;
        padding-bottom: 20px;
    }

        .profileSubmenu img {
            height: 40px;
            background-color: #4D4E52;
            padding: 12px;
        }

        .profileSubmenu > .menuItem {
            color: #fff;
            text-transform: uppercase;
            border-bottom: 1px solid #525253;
        }


    /*.HMbar {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #bar1 {
        top: 7px;
    }

    #bar2 {
        top: 19px;
    }

    #bar3 {
        bottom: 7px;
    }


    #hamburgerMenu.opened #bar1 {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 19px;
    }

    #hamburgerMenu.opened #bar2 {
        opacity: 0;
    }

    #hamburgerMenu.opened #bar3 {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 19px;
    }*/
    .lightHeader {
        height: auto;
        max-height: 0;
        overflow: hidden;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: none !important;
    }

        .lightHeader.opened {
            max-height: 1000px;
        }

    .menuItem {
        width: 90%;
        margin: 0 5%;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

    .darkFooter {
        height: auto;
    }

    .footerRouteBox {
        width: 50%;
    }

    .footerLogo {
        margin: 0;
        width: 100%;
        text-align: center;
    }

        .footerLogo img {
            margin: 0 auto;
        }

    .footerItem {
        line-height: 90px;
        font-size: 14px;
    }

    #profileIcon {
        top: 9px;
        right: 5px;
    }

        #profileIcon img {
            height: 40px;
        }

    .searchFilterContainer {
        height: auto;
    }

    #openFilterButton {
        position: relative;
        margin: 10px auto 0;
    }

    .singleFilterContainer {
        padding: 0 !important;
        width: 100%;
    }

    /*#endregion */

    .documentContainer.opened {
        width: 100%;
    }

    .csItemProfile {
        width: calc(100% - 25px);
    }

    .rightBoxCountry {
        width: 100%;
        padding: 0;
    }

    .leftBoxCountry {
        display: none;
    }

    .select-style-profile select {
        /*width: 75%;*/
    }

    .title-profile {
        font-size: 22px;
    }

    .subtitle-profile {
        font-size: 16px;
    }

    .headerProfile {
        height: auto;
        font-size: 18px;
    }

    .select-style-profile {
        background-position: 97% center;
    }

    .profile-cats-container {
        width: 100%;
        height: auto;
    }

    .profile-macro-cat {
        width: 100%;
        height: 100px;
        line-height: 45px;
    }

    .csNameText {
        width: 100%;
    }

    .csCatContainerProfile {
        width: 100%;
    }

    .profileRedButton {
        margin-top: 20px;
    }

    .paginationContainer {
        position: relative;
        text-align: center;
        width: calc(100% - 10px);
    }

    .profile-cat-column {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .redBackPanel {
        background: none;
    }

    .detailTitleContainer {
        margin: 0;
        background: #e82126;
    }

    .footerItem {
        margin: 0 4px;
    }
}

@media only screen and (max-width: 400px) {
    .titleCategory {
        /*left: 30px;
        padding: 0 0 0 35px;*/
        font-size: 22px;
    }

        .titleCategory .titleRectCategory {
            width: 16px;
            height: 28%;
            top: 36%;
        }
    .mainItem {
        width: 100%;
    }

    .csItem {
        width: calc(100% - 25px);
    }

    .modalBodyProfile {
        padding: 0 5px;
    }

    .contentFooter {
        height: 40px;
        overflow: hidden;
    }

    .footerMenu {
        width: 150%;
    }

    .footerItem {
        margin: 0 2px;
        font-size: 11px;
        line-height: 40px;
    }

    #homeLiveEmbed {
        width: 100% !important;
    }
}

@media only screen and ( min-width: 600px ) and ( max-width: 800px ) {
    .searchArea {
        margin: 0 0 0 30%;
    }
}

@media only screen and (max-height: 820px) {
    .modalBodyProfile.opened {
        top: 0;
        margin-top: 0;
    }
}

/*@media only screen and ( max-height: 739px ) {
    .detailItemContainer {
        padding-top: 40.7%;
    }
    .redBackPanel {
        height:80vh; 
    }
}

@media only screen and ( min-height: 740px ) and ( max-height: 900px ) {
    .detailItemContainer {
        padding-top: 44.7%;
    }
    .redBackPanel {
        height:80vh; 
    }
}*/


.select2-selection__choice {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-image: none !important;
    background-color: #E9511F !important;
    color: #fff !important;
    padding: 0 6px 0 6px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    margin: 4px 4px 4px 0 !important;
    font-family: UniversLTStd;
    font-size:13px;
}

.select2-selection__choice__remove {
    background: url(/Content/images/close.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    width: 20px !important;
    top: 0 !important;
    float: right;
    position: relative !important;
    border-right:0px !important;
}

.select2-selection__choice__remove > span {
    visibility: hidden;
}
.select2-results__option {
    font-family: UniversLTStd;
    font-size: 13px;
}
.select2-selection--multiple {
    border-radius: 0px !important;
    padding: 0px 4px !important;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    min-height: 40px !important;
    width: 100% !important;
}
.select2-container {
    font-size: 13px;
    font-family: 'UniversLTStd';
    line-height: 30px;
}

.select2-search__field {
    margin-left: 0px !important;
}

